Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
- Cache the codepage name on load and restore on unload.
- Make origisnick constant.
- Fix the size of the casemap in memcmp call.
|
|
|
|
Closes #1745.
|
|
Closes #1744.
|
|
|
|
|
|
This name is a lot lessambiguous.
|
|
Sending historic CTCPs to clients can only end badly.
|
|
|
|
|
|
|
|
This fixes a defect introduced in ce7979bd7d where the ircv3_sts
module was unable to find the SSL listener.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Only give the annoying message about root if --runasroot is not
specified.
- If --runasroot is specified then assume the user knows what they
are doing.
- Move CheckRoot to a static function in inspircd.cpp.
|
|
|
|
|
|
|
|
|