index
:
~steering
/
inspircd++.git
this commit
main
upstream/HEAD
upstream/insp10
upstream/insp11
upstream/insp12
upstream/insp20
upstream/insp3
upstream/insp4
upstream/master
upstream/obsolete/insp21
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Add stdalgo::iterator_range and switch config tag reading to use it.
•••
This allows us to use range-based for loops which were not possible with the previous config tag system.
Sadie Powell
2020-10-31
43
-203
/
+189
*
|
Fix reading the <sslprofile> config.
Sadie Powell
2020-10-31
3
-3
/
+3
*
|
X509CRL does not need to inherit from refcountbase.
Sadie Powell
2020-10-31
1
-1
/
+1
*
|
Convert OperInfo from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
14
-27
/
+22
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-10-27
31
-130
/
+473
|
\
|
|
*
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
*
|
Convert CmdResult to an 8-bit strongly typed enum.
Sadie Powell
2020-10-27
136
-491
/
+491
*
|
Replace the check for eventfd() with a C++17 header check.
Sadie Powell
2020-10-20
4
-37
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-09-27
13
-68
/
+101
|
\
|
|
*
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
|
*
Make shun block client-only tags by default.
Sadie Powell
2020-09-27
2
-0
/
+15
|
*
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
|
*
Store generated SSL certificates in the .configure directory.
•••
Co-Authored-By: Nicole Kleinhoff <ilbelkyr@shalture.org>
Sadie Powell
2020-09-26
5
-7
/
+23
|
*
Fix the syntax of the MAXLIST 005 token.
Sadie Powell
2020-09-24
1
-18
/
+4
|
*
The file extension is optional when calling enable_extras.
Sadie Powell
2020-09-23
1
-1
/
+1
|
*
Refactor GenRandomStr for performance and readability.
Sadie Powell
2020-09-23
1
-8
/
+6
|
*
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
|
*
Add documentation links to the systemd unit file.
•••
Ref: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#%5BUnit%5D%20Section%20Options
Sadie Powell
2020-09-19
1
-0
/
+1
*
|
Remove MODENOTICE from the oper command help too.
Sadie Powell
2020-09-27
1
-7
/
+7
*
|
Remove helpop-full which snuck back in during a merge.
Sadie Powell
2020-09-27
1
-1144
/
+0
[prev]
[next]