Age | Commit message (Expand) | Author |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam |
2012-10-01 | Cleanup of all of the protocol modules, rewrote message handling system to be... | Adam |
2012-09-02 | Fix Windows | Adam |
2012-05-06 | Split up db/conf/lib/locale install directories, and allow alternate ones to ... | Adam |
2012-04-23 | Reworked live SQL support yet again | 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-02 | Updated Copyright to 2012 | Adam |
2011-11-25 | Remove send_cmd and replace it with a stringstream | Adam |
2011-10-24 | Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as u... | Naram Qashat |
2011-10-22 | Fixed a race condition with installing signal handlers and forking | Adam |
2011-10-09 | Give more verbose messages on startup | Adam |
2011-09-10 | Allow modules to add their own channel levels | Adam |
2011-09-10 | Made the IsValidHost checks configurable | Adam |
2011-09-10 | Cleaned up some of the socket code, cleaned up the pipe engines, added suppor... | Adam |
2011-08-01 | Rewrote the access systems and added a flags access system | Adam |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam |
2011-06-17 | Search all domains for language strings, fixes the mess that we used to use t... | Adam |
2011-06-13 | changed some _() to gtl() and updated do_strftime() and duration() | DukePyrolator |
2011-05-23 | Rewrote the signal handling to use sigaction | Adam |
2011-05-21 | Made Anope able to process normally when disconnected from the uplink and not... | Adam |
2011-05-16 | Use module type to determine what type each module is instead of its location... | Adam |
2011-05-16 | Unmodularized the socket engine because its causing problems and really is un... | 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-04-03 | Made LDAP support recover, release, resetpass, etc. | Adam |
2011-03-11 | Added os_config and support for including additional configuration files. | Adam |
2011-03-09 | Store mlock in the databases and removed some unused functions from misc.cpp | Adam |
2011-03-05 | Removed nickrequests, instead have unconfirmed registrations. Also made ns_re... | 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-17 | Added ns_ajoin | Adam |
2011-01-15 | Added an amsg kicker | Adam |
2011-01-07 | fix some more copyright and typos (not mine) spotted by chaz :P | lethality |
2011-01-05 | update copyrights for 2011 | lethality |
2010-12-23 | Rewrote the ignore code. Adds creator and reason to /os ignore list. | Adam |
2010-12-22 | Removed match_usermask | Adam |
2010-12-13 | Bug #1079 - Don't use users real host and IPs when matching against | Adam |
2010-12-12 | Cleaned up some things, made the protocol modules use some basic inheritance ... | Adam |
2010-12-12 | Allowing adding hostmasks to channel access lists | Adam |
2010-12-12 | The rest of the earlier command changes | Adam |
2010-12-12 | Added a plexus3 protocol module | Adam |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam |
2010-12-12 | Removed and deprecated /cs set mlock, removed /cs clear, removed /os clearmod... | Adam |
2010-12-12 | Just store lang strings in a char array, no need for the extra overhead of ST... | Adam |
2010-12-12 | Added m_xmlrpc and m_xmlrpc main, which allows remote programs to execute | Adam |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam |
2010-10-27 | Do not store memo number in memo structs, fixes some bugs with deleting memos | Adam |
2010-10-22 | Fixed some Windows problems | Adam |
2010-10-11 | Fixed some warnings | Adam |