Age | Commit message (Expand) | Author |
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 |
2012-11-06 | Windows fixes | Adam |
2012-11-01 | Fix pch generation | Adam |
2012-11-01 | Fixed quite a bit of dumbness with m_ssl. Had to | Adam |
2012-10-31 | Fix ns_ghost and ns_recover, add nicksev:restoreonghost | Adam |
2012-10-30 | Made os_forbid honor nssecureadmins | Adam |
2012-10-29 | Made MailThread completely threadsafe, currently theres a race condition with... | Adam |
2012-10-29 | This include is unncessary | Adam |
2012-10-27 | Add a module log type | Adam |
2012-10-27 | Ues timestamp for dns serial not yyyymmddnn.. there are too many problems wit... | Adam |
2012-10-26 | Add nickserv:modesonid config option to set what modes users get on identify | Adam |
2012-10-26 | Don't attempt to process any query packets if we aren't explicitly given perm... | Adam |
2012-10-25 | This code isn't used | Adam |
2012-10-24 | BIND's forward ability did not work as I expected | Adam |
2012-10-22 | Cleanup of last few commits/warning fix | Adam |
2012-10-22 | Add os_dns, a way to control your DNS zone via services | Adam |
2012-10-21 | Base has to destruct before Extensible does because objects that destruct due... | DukePyrolator |
2012-10-18 | Base has to destruct before Extensible does because objects that destruct due... | Adam |
2012-10-14 | Better clarify signon vs timestamp and allow updating users timestamp to an i... | Adam |
2012-10-13 | Add m_sql_oper | Adam |
2012-10-13 | Simplify the db_sql_live code since this isn't actually necessary. Fixes a pr... | Adam |
2012-10-09 | Cleanup ok if modules with pending identify requests are unloaded | Adam |
2012-10-08 | Fix fantasy !help & give it its own help header, not ChanServ's | Adam |
2012-10-08 | Made fantasy commands configurable | Adam |
2012-10-07 | Remove the asynchronous identifing hack and replace it with something better.... | Adam |
2012-10-07 | Add a config option for server side topic locks | attilamolnar |
2012-10-05 | Add an event for when nick or channel options are set | Adam |