| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the documentation of <options:defaultmodes>. | Sadie Powell | 2022-10-29 | 1 | -2/+2 |
| * | WebSockets are a HTTP feature not a HTML5 feature. | Sadie Powell | 2022-08-04 | 1 | -1/+1 |
| * | Add support for escaping hex colour codes•••This is not widely supported but we should have an escape regardless.
| Sadie Powell | 2022-06-19 | 1 | -0/+1 |
| * | Change delaymsg to use exemptchanops and have an oper priv (#1959). | iwalkalone | 2022-02-13 | 1 | -0/+2 |
| * | Also increase maxquit from 255 to 300. | Sadie Powell | 2021-07-24 | 1 | -1/+1 |
| * | Update the default limits in the example config.•••- Change maxchan from 64 to 60 (base 10 is more human friendly)
- Change maxreal from 128 to 130 (base 10 is more human friendly)
- Recalculate the maximum lengths of maxkick and maxtopic.
For maxkick:
':' <nick> '!' <user> '@' <host> ' KICK ' <channel> ' ' <nick> ' :' <REASON> "\r\n"
1 [30] 1 [10] 1 [64] 6 [60] 1 [30] 2 2
1 + 30 + 1 + 10 + 1 + 64 + 6 + 60 + 1 + 30 + 2 + 2 = 208
512 - 208 = 304 (rounded down to 300)
For maxtopic:
':' <nick> '!' <user> '@' <host> ' TOPIC ' <channel> ' :' <TOPIC> "\r\n"
1 [30] 1 [10] 1 [64] 7 [60] 2 2
1 + 30 + 1 + 10 + 1 + 64 + 7 + 60 + 2 + 2 = 178
512 - 178 = 334 (rounded down to 330)
| Sadie Powell | 2021-07-24 | 1 | -4/+4 |
| * | Reorder <limits> alphabetically in the example config. | Sadie Powell | 2021-06-19 | 1 | -14/+14 |
| * | Add a link to the list of predefined config variables. | Sadie Powell | 2021-06-14 | 1 | -0/+3 |
| * | Rename `<bind:ssl>` to `<bind:sslprofile>`. | Sadie Powell | 2021-03-10 | 1 | -2/+2 |
| * | Add a config option for exempting classes from connflood. | Sadie Powell | 2021-02-21 | 1 | -0/+4 |
| * | Allow disabling connectban for specific connect classes.•••Ref: #1841.
| Sadie Powell | 2021-01-27 | 1 | -0/+4 |
| * | Add a new runtime directory and move the pid file to it.•••The data directory is intended for persistent files whereas the pid
file is ephemeral. This distinction doesn't matter by default but
on system-wide installs ephemeral runtime files go in /var/run or
/run instead.
| Sadie Powell | 2021-01-18 | 1 | -2/+2 |
| * | Push users towards using SSL profiles for SSL config. | Sadie Powell | 2020-12-24 | 1 | -5/+8 |
| * | Document that exemptions configured in <options:exemptchanops> can be negated.•••Change the <badnick> example in inspircd.conf.example to another nick, since ChanServ is already covered by examples/services/generic.conf.example.
| Robby | 2020-11-29 | 1 | -4/+5 |
| * | Move the example TCP/IP listeners for servers to links.conf.example. | Robby | 2020-11-28 | 1 | -16/+3 |
| * | Move the example TCP listener for clients so they're grouped together.•••Change the wording slightly on the <sslprofile> comment to be plural, as this is not specific to a particular listener.
| Robby | 2020-11-28 | 1 | -2/+5 |
| * | Change the remaining instances of "true", "on", "false" and "off" to "yes" an... | Robby | 2020-11-28 | 1 | -5/+5 |
| * | Remove a long obsolete comment from the example conf. | Sadie Powell | 2020-09-30 | 1 | -7/+2 |
| * | Fix the example configs lying about where paths are relative to. | Sadie Powell | 2020-09-21 | 1 | -2/+1 |
| * | Only bind on 6667 instead of 6660-6669 in the example configs. | Sadie Powell | 2020-09-21 | 1 | -1/+1 |
| * | Remove the KiwiIRC.com example config file.•••Requested by @prawnsalad. These IP addresses are only a small part
of a larger pool and may change without notice.
| Sadie Powell | 2020-07-30 | 1 | -3/+0 |
| * | Fixes by misspell-fixer | InspIRCd Robot | 2020-04-21 | 1 | -2/+2 |
| * | Update user-facing text and comments of SSL to TLS. | Matt Schatz | 2020-04-14 | 1 | -10/+10 |
| * | Note that bind:permissions does not change on rehash. | Matt Schatz | 2020-04-10 | 1 | -0/+3 |
| * | Make showing the channel modes in /LIST configurable. | Sadie Powell | 2020-03-30 | 1 | -0/+4 |
| * | Correct a typo in the example config. | Matt Schatz | 2020-03-28 | 1 | -2/+2 |
| * | Use "yes" instead of "true" in the example configs. | Sadie Powell | 2020-02-21 | 1 | -1/+1 |
| * | Fix a typo in inspircd.conf.example. | Peter Powell | 2019-06-17 | 1 | -1/+1 |
| * | Add example connect classes for KiwiIRC.com and IRCCloud. | Peter Powell | 2019-06-17 | 1 | -1/+7 |
| * | Document <connect:deny> better. | Peter Powell | 2019-06-17 | 1 | -3/+6 |
| * | Add support for including directories containing .conf files. | Peter Powell | 2019-06-10 | 1 | -0/+1 |
| * | Various improvements to UNIX socket support.•••- Allow replacing dead UNIX sockets on startup.
- Allow setting the permissions of the UNIX socket.
- Expand the UNIX socket path relative to the data directory.
| Peter Powell | 2019-05-30 | 1 | -5/+24 |
| * | Comment out all of the includes in the inspircd example configs.•••This allows users to use the example config without any special
configuration.
| Peter Powell | 2019-05-15 | 1 | -3/+3 |
| * | Allow disabling a STS policy for users in specific connect classes.•••Fixes #1634.
| Peter Powell | 2019-05-11 | 1 | -0/+8 |
| * | Document the anticaps exemption. | Robby | 2019-05-06 | 1 | -0/+2 |
| * | Raise the connection timeout in the example configs to 20s.•••This should give more time for clients on slow connections that
want to do a lot of things (request caps, do SASL auth, etc) on
connect.
Reported by @ensra.
| Peter Powell | 2019-05-05 | 1 | -2/+2 |
| * | Clarify the require* connect block options and document the sslinfo module op... | Robby | 2019-05-03 | 1 | -8/+18 |
| * | Merge branch 'insp20' into insp3. | Peter Powell | 2019-05-02 | 1 | -2/+2 |
| |\ |
|
| * | | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby | 2019-04-28 | 1 | -4/+4 |
| * | | Add missing '>' to an example connect tag. | Robby | 2019-03-07 | 1 | -1/+1 |
| * | | Various text improvements: consistency, syntax, help and doc updates/fixes. | Robby | 2019-02-18 | 1 | -18/+18 |
| * | | Move the <disabled> tag out of the core to a new module. | Peter Powell | 2019-01-24 | 1 | -19/+0 |
| * | | Implement support for the extended tag space for client tags. | Peter Powell | 2019-01-24 | 1 | -3/+3 |
| * | | Improve X-line text consistency.•••- Change any "-Line", ":Line", or "*line" to "-line" throughout
the X-line code, comments, and documentation.
- Add periods to the end of some notices.
- Correct a typo in the Q-line code comments.
- Update the filter module documentation (shun addition).
Co-authored-by: Robby <robby@chatbelgie.be>
| Matt Schatz | 2019-01-09 | 1 | -7/+7 |
| * | | Fix docs referring to channel mode e using the wrong name. | Peter Powell | 2018-12-19 | 1 | -1/+1 |
| * | | Add the <maxlist> tag and switch ListModeBase to always use it.•••The old method of doing this was:
1. Extremely inconsistently used. Some list modes used <banlist>
and some used their own config tag.
2. Not documented in the slightest. There was a small reference to
<maxbans> for the ban mode but nothing else.
3. In some cases conflicting with other config tags. The chanfilter
module defined a <chanfilter> tag for general config whilst also
using it for the max list settings.
The new <maxlist> tag avoids these issues entirely.
| Peter Powell | 2018-12-19 | 1 | -7/+16 |
| * | | Add an option for changing the allowed server clock drift. | Peter Powell | 2018-12-04 | 1 | -0/+4 |
| * | | Add missing special character for reversing color. | Robby | 2018-11-20 | 1 | -0/+1 |
| * | | Remove deprecated config checker and make <die> actually useful.•••- Remove the deprecated config tag checker. This checker is neither
exhaustive nor is it particularly accurate. Instead the new docs
site will contain a page detailing the breaking changes between
releases.
- Remove the insulting <die> tags in inspircd.conf.example and add
some descriptive ones in files that it is critical for the user
to edit correctly.
- Show the message from the <die> tag so the user actually knows
what they did wrong.
| Peter Powell | 2018-10-27 | 1 | -17/+0 |
| * | | Remove the ripemd160 module.•••The library code used by this module is licensed under a non-free
license which is incompatible with the GPLv2. Combined with the
fact that it has been superceded by better algorithms like bcrypt
I have decided to remove it.
An alternate implementation of this algorithm is provided by the
m_hash_gnutls module if people *really* need to use it.
| Peter Powell | 2018-09-06 | 1 | -3/+3 |