Age | Commit message (Expand) | Author |
2011-06-23 | Bug #1277 - Dont send account data for unconfirmed nicks | Adam |
2011-06-17 | Search all domains for language strings, fixes the mess that we used to use t... | Adam |
2011-05-23 | Added an IsServicesOper event | 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-04-06 | Fixed setting +r on nick ownership, lost somewhere in revision fbae33 | Adam |
2011-03-26 | replaced all %R with %s in the language strings | DukePyrolator |
2011-03-15 | Fixed some logic fail in User::IsRecognized | Adam |
2011-03-14 | Fixed compile | Adam |
2011-03-14 | Rewrote some of the opertype system, added os_login | Adam |
2011-03-12 | added ns_cert | DukePyrolator |
2011-03-07 | Added support for extbans | 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-11 | Made the help command description code more sane | Adam |
2011-02-09 | Do not crash if a user is introduced with a nonexistant server | Adam |
2011-02-04 | Moved the language strings which are only used once | Adam |
2011-01-28 | Added patricia_tree::iterator | Adam |
2011-01-17 | Added ns_ajoin | 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-22 | Removed match_usermask | Adam |
2010-12-12 | Cleaned up some things, made the protocol modules use some basic inheritance ... | Adam |
2010-12-12 | Fixed looking up users to use case insensitivity | 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-12-12 | Added m_xmlrpc and m_xmlrpc main, which allows remote programs to execute | Adam |
2010-11-14 | Delete users and channels from the modestacker when they are destructed | Adam |
2010-10-31 | Fixed replacing %R's in email messages and fixed anopesmtp to really work | Adam |
2010-10-15 | Fixed an wrong logging example in example.conf and fixed misc messages being ... | Adam |
2010-10-04 | Changed the protocol handling system to use a vector of strings instead of C ... | Adam |
2010-10-02 | Made os_news send news notices from NickServ if global is disabled | Adam |
2010-10-01 | Rewrote some of the socket code to allow m_ssl to be a service. | Adam |
2010-09-29 | Allow OnPreConnect to kill users correctly and made session/xline exempt user... | Adam |
2010-09-27 | Cleaned up some unused code, moved handling of user modes around so we dont g... | Adam |
2010-09-26 | Changed the language system to use gettext | Adam |
2010-09-19 | Fixed log messages from when a user quits or gets killed | Adam |
2010-09-18 | Fixed some minor punctuation and logging | lethality |
2010-09-11 | Allow identifying to other accounts using /nickserv id account pass | Adam |
2010-09-10 | Added Anope::CurTime to keep us from calling time() everywhere | Adam |
2010-09-10 | Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCds | Adam |
2010-09-09 | Added an asynchronous DNS system and m_dnsbl, which checks clients against DN... | Adam |
2010-08-28 | Removed a duplicate log message when a user changes nick | Adam |
2010-08-27 | Added a new logging system | Adam |
2010-08-19 | Changed the svid system back to using user timestamps for IRCds limited to ju... | 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-07-29 | Made all of IRCDProto use const pointers, with the exception of SendVhostDel ... | Naram Qashat |