summaryrefslogtreecommitdiff
path: root/modules/protocol/unreal.cpp
AgeCommit message (Collapse)Author
2011-11-05Set proper expirys on ZLines if the IRCd supports itAdam
2011-10-26Fixed accidentally clearing botmodes when joins are sentAdam
2011-10-14Added options:nonicknameownership config optionAdam
2011-09-19Fixed /os reload doing weird things to service channels, and allow setting ↵Adam
modes by clients on burst
2011-09-10Added chanserv/logAdam
2011-09-10Track what "level" channel status modes are, which allows us to have ↵Adam
chanserv/mode determine if a status mode can be set by users better
2011-08-29Changed a few fatal exceptions to shutdown a bit more gracefullyAdam
2011-08-20Fixed zlines to only add the xline host, fixed db_mysql's write function, ↵Adam
and prevent adding multiple of the same nick to access lists
2011-08-18Fixed attaching to events in db_mysql & possibly having ↵Adam
ChannelInfo::WhoSends return NULL if there really are *no* bots
2011-08-12Allow bot usermodes to be configurableAdam
2011-08-12Removed the unused ChannelModeBan codeAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
This allows naming commands and having spaces within command names.
2011-06-02Burst our channels with the uplink when we connect & fixed bug #1274Adam
2011-05-21Made Anope able to process normally when disconnected from the uplink and ↵Adam
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.
2011-05-16Check for a valid server in /operserv noopAdam
2011-05-16Use module type to determine what type each module is instead of its ↵Adam
location in the configuration file.