aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Mark all config parsing methods as const.Gravatar Sadie Powell2020-04-122-21/+21
* | Move the oper and snomask modes to core_oper.Gravatar Sadie Powell2020-04-126-38/+37
* | Rename ERR_CANTSENDTOUSER to match the channel numeric name.Gravatar Sadie Powell2020-04-112-4/+4
* | Remove the whowas header which was missed during the last merge.Gravatar Sadie Powell2020-04-111-207/+0
* | Rename Module::flags to Module::properties.•••This name is more descriptive and should create less warnings about shadowing in existing modules. Gravatar Sadie Powell2020-04-116-9/+9
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-11185-186/+275
|\|
| * Fix an oversight in mkversions that caused it to not update extras.Gravatar Sadie Powell2020-04-1012-12/+12
| * Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-10179-179/+179
| * Add a tool for updating module descriptions based on the docs.Gravatar Sadie Powell2020-04-101-0/+87
| * Note that bind:permissions does not change on rehash.Gravatar Matt Schatz2020-04-101-0/+3
| * The init function should have the override keyword too.Gravatar Sadie Powell2020-04-101-1/+1
| * Add the missing VF_CORE flag to the core_whowas module.Gravatar Sadie Powell2020-04-101-1/+1
| * Add missing override keyword to the sslrehashsignal module.Gravatar Sadie Powell2020-04-101-2/+2
| * Remove references to the long dead SQLv2 from the pgsql module.Gravatar Sadie Powell2020-04-101-1/+1
| * Remove an unused variable in the http_acl module.Gravatar Sadie Powell2020-04-101-1/+1
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-11210-1240/+677
* | Default <sslprofile:hash> to sha256 for GnuTLS and OpenSSL.Gravatar Sadie Powell2020-04-092-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-0986-245/+2268
|\|
| * Set the minimum length to 1 for most config items with a default.Gravatar Sadie Powell2020-04-0926-51/+59
| * Allow <passforward:forwardmsg> to be optional.Gravatar Sadie Powell2020-04-091-4/+7
| * Send SNOTICES for failed secure only or fingerprint oper attempts.Gravatar Matt Schatz2020-04-091-0/+2
| * Prevent a trailing space in the failed oper SNOTICE.Gravatar Matt Schatz2020-04-091-1/+2
| * Set Unix socket permissions after binding.Gravatar Matt Schatz2020-04-091-5/+5
| * More HasFd() conversions.Gravatar Sadie Powell2020-04-092-7/+7
| * Improve the logging of the httpd module.Gravatar Sadie Powell2020-04-091-1/+6
| * Add a way to disable using environment variables in included files.Gravatar Sadie Powell2020-04-071-1/+14
| * Fix Numerics::CannotSendTo sending the wrong numeric for users.Gravatar Sadie Powell2020-04-061-2/+2
| * Fix building the sqlite3 module on the macOS CI.Gravatar Sadie Powell2020-04-061-2/+2
| * Add a tool for retrieving directives from source files.Gravatar Sadie Powell2020-04-061-0/+55
| * Send ERR_BANNEDFROMCHAN when a user can't create a restricted channel.•••Closes #1772. Gravatar Sadie Powell2020-04-051-0/+3
| * Vendor the optional-lite library.Gravatar Sadie Powell2020-04-053-0/+1716
| * Update the http_parser library to v2.9.4.Gravatar Sadie Powell2020-04-053-12/+16
| * Don't send a geolocation whois line for uline clients.Gravatar Matt Schatz2020-04-041-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. Gravatar Matt Schatz2020-04-041-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. Gravatar Sadie Powell2020-04-042-212/+146
| * Don't filter mass-messages sent by server operators.•••This matches the behaviour of the censor module. Gravatar Sadie Powell2020-04-041-1/+1
| * Add the Numerics::CannotSendTo class and switch stuff to use it.Gravatar Sadie Powell2020-04-0416-41/+97
| * Ignore clients on ulined servers when counting invisible users.•••This is in addition to 4cc992f. Gravatar Matt Schatz2020-04-041-3/+6
| * Add support for sending a standard reply with no command name.Gravatar Sadie Powell2020-04-021-1/+4
| * Add constants for the uninvite numerics.Gravatar Sadie Powell2020-04-021-2/+4
| * Fix the log message in the disable module.•••Modes are set and unset not executed. Gravatar Sadie Powell2020-04-021-2/+3
| * Clear the entire DNS cache on rehash.Gravatar Sadie Powell2020-04-011-2/+2
| * Document Module::Prioritize.Gravatar Sadie Powell2020-04-011-4/+3
| * Add a comment for packagers who delete the --{uid,gid} checks.Gravatar Sadie Powell2020-03-311-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. Gravatar Matt Schatz2020-03-311-2/+2
| * Fix clock skip warnings being inverted.Gravatar Sadie Powell2020-03-301-1/+1
| * Make showing the channel modes in /LIST configurable.Gravatar Sadie Powell2020-03-302-4/+20
| * Fix various documentation and formatting issues.Gravatar Sadie Powell2020-03-3018-25/+24
| * Add support for the servers/ignore-shun privilege.Gravatar Sadie Powell2020-03-292-12/+7
| * Include ADMIN and OPER in the default for <shun:enabledcmds>.Gravatar Sadie Powell2020-03-292-2/+2