index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
conf
/
modules.conf.example
Commit message (
Expand
)
Author
Age
Files
Lines
*
Warn users when their client certificate is about to expire.
•••
Closes #1938.
Sadie Powell
2023-03-01
1
-2
/
+4
*
Switch to the IRCv3 standard-replies cap.
•••
Nothing is using this so far so I'm not counting it as a breaking change.
Sadie Powell
2023-02-13
1
-1
/
+4
*
Add SSL support to the mysql module.
Sadie Powell
2022-12-18
1
-1
/
+1
*
Import regex_pcre2 from inspircd-contrib.
•••
The original plan was to make the PCRE2 switch happen in v3 but it seems that distributions are beginning to unpackage the old pcre library already.
Sadie Powell
2022-12-05
1
-0
/
+7
*
WebSockets are a HTTP feature not a HTML5 feature.
Sadie Powell
2022-08-04
1
-1
/
+1
*
Fix the parameter documentation for the repeat mode.
Sadie Powell
2022-06-15
1
-1
/
+1
*
Add support for automatically expiring the override user mode.
Sadie Powell
2022-04-21
1
-1
/
+8
*
Increase the default connectban ban duration from 10m to 6h.
•••
10m is borderline useless for preventing bot floods.
Sadie Powell
2022-04-05
1
-1
/
+1
*
Add support for blocking invites to the commonchans module.
Sadie Powell
2022-03-23
1
-0
/
+4
*
Fix a typo in the connectban example config docs.
Sadie Powell
2022-03-22
1
-1
/
+1
*
Rename <connectban:duration> to <connectban:banduration>.
Sadie Powell
2022-03-22
1
-3
/
+3
*
Add an option to allow channel ops to enable the permchannels mode.
•••
Closes #1964.
Sadie Powell
2022-02-05
1
-1
/
+6
*
Add support for forwarding a password from the second nick param.
Sadie Powell
2021-12-28
1
-14
/
+17
*
Implement support for WebIRC gateways sending client fingerprints.
Sadie Powell
2021-11-10
1
-2
/
+5
*
Replace <websocket:sendastext> with <websocket:defaultmode>.
Sadie Powell
2021-09-22
1
-8
/
+8
*
Tell users to read the docs for more info on WebSocket subprotos.
Sadie Powell
2021-08-22
1
-1
/
+1
*
Implement support for websocket subprotocols.
•••
This is based on the current IRCv3 draft but using a vendored protocol.
Sadie Powell
2021-08-17
1
-1
/
+2
*
Allow hostchange to select users based on connect class.
Sadie Powell
2021-07-03
1
-1
/
+1
*
Allow making the MKPASSWD command only usable by opers.
Sadie Powell
2021-06-21
1
-0
/
+3
*
Add the bootwait and splitwait options to connectban.
Sadie Powell
2021-06-18
1
-9
/
+27
*
Fix the name of the regex_stdlib regex engine.
Sadie Powell
2021-06-01
1
-2
/
+2
*
Add an <include> option to allow certain config files to not exist.
•••
This is useful when using modules that generate a config file such as the filter and permchannels modules.
Sadie Powell
2021-03-19
1
-1
/
+1
*
Convert the ISO 8859-2 nationalchars files to codepage configs.
Sadie Powell
2021-03-14
1
-0
/
+1
*
Rename the latin1 codepage to iso-8859-1.
Sadie Powell
2021-03-14
1
-1
/
+1
*
Rename `<bind:ssl>` to `<bind:sslprofile>`.
Sadie Powell
2021-03-10
1
-1
/
+1
*
Added <module name="codepage"> to modules.conf.example.
R-V6
2021-01-18
1
-0
/
+1
*
Implemented configurable kick message for the repeat module (#1835).
•••
iwalkalone
2021-01-18
1
-1
/
+7
*
Add a shun option to only apply when users are fully connected.
•••
Closes #1825.
Sadie Powell
2021-01-13
1
-0
/
+4
*
Add a user mode which allows disabling receiving channel history.
•••
Closes #1830.
Sadie Powell
2021-01-11
1
-7
/
+19
*
Remove example securelist exemptions for IRCDriven and IRCSource.
•••
Both of these are apparently dead.
Sadie Powell
2020-12-23
1
-2
/
+0
*
Add config files for popular DNSBL providers.
Sadie Powell
2020-12-22
1
-1
/
+11
*
Add support for multiple hostmasks in <cgiirc:mask>.
Sadie Powell
2020-12-22
1
-10
/
+11
*
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
-0
/
+2
*
Change the remaining instances of "true", "on", "false" and "off" to "yes" an...
Robby
2020-11-28
1
-22
/
+22
*
Fix the description of <nickflood:duration>.
Sadie Powell
2020-11-26
1
-1
/
+1
*
Reword the uhnames and namesx docs.
Sadie Powell
2020-11-26
1
-8
/
+6
*
Change glob matching to be configurable
Michael
2020-10-24
1
-0
/
+3
*
Fixes by misspell-fixer
InspIRCd Robot
2020-10-15
1
-2
/
+2
*
Add an option to allow disengaging joinflood on initial boot.
Sadie Powell
2020-10-12
1
-0
/
+5
*
Add an option to allow disengaging joinflood after a netsplit.
Sadie Powell
2020-10-12
1
-2
/
+9
*
Implement support for Argon2 password hashing.
•••
Resolves #1540.
ShutterQuick
2020-10-10
1
-0
/
+24
*
FIx a typo in the shun docs.
Sadie Powell
2020-10-03
1
-3
/
+3
*
Document the recent shun changes.
Sadie Powell
2020-09-27
1
-7
/
+22
*
Allow disabling the timedbans set/unset notices (#1789).
iwalkalone
2020-07-22
1
-0
/
+3
*
Fix watch example config
linuxdaemon
2020-05-25
1
-1
/
+1
*
Allow enabling the message-tags cap without client-only tags.
Sadie Powell
2020-05-05
1
-0
/
+5
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
1
-3
/
+3
*
Update the <securelist> documentation.
Sadie Powell
2020-04-17
1
-3
/
+14
*
Update user-facing text and comments of SSL to TLS.
Matt Schatz
2020-04-14
1
-22
/
+23
*
Include ADMIN and OPER in the default for <shun:enabledcmds>.
Sadie Powell
2020-03-29
1
-1
/
+1
[next]