summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-03-01Fix Windows buildAdam
2013-02-24On startup check all object typesAdam
2013-02-22Made FindService less dumb and able to do aliases to aliasesAdam
2013-02-19Allow /os mode clear [all] to unset modes, similar to old clearmodesAdam
2013-02-15Store hashes of the last commit instead of the last commitAdam
2013-02-14Switch Destroy methods to deleteAdam
2013-02-14This Serialize::Destroy method isn't actually needed anymore. Fixes weirdness...Adam
2013-02-14Made chanserv/unban with no parameters unban you in every channel you have ac...Adam
2013-02-14Fix CommandCSMode::CanSet letting everyone set voiceAdam
2013-02-14Store what channels have references to accounts in NickCore to prevent having...Adam
2013-02-14Make NickCore::aliases a vectorAdam
2013-02-05Made access del by nick and other functions from 326f1a really delete objectsAdam
2013-01-30Remove sendpass from the configs and the config reader since it no longer existsAdam
2013-01-27Fix db_flatfile not clearing databases on save if there are no objects left o...Adam
2013-01-25mysql_insert_id doesn't return an id if one isnt generated, soAdam
2013-01-22Add hidenetsplitquit config option to not show splits in /ns info's last quit...Adam
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most f...Adam
2013-01-13Allow grouping commands to make help output easier to comprehendAdam
2013-01-09Update copyright to 2013. This was done with:Adam
2013-01-08Use m_rewrite to rewrite op, deop, halfop, ... etcAdam
2013-01-03Move enforcer checks on nick and logout to nickserv.cppAdam
2013-01-03Don't delete users immediately when quit or killed, instead wait until messag...Adam
2012-12-29Cleanup after mode locks, badwords, akick, access, if destructedAdam
2012-12-28Move some of CheckKick to the respective modulesAdam
2012-12-28Use the same object for chanusercontainer and userchancontainerAdam
2012-12-28The timestamp column in SQL should actually be null sometimes, and fixed some...Adam
2012-12-25Allow modules loaded after startup to magically reobtain their database objec...Adam
2012-12-19Add a command flag to require that a user is executing the commandAdam
2012-12-19Having these references to bots bugged out older compilers, so simplify this ...Adam
2012-12-15Move DNS handling to a moduleAdam
2012-12-13Optimize much of the database code and serialize code.Adam
2012-12-12Fixed webpanel fail on nondebug buildsAdam
2012-11-30Allow modules to use the encryption modules to encrypt arbitrary things.Adam
2012-11-29Fix warnings from classes with virtual functions not having virtual destructorsAdam
2012-11-28Rewrite/simplify some of m_httpdAdam
2012-11-26Keep track on what ircds we can svsjoin, add an svspart methodAdam
2012-11-25Restrict the length of kick reasons in cs_kick, cs_ban, and cs_akickAdam
2012-11-25Merge ns_ghost, ns_recover, and ns_release. Fix svskilling users on Unreal.Adam
2012-11-24Make the actual clients into services tooAdam
2012-11-24Helps to name ping rightAdam
2012-11-23Made IRCDProto a ServiceAdam
2012-11-23Change the return type of ircdmessage to void now that we don't use it, add a...Adam
2012-11-22Fix compile/pch generationAdam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-16Fixed some stuff spotted by Cronus, made db_old convert ACCESS_INVALID levels...Adam
2012-11-09Add a config option to disable saslAdam
2012-11-07We no longer have to use the rungroup provided at build time, it is specified...Adam
2012-11-07Give suspend the correct permission in botserv.conf, fix pch buildAdam
2012-11-06Made os_noop more usefulAdam
2012-11-06Use std::tr1::unordered_map for a few of the larger mapsAdam