💾 Archived View for anachronauts.club › cgi-bin › repos › cgi › site-tools.git › log captured on 2022-01-08 at 13:41:08. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-05)
-=-=-=-=-=-=-
[mygroups] add "list" command, allow multiple arguments
this patch does the following:
members of a group, but only if the user is already a member
and the group is an open group.
first letter of the command (since leave and list both start
with 'l'). single-letter variants of the commands are still
accepted, except list which has a two-letter variant.
specify multiple groups, it will list, join, or leave all of
them. this means mygroups does a fork before execl now.
[mygroups] Switch to cmake
[mygroups] Move to subdir
Fix warning
Use $(INSTALL) in Makefile
Bounded string comparisons, simplified error handling
Initial commit