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
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Add a DelLine override that takes an XLine pointer.
Sadie Powell
2023-06-05
1
-2
/
+1
*
|
Make XLine::Displayable const.
Sadie Powell
2023-06-05
3
-3
/
+3
*
|
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 exposing oper hosts in `/STATS P`.
Sadie Powell
2023-06-04
2
-2
/
+2
*
|
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
5
-7
/
+6
*
|
Convert DelLine from const char* to const std::string&.
Sadie Powell
2023-05-30
5
-6
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2023-05-30
2
-1
/
+13
|
\
|
|
*
Log when a server sends an unexpected command post-authentication.
Sadie Powell
2023-05-29
1
-0
/
+12
|
*
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
8
-19
/
+19
*
|
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
*
|
Rename duration to timeutils and relocate InspIRCd::TimeString.
Sadie Powell
2023-05-10
29
-55
/
+60
*
|
Show more details about unactivated/expired client certificates.
Sadie Powell
2023-05-10
3
-11
/
+29
*
|
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
*
|
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
*
|
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
16
-16
/
+124
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2023-04-28
17
-18
/
+17
*
|
Fix narrowing of the config in the messageflood module.
Sadie Powell
2023-04-27
1
-3
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2023-04-27
6
-21
/
+176
|
\
|
|
*
Fix an off by one error in the rmode module.
Sadie Powell
2023-04-21
1
-1
/
+1
|
*
Warn users when their client certificate is about to expire.
•••
Closes #1938.
Sadie Powell
2023-03-01
1
-0
/
+15
|
*
Add client cert activation/expiration times to the ssl_cert class.
Sadie Powell
2023-03-01
3
-10
/
+72
|
*
Fix destroying duplicate channels when the casemapping changes.
Sadie Powell
2023-03-01
1
-0
/
+53
|
*
Fix renicking duplicate users when the casemapping changes.
Sadie Powell
2023-03-01
1
-11
/
+36
*
|
Allow using rmode on a prefix char and mode name.
Sadie Powell
2023-04-21
1
-3
/
+16
*
|
Allow also using a prefix chat in autoop and exemptchanops.
Sadie Powell
2023-04-21
2
-2
/
+12
*
|
Replace <sqlauth:allowpattern> with <sqlexemption>.
•••
Partially implements #2030.
Sadie Powell
2023-04-20
1
-4
/
+15
*
|
Merge <ldapauth:allowpattern> and <ldapwhitelist>.
•••
Closes #1478.
Sadie Powell
2023-04-20
1
-28
/
+22
*
|
<link:sctp> is for outgoing connections not incoming connections.
Sadie Powell
2023-04-20
1
-1
/
+1
*
|
Allow limiting chanhistory only by the number of lines or duration.
Sadie Powell
2023-04-20
1
-4
/
+4
*
|
Fix parsing <chanhistory:maxduration>.
•••
Closes #2032.
Sadie Powell
2023-04-20
1
-1
/
+1
*
|
Marginally improve the performance of JSON logging.
Sadie Powell
2023-03-24
1
-4
/
+4
*
|
The services module does not require an account API instance.
Sadie Powell
2023-03-24
1
-3
/
+0
[prev]
[next]