| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Allow converting a Cap::Reference to a Cap::Capability*. | 2021-01-19 | 1 | -0/+6 | ||
| | * | Send ERR_CANTUNLOADMODULE when unloading a module on reload fails. | 2021-01-19 | 2 | -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. | 2021-01-19 | 1 | -23/+33 | ||
| | * | Fix the DNS socket not being closed when core_dns is unloaded. | 2021-01-19 | 1 | -10/+16 | ||
| | * | Added <module name="codepage"> to modules.conf.example. | 2021-01-18 | 1 | -0/+1 | ||
| * | | Allow using fixedpart/fixedquit with an empty message. | 2021-01-29 | 1 | -2/+1 | ||
| * | | Merge branch 'insp3' into master. | 2021-01-18 | 35 | -162/+106 | ||
| |\| | ||||||
| | * | Add a separate stats class for DNSBL errors. | 2021-01-18 | 1 | -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. | 2021-01-18 | 1 | -21/+35 | ||
| | * | Implemented configurable kick message for the repeat module (#1835).••• | 2021-01-18 | 2 | -2/+16 | ||
| | * | Fix showing the start header when using --version. | 2021-01-18 | 1 | -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. | 2021-01-18 | 9 | -19/+25 | ||
| | * | Fix `./configure --update` with cache files generated before v3.2. | 2021-01-18 | 1 | -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. | 2021-01-18 | 1 | -1/+1 | ||
| | * | Fix not rejecting attempts to set snomasks with SAMODE/override. | 2021-01-16 | 1 | -0/+7 | ||
| | * | Delete the ISO 8859-1 locale files.•••These are all subsets of the latin1 codepage file which should be used instead. | 2021-01-14 | 22 | -110/+0 | ||
| * | | Merge branch 'insp3' into master. | 2021-01-13 | 4 | -44/+60 | ||
| |\| | ||||||
| | * | Add a shun option to only apply when users are fully connected.•••Closes #1825. | 2021-01-13 | 2 | -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. | 2021-01-12 | 1 | -29/+30 | ||
| | * | Add a user mode which allows disabling receiving channel history.•••Closes #1830. | 2021-01-11 | 2 | -13/+41 | ||
| * | | Merge branch 'insp3' into master. | 2021-01-07 | 19 | -74/+189 | ||
| |\| | ||||||
| | * | Implement support for more XML and IRC colour code escapes. | 2021-01-07 | 1 | -2/+20 | ||
| | * | v2 is dead, long live v3! | 2020-12-31 | 1 | -2/+2 | ||
| | * | Use the builtin Perl kill function not system. | 2020-12-31 | 1 | -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. | 2020-12-31 | 1 | -9/+13 | ||
| | * | Disallow an empty last parameter in MAP. | 2020-12-30 | 1 | -0/+1 | ||
| | * | Avoid doing more work than necessary when checking the O: extban. | 2020-12-25 | 1 | -7/+2 | ||
| | * | Replace spaces with underscores when checking for class bans. | 2020-12-25 | 1 | -1/+15 | ||
| | * | Push users towards using SSL profiles for SSL config. | 2020-12-24 | 2 | -13/+18 | ||
| | * | Remove example securelist exemptions for IRCDriven and IRCSource.•••Both of these are apparently dead. | 2020-12-23 | 1 | -2/+0 | ||
| | * | Fix core message events not being fired.•••Third time lucky eh? | 2020-12-23 | 1 | -2/+2 | ||
| | * | Add config files for popular DNSBL providers. | 2020-12-22 | 4 | -1/+44 | ||
| | * | Add support for multiple hostmasks in <cgiirc:mask>. | 2020-12-22 | 2 | -39/+52 | ||
| | * | After changing the codepage rename duplicate users to their UUID. | 2020-12-22 | 1 | -0/+16 | ||
| | * | Send RPL_SAVENICK from irc2 when renaming a user to their UUID. | 2020-12-22 | 4 | -0/+6 | ||
| * | | Add a function for shrinking module names. | 2020-12-24 | 2 | -1/+16 | ||
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 35 | -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. | 2020-12-20 | 2 | -35/+30 | ||
| | * | Hide the server name/desc better when <options:hideserver> is set. | 2020-12-20 | 17 | -29/+34 | ||
| | * | Fix an inverted condition in the previous commit. | 2020-12-20 | 1 | -2/+2 | ||
| | * | Don't call events provided by dying or dead modules. | 2020-12-18 | 2 | -14/+29 | ||
| | * | Fix MAP output on a dual v2/v3 network. | 2020-12-16 | 1 | -6/+15 | ||
| | * | Fix an inverted condition in cmd_modules. | 2020-12-16 | 1 | -1/+1 | ||
| | * | Use !empty instead of size when checking if containers are empty. | 2020-12-16 | 3 | -3/+3 | ||
| | * | Update the misspell-fixer ignores. | 2020-12-15 | 1 | -1/+1 | ||
| | * | Make people aware that they can get support on GitHub now. | 2020-12-09 | 7 | -5/+12 | ||
| | * | Fix issue where m_pbkdf2 was not aware of services loaded before it | 2020-12-04 | 1 | -0/+8 | ||
| | * | Add a typedef for the data provider map. | 2020-12-04 | 2 | -6/+7 | ||
| * | | Use unicode box drawing characters in the /MAP output. | 2020-12-21 | 1 | -3/+3 | ||
| * | | Fix comparing optional module lists. | 2020-12-21 | 1 | -1/+1 | ||
