Aaron Jones
Aaron Jones
When someone joins a channel with garbage characters in their realname field, and `extended-join` is turned on, weechat does not sufficiently strip/sanitise this before printing it to the terminal. I...
This allows users to pin known public key fingerprints instead of (or in addition to) certificate fingerprints, which means that the fingerprints will not change when the server's certificate is...
When posting a commit status (pending/success/fail) message to IRC, the "Full Project Name" option for the hook has no effect; the message is always posted as just: `[reponame] [...]. The...
https://github.com/solanum-ircd/solanum/blob/52f1947f562f2f44e17f9e5425fd99525742d9ad/modules/core/m_message.c#L948-L992 Line 971 uses the whole value of `nick` (i.e. the `@` is not replaced with `\0`), so on the *destination server*, it will hit line 989.
I would like the ability to build libfido2 without having to build against udev. Put simply, I would like to be able to use the library to verify FIDO signatures...
This does make the codebase now depend upon `inet_pton(3)`, which is pretty much universally available.
- Remove somewhat-pointless name argument from `table_new()`. This was never printed anywhere, and could only be seen by doing an object introspection with STATS. - Remove this object's "object-likeness". I...
If a channel message comes in with a status prefix, we should still treat it as a channel message. This does not raise concerns about chanops hiding the usage of...
This module collects and exports statistics to a [Graphite statistics server](https://graphiteapp.org/). At the moment, it can be used for graphing: - Number of registered accounts, channels, and groups in the...