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
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Allow setting extension data on connect classes.
Sadie Powell
2022-01-16
3
-3
/
+5
*
|
Fix the previous commit on Windows.
Sadie Powell
2022-01-16
1
-1
/
+1
*
|
Replace uses of the FileSystem class with std::filesystem.
Sadie Powell
2022-01-15
2
-38
/
+12
*
|
Add the ATTR_NOT_NULL define for marking arguments that can't be null.
Sadie Powell
2022-01-15
1
-0
/
+12
*
|
Rename CUSTOM_PRINTF to ATTR_PRINTF.
•••
ATTR_* matches the naming scheme which will be used for function attributes from now on. Also, redocument it to have a better description and allow Doxygen to parse it.
Sadie Powell
2022-01-15
5
-12
/
+13
*
|
Refactor CoreException and ModuleException.
Sadie Powell
2022-01-07
9
-69
/
+93
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-01-03
7
-6
/
+15
|
\
|
|
*
Release v3.12.0.
v3.12.0
Sadie Powell
2021-12-31
1
-1
/
+1
|
*
Update copyright headers.
InspIRCd Robot
2021-12-30
7
-6
/
+7
|
*
Send an account id tag when account-tag & message-tags are enabled.
Sadie Powell
2021-12-28
2
-0
/
+8
*
|
Make all extensibles use kebab-case for names where possible.
Sadie Powell
2021-12-26
1
-1
/
+1
*
|
Move RPL_STATS to the stats header.
Sadie Powell
2021-12-24
2
-1
/
+6
*
|
Add a quick method for adding a generic RPL_STATS row.
Sadie Powell
2021-12-24
1
-0
/
+12
*
|
Move DNS stats to core_dns.
Sadie Powell
2021-12-24
1
-16
/
+0
*
|
Promote ExtensionItem::ExtensibleType to a top level enum class.
Sadie Powell
2021-12-23
3
-21
/
+21
*
|
Add the final keyword to all remaining classes that can have it.
Sadie Powell
2021-12-20
65
-187
/
+317
*
|
Mark Regex::Engine::Create{Human,} as const.
Sadie Powell
2021-12-16
1
-4
/
+4
*
|
Make upper case regex flags remove the flag if previously set.
Sadie Powell
2021-12-16
1
-0
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-12-14
1
-0
/
+6
|
\
|
|
*
If a user has a unique username then include it in bans.
Sadie Powell
2021-12-14
1
-0
/
+3
|
*
Sync uniqueusername from the connect class to the user.
•••
This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck.
Sadie Powell
2021-12-14
1
-0
/
+3
*
|
Replace some references to ssl with tls.
Sadie Powell
2021-12-08
2
-10
/
+10
*
|
Move configuration of connect classes to the ConnectClass class.
Sadie Powell
2021-11-24
1
-0
/
+3
*
|
Refactor the ClassTypes enum and move into ConnectClass.
Sadie Powell
2021-11-24
1
-15
/
+17
*
|
Add sensible defaults and limits to ConnectClass.
Sadie Powell
2021-11-24
1
-18
/
+18
*
|
Fix ConnectClass inheriting from refcountbase.
•••
This snuck back in during the v3 merge. Closes #1944.
Sadie Powell
2021-11-24
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-11-24
2
-67
/
+51
|
\
|
|
*
Add the <connect:uniqueusername> option.
Sadie Powell
2021-11-23
1
-0
/
+3
|
*
Document ConnectClass and reorder it to avoid unnecessary padding.
Sadie Powell
2021-11-16
2
-68
/
+55
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-11-10
1
-1
/
+1
|
\
|
|
*
Fix TokenList not initializing permissive to false on creation.
Sadie Powell
2021-11-10
1
-0
/
+5
*
|
Remove unused time_t field from the timer system.
•••
This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules.
Sadie Powell
2021-11-05
3
-6
/
+4
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-11-05
2
-2
/
+5
|
\
|
|
*
Add Server::GetPublicName(), fix not respecting <security:hideserver>.
Sadie Powell
2021-10-25
2
-2
/
+5
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-09-30
1
-34
/
+1
|
\
|
|
*
Move the ParseStack constructor out of the header.
Sadie Powell
2021-09-30
1
-32
/
+1
*
|
Add the regex_pcre2 module.
Sadie Powell
2021-09-26
1
-1
/
+1
*
|
Fix and optimise sending standard replies with variable parameters.
Sadie Powell
2021-09-23
1
-29
/
+10
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-09-23
2
-0
/
+22
|
\
|
|
*
Use CXX11_OVERRIDE instead of the override keyword.
Sadie Powell
2021-09-22
1
-1
/
+1
|
*
Add an API for checking if I/O hooks are ready or not.
Sadie Powell
2021-09-22
2
-0
/
+22
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-09-16
1
-1
/
+1
|
\
|
|
*
Use the network name as the description when hideserver is enabled.
Sadie Powell
2021-09-04
1
-1
/
+1
*
|
Fix some places where U-line -> service was missed.
Sadie Powell
2021-08-29
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-08-28
3
-3
/
+2
|
\
|
|
*
Release v3.11.0.
v3.11.0
Sadie Powell
2021-08-27
1
-1
/
+1
|
*
Update copyright headers.
InspIRCd Robot
2021-08-27
3
-3
/
+2
*
|
Remove a bunch of unnecessary whitespace.
Sadie Powell
2021-08-17
6
-7
/
+0
*
|
Add a detach method that takes an Implementation array.
Sadie Powell
2021-08-17
1
-0
/
+9
*
|
Reorder some functions in the ModuleManager class.
Sadie Powell
2021-08-17
1
-12
/
+12
[prev]
[next]