Age | Commit message (Collapse) | Author |
|
|
|
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 brings shiny new GitHub integrations as well as allowing us to
bring back the macOS builds which were disabled because of the very
broken Travis CI macOS infrastructure.
|
|
|
|
|
|
Closes #1742.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
According to `man 2 getrlimit` resource limits are inherited by
the child when a process forks.
|
|
|
|
|