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