| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add description parameter to auth blocks (#327) | Eric Mertens | 2022-04-14 | 1 | -0/+5 |
| * | fix typo in `sasl_only_client_message` (#279) | David Schultz | 2021-09-15 | 1 | -1/+1 |
| * | Remove sno_whois from reference.conf (#270)•••This was missed in commit 26c3681f7ccece87d9fe | Aaron Jones | 2021-08-21 | 1 | -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.
| Valentin Lorentz | 2021-07-31 | 1 | -0/+4 |
| * | reference.conf: Make it clearer connect {} blocks are reciprocal | Val Lorentz | 2021-07-31 | 1 | -4/+11 |
| * | Create configurations for user-facing messages within registration (#238) | Melissa Draper | 2021-07-29 | 1 | -0/+41 |
| * | Create configurable client rejection message for SASL only (#236) | Melissa Draper | 2021-07-29 | 1 | -0/+5 |
| * | reference.conf: add drain_reason | David Schultz | 2021-07-11 | 1 | -0/+5 |
| * | reference.conf: Fix inconsistent use of tabulations and spaces | Valentin Lorentz | 2021-07-06 | 1 | -9/+9 |
| * | Add a tutorial for connecting servers and services. | Valentin Lorentz | 2021-07-06 | 1 | -1/+3 |
| * | Remove ziplinks (#218) | Ariadne Conill | 2021-06-26 | 1 | -13/+1 |
| * | Add channel::ip_bans_through_vhost | Ed Kellett | 2021-04-26 | 1 | -0/+3 |
| * | add separate priv (oper:message) for walking over CALLERID (umode +g) (#152) | jess | 2021-04-26 | 1 | -2/+3 |
| * | "KDX-Line active for" is now L_NETWIDE, so remove sno_globalkline | jesopo | 2021-04-10 | 1 | -2/+0 |
| * | doc/reference.conf: add an example TLSv1.3 ciphersuite name•••[ci skip]
| Aaron Jones | 2021-02-07 | 1 | -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 #103 | Taavi Väänänen | 2021-01-28 | 1 | -2/+4 |
| * | add ConfigFileEntry.oper_secure_only, to require TLS to oper up (#76) | jess | 2020-11-18 | 1 | -0/+3 |
| * | Get rid of hub_mask/leaf_mask | Ed Kellett | 2020-11-14 | 1 | -14/+0 |
| * | Document general::stats_l_oper_only | Ed Kellett | 2020-11-08 | 1 | -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. | Eric Mertens | 2020-11-08 | 1 | -6/+0 |
| * | Document general::hidden_caps | Ed Kellett | 2020-11-08 | 1 | -0/+3 |
| * | Remove shared blocks | Ed Kellett | 2020-11-01 | 1 | -61/+2 |
| * | Document secure blocks | Ed Kellett | 2020-10-31 | 1 | -0/+6 |
| * | helpops: change umode char to h | Ed Kellett | 2020-10-27 | 1 | -2/+2 |
| * | Unify oper:{global,local}_kill | Ed Kellett | 2020-10-25 | 1 | -4/+3 |
| * | "server-side ignore" is an incorrect description of umode +g | jesopo | 2020-10-21 | 1 | -1/+1 |
| * | Document max_number in reference.conf | Ed Kellett | 2020-10-18 | 1 | -0/+3 |
| * | Add class::max_autoconn configuration | Ed Kellett | 2020-10-18 | 1 | -2/+2 |
| * | Innovation by sed | Ed Kellett | 2020-10-15 | 1 | -1/+1 |
| * | Align reference.conf and ircd.conf.example | Ed Kellett | 2020-08-04 | 1 | -1/+2 |
| * | Document extension-only oper privs | Ed Kellett | 2020-08-04 | 1 | -0/+8 |
| * | Document usermode:servnotice | Ed Kellett | 2020-08-04 | 1 | -0/+1 |
| * | Document the remaining new privs | Ed Kellett | 2020-08-04 | 1 | -10/+13 |
| * | Add oper:testline | Ed Kellett | 2020-08-04 | 1 | -1/+2 |
| * | Add oper:privs | Ed Kellett | 2020-08-04 | 1 | -1/+2 |
| * | Add auspex:oper | Ed Kellett | 2020-08-04 | 1 | -1/+2 |
| * | chm_staff: use oper:cmodes, don't check op status | Ed Kellett | 2020-08-04 | 1 | -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.
| Ed Kellett | 2020-08-04 | 1 | -1/+3 |
| * | Merge pull request #346 from edk0/opmod-as-statusmsg•••Port opmod_send_cprivmsg from ircd-seven, sans naming mistake | Aaron Jones | 2020-07-06 | 1 | -0/+5 |
| |\ |
|
| | * | Make 5614c9e6f0b (opmod as fake statusmsg) optional•••This adds a channel { ... } option, opmod_send_statusmsg, disabled by
default for compatibility reasons.
| Janik Kleinhoff | 2020-07-06 | 1 | -0/+5 |
| * | | Add general::tls_ciphers_oper_only | Ed Kellett | 2020-07-05 | 1 | -0/+3 |
| |/ |
|
| * | Rename connect_delay to post_registration_delay. This matches the ircd-ratbox... | Stephen Bennett | 2020-06-07 | 1 | -6/+6 |
| * | Add connect_delay to example and reference configs | Stephen Bennett | 2020-06-07 | 1 | -0/+6 |
| * | Document kline_spoof_ip | Ed Kellett | 2020-04-20 | 1 | -0/+2 |
| * | Add hide_tkdline_duration to documentation .confs | Ed Kellett | 2019-12-31 | 1 | -0/+5 |
| * | Merge branch 'check-one-kline' of https://github.com/edk0/charybdis into edk0... | Simon Arlott | 2019-08-31 | 1 | -6/+0 |
| |\ |
|
| | * | Remove unused kline_delay config option | Ed Kellett | 2019-04-27 | 1 | -6/+0 |
| * | | Correct OPM port configuration variables•••[ci skip]
| Aaron Jones | 2019-07-07 | 1 | -2/+2 |
| |/ |
|
| * | doc/reference.conf: clarify that server link fingerprints aren't optional•••[ci skip]
| Aaron Jones | 2017-11-04 | 1 | -3/+3 |
| * | Documentation: Comment-out the OPM block and its options by default•••The feature is not yet stable and is causing several issues.
| Aaron Jones | 2016-12-28 | 1 | -10/+9 |