summaryrefslogtreecommitdiff
path: root/src/users.cpp
AgeCommit message (Expand)Author
2011-08-12Allow bot usermodes to be configurableAdam
2011-08-11Added a separate field for last seen realhost to ns_info, shown to services a...DukePyrolator
2011-08-06Fixed suepradminAdam
2011-08-02Added opertype:modesAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
2011-06-23Bug #1277 - Dont send account data for unconfirmed nicksAdam
2011-06-17Search all domains for language strings, fixes the mess that we used to use t...Adam
2011-05-23Added an IsServicesOper eventAdam
2011-05-16Added os_forbidAdam
2011-05-16Moved some global functions to be member functions and misc cleanupAdam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-04-06Fixed setting +r on nick ownership, lost somewhere in revision fbae33Adam
2011-03-26replaced all %R with %s in the language stringsDukePyrolator
2011-03-15Fixed some logic fail in User::IsRecognizedAdam
2011-03-14Fixed compileAdam
2011-03-14Rewrote some of the opertype system, added os_loginAdam
2011-03-12added ns_certDukePyrolator
2011-03-07Added support for extbansAdam
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ns_re...Adam
2011-02-25Fixed a lot of small problemsAdam
2011-02-11Made the help command description code more saneAdam
2011-02-09Do not crash if a user is introduced with a nonexistant serverAdam
2011-02-04Moved the language strings which are only used onceAdam
2011-01-28Added patricia_tree::iteratorAdam
2011-01-17Added ns_ajoinAdam
2011-01-08Made the Flag class able to convert flags to strings and backAdam
2011-01-05update copyrights for 2011lethality
2010-12-22Removed match_usermaskAdam
2010-12-12Cleaned up some things, made the protocol modules use some basic inheritance ...Adam
2010-12-12Fixed looking up users to use case insensitivityAdam
2010-12-12Allow the patricia tree to store non-pointersAdam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-12-12Switched the system for storing users, channels, and sesions to a patriciaAdam
2010-12-12Added m_xmlrpc and m_xmlrpc main, which allows remote programs to executeAdam
2010-11-14Delete users and channels from the modestacker when they are destructedAdam
2010-10-31Fixed replacing %R's in email messages and fixed anopesmtp to really workAdam
2010-10-15Fixed an wrong logging example in example.conf and fixed misc messages being ...Adam
2010-10-04Changed the protocol handling system to use a vector of strings instead of C ...Adam
2010-10-02Made os_news send news notices from NickServ if global is disabledAdam
2010-10-01Rewrote some of the socket code to allow m_ssl to be a service.Adam
2010-09-29Allow OnPreConnect to kill users correctly and made session/xline exempt user...Adam
2010-09-27Cleaned up some unused code, moved handling of user modes around so we dont g...Adam
2010-09-26Changed the language system to use gettextAdam
2010-09-19Fixed log messages from when a user quits or gets killedAdam
2010-09-18Fixed some minor punctuation and logginglethality
2010-09-11Allow identifying to other accounts using /nickserv id account passAdam
2010-09-10Added Anope::CurTime to keep us from calling time() everywhereAdam
2010-09-10Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCdsAdam
2010-09-09Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...Adam
2010-08-28Removed a duplicate log message when a user changes nickAdam