Age | Commit message (Collapse) | Author |
|
Made enc_old depend on enc_md5.
Allow not loading any encryption modules if you want to only use an
external mechanism.
Removed ns_sendpass since it's just a bad idea.
|
|
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.
|
|
we've switched off of SVN. Instead just use the hash for the current head when building. Also recheck the hash on every make not just Config.
|
|
|
|
made DNS query ids not random as they don't need to be.
|
|
|
|
|
|
|
|
session view when a session exception is added at a lower limit than th default
|
|
use C99's stdint.h (or cstdint if available) to get (u)intX_t types instead of our stupid typedefs. pstdint.h included in case there is no cstdint or stdint.h available.
|
|
module.
|
|
|
|
This allows naming commands and having spaces within command names.
|
|
|
|
found in the string but you wanted the first "token".
|
|
to translate strings in 3rd party modules
|
|
|
|
|
|
not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp.
|
|
|
|
|
|
|
|
|
|
unnecessarily rebuilding on every make
|
|
|
|
|
|
ns_resetpass allow remote-id to get past things such as kill immed.
|
|
accidentally translating them if we shouldnt
|
|
|
|
|
|
out of the core and into the modules that use them.
|
|
|
|
|
|
|
|
|
|
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.
|
|
remote RPC calls to Anope in realtime and receive responses
|
|
|
|
and fixed a potential crash from rehashing while sending mail
|
|
|
|
|