Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a conflict with the numerics used by the invite
exception mode.
|
|
|
|
|
|
|
|
|
|
|
|
It is possible for the cap to be null when a DEL for an unloaded
module is sent out so we should not blindly call it.
|
|
|
|
This avoids announcing a bare sts cap when the config is wrong.
|
|
This avoids a leak which happens in some rare circumstances.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See also: #1749.
|
|
This is a partial reversion of 687778b72e.
See also: #1749.
|
|
|
|
This is similar to the oragono.io/nope capability only instead of
killing the connection it just rejects the request. This should be
less intrusive for users.
|
|
|
|
|
|
|
|
This fixes a minor bug in the filter module where the target would
be blank in messages when a server-targetted message matches a
filter.
|
|
|
|
|
|
Also, remove the - at the start of the MOTD field. This is cargo
culted from irc2 and theres no real reason to actually do this.
|
|
|
|
|
|
|
|
Instead of constantly spamming the log file only show the message
when an entry is actually expired and show how many entries were
expired.
|
|
|
|
|
|
|
|
This fixes a confusion created in c299adb31a where users without
the message-tags cap would get errors instead of being silently
ignored.
|
|
|
|
|
|
- Ensure that the config is actually valid. This found an invalid
entry in the default helpop configs.
- Columize the index page and build it whilst reading the config
instead of at request time.
|
|
|