| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2022-10-29 | 1 | -2/+2 | |
| |\ | |||||
| | * | Fix the documentation of <options:defaultmodes>. | 2022-10-29 | 1 | -2/+2 | |
| * | | Rename session registration to connection to avoid a semantic conflict.•••We previously referred to both session registration and user registration as "registration" which is confusing for users who aren't familiar with how IRC works. | 2022-10-29 | 1 | -3/+3 | |
| * | | Allow requiring users to be logged into their nick for requireaccount. | 2022-10-18 | 1 | -0/+2 | |
| * | | Rename the services_account module to account. | 2022-10-18 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-08-04 | 1 | -1/+1 | |
| |\| | |||||
| | * | WebSockets are a HTTP feature not a HTML5 feature. | 2022-08-04 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-06-22 | 1 | -0/+1 | |
| |\| | |||||
| | * | Add support for escaping hex colour codes•••This is not widely supported but we should have an escape regardless. | 2022-06-19 | 1 | -0/+1 | |
| * | | Update links to point to the upcoming v4 docs.•••[skip alpine ci] [skip macos ci] [skip windows ci] [skip ubuntu ci] | 2022-05-18 | 1 | -4/+4 | |
| * | | Rewrite the entire logging system.•••- Much cleaner API for writing to the log. - Adds support for stderr and stdout logging to the core. - Adds support for sql and syslog logging in modules. | 2022-05-01 | 1 | -49/+32 | |
| * | | Allow normalising extbans to a specific format.•••Also, fix canonicalisation of acting extban values. | 2022-04-17 | 1 | -0/+9 | |
| * | | Merge branch 'insp3' into master. | 2022-03-11 | 1 | -0/+2 | |
| |\| | |||||
| | * | Change delaymsg to use exemptchanops and have an oper priv (#1959). | 2022-02-13 | 1 | -0/+2 | |
| * | | Make the ADMIN output more like other IRC servers.•••- Remove our weird numeric prefixes. - Merge the nick and name fields. - Add a description field for ADMINLOC2. | 2021-08-26 | 1 | -9/+8 | |
| * | | Make the channel key length configurable in the <limits> tag. | 2021-08-17 | 1 | -0/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-07-24 | 1 | -5/+5 | |
| |\| | |||||
| | * | Also increase maxquit from 255 to 300. | 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) | 2021-07-24 | 1 | -4/+4 | |
| * | | Merge branch 'insp3' into master. | 2021-06-19 | 1 | -14/+14 | |
| |\| | |||||
| | * | Reorder <limits> alphabetically in the example config. | 2021-06-19 | 1 | -14/+14 | |
| * | | Merge branch 'insp3' into master. | 2021-06-18 | 1 | -0/+3 | |
| |\| | |||||
| | * | Add a link to the list of predefined config variables. | 2021-06-14 | 1 | -0/+3 | |
| * | | Demote the censor module to inspircd-contrib. | 2021-06-01 | 1 | -3/+1 | |
| * | | Rename the cgiirc module to gateway. | 2021-04-11 | 1 | -1/+1 | |
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -11/+11 | |
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 1 | -2/+2 | |
| |\| | |||||
| | * | Rename `<bind:ssl>` to `<bind:sslprofile>`. | 2021-03-10 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -0/+4 | |
| |\| | |||||
| | * | Add a config option for exempting classes from connflood. | 2021-02-21 | 1 | -0/+4 | |
| * | | Rename <uline> to <service>. | 2021-01-30 | 1 | -1/+1 | |
| * | | Rename <security:hideulines> to <security:hideservices>. | 2021-01-30 | 1 | -2/+2 | |
| * | | Rename <security:hideulinekills> to <security:hideservicekills>. | 2021-01-30 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-01-29 | 1 | -0/+4 | |
| |\| | |||||
| | * | Allow disabling connectban for specific connect classes.•••Ref: #1841. | 2021-01-27 | 1 | -0/+4 | |
| * | | Merge branch 'insp3' into master. | 2021-01-18 | 1 | -2/+2 | |
| |\| | |||||
| | * | 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. | 2021-01-18 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-01-07 | 1 | -4/+8 | |
| |\| | |||||
| | * | Push users towards using SSL profiles for SSL config. | 2020-12-24 | 1 | -5/+8 | |
| * | | Merge branch 'insp3' into master. | 2020-12-04 | 1 | -26/+16 | |
| |\| | |||||
| | * | 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. | 2020-11-29 | 1 | -4/+5 | |
| | * | Move the example TCP/IP listeners for servers to links.conf.example. | 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. | 2020-11-28 | 1 | -2/+5 | |
| | * | Change the remaining instances of "true", "on", "false" and "off" to "yes" an... | 2020-11-28 | 1 | -5/+5 | |
| * | | Merge branch 'insp3' into master. | 2020-10-27 | 1 | -7/+2 | |
| |\| | |||||
| | * | Remove a long obsolete comment from the example conf. | 2020-09-30 | 1 | -7/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-09-27 | 1 | -3/+2 | |
| |\| | |||||
| | * | Fix the example configs lying about where paths are relative to. | 2020-09-21 | 1 | -2/+1 | |
| | * | Only bind on 6667 instead of 6660-6669 in the example configs. | 2020-09-21 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-08-25 | 1 | -3/+0 | |
| |\| | |||||
