summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2012-11-06Windows fixesAdam
2012-11-01Fix pch generationAdam
2012-11-01Fixed quite a bit of dumbness with m_ssl. Had toAdam
2012-10-31Fix ns_ghost and ns_recover, add nicksev:restoreonghostAdam
2012-10-30Made os_forbid honor nssecureadminsAdam
2012-10-29Made MailThread completely threadsafe, currently theres a race condition with...Adam
2012-10-29This include is unncessaryAdam
2012-10-27Add a module log typeAdam
2012-10-27Ues timestamp for dns serial not yyyymmddnn.. there are too many problems wit...Adam
2012-10-26Add nickserv:modesonid config option to set what modes users get on identifyAdam
2012-10-26Don't attempt to process any query packets if we aren't explicitly given perm...Adam
2012-10-25This code isn't usedAdam
2012-10-24BIND's forward ability did not work as I expectedAdam
2012-10-22Cleanup of last few commits/warning fixAdam
2012-10-22Add os_dns, a way to control your DNS zone via servicesAdam
2012-10-21Base has to destruct before Extensible does because objects that destruct due...DukePyrolator
2012-10-18Base has to destruct before Extensible does because objects that destruct due...Adam
2012-10-14Better clarify signon vs timestamp and allow updating users timestamp to an i...Adam
2012-10-13Add m_sql_operAdam
2012-10-13Simplify the db_sql_live code since this isn't actually necessary. Fixes a pr...Adam
2012-10-09Cleanup ok if modules with pending identify requests are unloadedAdam
2012-10-08Fix fantasy !help & give it its own help header, not ChanServ'sAdam
2012-10-08Made fantasy commands configurableAdam
2012-10-07Remove the asynchronous identifing hack and replace it with something better....Adam
2012-10-07Add a config option for server side topic locksattilamolnar
2012-10-05Add an event for when nick or channel options are setAdam
2012-10-03Fixed parsing squit (it has a reason)Adam
2012-10-02Attempt #2 at silly topic ts thing, this is actually must cleanerAdam
2012-10-02Revert "Fix topiclock on inspircd"Adam
2012-10-02Fix topiclock on inspircdAdam
2012-10-02Somehow the kick handler got lost in the confusion. Send the topic time with ...Adam
2012-10-01Allow modules to store data in their own databases.Adam
2012-10-01Add networkinfo:chanlen config directiveAdam
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to be...Adam
2012-09-30Make CommandSource use references, sometimes we hold them for awhileAdam
2012-09-24Fix a few oddball warnings that came up from clang, and also make it so webcp...Naram Qashat
2012-09-12Add m_sql_authentication to allow authenticating users against an external SQ...Adam
2012-09-07Add chanserv/set/autoop, like nickserv/set/autoop but for channelsAdam
2012-09-07Made session tracking ip based, not host based, and allow using CIDR to group...Adam
2012-09-07Allow configuring killquick and kill delaysAdam
2012-09-02Fix WindowsAdam
2012-09-01Added a web panel module + a default templateAdam
2012-07-01Remove ExtensibleString everywhereAdam
2012-06-18Allow userless command sourcesAdam
2012-05-24Added a ./Config option for using precompiled headersAdam