Age | Commit message (Collapse) | Author |
|
cleanup, and allow protocol mods to depend on each
other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
all of the */list commands, etc.
Also extended the ability of akill to match a full nick!user@host and
real name of users.
|
|
|
|
made DNS query ids not random as they don't need to be.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
module.
|
|
|
|
be set.
|
|
compiler warnings
|
|
This allows naming commands and having spaces within command names.
|
|
|
|
|
|
|
|
|
|
|
|
accidentally translating them if we shouldnt
|
|
out of the core and into the modules that use them.
|
|
|
|
(cherry picked from commit 1bdadde68aed5a93225a5a625484505f1126a8a9)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to cut back on their code duplication. More work can be done in the future to remove even more of it.
|
|
|
|
|
|
tree from STL's unordered_map, which was giving horrible performance.
|
|
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext.
Fixed m_mysql and m_ssl to work under Windows, made the Windows Config
program remember the last used options, and fixed Windows release builds.
|
|
|
|
|
|
|
|
DNS blacklists.
Rewrote internal handling of IPs, we now properly support users using IPv6.
Fixed a few problems with the UnrealIRCd protocol module.
|
|
Also made Flag::HasFlag use test() instead of operator[] to catch errors, and fixed an out of bounds access to a
Flags
bitset causing crashes on some systems.
|
|
This prevents Anope from exploding when /os reload has errors.
|
|
|
|
reply to CTCP PING and CTCP VERSION requests
|
|
|