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