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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Mark all config parsing methods as const.
Sadie Powell
2020-04-12
2
-21
/
+21
*
|
Move the oper and snomask modes to core_oper.
Sadie Powell
2020-04-12
6
-38
/
+37
*
|
Rename ERR_CANTSENDTOUSER to match the channel numeric name.
Sadie Powell
2020-04-11
2
-4
/
+4
*
|
Remove the whowas header which was missed during the last merge.
Sadie Powell
2020-04-11
1
-207
/
+0
*
|
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
6
-9
/
+9
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-11
185
-186
/
+275
|
\
|
|
*
Fix an oversight in mkversions that caused it to not update extras.
Sadie Powell
2020-04-10
12
-12
/
+12
|
*
Update the module descriptions using mkversion.
Sadie Powell
2020-04-10
179
-179
/
+179
|
*
Add a tool for updating module descriptions based on the docs.
Sadie Powell
2020-04-10
1
-0
/
+87
|
*
Note that bind:permissions does not change on rehash.
Matt Schatz
2020-04-10
1
-0
/
+3
|
*
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
210
-1240
/
+677
*
|
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
86
-245
/
+2268
|
\
|
|
*
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
|
*
Fix Numerics::CannotSendTo sending the wrong numeric for users.
Sadie Powell
2020-04-06
1
-2
/
+2
|
*
Fix building the sqlite3 module on the macOS CI.
Sadie Powell
2020-04-06
1
-2
/
+2
|
*
Add a tool for retrieving directives from source files.
Sadie Powell
2020-04-06
1
-0
/
+55
|
*
Send ERR_BANNEDFROMCHAN when a user can't create a restricted channel.
•••
Closes #1772.
Sadie Powell
2020-04-05
1
-0
/
+3
|
*
Vendor the optional-lite library.
Sadie Powell
2020-04-05
3
-0
/
+1716
|
*
Update the http_parser library to v2.9.4.
Sadie Powell
2020-04-05
3
-12
/
+16
|
*
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
2
-212
/
+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
16
-41
/
+97
|
*
Ignore clients on ulined servers when counting invisible users.
•••
This is in addition to 4cc992f.
Matt Schatz
2020-04-04
1
-3
/
+6
|
*
Add support for sending a standard reply with no command name.
Sadie Powell
2020-04-02
1
-1
/
+4
|
*
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
|
*
Document Module::Prioritize.
Sadie Powell
2020-04-01
1
-4
/
+3
|
*
Add a comment for packagers who delete the --{uid,gid} checks.
Sadie Powell
2020-03-31
1
-0
/
+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
2
-4
/
+20
|
*
Fix various documentation and formatting issues.
Sadie Powell
2020-03-30
18
-25
/
+24
|
*
Add support for the servers/ignore-shun privilege.
Sadie Powell
2020-03-29
2
-12
/
+7
|
*
Include ADMIN and OPER in the default for <shun:enabledcmds>.
Sadie Powell
2020-03-29
2
-2
/
+2
[prev]
[next]