Age | Commit message (Expand) | Author |
2013-01-13 | Allow grouping commands to make help output easier to comprehend | Adam |
2013-01-13 | Add svsjoin and svspart commands | Adam |
2013-01-13 | Allow ns_set_misc/cs_set_misc to have configurable help descriptions | 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-06 | Fix deleting access by number | Adam |
2013-01-06 | Buggy compilers are buggy | Adam |
2013-01-06 | And really check for them using ssl... | Adam |
2013-01-06 | Fixed enforce ssl to not ban users if the channel is ssl only | Adam |
2013-01-05 | Add sslonly, bans, and limit to /cs enforce | Adam |
2013-01-03 | Fixed os_dns not readding connected servers if configured | 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-27 | Add an expiry option to /cs ban | Adam |
2012-12-27 | Remove clearusers. There is still kick * for this. | Adam |
2012-12-27 | Put appendtopic and topiclock into /cs topic | Adam |
2012-12-26 | Add register type to os_forbid to prevent users from registering nicks or cha... | Adam |
2012-12-25 | Allow modules loaded after startup to magically reobtain their database objec... | Adam |
2012-12-25 | Cleanup after os_dns on unload | Adam |
2012-12-25 | Don't check userlimit when servers first connect, servers wont have any users... | Adam |
2012-12-25 | packet->answers isnt always empty initially, like with axfrs | Adam |
2012-12-23 | Allow os_dns to manage multiple zones | Adam |
2012-12-22 | Combine all of the set modules now that having them split apart is almost com... | Adam |
2012-12-19 | Add a command flag to require that a user is executing the command | 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 | Only allow non-user sources to register nonexistant channels | Adam |
2012-12-12 | Squashed commit of the following: | Adam |
2012-12-02 | Only bad-password users when the account theyre trying to identify for actual... | Adam |
2012-11-30 | Allow modules to use the encryption modules to encrypt arbitrary things. | 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-23 | Change the return type of ircdmessage to void now that we don't use it, add a... | 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 | Made access del and xop del behave like access add/xop add by using a users m... | Adam |
2012-11-07 | Update bi->lastmsg in cs_log when something is logged via privmsg | Adam |
2012-11-07 | Fix crash on suspend etc if kicking a user causes the service bot to part whe... | Adam |
2012-11-06 | Made os_noop more useful | Adam |
2012-11-06 | Added log messages for all of the other chanserv commands that should be logged | Adam |
2012-11-06 | Use std::tr1::unordered_map for a few of the larger maps | Adam |
2012-11-05 | Catch the exception from /os session view invalidip | Adam |
2012-11-02 | cs_seen: do not read duplicate SeenInfo entries from the database | DukePyrolator |
2012-11-01 | Expand options:hideprivilegedcommands to not show commands requiring authenti... | Adam |
2012-11-01 | Fixed operserv/umode serv help entry | Adam |
2012-11-01 | Made os_logsearch search oldest logs first so the newest entries are at the b... | Adam |