Age | Commit message (Collapse) | Author |
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
|
|
message processing is done
|
|
|
|
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.
|
|
an ircd message module event, and a few more fixups
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
|
|
|
|
ircd given value from NICK
|
|
|
|
ftopic on inspircd not the current time. Removed some unneeded protocol functions
|
|
be a bit more C++ ish
|
|
|
|
default messages for very standard things (KICK etc)
|
|
|
|
|
|
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.
|
|
location in the configuration file.
|
|
|
|
unnecessarily rebuilding on every make
|
|
|
|
to cut back on their code duplication. More work can be done in the future to remove even more of it.
|
|
|
|
|
|
|
|
style arrays. Burned the old process/split_buf/memory.c code
|
|
|
|
|
|
|
|
|
|
|
|
This prevents Anope from exploding when /os reload has errors.
|
|
reply to CTCP PING and CTCP VERSION requests
|
|
|
|
double-linked list, also removed the addition of an ignore when a command "takes too long".
|
|
Anope::string class, plus some other little fixes here and there. If you follow 1.9.x development and are testing things, THIS is one of those things that NEEDS testing.
|
|
|
|
|
|
include/* and src/* but not src/core/* or src/modules/*.
|
|
everywhere, and added a bot map by uid
|
|
|
|
|