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
*
Rename IdentMax to MaxUser for consistency with the other limits.
Sadie Powell
2020-11-27
7
-9
/
+9
*
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
16
-29
/
+51
|
\
|
*
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
*
|
Convert IRCv3::Replies::Reply#Send[IfCap] to variadic functions.
Sadie Powell
2020-11-12
1
-1
/
+1
*
|
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
6
-45
/
+30
*
|
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
[next]