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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release v3.8.1.
v3.8.1
Sadie Powell
2020-11-20
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2020-11-20
11
-14
/
+14
*
Update the module descriptions.
Sadie Powell
2020-11-20
8
-8
/
+8
*
Fail websocket connections if changing the user's IP errors.
Sadie Powell
2020-11-20
1
-0
/
+4
*
Avoid doing "IP changed" event stuff on quitting users.
Sadie Powell
2020-11-20
5
-5
/
+8
*
Skip module tags which don't have a module specified.
Sadie Powell
2020-11-10
1
-1
/
+5
*
Prioritise connectban and dnsbl after core_xline.
Sadie Powell
2020-11-10
2
-0
/
+12
*
Only assign NewServices once the duplicate check is done.
Sadie Powell
2020-11-03
1
-1
/
+1
*
Fix an off by one error in the "unknown option" message.
Sadie Powell
2020-11-03
1
-1
/
+1
*
Make connect class debug logging more complete and consistent.
Sadie Powell
2020-11-03
7
-32
/
+76
*
Release v3.8.0.
v3.8.0
Sadie Powell
2020-10-30
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2020-10-30
14
-14
/
+15
*
Don't call the OnChangeRealHost event when initialising a user.
•••
Fixes a (git only) crash when a user gets xlined before they have been initialised.
Sadie Powell
2020-10-29
1
-1
/
+4
*
Don't kill cloaking users when hash/md5 is missing.
Sadie Powell
2020-10-27
1
-2
/
+10
*
Fix the behaviour of multi-value PING and PONG messages.
Sadie Powell
2020-10-26
2
-5
/
+25
*
Change glob matching to be configurable
Michael
2020-10-24
1
-2
/
+17
*
m_cban: Implement support for channel masks
•••
Allows wildcards to be used
Michael
2020-10-24
1
-2
/
+3
*
Fixes by misspell-fixer
InspIRCd Robot
2020-10-15
1
-1
/
+1
*
Add an option to allow disengaging joinflood on initial boot.
Sadie Powell
2020-10-12
1
-0
/
+4
*
Add an option to allow disengaging joinflood after a netsplit.
Sadie Powell
2020-10-12
1
-3
/
+21
*
Implement support for Argon2 password hashing.
•••
Resolves #1540.
ShutterQuick
2020-10-10
1
-0
/
+214
*
Fix firing the wrong event when a real hostname changes.
Sadie Powell
2020-10-08
1
-1
/
+1
*
Add the User::exempt flag to m_check.
Matt Schatz
2020-10-06
1
-0
/
+2
*
Recheck users for xlines when their real hostname changes.
Sadie Powell
2020-10-06
3
-0
/
+12
*
Rename the REALLEN 005 token to NAMELEN.
•••
Turns out this is already required by the IRCv3 setname spec but we forgot to implement it. Oops.
Sadie Powell
2020-09-30
1
-1
/
+1
*
Check that the values specified in <limits> are reasonable.
Sadie Powell
2020-09-30
1
-11
/
+11
*
Add an ISUPPORT token that contains the maximum real name length.
Sadie Powell
2020-09-30
1
-0
/
+1
*
Use the normal method for applying a default config in dnsbl.
Sadie Powell
2020-09-29
1
-8
/
+1
*
Fix the dnsbl module config not being checked case insensitively.
Sadie Powell
2020-09-29
1
-6
/
+5
*
Add a shun option for cleaning problematic allowed commands.
Sadie Powell
2020-09-27
1
-9
/
+23
*
Make shun block client-only tags by default.
Sadie Powell
2020-09-27
1
-0
/
+14
*
Refactor the shun module slightly.
Sadie Powell
2020-09-27
1
-17
/
+14
*
Remove an unnecessary break statement.
Sadie Powell
2020-09-27
1
-1
/
+0
*
Fix the syntax of the MAXLIST 005 token.
Sadie Powell
2020-09-24
1
-18
/
+4
*
Refactor GenRandomStr for performance and readability.
Sadie Powell
2020-09-23
1
-8
/
+6
*
Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated.
Sadie Powell
2020-09-16
3
-3
/
+3
*
Fix OnChangeRealName not being fired for remote users.
Sadie Powell
2020-09-01
1
-1
/
+1
*
Fix a word missing from the last commit.
Sadie Powell
2020-08-29
1
-1
/
+1
*
Warn about non-local plaintext server connections.
Sadie Powell
2020-08-29
3
-4
/
+19
*
Fix null-checking the wrong variable in the disable module.
•••
Closes #1792.
Sadie Powell
2020-08-01
1
-1
/
+1
*
Release v3.7.0.
v3.7.0
Sadie Powell
2020-07-30
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2020-07-30
11
-8
/
+10
*
Replace all erroneous space indentation with tab indentation.
Sadie Powell
2020-07-29
4
-31
/
+31
*
Send ERR_KEYSET when trying to change a channel key.
•••
Closes #1750.
Sadie Powell
2020-07-27
2
-1
/
+3
*
Fix secure websocket users not being seen as secure.
•••
Since a TLS (SSL) module will always be the last IOHook attached to a socket, IsSSL() needs to ignore any Middle IOHooks that may also be attached.
Matt Schatz
2020-07-27
1
-0
/
+12
*
Allow disabling the timedbans set/unset notices (#1789).
iwalkalone
2020-07-22
1
-10
/
+25
*
Show an error when an unprivileged user tries to mass-message.
•••
Closes #1790.
Sadie Powell
2020-07-20
2
-0
/
+6
*
Add a config option that forces bots to use NOTICEs.
Sadie Powell
2020-07-07
2
-5
/
+26
*
Fix a grammar error created by misspell-fixer.
Sadie Powell
2020-07-03
1
-1
/
+1
*
Fix DNSBL connect class matching.
•••
A user that is not marked by a DNSBL should never match a class that requires a DNSBL marking. Thanks to @kylef for reporting this on IRC.
Matt Schatz
2020-07-03
1
-1
/
+1
[next]