summaryrefslogtreecommitdiff
path: root/modules/pseudoclients/chanserv.cpp
AgeCommit message (Expand)Author
2019-01-01Update copyright to 2019.Robby
2018-04-25Update copyright to 2018.Robby
2017-10-12No longer try to create persistent channels on the flyAdam
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2017-01-16Update copyright to 2017.Robby
2016-01-28Update copyright to 2016. This was done with:Robby
2015-09-25Fix chanserv botmodes.Robby
2015-06-29#1649 don't update keepmodes during inhbaitAdam
2014-12-12Changed calls to Get() for bool extensible items to HasExt in the chanserv mo...MichaƂ Zegan
2014-05-14Fix access lists showing the wrong mask if the display nick for a groupAdam
2014-03-04Fix 2 crashes from removing the permanent channel mode from channels which do...Adam
2014-02-27Do not take modes from users in channels with secureops off if we are always ...Adam
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-10-05Hide expires in /cs info if the channel is actively in use as it confuses peopleAdam
2013-10-05Fix logging for log type 'other'.Robby-
2013-10-05Fix not setting -r when channels are deletedAdam
2013-09-29Exempt ulines/myself from bounce mode checkAdam
2013-09-29Fix NickServ default nick expiry time.Robby-
2013-09-29Add chanserv:always_lower_ts config option to always lower registeredAdam
2013-09-27Fix typos, remove dead language defines.Robby-
2013-09-27Remove +r etc when channels are deletedAdam
2013-08-27Make chanserv:require not default to rAdam
2013-08-25Create persistent channels on startup, which used to work and got lost somewhereAdam
2013-08-21Always require the registered channel mode is set. Comment out default config...Adam
2013-08-11Remove channels from accesss lists when they expire/dropAdam
2013-08-11Fix chanserv opersonly settingAdam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
2013-07-20Fix not setting the correct compile flags on modules and fix the resulting wa...Adam
2013-07-03Allow channels on access listsAdam
2013-07-01Change extensible keys to require explicitly having a type defined for it. Co...Adam
2013-06-01Move OnJoinChannel event to trigger after the user has completely joined and ...Adam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-19Mark service:channels as a "botchannel" and don't try to hold them on sync, a...Adam
2013-05-10Fix ChannelMode::CanSetAdam
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-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-05That doesn't work either, just don't use references.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-02-14Switch Destroy methods to deleteAdam
2013-02-14Store what channels have references to accounts in NickCore to prevent having...Adam
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most f...Adam