aboutsummaryrefslogtreecommitdiffstats
path: root/modules/chanserv/set_secure.c
Commit message (Expand)AuthorAgeFilesLines
* Move vendor field to a compile time macroGravatar Austin Ellis2017-10-301-1/+1
* ChanServ/set_*: Add verbose support, announcing changes to channels that have...Gravatar Ben C2017-10-091-0/+2
* ChanServ/set_*: Make every binary option accept on/1/true and off/0/false as ...Gravatar Ben C2017-07-161-2/+2
* ChanServ: Call add_history_entry from notify_channel_set_change, not from eac...Gravatar Ben C2017-03-301-32/+0
* chanserv/main: Add notify_channel_set_change function (notifies channel manag...Gravatar Ben C2017-03-271-0/+9
* chanserv/set_*: Add HISTORY support to all other set commands.Gravatar Ben C2017-03-231-5/+42
* '/cs set commands' no longer require +s if the user has +F. Founders could a...Gravatar Ben C2015-08-031-1/+1
* chanserv: Disable mlock +o on SECURE channels for now.•••This is too annoying, disallowing even deopping self for users with +o-O flags. If the functionality of mlock +o is desired, this should be done using a new SET option. Gravatar Jilles Tjoelker2012-09-201-4/+0
* chanserv/set_secure: update MLOCK on SET SECURE ON/OFFGravatar William Pitcock2012-05-041-0/+4
* Supply intent information when performing module unload operations.•••There are presently two intents for unload operations, these are MODULE_UNLOAD_INTENT_PERM which indicates a permanent unload, and MODULE_UNLOAD_INTENT_RELOAD which indicates that a module is being reloaded (usually for a code upgrade). This allows the module to know when it should stash persistence data using the mowgli.global_data classes or when it should just destroy all data records. Gravatar William Pitcock2010-12-031-1/+1
* Replace MODULE_USE_SYMBOL() with MODULE_TRY_REQUEST_SYMBOL(), part 2.Gravatar William Pitcock2010-11-281-1/+1
* Remove "help/" from the help path of all modules that contain commands.•••This is just a waste of space as it is stripped out in src/help.c anyway. Since we've re-done the help stuff anyway, might as well do this too. Gravatar JD Horelick2010-09-221-1/+1
* chanserv: Port to new command framework.Gravatar JD Horelick2010-09-211-7/+1
* chanserv: Clean up pointer-of-pointer nonsense.Gravatar William Pitcock2010-09-201-3/+3
* chanserv: Update to new command API.Gravatar William Pitcock2010-09-201-1/+1
* Made chanserv's set parameter argument optional.•••This lets users do /chanserv set url etc to unset channel settings. Gravatar Adam2010-06-281-1/+7
* Remove a bunch of the SVN Id's from the comments as well while•••we're at it. Sidenote: Yay Vim. Gravatar JD Horelick2010-06-041-1/+0
* Replace the $Id crap that hasn't really been used in 3 years with•••PACKAGE_STRING. Gravatar JD Horelick2010-06-041-1/+1
* Fix some circular module dependencies because i fail•••and have forgotten how the bad-old days of linux worked. Gravatar JD Horelick2010-05-231-1/+1
* Move CS SET SECURE to its own module.Gravatar JD Horelick2010-05-231-0/+101