Commit Briefs

Omar Polo

rework the grammar so that ; is accepted after variables and options

See Codeberg issue #1.


Omar Polo

add a test that uses @-style macros

See Codeberg issue #1.


Omar Polo

change the default PUBKEY for the verify-release target

doesn't play well with minor releases such as 2.0.1 since for them I reuse the 2.0 key.


Omar Polo

set next version


Omar Polo

prepare release 2.0.1 (tags/2.0.1)


Omar Polo

changelog for 2.0.1


Omar Polo

convert remaining code to the imsg getters

Now gmid doesn't touch anymore the internals of the imsg structs.



Omar Polo

please macos

for some reason that's not entirely clear to me, __dead doesn't seem to work on macos, so clang thinks datalen is used un-initialized. meh




Omar Polo

rename ibuf to imsgbuf in crypto

soon we'll be using a struct ibuf and it'll be confusing.



Omar Polo

convert most of gmid to the new imsg APIs

Makes parsing and handling of imsgs simpler / clearer. only crypto.c is left as-is.


Omar Polo

convert to use imsg_get_fd()

since proc_forward_imsg() never forwards a file descriptor (it's never called actually) just use -1 there.