Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-01 | People often seem to get tripped up by this, so document more clearly | Adam | |
2013-10-26 | added the irc2sql gateway module | DukePyrolator | |
2013-10-26 | moved some config options from example.conf to nickserv.example.conf | DukePyrolator | |
2013-10-05 | cs_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-29 | ns_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-29 | Correct expiretmeout and updatetimeout descriptions in example.conf, it is ↵ | Adam | |
no longer triggerd by /os update | |||
2013-09-27 | example.conf: nickserv:emailregistration -> nickserv:registration | Robby- | |
2013-09-27 | Only allow using os_oper add and del if you have the privileges for what | Adam | |
you are giving or taking. | |||
2013-09-27 | Fix cs_mode lock reply if nothing is done | Adam | |
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-08 | Fix allowing duplicate entries on the snline list | Adam | |
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-07-22 | Squashed 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-21 | More basic config validation, and fix crash when no uplinks are configured. ↵ | Adam | |
spotted by fgs | |||
2013-07-01 | Change 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-19 | Don't enforce usestrictprivmsg on TS6 IRCds and cache the value of ↵ | Adam | |
usestrictprivmsg | |||
2013-06-19 | Removed inspircd 1.1 reference from conf. Corrected a few spelling issues. | KindOne | |
2013-05-26 | Update INSTALL and place some example link configurations in example.conf | Adam | |
2013-05-20 | made our database backup filenames more readable | DukePyrolator | |
2013-05-18 | Give botserv bots assigned by persist the same botmodes as normal bots, fix ↵ | Adam | |
some typos, remove unused variable | |||
2013-05-18 | Add a config option for the default log bot | Adam | |
2013-05-17 | Add Redis database support | Adam | |
2013-05-10 | Fix typo in example.conf - thx rodr1go | Charles Kingsley | |
2013-05-05 | Cache timeoutcheck and fix a typo in example.conf | Adam | |
2013-05-05 | Rework 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-11 | Merge 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-02 | mentioned the charybdis protocol support in the readme and example config | DukePyrolator | |
2013-03-31 | Add networkinfo:modelistsize config option to set the max size of b/e/I lists | Adam | |
2013-03-18 | Add db_sql:import config option so we can know for sure whether or not we ↵ | Adam | |
want a database import | |||
2013-03-13 | Allow opers to override chanserv kick/ban, botserv say/act, and akick's ↵ | Adam | |
peace setting | |||
2013-02-02 | cs_enforce: Make the logging also show the channel it was used on, added 2 ↵ | Robby- | |
missing log calls, can now handle overrides by services operators. | |||
2013-02-02 | Some more typo and help text fixes, proper formatting of control codes, ↵ | Robby- | |
missing privileges, and settings corrections. | |||
2013-01-31 | Some configuration file updates: Removed now non-existing settings. Redid ↵ | Robby- | |
some existing settings to look more consistent/uniform. Added some missing commands/permissions. Merged operserv/modlist permission into operserv/modinfo. Fixed ChanServ INFO privilege to actually work for /BotServ INFO too for those users who have it, instead of only for founders. Fixed some typos aswell as removed whitespaces along the way. | |||
2013-01-30 | Remove sendpass from the configs and the config reader since it no longer exists | Adam | |
2013-01-27 | Add nickserv/alist priv, merge botserv/botlist and botserev/assign/private ↵ | Adam | |
to botserv/administration | |||
2013-01-13 | Add svsjoin and svspart commands | Adam | |
2012-12-29 | Remove clearuser references from configs | Adam | |
2012-12-15 | Move DNS handling to a module | Adam | |
2012-12-13 | Optimize much of the database code and serialize code. | Adam | |
2012-12-09 | added a missing permission for operserv/global to the Services Administrator ↵ | DukePyrolator | |
block in example.conf | |||
2012-11-30 | Allow services to return more than one NS record | Adam | |
2012-11-30 | Allow modules to use the encryption modules to encrypt arbitrary things. | Adam | |
Made enc_old depend on enc_md5. Allow not loading any encryption modules if you want to only use an external mechanism. Removed ns_sendpass since it's just a bad idea. | |||
2012-11-01 | Expand options:hideprivilegedcommands to not show commands requiring ↵ | Adam | |
authentication to unidentified users | |||
2012-10-29 | readded ngircd protocol support | DukePyrolator | |
2012-10-24 | BIND's forward ability did not work as I expected | Adam | |
because it will not forward non recursive queries. So, added support for SOA, NS, and AXFR requests. | |||
2012-10-22 | Cleanup of last few commits/warning fix | Adam | |
2012-10-22 | Add os_dns, a way to control your DNS zone via services | Adam | |
2012-10-13 | Add a hybrid 8 protocol module courtesy of Michael <michael@wobst.at> | Adam | |
2012-10-01 | Add networkinfo:chanlen config directive | Adam | |
2012-09-03 | updated example.conf | DukePyrolator | |
2012-08-08 | Put motd in conf/ not data/ and fixed the default values in the config | Robby | |
2012-08-08 | Update pid and motd file paths | Cronus | |