Age | Commit message (Expand) | Author |
2012-10-02 | Attempt #2 at silly topic ts thing, this is actually must cleaner | Adam |
2012-10-02 | Revert "Fix topiclock on inspircd" | Adam |
2012-10-02 | Fix topiclock on inspircd | Adam |
2012-10-01 | Fixed handling TOPIC on unreal, dont set topics in Channel::Reset unless we a... | Adam |
2012-10-01 | Cleanup of all of the protocol modules, rewrote message handling system to be... | Adam |
2012-09-07 | Add chanserv/set/autoop, like nickserv/set/autoop but for channels | Adam |
2012-04-25 | Fixed non-debug build | Adam |
2012-04-24 | Fixed build from the previous merge | Adam |
2012-04-23 | Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 | Adam |
2012-04-23 | Reworked live SQL support yet again | Adam |
2012-04-13 | fixed a bug in chanstats | DukePyrolator |
2012-04-08 | Added Chanstats. It uses a new, improved database format and is not compatibl... | DukePyrolator |
2012-02-26 | Added chanserv:require config option to set which modes must be on all regist... | Adam |
2012-02-14 | Clean up and reorganize our header files | Adam |
2012-01-02 | Updated Copyright to 2012 | Adam |
2011-09-19 | Fixed /os reload doing weird things to service channels, and allow setting mo... | Adam |
2011-09-10 | Allow modules to add their own channel levels | Adam |
2011-09-10 | Removed log:inhabitlogchannel and replaced it with service:channels | Adam |
2011-08-27 | Fixed mlock with param modes if you change (but not unset) the mode | Adam |
2011-08-09 | Hopefully sort this AccessGroup::HasPriv once and for all | Adam |
2011-08-06 | Give channel founders +qo by default | Adam |
2011-08-06 | sed'd a few typos | Adam |
2011-08-01 | Rewrote the access systems and added a flags access system | Adam |
2011-07-16 | Bug #1287 - Only check if users should be deopped on syncing channels | Adam |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam |
2011-07-10 | Bug #1285 - Fixed setting -P on channels with only a service bot in it | Adam |
2011-05-16 | Added os_forbid | Adam |
2011-05-16 | Moved some global functions to be member functions and misc cleanup | Adam |
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam |
2011-03-11 | Fixed some problems with m_alias and fantasy | Adam |
2011-03-07 | Added support for extbans | Adam |
2011-03-06 | Change the mode name code to use Flags names in preparation for extban support | Adam |
2011-02-25 | Fixed a lot of small problems | Adam |
2011-02-04 | Moved the language strings which are only used once | Adam |
2011-01-08 | Made the Flag class able to convert flags to strings and back | Adam |
2011-01-05 | update copyrights for 2011 | lethality |
2010-12-29 | Use empty SJOINs when allowed to create empty permanent channels | Adam |
2010-12-23 | Rewrote the ignore code. Adds creator and reason to /os ignore list. | Adam |
2010-12-13 | Bug #1079 - Don't use users real host and IPs when matching against | Adam |
2010-12-12 | Allowing adding hostmasks to channel access lists | Adam |
2010-12-12 | Added cs_entrymsg | Adam |
2010-12-12 | Removed the AUTODEOP level, it is unnecessary now because of cs_mode | Adam |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam |
2010-12-12 | Added /chanserv clone command | Adam |
2010-11-14 | Delete users and channels from the modestacker when they are destructed | Adam |
2010-10-08 | Do not join our clients to enforce TS if they are already in the channel | Adam |
2010-10-07 | Log the kicker as the source of kicking log messages, not the target | Adam |
2010-10-07 | Do now show topics being set by UIDs on TS6 IRCds | Adam |
2010-10-04 | Made anoperc stop/restart send the cycleonglobal, and fixed logfiles to be op... | Adam |
2010-10-04 | Changed the protocol handling system to use a vector of strings instead of C ... | Adam |