summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2013-10-12Update version.logAdam
2013-10-09Call OnBotPrivmsg after checking if the message is a ctcp, not before. fix ↵Adam
typo in opersrev.example.conf
2013-10-05Hide privileged commands in ns help set and cs help set if configuredAdam
2013-10-05cs_entrymsg: Check for the correct override privilege.Robby-
Make some more commands check if Read-Only mode is active. cs_flags: Show a meaningful message when a user is not found on the access list. os_set: Add missing capabilities to the readonly help output. OperServ: Add logging to certain commands. NickServ: Undo logging for listings.
2013-09-29ns_access: Allow LIST by Services Operators on suspended nicks. Change wording.Robby-
ns_ajoin: Fix the number of command parameters. Check for nick suspension. Do not allow just any Services Operator to access other users' AJOIN, require nickserv/ajoin. Change wording. ns_cert: Add ability for Services Operators to modify other users' certificate lists.
2013-09-29Add chanserv:always_lower_ts config option to always lower registeredAdam
channels timestamps to the creation time which fixes some race conditions regarding users joining empty registered channels and doing things prior to the -o from services coming through. Without always_lower_ts attempt to bounce mode changes from bad users, which will work okay in most cases.
2013-09-29Correct expiretmeout and updatetimeout descriptions in example.conf, it is ↵Adam
no longer triggerd by /os update
2013-09-27example.conf: nickserv:emailregistration -> nickserv:registrationRobby-
2013-09-27Only allow using os_oper add and del if you have the privileges for whatAdam
you are giving or taking.
2013-09-27Fix cs_mode lock reply if nothing is doneAdam
Fix not clearing forbids when os_forbid is unloaded Apply nick and chan forbids when added Fix loading forbids until after the service is constructed
2013-09-08Fix allowing duplicate entries on the snline listAdam
Have proto mods recognize cidr ranges as zlineable IPs Remove operserv/global from global.conf because its dumb Fix example config ~botserv/set example to work as expected
2013-08-23Remove webpanel:ssl configuration option because its dumbAdam
2013-08-21Always require the registered channel mode is set. Comment out default ↵Adam
config requiring "r" as some ircds use it for registered users only
2013-08-14Do not default mlock +r, it is unnecessray and only clutters up the mlock listAdam
2013-08-11Add DNS Notify supportAdam
2013-08-11Fix cs_kee_pmodes defaultAdam
2013-08-10Support DNS ANY query typeAdam
2013-08-10Do not have ratbox or plexus pull modes from hybrid, it is entirely too ↵Adam
confusing. Also fix cs_mode config
2013-08-10Add "simple seen" mode to cs_seenAdam
2013-08-10Add os_infoAdam
2013-08-07Add m_sql_logAdam
2013-08-01Add keepmodes settingAdam
2013-07-22Squashed commit of the following from Federico G. Schwindt <fgsch@lodoss.net>:Federico G. Schwindt
Date: Mon Jul 22 22:40:07 2013 +0100 Correct pasto Use proper name for included file. Date: Mon Jul 22 22:30:23 2013 +0100 Indent defaults Date: Mon Jul 22 22:28:50 2013 +0100 Correct option name signkicklevel is really signkick_level. Date: Mon Jul 22 22:25:24 2013 +0100 Ensure some of the options are persisted Correct type for memo_signon, memo_receive, memo_mail and memo_hardmax so they're serialized. Date: Mon Jul 22 22:23:36 2013 +0100 Add missing newline plus additional suggestions from fgs
2013-07-21More basic config validation, and fix crash when no uplinks are configured. ↵Adam
spotted by fgs
2013-07-07Move op/deop/etc back to an actual command, its too hard to use cs_log with ↵Adam
it as rewrites. Allow cs_log to work with either command names or service names.
2013-07-08m_dnsbl: updated the url to DroneBL in modules.example.confDukePyrolator
2013-07-03Allow channels on access listsAdam
2013-07-01Change extensible keys to require explicitly having a type defined for it. ↵Adam
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module.
2013-06-22added the missing accessmax option to the ns_cert configuration blockDukePyrolator
2013-06-19Don't enforce usestrictprivmsg on TS6 IRCds and cache the value of ↵Adam
usestrictprivmsg
2013-06-19Removed inspircd 1.1 reference from conf. Corrected a few spelling issues.KindOne
2013-05-26Get rid of the remaining references in the core to specific services. Move ↵Adam
more stuff out of the core to the proper modules.
2013-05-26Update INSTALL and place some example link configurations in example.confAdam
2013-05-20made our database backup filenames more readableDukePyrolator
2013-05-18Give botserv bots assigned by persist the same botmodes as normal bots, fix ↵Adam
some typos, remove unused variable
2013-05-18Add botserv bot usermode config optionAdam
2013-05-18Add a config option for the default log botAdam
2013-05-17Add Redis database supportAdam
2013-05-11Update botserv.example.conf for xop fantasy commandsCharles Kingsley
2013-05-10Fix typo in example.conf - thx rodr1goCharles Kingsley
2013-05-08Add activate_on_set option for hostservAdam
2013-05-06Use I_OnUserQuit for os_session because I_OnPreUserLogoff gets called too ↵Adam
late, after the users server can be gone. Fix a couple other small things
2013-05-06Update the rest of modules.example.conf, default inspircd status modes to a ↵Adam
sane rank incase they are prefixless, and 50 other things
2013-05-05Cache timeoutcheck and fix a typo in example.confAdam
2013-05-05Rework the config file reader to be much more flexible and move many ↵Adam
configuration directives to the actual modules they are used in.
2013-04-11Explain how privileges associate themselves with modesAdam
2013-04-11Merge chanserv saset and set back into one command since it no longer needs ↵Adam
to be separated... replace chanserv/set privilege with chanserv/administration. Dont tell users to use 'help' for more help if there is no help.
2013-04-09Rename OPDEOP and OPDEOPME privileges to be similar to the other status ↵Adam
privileges
2013-04-08Made XOP privileges configurableAdam
2013-04-08Made auto* chanserv privileges not hard coded.Adam
Made cs_statusupdate not remove status on users if they still match other entries. Move privilege descriptions out of the config