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
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
*
Update the misspell-fixer exception for directive.pm.
Matt Schatz
2020-11-14
1
-1
/
+1
*
Remove an obsolete comment about BSD Make.
Sadie Powell
2020-11-12
1
-2
/
+0
*
Silence a harmless warning in newer versions of GCC.
Sadie Powell
2020-11-12
1
-2
/
+4
*
Add an AppArmor config.
Sadie Powell
2020-11-12
2
-0
/
+47
*
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
*
Skip extra whitespace in --{enable,disable}-extras.
Sadie Powell
2020-11-08
1
-2
/
+2
*
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
*
Improve the names of the IRCCloud example connect classes.
Sadie Powell
2020-11-03
1
-11
/
+11
*
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
2
-2
/
+2
*
Update copyright headers.
InspIRCd Robot
2020-10-30
21
-17
/
+24
*
Update vendored libraries.
Sadie Powell
2020-10-30
3
-9
/
+9
*
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
2
-3
/
+11
*
Update the helpop docs for the recent PING/PONG changes.
Sadie Powell
2020-10-26
1
-2
/
+2
*
Fix the behaviour of multi-value PING and PONG messages.
Sadie Powell
2020-10-26
3
-6
/
+29
*
Change glob matching to be configurable
Michael
2020-10-24
2
-2
/
+20
*
m_cban: Implement support for channel masks
•••
Allows wildcards to be used
Michael
2020-10-24
2
-5
/
+6
*
Allow `brew update` to fail when running the macOS CI.
•••
Homebrew is a broken mess and fails randomly when fetching changed package manifests. As this isn't a critical part of build testing we can just let it fail.
Sadie Powell
2020-10-23
1
-1
/
+1
*
Update the IRCCloud provider config with the latest host changes.
Sadie Powell
2020-10-23
1
-3
/
+9
*
Fix building the argon2 module on CI due to a broken PPA package.
Sadie Powell
2020-10-16
1
-1
/
+1
*
More consistently show modules without the file prefix and suffix.
Sadie Powell
2020-10-15
3
-31
/
+37
*
Switch away from the deprecated 'set-env' command.
Matt Schatz
2020-10-14
1
-2
/
+2
*
Prevent misspell-fixer from running on forks.
Matt Schatz
2020-10-14
1
-0
/
+1
*
Fixes by misspell-fixer
InspIRCd Robot
2020-10-15
2
-3
/
+3
*
Add an option to allow disengaging joinflood on initial boot.
Sadie Powell
2020-10-12
2
-0
/
+9
*
Add an option to allow disengaging joinflood after a netsplit.
Sadie Powell
2020-10-12
2
-5
/
+30
*
Implement support for Argon2 password hashing.
•••
Resolves #1540.
ShutterQuick
2020-10-10
6
-4
/
+244
*
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
4
-17
/
+91
*
FIx a typo in the shun docs.
Sadie Powell
2020-10-03
1
-3
/
+3
*
Unvendor optional-lite.
•••
The use for this never actually materialised in v3.
Sadie Powell
2020-10-01
3
-1716
/
+0
*
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
2
-13
/
+13
*
Remove a long obsolete comment from the example conf.
Sadie Powell
2020-09-30
1
-7
/
+2
*
Remove the mod-footer make target as it prints invalid messages.
Sadie Powell
2020-09-30
1
-7
/
+1
*
Add an ISUPPORT token that contains the maximum real name length.
Sadie Powell
2020-09-30
1
-0
/
+1
*
Remove the latin1 nationalchars data file.
•••
Users should migrate to the codepage module where possible.
Sadie Powell
2020-09-30
1
-4
/
+0
*
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
*
Document the recent shun changes.
Sadie Powell
2020-09-27
1
-7
/
+22
*
Add a shun option for cleaning problematic allowed commands.
Sadie Powell
2020-09-27
1
-9
/
+23
[next]