James Lu
James Lu
- [ ] The `bot:` configuration block (#343)
Something like this would be much nicer than what's currently needed to bind functions to a command name that's different from the function name: ``` python @utils.add_cmd("cmdname") def somecommand(irc, source,...
When installing pdns and pdns-recursor together for the first time, restarting the latter fails because `pdns` is still listening on port 53 on all IPs.
I find this way too verbose to be useful. Showing all variables is useful on small functions, but often times the traceback will start printing all variables in a plugin...
When Heisenbridge starts up, it reads join rules for the room and always treats the first allowed space as the hidden room ID. This assumption is probably wrong, but the...
Heisenbridge translates IRC nick changes to Matrix by kicking the puppet with the old nick and joining a new one with the new nick. However, the IRC user list is...
Instead of running ndpresponder as root, grant CAP_NET_ADMIN and CAP_NET_RAW. Remove the "+" prefix from the ExecStart paths, as this effectively turns off many hardening options [according to the systemd...