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
...
*
|
Allow users to override SVSHOLDs for nicks in their nick group.
Sadie Powell
2023-06-05
1
-4
/
+22
*
|
Try to cloak with the registerable suffix first with PSL cloaking.
Sadie Powell
2023-06-05
1
-1
/
+3
*
|
Fix commands overflowing the message size in `/STATS Oo`.
Sadie Powell
2023-06-04
1
-2
/
+2
*
|
Fix exposing oper hosts in `/STATS P`.
Sadie Powell
2023-06-04
3
-3
/
+3
*
|
Remove unnecessary prefix from bancache log messages.
Sadie Powell
2023-06-04
3
-4
/
+4
*
|
Fix extracting data from the 1205 version/fullversion SINFO keys.
Sadie Powell
2023-06-04
1
-13
/
+20
*
|
Fix rewriting commands in the 1205 compat layer.
Sadie Powell
2023-06-03
1
-2
/
+2
*
|
Fix an inverted condition in the cloak module.
Sadie Powell
2023-06-03
1
-1
/
+1
*
|
Fix an inverted condition in the DNSBL module.
Sadie Powell
2023-06-03
1
-1
/
+1
*
|
Fix calling c_str() for parameters that can take a std::string.
Sadie Powell
2023-05-31
6
-8
/
+7
*
|
Convert DelLine from const char* to const std::string&.
Sadie Powell
2023-05-30
11
-12
/
+12
*
|
Merge branch 'insp3' into master.
Sadie Powell
2023-05-30
3
-2
/
+14
|
\
|
|
*
Log when a server sends an unexpected command post-authentication.
Sadie Powell
2023-05-29
1
-0
/
+12
|
*
If no DNS bindport is specified then randomise it on rehash.
Sadie Powell
2023-05-29
1
-1
/
+1
|
*
Fix ssl_openssl on OpenSSL versions older than 1.1.1.
•••
Fixes a regression introduced in commit eba5cb9dc9.
Sadie Powell
2023-05-28
1
-0
/
+4
|
*
Make it clear that <link:port> is only required for IP listeners.
Sadie Powell
2023-05-26
1
-1
/
+1
*
|
Fix casing of metadata in function and event names.
•••
Metadata is one word not two so it shouldn't be capitalised like this.
Sadie Powell
2023-05-30
10
-21
/
+21
*
|
Merge branch 'insp3' into master.
Sadie Powell
2023-05-20
1
-5
/
+6
|
\
|
|
*
Add an undocumented build option for unlimiting the main loop.
•••
This should never be used normally but is useful for irctest.
Sadie Powell
2023-05-20
1
-5
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2023-05-16
1
-2
/
+2
|
\
|
|
*
Fix cert expiration for dates after year 2049
Wade Cline
2023-05-10
1
-2
/
+2
*
|
Release v4.0.0 alpha 21.
v4.0.0a21
Sadie Powell
2023-05-15
1
-1
/
+1
*
|
Rename duration to timeutils and relocate InspIRCd::TimeString.
Sadie Powell
2023-05-10
45
-75
/
+85
*
|
Show more details about unactivated/expired client certificates.
Sadie Powell
2023-05-10
3
-11
/
+29
*
|
Rename threadsocket to thread.
Sadie Powell
2023-05-08
1
-0
/
+0
*
|
Move the contents of thread to threadsocket.
Sadie Powell
2023-05-08
2
-62
/
+42
*
|
Rename command_parse to commands.
Sadie Powell
2023-05-08
1
-0
/
+0
*
|
Move the contents of commands to command_parse.
Sadie Powell
2023-05-08
2
-121
/
+96
*
|
Move CheckPassword to helperfuncs.
Sadie Powell
2023-05-08
2
-20
/
+20
*
|
Fix some uses of NULL that have snuck back in during a merge.
Sadie Powell
2023-05-07
1
-1
/
+1
*
|
Use GetPrintable in more places in the codepage module.
Sadie Powell
2023-05-07
1
-3
/
+2
*
|
Fix narrowing unsigned long to uint32_t in the codepage module.
Sadie Powell
2023-05-07
1
-8
/
+8
*
|
Improve the config error messages in the codepage module.
Sadie Powell
2023-05-07
1
-4
/
+12
*
|
Tighten up the rules for nicknames to match the Modern IRC spec.
Sadie Powell
2023-05-07
1
-8
/
+33
*
|
Allow customising who can receive the joinflood close notification.
•••
Closes #1747.
Sadie Powell
2023-05-07
1
-1
/
+5
*
|
Check whether IPPROTO_SCTP works before trying to implicitly multistack.
•••
Fixes bind warnings on platforms which have IPPROTO_SCTP defined but don't actually have support at runtime.
Sadie Powell
2023-05-04
1
-1
/
+19
*
|
Remove the now-obsolete hostchange module.
•••
Closes #2025.
Sadie Powell
2023-05-02
2
-270
/
+0
*
|
Add the cloak_static module to cloak using a fixed value.
Sadie Powell
2023-05-02
1
-0
/
+84
*
|
Add the cloak_nick module to cloak based on a nickname.
Sadie Powell
2023-05-02
1
-0
/
+143
*
|
Add the cloak_account module to cloak based on an account name/id.
Sadie Powell
2023-05-02
1
-0
/
+191
*
|
Add <cloak:class> to limit cloaks to a specific connect class.
Sadie Powell
2023-05-02
2
-4
/
+4
*
|
IPv6 addresses should be partially expanded with '0' not 0x0.
Sadie Powell
2023-04-29
1
-1
/
+1
*
|
Fix a copy/paste error in GetUserAddress.
Sadie Powell
2023-04-29
1
-1
/
+1
*
|
Fix binding to IPv6 endpoints on Windows.
•••
sockaddr_in6 has additional members on Windows that need to be zeroed.
Sadie Powell
2023-04-28
1
-1
/
+1
*
|
Remove a renamed module that snuck back in during a merge.
Sadie Powell
2023-04-28
1
-109
/
+0
*
|
Merge branch 'insp3' into master.
Sadie Powell
2023-04-28
18
-18
/
+126
|
\
|
|
*
Release v3.16.0.
v3.16.0
Sadie Powell
2023-04-28
1
-1
/
+1
|
*
Update copyright headers.
InspIRCd Robot
2023-04-28
19
-20
/
+19
*
|
Fix narrowing of the config in the messageflood module.
Sadie Powell
2023-04-27
1
-3
/
+3
*
|
Restore the last socket error properly on Windows.
Sadie Powell
2023-04-27
1
-0
/
+8
[prev]
[next]