Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-11 | Consistently use yes/no instead of true/false in the configs. | Sadie Powell | |
2025-05-10 | Consistently use realname instead of gecos. | Sadie Powell | |
2025-04-14 | Add Anope::Templace and switch all template strings to use it. | Sadie Powell | |
2025-04-14 | Purge the seen database after 90 days. | Sadie Powell | |
2025-03-09 | Sync the chanserv defaults between the code and config. | Sadie Powell | |
2025-03-09 | Make config variables a lot more useful. | Sadie Powell | |
- Config variables now no longer conflict with regular values. - Config variables can now be read from the environment. (e.g. ${env.USER}). - Config variables can now be used as partial values (e.g. support@${network.domain}) | |||
2025-03-08 | Turn on channel persistence by default. | Sadie Powell | |
2024-11-29 | Add support for numerics associated with cs_set_misc entries. | Sadie Powell | |
This is mainly to allow the URL entry to use RPL_CHANNELURL. | |||
2024-11-08 | Make the grammar of the SET privilege description less weird. | Sadie Powell | |
2024-10-22 | Replace usestrictprivmsg with something actually useful. | Sadie Powell | |
Every IRC server we support (other than Bahamut which is probably on the chopping bock) uses UIDs so this setting does nothing. Instead, allow configuring a server-side alias for each service and use that when servicealias is enabled. | |||
2024-06-23 | Make the language around fantasy commands less weird. | Sadie Powell | |
2024-06-23 | Rename suspend in cs_expire to suspendexpire to match ns_expire. | Sadie Powell | |
2024-06-23 | Fix the default config for channel suspensions. | Sadie Powell | |
2024-03-09 | Tweak the config default limits slightly. | Sadie Powell | |
2024-03-07 | Consistently use email instead of e-mail. | Sadie Powell | |
2024-02-29 | Rip out ns_access and related code. | Sadie Powell | |
This is wildly insecure and has been disabled by default for at least a decade. | |||
2024-01-05 | Add an alias for chanserv/status for the name used by Atheme. | Sadie Powell | |
Closes #336. | |||
2024-01-05 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-01-01 | Fix a copy/paste error in the default channel settings. | Sadie Powell | |
2023-12-22 | Move privilege descriptions to the example configs. | Sadie Powell | |
2023-11-30 | Add the UNBANME privilege to allow users to unban themselves. | Sadie Powell | |
This is separate from the existing UNBAN privilege which applies to all users. Closes #331. | |||
2022-12-17 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2022-12-08 | Document `cs_no_expire` (#301). | PeGaSuS | |
2021-10-17 | Increase the default channel expiry to 30 days. | Sadie Powell | |
2019-04-05 | Config files: Fix some typos, bring stats.standalone.example.conf up to par ↵ | Robby | |
with example.conf, etc. | |||
2017-12-30 | Update chanserv.example.conf (#206) | nekoswag | |
2016-08-08 | Remove 'expiretimeout' from chanserv.example.conf | genius3000 | |
As seen within this commit: https://github.com/anope/anope/commit/22658d63bdb1e52a66f4514af45fa55ca5891345 'expiretimeout' is no longer set within cs_seen and I can't see it used elsewhere to be needed in the config. | |||
2016-01-29 | The default xop access for PROTECTME should really be SOP, not AOP. | Robby | |
2015-03-22 | Make the signed kick/ban message format configurable. | Robby- | |
2015-03-11 | Hide set desc because set description exists | Adam | |
2014-08-03 | Add cs_mode:max config option | Adam | |
2014-05-22 | Make command group descriptions translatable. | Jyzee | |
2014-05-01 | Add config options to ns_suspend and cs_suspend to configure which ↵ | Adam | |
information is shown to non opers | |||
2014-04-25 | Add "virtual mode" support | Adam | |
This allows fully tracking extbans and other modes set by a different underlying mode, such as InspIRCd's namedmodes Add two configuration options to cs_ban to configure which mode is set and whether or not to kick banned users. Add default "mute" fantasy command to botserv.example.conf | |||
2014-02-05 | Document a little more accurrately the privilege stuff and document why the ↵ | Adam | |
access lists behave as they do | |||
2013-12-26 | Default the founder privilege to level 10000 as I had originally intended. ↵ | Adam | |
Document set fonder usage in cs_levels help. | |||
2013-12-26 | Add a config option for whether or not to reset the TS of persistent ↵ | Adam | |
channels to their registration date | |||
2013-11-16 | Don't default /cs list or /ns list to require oper privs | Adam | |
2013-11-01 | Use Config::GetClient for looking up services for command{} blocks which ↵ | Adam | |
lessens the insanity of renaming services | |||
2013-10-28 | Fix some typos and touch up the configs a little. | Robby- | |
2013-10-05 | Hide privileged commands in ns help set and cs help set if configured | Adam | |
2013-09-29 | Add chanserv:always_lower_ts config option to always lower registered | Adam | |
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-08-21 | Always 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-14 | Do not default mlock +r, it is unnecessray and only clutters up the mlock list | Adam | |
2013-08-11 | Fix cs_kee_pmodes default | Adam | |
2013-08-10 | Do not have ratbox or plexus pull modes from hybrid, it is entirely too ↵ | Adam | |
confusing. Also fix cs_mode config | |||
2013-08-10 | Add "simple seen" mode to cs_seen | Adam | |
2013-08-01 | Add keepmodes setting | Adam | |
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-07 | Move 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. |