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
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename IdentMax to MaxUser for consistency with the other limits.
Sadie Powell
2020-11-27
8
-12
/
+12
*
Cleanup CAPAB MODULES/MODLIST now we don't need 1202 compatibility.
Sadie Powell
2020-11-27
1
-37
/
+6
*
Convert CapabData to be a unique_ptr.
Sadie Powell
2020-11-27
2
-18
/
+10
*
Merge tag 'v3.8.1' into master.
Sadie Powell
2020-11-20
22
-36
/
+105
|
\
|
*
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
*
|
Convert IRCv3::Replies::Reply#Send[IfCap] to variadic functions.
Sadie Powell
2020-11-12
3
-107
/
+27
*
|
Use references instead of pointers for aliases.
Sadie Powell
2020-11-11
1
-18
/
+18
*
|
Add stdalgo::equal_range and switch more stuff to iterator_range.
Sadie Powell
2020-11-11
7
-45
/
+41
*
|
Convert FOREACH_MOD_CUSTOM to a variadic function.
Sadie Powell
2020-11-10
20
-51
/
+51
*
|
Convert FIRST_MOD_RESULT_CUSTOM to a variadic function.
Sadie Powell
2020-11-10
12
-55
/
+46
*
|
Only use libc++ when building with AppleClang.
Sadie Powell
2020-11-10
1
-1
/
+1
*
|
Convert UserType to be a uint8_t and move inside User.
Sadie Powell
2020-11-10
3
-23
/
+31
*
|
Use a range-based for loop in the httpd_config module.
Sadie Powell
2020-11-10
1
-5
/
+6
*
|
Fix inconsistencies between the CI environments.
Sadie Powell
2020-11-04
2
-1
/
+3
*
|
Initial support for platform-specific module file extensions.
Sadie Powell
2020-11-04
20
-33
/
+52
*
|
Move config typedefs to ServerConfig and use auto in more places.
Sadie Powell
2020-11-03
10
-26
/
+22
*
|
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
2
-5
/
+12
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-11-03
9
-44
/
+88
|
\
|
|
*
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
*
|
Rename ConfigTag::tag to ConfigTag::name.
Sadie Powell
2020-11-03
4
-23
/
+24
*
|
Move FilePosition to fileutils.h and use in ConfigTag.
Sadie Powell
2020-11-03
38
-141
/
+147
*
|
Replace ConfigTag::create with a public constructor.
Sadie Powell
2020-11-03
5
-40
/
+23
*
|
Rename ConfigItems to ConfigTag::Items.
Sadie Powell
2020-11-03
7
-35
/
+30
*
|
Convert ConnectClass from reference<> to std::shared_ptr<>.
Sadie Powell
2020-11-03
13
-39
/
+33
*
|
Clean up a bunch of contructors and destructors.
Sadie Powell
2020-11-01
26
-118
/
+23
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-11-01
25
-27
/
+37
|
\
|
|
*
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
*
|
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
101
-162
/
+159
*
|
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
[next]