James Lu

Results 58 issues of James Lu

- [ ] The `bot:` configuration block (#343)

involves: api change
type: cleanup

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,...

type: enhancement
status: needs info

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.

bug

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...

Feature request

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...