Age | Commit message (Expand) | Author |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam |
2012-10-25 | Default xlines to be set by OperServ | Adam |
2012-10-01 | Allow modules to store data in their own databases. | Adam |
2012-09-02 | Fix Windows | Adam |
2012-08-28 | Actually set xline's manager... | Adam |
2012-04-25 | Fixed non-debug build | Adam |
2012-04-23 | Reworked live SQL support yet again | Adam |
2012-02-22 | Added regex support for many commands, such as akill, sqline, snline, | Adam |
2012-02-14 | Clean up and reorganize our header files | Adam |
2012-02-13 | Removed our RNG and just use the systems, it's not very widely used. Also mad... | Adam |
2012-01-25 | Windows | Adam |
2012-01-08 | Fixed loading akill reasons | Adam |
2012-01-02 | Updated Copyright to 2012 | Adam |
2011-11-17 | Fixed storing mode locks | Adam |
2011-11-08 | Windows | Adam |
2011-10-22 | Added akill ids | Adam |
2011-09-25 | Added a new database format and sqlite support. Also moved db-convert to a mo... | Adam |
2011-09-10 | Made service_reference type safe | Adam |
2011-09-10 | Removed SZLine. Instead, have AKILL determine whether or not a ZLINE should b... | Adam |
2011-08-02 | Fixed /cs clone copying channel access, fixed restricted, and fixed some comp... | Adam |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam |
2011-05-16 | Modularized os_news | 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-14 | Fixed compile | Adam |
2011-02-27 | Made akills work on IRCds that do not support bans (ngircd) | Adam |
2011-02-26 | Replaced the few language strings we use with #defines to prevent accidentall... | Adam |
2011-02-04 | Moved the language strings which are only used once | Adam |
2011-01-28 | Added patricia_tree::iterator | Adam |
2011-01-09 | Fixed CanAdd() to use safe iteration and make SNLine::Check really work | 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-24 | Bug #1216 - Do not apply SQLines on our own clients | Adam |
2010-12-24 | Made clearing SXLines remove the XLine from the IRCd too | Adam |
2010-12-23 | Fixed deleting expired SXLines | Adam |
2010-12-18 | Don't send SXLines until after we start bursting with our uplink | Adam |
2010-12-12 | Cleaned up some things, made the protocol modules use some basic inheritance ... | Adam |
2010-12-12 | Allow the patricia tree to store non-pointers | Adam |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam |
2010-12-12 | Switched the system for storing users, channels, and sesions to a patricia | Adam |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam |
2010-10-02 | Made OperServ and Global optional | Adam |
2010-09-26 | Changed the language system to use gettext | Adam |
2010-09-10 | Added Anope::CurTime to keep us from calling time() everywhere | Adam |
2010-09-09 | Added an asynchronous DNS system and m_dnsbl, which checks clients against DN... | Adam |
2010-08-28 | Properly store our clients internal channel status's and burst them if needed. | Adam |
2010-08-17 | Rewrote the config reader to better handle invalid configs. | Adam |
2010-08-15 | Cleanup of various different crashes/inconsistancies | Adam |
2010-08-02 | changed the way how CTCP PINGs are processed, all services clients can now re... | DukePyrolator |
2010-08-01 | Fixed some issues with reconnecting if we disconnect from the uplink | Adam |