aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Allow converting a Cap::Reference to a Cap::Capability*.Gravatar Sadie Powell2021-01-191-0/+6
| * Send ERR_CANTUNLOADMODULE when unloading a module on reload fails.Gravatar Sadie Powell2021-01-192-4/+7
| * Refactor the globalload module.•••- 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. Gravatar Sadie Powell2021-01-191-23/+33
| * Fix the DNS socket not being closed when core_dns is unloaded.Gravatar Sadie Powell2021-01-191-10/+16
| * Added <module name="codepage"> to modules.conf.example.Gravatar R-V62021-01-181-0/+1
* | Allow using fixedpart/fixedquit with an empty message.Gravatar Sadie Powell2021-01-291-2/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-1835-162/+106
|\|
| * Add a separate stats class for DNSBL errors.Gravatar Sadie Powell2021-01-181-10/+21
| * Improve the robustness of the DNSBL module.•••- 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. Gravatar Sadie Powell2021-01-181-21/+35
| * Implemented configurable kick message for the repeat module (#1835).••• Gravatar iwalkalone2021-01-182-2/+16
| * 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.•••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. Gravatar Sadie Powell2021-01-189-19/+25
| * Fix `./configure --update` with cache files generated before v3.2.Gravatar Sadie Powell2021-01-181-0/+1
| * Add default empty openssl compiler flags.•••This makes things easier for users who are using InspIRCd on OSes where OpenSSL is part of the base system. Gravatar Sadie Powell2021-01-181-1/+1
| * Fix not rejecting attempts to set snomasks with SAMODE/override.Gravatar Sadie Powell2021-01-161-0/+7
| * Delete the ISO 8859-1 locale files.•••These are all subsets of the latin1 codepage file which should be used instead. Gravatar Sadie Powell2021-01-1422-110/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-134-44/+60
|\|
| * Add a shun option to only apply when users are fully connected.•••Closes #1825. Gravatar Sadie Powell2021-01-132-0/+10
| * Improve parsing modes and snomasks in oper classes.•••- Deduplicate the code to one function. - Fix defaulting snomasks when a user has more than one class. Gravatar Sadie Powell2021-01-121-29/+30
| * Add a user mode which allows disabling receiving channel history.•••Closes #1830. Gravatar Sadie Powell2021-01-112-13/+41
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-0719-74/+189
|\|
| * Implement support for more XML and IRC colour code escapes.Gravatar Sadie Powell2021-01-071-2/+20
| * v2 is dead, long live v3!Gravatar Sadie Powell2020-12-311-2/+2
| * Use the builtin Perl kill function not system.Gravatar Sadie Powell2020-12-311-1/+1
| * Export console_format from make::console and make it more robust.•••Previously a module could do warning("<|INVALID wibble|>") in its $CompilerFlags or $LinkerFLags and this would break the build. Gravatar Sadie Powell2020-12-311-9/+13
| * 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
| * Push users towards using SSL profiles for SSL config.Gravatar Sadie Powell2020-12-242-13/+18
| * Remove example securelist exemptions for IRCDriven and IRCSource.•••Both of these are apparently dead. Gravatar Sadie Powell2020-12-231-2/+0
| * Fix core message events not being fired.•••Third time lucky eh? Gravatar Sadie Powell2020-12-231-2/+2
| * Add config files for popular DNSBL providers.Gravatar Sadie Powell2020-12-224-1/+44
| * Add support for multiple hostmasks in <cgiirc:mask>.Gravatar Sadie Powell2020-12-222-39/+52
| * 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-224-0/+6
* | Add a function for shrinking module names.Gravatar Sadie Powell2020-12-242-1/+16
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-2135-81/+121
|\|
| * Replace the SERVER stub command with something actually useful.•••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. Gravatar Sadie Powell2020-12-202-35/+30
| * Hide the server name/desc better when <options:hideserver> is set.Gravatar Sadie Powell2020-12-2017-29/+34
| * Fix an inverted condition in the previous commit.Gravatar Sadie Powell2020-12-201-2/+2
| * Don't call events provided by dying or dead modules.Gravatar Sadie Powell2020-12-182-14/+29
| * 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
| * Update the misspell-fixer ignores.Gravatar Sadie Powell2020-12-151-1/+1
| * Make people aware that they can get support on GitHub now.Gravatar Sadie Powell2020-12-097-5/+12
| * Fix issue where m_pbkdf2 was not aware of services loaded before itGravatar Daniel Vassdal2020-12-041-0/+8
| * Add a typedef for the data provider map.Gravatar Sadie Powell2020-12-042-6/+7
* | Use unicode box drawing characters in the /MAP output.Gravatar Sadie Powell2020-12-211-3/+3
* | Fix comparing optional module lists.Gravatar Sadie Powell2020-12-211-1/+1