summaryrefslogtreecommitdiff
path: root/include/account.h
AgeCommit message (Expand)Author
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ns_re...Adam
2011-01-15Fixed flag names to match 1.9.3sAdam
2011-01-08Changed db_mysql_live to use a safer mutex system to prevent deadlocksAdam
2011-01-08Made the Flag class able to convert flags to strings and backAdam
2010-09-26Changed the language system to use gettextAdam
2010-09-10Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCdsAdam
2010-07-30Some code cleanup and constification in nickserv.cpp.Naram Qashat
2010-07-29Rewrote the hashing systems to properly handle the new Anope::strings which w...Adam
2010-07-25Epic commit to replace most of the strings in Anope with a single Anope::stri...Naram Qashat
2010-07-10Added ns_set_misc and cs_set_misc.Adam
2010-06-26Made the flags class take an optional size argAdam
2010-06-20The first of a few "CBX OCDing over code style" commits, focusing on include/...Naram Qashat
2010-06-18Burned slist, rewrote operservs XLine codeAdam
2010-06-18Rewrote the hashing system to use std::tr1::unordered_mapAdam
2010-06-18Allow attaching metadata to nickrequests and storing it in the databases and ...Adam
2010-05-22Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ...Adam-
2010-02-28Added in support for live updating MySQL databases and the ability to execute...Adam-
2010-02-04We now store a list of users using a NickCore in the NickCore, this prevents ...Adam-
2010-01-09changed all password fields to std::string and reworked the way how the enc m...DukePyrolator
2010-01-02Rewrote the vhost code, and moved it to be part of nickalias instead of in it...Adam-
2009-12-31Added in new plaintext databases. Note: This currently has no automatic backu...Adam-
2009-11-18Remove some CoreExports and add them in other places, fixed a few minor warni...cyberbotx
2009-11-11Moved alot of stuff to constructors and destructors, instead of having functi...Adam-
2009-11-08Rewrote all of the old C style flag systems into a new Flag class which every...Adam-
2009-07-21added 9 new eventsDukePyrolator
2009-04-01Replace nick_is_* checking of static userlevels with NickCore::IsServicesOper...rburchell
2009-03-23Replace manually allocated array for NickCore's access list with an std::vect...cyberbotx
2009-02-23Fix slight linking error in Visual Studio, spotted by Brandan.cyberbotx
2009-02-18Add nickalias to build. Also stop sstrdup on args that seem to be NULL, it's ...rburchell
2009-02-17Fix numerous errors in Win32 building under Visual Studio due to the many cha...cyberbotx
2009-02-15Remove User::na, use User::nc everywhere. Will probably break everything, but...rburchell
2009-02-15Add CFLAG_ALLOW_UNREGISTERED, commands without this flag will now not run for...rburchell
2009-02-15Shuffle shit around.rburchell
2009-02-15Blah, blah..rburchell
2008-11-22Properly initialized new objects when needed so they don't contain garbage data.cyberbotx
2008-11-15Create and use constructors for NickInfo, NickAlias, ChannelInfo. Inherit all...rburchell
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-10-18Started botserv block in new config, added nick and description directives.Naram Qashat cyberbotx@cyberbotx.com
2008-10-18Merge branch 'anopeng-config' of http://git.inspircd.org/git/anope/ into anop...Naram Qashat cyberbotx@cyberbotx.com