aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Respect <security:hideserver> in the 005 numeric.Gravatar Sadie Powell2021-10-251-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-10-145-28/+26
|\|
| * Make reading DNs more consistent across modules.•••- If the DN contains a new line character then replace it with a space instead of killing the entire DN in the ssl_gnutls and ssl_openssl modules. - Apply the same logic to ssl_mbedtls which previously did not handle spaces in DNs. Gravatar Sadie Powell2021-10-143-23/+23
| * Use the OVERRIDE 005 token for showing the override user mode char.Gravatar Sadie Powell2021-10-131-1/+2
| * Fix showing the address of a custom title instead of the title.Gravatar Sadie Powell2021-10-061-4/+2
* | Fix linking to the v3 docs regardless of version.Gravatar Sadie Powell2021-10-091-1/+3
* | ALlow specifying multiple ModAuthors, remove ModAuthorMail.Gravatar Sadie Powell2021-10-091-16/+21
* | The opmoderated module should have the VF_VENDOR property.Gravatar Sadie Powell2021-10-081-1/+1
* | Fix a typo in BroadcastModuleState.Gravatar Sadie Powell2021-10-051-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-10-051-1/+3
|\|
| * Make the deprecation of LibreSSL support more explicit.Gravatar Sadie Powell2021-10-051-1/+1
| * Fix parsing the Sec-WebSocket-Protocol header.Gravatar Sadie Powell2021-10-041-1/+3
* | Apply the final keyword to all module classes where appropriate.Gravatar Sadie Powell2021-10-04118-254/+384
* | Mark all message tag provider classes as final.Gravatar Sadie Powell2021-10-018-9/+16
* | Mark all hash provider classes as final.Gravatar Sadie Powell2021-10-016-6/+12
* | Mark all event hook classes as final.Gravatar Sadie Powell2021-10-015-5/+10
* | Mark more mode classes as final.Gravatar Sadie Powell2021-10-0110-12/+17
* | Mark all mode classes as final.Gravatar Sadie Powell2021-10-0122-27/+54
* | Mark all command classes as final.Gravatar Sadie Powell2021-10-0174-144/+286
* | Mark all module classes as final.Gravatar Sadie Powell2021-10-01138-138/+288
* | Yeet regex_pcre into contrib.Gravatar Sadie Powell2021-10-019-108/+6
* | Add regex_pcre compatibility to regex_pcre2.Gravatar Sadie Powell2021-10-012-0/+23
* | Release v4.0.0a5. v4.0.0a5Gravatar Sadie Powell2021-10-011-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-09-302-34/+38
|\|
| * Move the ParseStack constructor out of the header.Gravatar Sadie Powell2021-09-302-32/+36
* | Use regex_stdlib as the default regular expression engine.Gravatar Sadie Powell2021-09-261-2/+2
* | Use -isystem for the pgsql includes.Gravatar Sadie Powell2021-09-261-1/+1
* | Add the regex_pcre2 module.Gravatar Sadie Powell2021-09-269-4/+109
* | Fix and optimise sending standard replies with variable parameters.Gravatar Sadie Powell2021-09-231-29/+10
* | Change operlog to log to snomask o (oper).Gravatar Sadie Powell2021-09-233-9/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-09-2310-66/+114
|\|
| * Use CXX11_OVERRIDE instead of the override keyword.Gravatar Sadie Powell2021-09-223-3/+3
| * Send SSL profile reloading errors to snomask `a`.Gravatar Sadie Powell2021-09-223-3/+3
| * Replace <websocket:sendastext> with <websocket:defaultmode>.Gravatar Sadie Powell2021-09-222-14/+43
| * Add an API for checking if I/O hooks are ready or not.Gravatar Sadie Powell2021-09-227-50/+63
| * Add the channels/ignore-repeat priv to exempt opers from +E.Gravatar David Schultz2021-09-212-0/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-09-162-1/+4
|\|
| * Fix customprefix allowing mode names that contain spaces.Gravatar Sadie Powell2021-09-161-0/+3
| * Fix ssl_openssl on a broken fork of OpenSSL.Gravatar Sadie Powell2021-09-071-1/+3
| * Use the network name as the description when hideserver is enabled.Gravatar Sadie Powell2021-09-041-1/+1
* | Always use ExtractTS to extract timestamps from S2S messages.Gravatar Sadie Powell2021-09-106-14/+10
* | Add the FRHOST command to allow changing a remote user's real host.•••Closes #1803. Gravatar Sadie Powell2021-09-025-3/+33
* | Release v4.0.0 alpha 4. v4.0.0a4Gravatar Sadie Powell2021-09-011-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-09-013-2/+12
|\|
| * Warn about how quirky musl's libdl implementation is.Gravatar Sadie Powell2021-08-291-0/+10
| * Replace certfp with sslfp in sqlauth and helpop.•••Once we implement SPKI fingerprints the old name will be inaccurate. Gravatar Sadie Powell2021-08-282-2/+4
* | Fix some places where U-line -> service was missed.Gravatar Sadie Powell2021-08-2911-12/+12
* | Make the protocol version enum entries slightly less verbose.Gravatar Sadie Powell2021-08-286-15/+15
* | Forward SQUERY to services instead of downgrading it to PRIVMSG.Gravatar Sadie Powell2021-08-284-33/+101
* | Require TLS by default when connecting to Postgres servers.Gravatar Sadie Powell2021-08-282-2/+2