aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference.conf
Commit message (Expand)AuthorAgeFilesLines
* Remove WebSocket supportGravatar Aaron Jones2024-06-121-6/+0
* doc/reference.conf: document the auth::umodes configuration option•••Fixes: 4d8088c386c23049fcfe ("Allow auth{} to apply extra umodes") Gravatar Aaron Jones2024-01-161-0/+5
* doc/reference.conf: document connect::flags sctpGravatar Aaron Jones2023-11-201-0/+1
* extensions/invite_notify: make the NOTICE optional, configurable•••This adds a configuration option that determines whether the NOTICE is sent to clients that do not support the IRCv3 invite-notify capability. Requested by LiberaChat MGM. Gravatar Aaron Jones2023-11-081-0/+5
* Warn opers about unresponsive serversGravatar David Schultz2023-06-131-0/+7
* reference.conf: document `hide_opers`Gravatar David Schultz2023-05-181-0/+3
* m_shedding: user shedding module based on oftc-hybridGravatar David Schultz2023-05-181-0/+1
* ircd.conf.example: reference.conf: fix invalid line wrappingGravatar Doug Freed2022-10-261-2/+1
* Add oper:free_target (#374)•••Co-authored-by: Ed Kellett <e@kellett.im>Gravatar Jess Porter2022-09-261-0/+1
* Add umode +I to allow users to hide their idle time (#220)Gravatar David Schultz2022-08-301-0/+4
* Add description parameter to auth blocks (#327)Gravatar Eric Mertens2022-04-141-0/+5
* fix typo in `sasl_only_client_message` (#279)Gravatar David Schultz2021-09-151-1/+1
* Remove sno_whois from reference.conf (#270)•••This was missed in commit 26c3681f7ccece87d9feGravatar Aaron Jones2021-08-211-2/+0
* reference.conf: Document the common syntax for flags•••It was only documented as an example in the auth {} block, not for other blocks. Gravatar Valentin Lorentz2021-07-311-0/+4
* reference.conf: Make it clearer connect {} blocks are reciprocalGravatar Val Lorentz2021-07-311-4/+11
* Create configurations for user-facing messages within registration (#238)Gravatar Melissa Draper2021-07-291-0/+41
* Create configurable client rejection message for SASL only (#236)Gravatar Melissa Draper2021-07-291-0/+5
* reference.conf: add drain_reasonGravatar David Schultz2021-07-111-0/+5
* reference.conf: Fix inconsistent use of tabulations and spacesGravatar Valentin Lorentz2021-07-061-9/+9
* Add a tutorial for connecting servers and services.Gravatar Valentin Lorentz2021-07-061-1/+3
* Remove ziplinks (#218)Gravatar Ariadne Conill2021-06-261-13/+1
* Add channel::ip_bans_through_vhostGravatar Ed Kellett2021-04-261-0/+3
* add separate priv (oper:message) for walking over CALLERID (umode +g) (#152)Gravatar jess2021-04-261-2/+3
* "KDX-Line active for" is now L_NETWIDE, so remove sno_globalklineGravatar jesopo2021-04-101-2/+0
* doc/reference.conf: add an example TLSv1.3 ciphersuite name•••[ci skip] Gravatar Aaron Jones2021-02-071-1/+1
* wallops: require new oper:wallops right (#110)•••Split oper:wallops right from oper:mass_notice. Update documentation and examples to grant oper:wallops everywhere oper:mass_notice was granted. closes #103Gravatar Taavi Väänänen2021-01-281-2/+4
* add ConfigFileEntry.oper_secure_only, to require TLS to oper up (#76)Gravatar jess2020-11-181-0/+3
* Get rid of hub_mask/leaf_maskGravatar Ed Kellett2020-11-141-14/+0
* Document general::stats_l_oper_onlyGravatar Ed Kellett2020-11-081-0/+7
* Stop using chm_nosuch as a sentinel value (#53)•••Remove chmode compat modules This removes the need for chm_nosuch as well. Unknown mode detection happens in mode parsing now.Gravatar Eric Mertens2020-11-081-6/+0
* Document general::hidden_capsGravatar Ed Kellett2020-11-081-0/+3
* Remove shared blocksGravatar Ed Kellett2020-11-011-61/+2
* Document secure blocksGravatar Ed Kellett2020-10-311-0/+6
* helpops: change umode char to hGravatar Ed Kellett2020-10-271-2/+2
* Unify oper:{global,local}_killGravatar Ed Kellett2020-10-251-4/+3
* "server-side ignore" is an incorrect description of umode +gGravatar jesopo2020-10-211-1/+1
* Document max_number in reference.confGravatar Ed Kellett2020-10-181-0/+3
* Add class::max_autoconn configurationGravatar Ed Kellett2020-10-181-2/+2
* Innovation by sedGravatar Ed Kellett2020-10-151-1/+1
* Align reference.conf and ircd.conf.exampleGravatar Ed Kellett2020-08-041-1/+2
* Document extension-only oper privsGravatar Ed Kellett2020-08-041-0/+8
* Document usermode:servnoticeGravatar Ed Kellett2020-08-041-0/+1
* Document the remaining new privsGravatar Ed Kellett2020-08-041-10/+13
* Add oper:testlineGravatar Ed Kellett2020-08-041-1/+2
* Add oper:privsGravatar Ed Kellett2020-08-041-1/+2
* Add auspex:operGravatar Ed Kellett2020-08-041-1/+2
* chm_staff: use oper:cmodes, don't check op statusGravatar Ed Kellett2020-08-041-2/+3
* Replace most checks for +o with oper:general•••I'm preparing to PR a succession of privs changes with the ultimate goal of severely limiting the scope of the binary oper/user dichotomy and move conceptually distinct oper functions into their own privs. Accomplishing this is a non-trivial task, and can wait, but it's inconvenient now to have such functions enabled by the same mechanism that grants any privs at all--so I'm moving all of them to a transitional priv with the intention of eroding that later. Gravatar Ed Kellett2020-08-041-1/+3
* Merge pull request #346 from edk0/opmod-as-statusmsg•••Port opmod_send_cprivmsg from ircd-seven, sans naming mistakeGravatar Aaron Jones2020-07-061-0/+5
|\
| * Make 5614c9e6f0b (opmod as fake statusmsg) optional•••This adds a channel { ... } option, opmod_send_statusmsg, disabled by default for compatibility reasons. Gravatar Janik Kleinhoff2020-07-061-0/+5