Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
that tends to fail less.
|
|
uplink, then burst them back to its uplink once connection is reestablished.
Also made Anope use TS enforcement to change persistant channels creation time to the time they were registered.
|
|
just usermode +d. This allows us to keep people logged in once again when Anope is restarted.
|
|
potential crash in m_mysql when unloading when not in GDB
|
|
This prevents Anope from exploding when /os reload has errors.
|
|
The SQL modules still don't build due to some weird VS bug... will fix it later.
|
|
anyway, bumped DB version to 2
|
|
|
|
faster. Removed db_mysql_execute for now.
|
|
first place
|
|
|
|
hexadecimal strings of the raw data, add in Anope::Hex for C-style strings and added Anope::Unhex, modified the encryption modules to use Hex and Unhex.
|