changed spamserv,chanserv and watchdog messages to privmsgs
[srvx.git] / src / chanserv.c
2013-05-20 NurPechchanged spamserv,chanserv and watchdog messages to...
2013-05-20 StrictedChanServ.suspend duration
2013-05-19 NurPechadded configvalue for mininum time at time bans
2013-05-19 NurPechadded status "network"
2013-02-27 pk910Merge branch 'master'
2013-02-27 NurPechMerge branch 'master' of ssh://git.pk910.de:16110/srvx
2013-02-24 lukas9950added some nodelete overrides
2012-03-03 pk910fixed bug in advtopic code
2012-03-03 pk910Merge branch 'master' of ssh://git.pk910.de:16110/srvx
2012-03-03 pk910tidied up advtopic code
2012-02-14 pk910added AdvTopic (advanced topic) with multiple delimiters
2012-02-09 pk910fixed missing language entries (missing in giveonership...
2012-02-09 pk910applied giveownership-history patch by ThiefMaster
2012-02-07 pk910Merge branch 'master' of ssh://git.pk910.de:16110/srvx
2012-02-07 pk910added revoke_mode_a setting
2012-02-02 rootMerge remote branch 'upstream/master'
2011-11-26 pk910don't use empty new_channel_unauthed_join, new_channel_...
2011-11-09 rootMerge remote branch 'upstream/master'
2011-11-09 pk910fixed vote commands
2011-11-01 rootMerge remote branch 'upstream/master'
2011-10-31 Michael PooleDo not show "[#channel (500,)]" in a !myaccess list.
2011-10-31 Michael PooleAllow !trim (for users) to work for helpers.
2011-10-30 Michael PooleAvoid adding expire_channels() to the timeq on !expire.
2011-10-30 Michael PooleFix compilation warnings from gcc 4.6.
2011-10-30 Michael PooleFix MIN_ARGC for ChanServ's !8ball and !d commands.
2011-10-16 pk910fixed unused variable warning
2011-10-15 pk910allow IRC Ops unregister protected channels (nodelete...
2011-10-12 pk910added cmd_opme command to chanserv (based on new devnul...
2011-08-26 pk910fixed srvx language fail (minimum must NOT be greater...
2011-08-16 pk910don't hide protected channels from Network Helpers...
2011-07-21 pk910fixed cmd_users counter (-1)
2011-07-21 pk910added total user count to cmd_users
2011-07-20 Zer0nchanged cmd_myaccess: added ".. is owner of XX channel...
2011-07-20 Lukasadded flag +I (user not shown in staff list)
2011-07-18 pk910extended MODE_FORWARD check (check if the user is allow...
2011-07-17 pk910allow opers with security override enabled using MODE_N...
2011-07-08 pk910channel created messages added
2011-07-08 pk910added option to force opers to be in staff_auth_channel
2011-07-07 pk910added $.x.y fakhosts where $ gets replaced with the...
2011-07-07 pk910ignore MODE -z but allow MODE +z
2011-07-07 pk910only give users +ov if they have UserAutoOp enabled...
2011-07-07 pk910cmd_invitemeall added
2011-07-07 pk910fixes for the last commits (buildable now)
2011-07-07 pk910added entry counter to cmd_myaccess
2011-07-07 pk910added channel votes
2011-07-07 pk910added channel expire setting
2011-07-07 pk910added cmd_info peek time info
2011-07-07 pk910added user invite timeout
2011-07-07 pk910applied SpamServ patch
2010-03-15 Michael PooleFix various mode-related bugs (including SF#2964782...
2010-03-09 Michael PooleDo not send infolines when a normal user joins a +D...
2010-02-15 ThiefMasterDisplay detailed usercounts in !peek (ops/voices/regulars)
2010-02-15 ThiefMasterExclude accounts with the +b flags in visited/expiry...
2010-02-15 ThiefMasterMake titlehost_suffix a global var so it can be accesse...
2010-02-15 Michael PooleBug fix round-up for SF#2885593, SF#2924219 and SF...
2009-09-21 Michael PooleRemove the duplicated message ID reported in SF bug...
2009-09-17 Michael PooleFix clearing "helping" flag from users when parting...
2009-03-06 Michael PooleUpdate users' "present" and "seen" fields when unsuspen...
2009-03-06 Michael PooleFix warnings about shadowed variables, and use -Wshadow...
2009-03-05 ThiefMasterAdd outrank check to chanserv.myaccess
2009-03-05 Michael PooleFix handling of multiple users on a +h account in the...
2008-07-30 Michael PooleBail out of !opchan if someone has made ChanServ part...
2008-07-23 Michael Poolesrc/chanserv.c: Fix copyright years and !uset autoinvit...
2008-07-05 Michael PooleFix SourceForge bug #1529487.
2008-03-23 Michael PooleCheck for and use appropriate type of variadic macro...
2008-03-20 Michael PooleRemove extraneous semicolons from end of macro uses.
2008-03-20 Michael Poolesrc/chanserv.c: Do not mix variable declarations and...
2008-03-09 ThiefMasterPass is_notice status to chanmsg funcs.
2008-03-09 ThiefMasterAllow *account to be used in !say and !emote.
2008-01-05 Michael PooleConvert time-related variables to consistently use...
2007-12-13 Michael PooleFix DNR expiration and expiration-based DNR searches.
2007-05-28 ThiefMasterAllow *account in ban/unban commands (to ban/unban...
2007-05-28 ThiefMasterGet rid of remaining tabs and replace them with spaces.
2007-03-31 Michael PooleFix DNR searching for globs.
2007-03-31 Michael PooleAdd "dnrsearch count" action.
2007-03-31 Michael PooleFor giveownership to new members, give old owner access...
2007-03-31 Michael PooleAvoid crashing in chanserv_is_dnr() when handle ==...
2007-03-18 Michael PooleTweak default access restrictions for "set unreviewed *".
2007-03-14 Michael PooleAdd "unreviewed" flag for channels.
2007-03-14 Michael PooleAdd trace-style DNR searching capabilities.
2007-03-12 Michael PooleTweak DNR expiration code for aesthetics.
2007-03-12 ThiefMasterAdded expire time for DNRs.
2007-01-08 Michael PooleFix SourceForge bug #1629748
2006-12-23 Michael PooleProperly handle overrides in !wipeinfo.
2006-10-27 Michael PooleMake maintainer-mode use C89 mode.
2006-10-27 Michael PoolePull ThiefMaster's patch-3..5.
2006-10-03 Michael PooleI18n'ize the staff descriptors in !access.
2006-09-23 Michael PooleFurther giveownership confirmation fixes.
2006-09-22 Michael PooleMerge AddService(), AddClone() into AddLocalUser()
2006-09-22 Michael PooleMake IRC message handler 'text' const.
2006-09-09 Michael PooleNetwork event handler fixup when ChanServ is disabled.
2006-09-03 Michael PooleFix giveownership to how it should be
2006-08-19 Michael PooleMark channels as visited when high-level users leave.
2006-08-07 Michael PooleRequire confirmation cookie for giveownership.
2006-07-29 Michael PooleAdd CSMSG_INVALID_CFLAG string.
2006-07-18 Michael PooleMake !bans searching more flexible
2006-07-18 Michael PooleFix typo in English error message text.
2006-05-02 Michael PooleMake some ChanServ ban checks see through hidden hosts.
2005-12-23 Michael PooleDefault to not trimming users on vacation.
2005-11-01 Michael PooleAvoid leaking information through ChanServ's ban matching.
next