aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Release v3.9.0. v3.9.0Gravatar Sadie Powell2021-02-261-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2021-02-2648-49/+52
|
* Implement support for multi-prefix on WHOIS.Gravatar Sadie Powell2021-02-252-16/+47
|
* Allow a statusmsg to have multiple statuses and pick the lowest.Gravatar Sadie Powell2021-02-252-10/+32
| | | | | This is pretty much useless but other implementations support it so we have to also support it for compatibility.
* Refactor OnUserPostMessage in the chanhistory module.Gravatar Sadie Powell2021-02-241-11/+13
|
* Add snomask permissions to the oper check output.Gravatar Sadie Powell2021-02-221-0/+10
|
* Add a human-readable serialiser to the geolocation extensible.Gravatar Sadie Powell2021-02-221-0/+6
|
* Fix checking the wrong user in SERVLIST.Gravatar Sadie Powell2021-02-211-1/+1
|
* Add a config option for exempting classes from connflood.Gravatar Sadie Powell2021-02-211-1/+12
|
* Add a command to the cgiirc module for encoding/decoding hex idents.Gravatar Sadie Powell2021-02-211-37/+81
|
* Rename the cmd variable to cmdwebirc in the cgiirc module.Gravatar Sadie Powell2021-02-211-12/+12
|
* Fix the numeric sent when a U-lined alias target is not online.Gravatar Sadie Powell2021-02-182-7/+3
|
* Fix the message sent when SSL profiles are rehashed.Gravatar Sadie Powell2021-02-183-3/+3
|
* Move linuxdaemon and Sheogorath to former contributors.Gravatar Sadie Powell2021-02-101-7/+8
|
* Show the name of the WebIRC gateway in the IP changing notice.Gravatar Sadie Powell2021-02-051-2/+3
|
* Duplicate the stdout file handle when used for logging.Gravatar Sadie Powell2021-02-011-1/+2
| | | | | Failure to do this may result in a crash on shutdown when started in debug mode.
* Move SSLINFO code for users to its own function and refactor.Gravatar Sadie Powell2021-02-011-16/+21
|
* Allow using SSLINFO on channels.Gravatar Sadie Powell2021-02-011-18/+69
|
* Convert SSLINFO to SplitCommand.Gravatar Sadie Powell2021-02-011-4/+4
|
* Read <sslinfo:operonly> once at load time.Gravatar Sadie Powell2021-02-011-3/+8
|
* Fix an oversight in the previous commit.Gravatar Sadie Powell2021-01-301-1/+1
|
* Fix a few issues with SERVLIST.Gravatar Sadie Powell2021-01-301-4/+8
| | | | | | | - Implement support for service type matching based on the service oper type. This isn't the same as irc2 but its close enough. - Fix erroneously sending the mask in the <mask> field. This field is for the service name mask not the service distribution mask.
* Allow disabling connectban for specific connect classes.Gravatar Sadie Powell2021-01-271-2/+12
| | | | Ref: #1841.
* Make the UNIX socket listener path relative to the runtime path.Gravatar Sadie Powell2021-01-201-1/+1
| | | | | This is not a breaking change because unless the runtime path is explicitly set it defaults to the same as the data path.
* Add <dns:enabled>; allows disabling DNS lookups entirely.Gravatar Sadie Powell2021-01-191-17/+39
| | | | Ref: #1839.
* Send ERR_CANTUNLOADMODULE when unloading a module on reload fails.Gravatar Sadie Powell2021-01-192-4/+7
|
* Refactor the globalload module.Gravatar Sadie Powell2021-01-191-23/+33
| | | | | | - Require that a non-empty last parameter is given to the commands. - Use WriteRemoteNumeric instead of WriteNumeric so opers actually see the response. - Store <security:allowcoreunload> instead of looking it up every time.
* Fix the DNS socket not being closed when core_dns is unloaded.Gravatar Sadie Powell2021-01-191-10/+16
|
* Add a separate stats class for DNSBL errors.Gravatar Sadie Powell2021-01-181-10/+21
|
* Improve the robustness of the DNSBL module.Gravatar Sadie Powell2021-01-181-21/+35
| | | | | | | - Handle DNSBLs that return invalid lookup results. - Fix DNSBLs that return non-local addresses blocking connections. - Fix silently failing when a DNSBL returns no IPv4 results. - General code cleanup.
* Implemented configurable kick message for the repeat module (#1835).Gravatar iwalkalone2021-01-181-1/+9
|
* Fix showing the start header when using --version.Gravatar Sadie Powell2021-01-181-2/+2
|
* Add a new runtime directory and move the pid file to it.Gravatar Sadie Powell2021-01-182-1/+2
| | | | | | | The data directory is intended for persistent files whereas the pid file is ephemeral. This distinction doesn't matter by default but on system-wide installs ephemeral runtime files go in /var/run or /run instead.
* Add default empty openssl compiler flags.Gravatar Sadie Powell2021-01-181-1/+1
| | | | | This makes things easier for users who are using InspIRCd on OSes where OpenSSL is part of the base system.
* Fix not rejecting attempts to set snomasks with SAMODE/override.Gravatar Sadie Powell2021-01-161-0/+7
|
* Add a shun option to only apply when users are fully connected.Gravatar Sadie Powell2021-01-131-0/+6
| | | | Closes #1825.
* Improve parsing modes and snomasks in oper classes.Gravatar Sadie Powell2021-01-121-29/+30
| | | | | - Deduplicate the code to one function. - Fix defaulting snomasks when a user has more than one class.
* Add a user mode which allows disabling receiving channel history.Gravatar Sadie Powell2021-01-111-6/+22
| | | | Closes #1830.
* Disallow an empty last parameter in MAP.Gravatar Matt Schatz2020-12-301-0/+1
|
* Avoid doing more work than necessary when checking the O: extban.Gravatar Sadie Powell2020-12-251-7/+2
|
* Replace spaces with underscores when checking for class bans.Gravatar Sadie Powell2020-12-251-1/+15
|
* Add support for multiple hostmasks in <cgiirc:mask>.Gravatar Sadie Powell2020-12-221-29/+41
|
* After changing the codepage rename duplicate users to their UUID.Gravatar Sadie Powell2020-12-221-0/+16
|
* Send RPL_SAVENICK from irc2 when renaming a user to their UUID.Gravatar Sadie Powell2020-12-223-0/+5
|
* Replace the SERVER stub command with something actually useful.Gravatar Sadie Powell2020-12-201-35/+27
| | | | | | | This will typically never be reached because the remote will wait until it receives a CAPAB response before sending SERVER. Instead replace it with a CAPAB stub command that quits servers with a helpful message.
* Hide the server name/desc better when <options:hideserver> is set.Gravatar Sadie Powell2020-12-2012-14/+13
|
* Don't call events provided by dying or dead modules.Gravatar Sadie Powell2020-12-181-0/+6
|
* Fix MAP output on a dual v2/v3 network.Gravatar Sadie Powell2020-12-161-6/+15
|
* Fix an inverted condition in cmd_modules.Gravatar Sadie Powell2020-12-161-1/+1
|
* Use !empty instead of size when checking if containers are empty.Gravatar Sadie Powell2020-12-163-3/+3
|