Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This allows modules (xmlrpc) to create and accept SSL connections.
Also fixed unloading m_mysql at certain times and made the threading
engine always work correctly on Windows.
|
|
|
|
destruct properly and automatically"
This does not work as expected, it causes objects allocated by modules to be freed by the operating system when
the module is unloaded, giving no chance to the module to deallocate it itself.
This reverts commit 05e6815d912f0418f6da25a2106dd718796f02fa.
|
|
users not bypass the OnConnect event
|
|
get log messages about user modes when users connect, and fixed tracking some umodes on Unreal
|
|
finding non-standard paths though.
|
|
core and modules, updated TODO, and fixed a few small bugs
|
|
|
|
properly and automatically
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Windows. Added in a LastError function to keep having to use strerror/GetLastError everywhere.
|
|
|
|
they are in multiple blacklists
|
|
the nameserver
|
|
|
|
the channels botserv bot instead of only ChanServ
|
|
older IRCds
|
|
just deleting them, and fixed a compile warning
|
|
during the middle of queries
|
|
updated example.conf
|
|
|
|
|
|
|
|
DNS blacklists.
Rewrote internal handling of IPs, we now properly support users using IPv6.
Fixed a few problems with the UnrealIRCd protocol module.
|
|
really send akills for exceeding session limits, and fixed os akill del to really work
|
|
|
|
|
|
|
|
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.
|
|
shadowed variables in channels.cpp.
|
|
logchan bots join if the IRCd requires them to
|
|
whether or not to join bots to the log channels, and fixed two log messages in ns_identify
|
|
|
|
fixed a variable name in logger.cpp to make clang happy
|
|
|
|
convertTo unsigned values, and
fixed the mail delay error message to give the correct time.
|
|
setting -P on channels
|
|
generate the correct files
|
|
|
|
invalidation really work.
This also cleans up a bit of the code in the modestacker.
|