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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Convert FOREACH_MOD_CUSTOM to a variadic function.
Sadie Powell
2020-11-10
18
-33
/
+31
*
|
Convert FIRST_MOD_RESULT_CUSTOM to a variadic function.
Sadie Powell
2020-11-10
10
-30
/
+18
*
|
Convert UserType to be a uint8_t and move inside User.
Sadie Powell
2020-11-10
2
-9
/
+9
*
|
Use a range-based for loop in the httpd_config module.
Sadie Powell
2020-11-10
1
-5
/
+6
*
|
Initial support for platform-specific module file extensions.
Sadie Powell
2020-11-04
15
-21
/
+23
*
|
Move config typedefs to ServerConfig and use auto in more places.
Sadie Powell
2020-11-03
7
-12
/
+12
*
|
Store the SQL row id in the synthesised sqloper config tags.
Sadie Powell
2020-11-03
1
-2
/
+2
*
|
Fix inconsistencies with FilePosition and column counting.
Sadie Powell
2020-11-03
1
-4
/
+11
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-11-03
8
-33
/
+77
|
\
|
|
*
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
*
|
Rename ConfigTag::tag to ConfigTag::name.
Sadie Powell
2020-11-03
3
-19
/
+19
*
|
Move FilePosition to fileutils.h and use in ConfigTag.
Sadie Powell
2020-11-03
36
-133
/
+117
*
|
Replace ConfigTag::create with a public constructor.
Sadie Powell
2020-11-03
4
-35
/
+14
*
|
Rename ConfigItems to ConfigTag::Items.
Sadie Powell
2020-11-03
5
-28
/
+23
*
|
Convert ConnectClass from reference<> to std::shared_ptr<>.
Sadie Powell
2020-11-03
10
-32
/
+26
*
|
Clean up a bunch of contructors and destructors.
Sadie Powell
2020-11-01
10
-49
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-11-01
15
-15
/
+19
|
\
|
|
*
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
*
|
Use auto for config code in more places.
Sadie Powell
2020-10-31
1
-4
/
+4
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
95
-141
/
+138
*
|
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
40
-202
/
+117
*
|
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
11
-21
/
+15
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-10-27
13
-36
/
+289
|
\
|
|
*
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
*
|
Convert CmdResult to an 8-bit strongly typed enum.
Sadie Powell
2020-10-27
133
-477
/
+477
*
|
Replace the check for eventfd() with a C++17 header check.
Sadie Powell
2020-10-20
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-09-27
4
-50
/
+56
|
\
|
|
*
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
[prev]
[next]