summaryrefslogtreecommitdiff
path: root/modules/pseudoclients
AgeCommit message (Expand)Author
2015-12-14New source tree structure for modules. From commands/cs_access => chanserv/ac...Adam
2015-10-27Merge branch '2.0' into 2.1Adam
2015-10-27Beginning of new module dependency stuff, seems to compile and link. Move som...Adam
2015-09-06Merge pull request #126 from SaberUK/2.0+typosAdam
2015-08-20Only remove collide timers if the account matches on idAdam
2015-07-08Fix a ton of typos.Peter Powell
2015-07-07Fix various Clang compiler warnings.Peter Powell
2015-06-29#1649 don't update keepmodes during inhbaitAdam
2015-03-11Only matches sqlines against channels if they begin with a #Adam
2015-01-05Merge branch '2.0' into 2.1Adam
2014-12-27Remove now unnecessary eventhook constructor calls in module init listsAdam
2014-12-12Changed calls to Get() for bool extensible items to HasExt in the chanserv mo...MichaƂ Zegan
2014-12-10Unconst these config Get<Anope::string> calls as it makes no senseAdam
2014-12-10Use a triat class for event names instead of having to manually give them pla...Adam
2014-12-05Update Kill() calls to pass source pointer instead of nameAdam
2014-11-25Move automatically identified for log message to usersAdam
2014-11-24Rewrite serializable to have field level granularityAdam
2014-10-06Clean up collide timers on identify, otherwise you can login and logout befor...Adam
2014-10-06Clear pending collided state on release, fixes colliding users using recover ...Adam
2014-08-24Change Channel::GetModeList to return a copy of the mode list, not aAdam
2014-06-23Merge branch '2.0' into 2.1Adam
2014-06-23Mostly working language string rewrite with new format stringsAdam
2014-05-28Move most of the core pseudoclient logic to modulesAdam
2014-05-27Set timer owner for nickserv timersAdam
2014-05-21Core prep for p10 stuffAdam
2014-05-20Speed up akill xline checksAdam
2014-05-14Fix access lists showing the wrong mask if the display nick for a groupAdam
2014-04-21Constify message source for OnChannelMode(Un)SetAdam
2014-04-20New event systemAdam
2014-04-02Remove regex mods, use std::regex insteadAdam
2014-04-01Require cmake 2.8 and C++11 supportAdam
2014-03-10Do not send unregistered notice to users who are logged in, even if their nic...Adam
2014-03-10Set nickserv's modesonid on login tooAdam
2014-03-04Fix 2 crashes from removing the permanent channel mode from channels which do...Adam
2014-03-04Do not allow guest nicks to exceed nicklen, and use a default enforcer ident/...Adam
2014-03-01Fix botserv help to show the correct fantasy charactersAdam
2014-02-27Do not take modes from users in channels with secureops off if we are always ...Adam
2014-02-05Make it easier to use fantasy without botserv, and document itAdam
2014-01-26Use the SQLine reason in the kick reason for sqlined channelsAdam
2014-01-21Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601.Adam
2014-01-04Fix recovering enforcers not properly quitting themAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-12-31I don't think this OnBotKick to hold channels is necessary anymore as Sync sh...Adam
2013-12-27Fix crash when channels are registered that do not exist by non usersAdam
2013-12-26Fix not setting the persist flag on newly registered channels when the perman...Adam
2013-11-21Shrink nick and channel default flags in db_old, otherwise converted nicks/ch...Adam
2013-10-28Stop requesting identification when changing nicks to a registered nick, and ...Robby-
2013-10-28Fix kill and killquick default expiry times.Robby-
2013-10-28Fix some typos and touch up the configs a little.Robby-
2013-10-26moved some config options from example.conf to nickserv.example.confDukePyrolator