Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-20 | Fixed 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-18 | Fixed attaching to events in db_mysql & possibly having ↵ | Adam | |
ChannelInfo::WhoSends return NULL if there really are *no* bots | |||
2011-08-12 | Allow bot usermodes to be configurable | Adam | |
2011-08-12 | Removed the unused ChannelModeBan code | Adam | |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam | |
This allows naming commands and having spaces within command names. | |||
2011-06-02 | Burst our channels with the uplink when we connect & fixed bug #1274 | Adam | |
2011-05-21 | Made 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-16 | Check for a valid server in /operserv noop | Adam | |
2011-05-16 | Use module type to determine what type each module is instead of its ↵ | Adam | |
location in the configuration file. |