summaryrefslogtreecommitdiff
path: root/modules/pseudoclients
AgeCommit message (Expand)Author
2013-05-08Readd check for users.size() == 1 before holding channelsAdam
2013-05-08Fixed some issues and desyncs with creating empty permanent channels on start...Adam
2013-05-08Allow using sxlines on ircds that do not support them, since we always enforc...Adam
2013-05-08Add activate_on_set option for hostservAdam
2013-05-08Make sockaddrs/cidr not throw on invalid ips to give us an easier/cheaper way...Adam
2013-05-07Fix setting some default flags, reading fantasy blocks, and minusers setting ...Adam
2013-05-06Update the rest of modules.example.conf, default inspircd status modes to a s...Adam
2013-05-05The const char* specialization of this no longer worksAdam
2013-05-05That doesn't work either, just don't use references.Adam
2013-05-05Move module header files to include/modules to fix naming conflicts with syst...Adam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. Ma...Adam
2013-04-07Optimizations of much of the more commonly used codeAdam
2013-03-30Merge usefulness of Timer and CallBack classes into Timer, and fix it to real...Adam
2013-03-20Check that channels still exist before nulling their ci pointer in channelinf...Adam
2013-02-15Fix setting modes on botserv bots in channels that have other bots in them on...Adam
2013-02-14Switch Destroy methods to deleteAdam
2013-02-14Store what channels have references to accounts in NickCore to prevent having...Adam
2013-02-14Make NickCore::aliases a vectorAdam
2013-02-02Some more typo and help text fixes, proper formatting of control codes, missi...Robby-
2013-01-25mysql_insert_id doesn't return an id if one isnt generated, soAdam
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most f...Adam
2013-01-21Allow channels that have users in them that are not the access list to expire...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-06Buggy compilers are buggyAdam
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
2013-01-02Move nickserv validate stuff to an event in nickserv.cppAdam
2012-12-28Use the same object for chanusercontainer and userchancontainerAdam
2012-12-22Fixed memo mail messages, and allow %N to be in them. Bug #1462Adam
2012-12-19Having these references to bots bugged out older compilers, so simplify this ...Adam
2012-11-25Fix build the last arg on fantasy commands to chanservAdam
2012-11-24Make the actual clients into services tooAdam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-16This should be find, not find_first_ofAdam
2012-11-01Expand options:hideprivilegedcommands to not show commands requiring authenti...Adam
2012-10-30Fixed build errors and warnings with -std=c++11Adam
2012-10-26Add nickserv:modesonid config option to set what modes users get on identifyAdam
2012-10-14Better clarify signon vs timestamp and allow updating users timestamp to an i...Adam
2012-10-08Fix fantasy !help & give it its own help header, not ChanServ'sAdam
2012-10-08Made fantasy commands configurableAdam
2012-10-02Don't unassociate accounts with users on nick changesAdam
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to be...Adam
2012-09-07Add chanserv/set/autoop, like nickserv/set/autoop but for channelsAdam
2012-09-07Allow configuring killquick and kill delaysAdam
2012-09-02Fix WindowsAdam
2012-06-18Allow userless command sourcesAdam
2012-06-04minor help output changes, including some confusion in fantasy charslethality