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