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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix kicknorejoin not showing the channel name properly in errors.
•••
Closes #1775.
Sadie Powell
2020-04-14
1
-1
/
+1
|
*
Add the inspircd.org/standard-replies capability.
Sadie Powell
2020-04-13
1
-2
/
+4
|
*
Add a missing ';'.
Matt Schatz
2020-04-12
1
-1
/
+1
|
*
Get rid of the useless OPERLOG 005 token.
Sadie Powell
2020-04-12
1
-6
/
+0
|
*
Fix the operlog module double logging when tosnomask is enabled.
Sadie Powell
2020-04-12
1
-1
/
+2
|
*
Add support for limiting what opers can subscribe to snomasks.
Sadie Powell
2020-04-11
2
-1
/
+32
|
*
Clean up the logic for parsing oper mode privileges.
Sadie Powell
2020-04-11
1
-18
/
+12
*
|
Alow modules to specify multiple syntax lines.
Sadie Powell
2020-04-14
92
-103
/
+112
*
|
Switch the spanningtree module from reference<> to std::shared_ptr<>.
Sadie Powell
2020-04-13
11
-43
/
+36
*
|
Switch the dnsbl module from reference<> to std::shared_ptr<>.
Sadie Powell
2020-04-13
1
-10
/
+10
*
|
Mark all config parsing methods as const.
Sadie Powell
2020-04-12
1
-12
/
+12
*
|
Move the oper and snomask modes to core_oper.
Sadie Powell
2020-04-12
6
-38
/
+37
*
|
Rename Module::flags to Module::properties.
•••
This name is more descriptive and should create less warnings about shadowing in existing modules.
Sadie Powell
2020-04-11
5
-6
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-11
183
-186
/
+185
|
\
|
|
*
Fix an oversight in mkversions that caused it to not update extras.
Sadie Powell
2020-04-10
11
-11
/
+11
|
*
Update the module descriptions using mkversion.
Sadie Powell
2020-04-10
179
-179
/
+179
|
*
The init function should have the override keyword too.
Sadie Powell
2020-04-10
1
-1
/
+1
|
*
Add the missing VF_CORE flag to the core_whowas module.
Sadie Powell
2020-04-10
1
-1
/
+1
|
*
Add missing override keyword to the sslrehashsignal module.
Sadie Powell
2020-04-10
1
-2
/
+2
|
*
Remove references to the long dead SQLv2 from the pgsql module.
Sadie Powell
2020-04-10
1
-1
/
+1
|
*
Remove an unused variable in the http_acl module.
Sadie Powell
2020-04-10
1
-1
/
+1
*
|
Improve storage of module description, flags, and link data.
Sadie Powell
2020-04-11
209
-1206
/
+657
*
|
Default <sslprofile:hash> to sha256 for GnuTLS and OpenSSL.
Sadie Powell
2020-04-09
2
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-09
61
-185
/
+380
|
\
|
|
*
Set the minimum length to 1 for most config items with a default.
Sadie Powell
2020-04-09
26
-51
/
+59
|
*
Allow <passforward:forwardmsg> to be optional.
Sadie Powell
2020-04-09
1
-4
/
+7
|
*
Send SNOTICES for failed secure only or fingerprint oper attempts.
Matt Schatz
2020-04-09
1
-0
/
+2
|
*
Prevent a trailing space in the failed oper SNOTICE.
Matt Schatz
2020-04-09
1
-1
/
+2
|
*
Set Unix socket permissions after binding.
Matt Schatz
2020-04-09
1
-5
/
+5
|
*
More HasFd() conversions.
Sadie Powell
2020-04-09
2
-7
/
+7
|
*
Improve the logging of the httpd module.
Sadie Powell
2020-04-09
1
-1
/
+6
|
*
Add a way to disable using environment variables in included files.
Sadie Powell
2020-04-07
1
-1
/
+14
|
*
Send ERR_BANNEDFROMCHAN when a user can't create a restricted channel.
•••
Closes #1772.
Sadie Powell
2020-04-05
1
-0
/
+3
|
*
Don't send a geolocation whois line for uline clients.
Matt Schatz
2020-04-04
1
-0
/
+3
|
*
Don't override a different Displayed Host with the rDNS.
•••
If the dnsbl module is set to mark with a vHost, it can finish before the hostname resolution finishes. This is especially the case when the result is already cached. Resolves #1770.
Matt Schatz
2020-04-04
1
-1
/
+2
|
*
Squish the cmd_whowas header.
•••
There's no reason for this to be in a header and it can't be used by anything else.
Sadie Powell
2020-04-04
1
-1
/
+146
|
*
Don't filter mass-messages sent by server operators.
•••
This matches the behaviour of the censor module.
Sadie Powell
2020-04-04
1
-1
/
+1
|
*
Add the Numerics::CannotSendTo class and switch stuff to use it.
Sadie Powell
2020-04-04
15
-41
/
+53
|
*
Ignore clients on ulined servers when counting invisible users.
•••
This is in addition to 4cc992f.
Matt Schatz
2020-04-04
1
-3
/
+6
|
*
Add constants for the uninvite numerics.
Sadie Powell
2020-04-02
1
-2
/
+4
|
*
Fix the log message in the disable module.
•••
Modes are set and unset not executed.
Sadie Powell
2020-04-02
1
-2
/
+3
|
*
Clear the entire DNS cache on rehash.
Sadie Powell
2020-04-01
1
-2
/
+2
|
*
Add back the prefix on a server target message.
•••
The prefix is dropped when building the message. We add it back here so that the remote servers can recognize it as a server target.
Matt Schatz
2020-03-31
1
-2
/
+2
|
*
Fix clock skip warnings being inverted.
Sadie Powell
2020-03-30
1
-1
/
+1
|
*
Make showing the channel modes in /LIST configurable.
Sadie Powell
2020-03-30
1
-4
/
+16
|
*
Fix various documentation and formatting issues.
Sadie Powell
2020-03-30
10
-10
/
+10
|
*
Add support for the servers/ignore-shun privilege.
Sadie Powell
2020-03-29
1
-12
/
+6
|
*
Include ADMIN and OPER in the default for <shun:enabledcmds>.
Sadie Powell
2020-03-29
1
-1
/
+1
|
*
Clean up the parsing logic for <shun:enabledcmds>.
Sadie Powell
2020-03-29
1
-11
/
+4
|
*
Fix expanding module names.
Sadie Powell
2020-03-27
1
-6
/
+7
[prev]
[next]