| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Implement support for multi-prefix on WHOIS. | 2021-02-25 | 1 | -0/+47 | ||
| | | | ||||||
| | * | Allow a statusmsg to have multiple statuses and pick the lowest. | 2021-02-25 | 1 | -5/+16 | ||
| | | | | | | | | | | | 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. | 2021-02-24 | 1 | -11/+13 | ||
| | | | ||||||
| | * | Add snomask permissions to the oper check output. | 2021-02-22 | 1 | -0/+10 | ||
| | | | ||||||
| | * | Add a human-readable serialiser to the geolocation extensible. | 2021-02-22 | 1 | -0/+6 | ||
| | | | ||||||
| | * | Add a config option for exempting classes from connflood. | 2021-02-21 | 1 | -1/+12 | ||
| | | | ||||||
| | * | Add a command to the cgiirc module for encoding/decoding hex idents. | 2021-02-21 | 1 | -37/+81 | ||
| | | | ||||||
| | * | Rename the cmd variable to cmdwebirc in the cgiirc module. | 2021-02-21 | 1 | -12/+12 | ||
| | | | ||||||
| | * | Fix the numeric sent when a U-lined alias target is not online. | 2021-02-18 | 1 | -2/+3 | ||
| | | | ||||||
| | * | Fix the message sent when SSL profiles are rehashed. | 2021-02-18 | 3 | -3/+3 | ||
| | | | ||||||
| | * | Show the name of the WebIRC gateway in the IP changing notice. | 2021-02-05 | 1 | -2/+3 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2021-02-01 | 1 | -26/+87 | ||
| |\| | ||||||
| | * | Move SSLINFO code for users to its own function and refactor. | 2021-02-01 | 1 | -16/+21 | ||
| | | | ||||||
| | * | Allow using SSLINFO on channels. | 2021-02-01 | 1 | -18/+69 | ||
| | | | ||||||
| | * | Convert SSLINFO to SplitCommand. | 2021-02-01 | 1 | -4/+4 | ||
| | | | ||||||
| | * | Read <sslinfo:operonly> once at load time. | 2021-02-01 | 1 | -3/+8 | ||
| | | | ||||||
| * | | Make MyClass private and move everything to GetClass. | 2021-01-31 | 5 | -14/+6 | ||
| | | | ||||||
| * | | Replace defaultdeleter with the C++11 one and rename culldeleter. | 2021-01-30 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Replace all internal references to uline with services. | 2021-01-30 | 31 | -53/+52 | ||
| | | | ||||||
| * | | Rename <uline> to <service>. | 2021-01-30 | 2 | -2/+2 | ||
| | | | ||||||
| * | | Rename <deaf:privdeafuline> to <deaf:privdeafservice>. | 2021-01-30 | 1 | -6/+6 | ||
| | | | ||||||
| * | | Rename <deaf:bypasscharsuline> to <deaf:servicebypasschars>. | 2021-01-30 | 1 | -8/+8 | ||
| | | | ||||||
| * | | Rename <silence:exemptuline> to <silence:exemptservice>. | 2021-01-30 | 1 | -3/+3 | ||
| | | | ||||||
| * | | Rename <alias:uline> to <alias:service>. | 2021-01-30 | 1 | -4/+4 | ||
| | | | ||||||
| * | | Rename <security:hideulines> to <security:hideservices>. | 2021-01-30 | 4 | -5/+5 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2021-01-29 | 2 | -25/+35 | ||
| |\| | ||||||
| | * | Allow disabling connectban for specific connect classes. | 2021-01-27 | 1 | -2/+12 | ||
| | | | | | | | | | Ref: #1841. | |||||
| | * | Send ERR_CANTUNLOADMODULE when unloading a module on reload fails. | 2021-01-19 | 1 | -1/+1 | ||
| | | | ||||||
| | * | Refactor the globalload module. | 2021-01-19 | 1 | -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. | |||||
| * | | Merge branch 'insp3' into master. | 2021-01-18 | 2 | -30/+64 | ||
| |\| | ||||||
| | * | Add a separate stats class for DNSBL errors. | 2021-01-18 | 1 | -10/+21 | ||
| | | | ||||||
| | * | Improve the robustness of the DNSBL module. | 2021-01-18 | 1 | -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). | 2021-01-18 | 1 | -1/+9 | ||
| | | | ||||||
| | * | Add default empty openssl compiler flags. | 2021-01-18 | 1 | -1/+1 | ||
| | | | | | | | | | | | This makes things easier for users who are using InspIRCd on OSes where OpenSSL is part of the base system. | |||||
| * | | Merge branch 'insp3' into master. | 2021-01-13 | 2 | -7/+18 | ||
| |\| | ||||||
| | * | Add a shun option to only apply when users are fully connected. | 2021-01-13 | 1 | -0/+6 | ||
| | | | | | | | | | Closes #1825. | |||||
| | * | Add a user mode which allows disabling receiving channel history. | 2021-01-11 | 1 | -6/+22 | ||
| | | | | | | | | | Closes #1830. | |||||
| * | | Merge branch 'insp3' into master. | 2021-01-07 | 6 | -35/+76 | ||
| |\| | ||||||
| | * | 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 | ||
| | | | ||||||
| | * | Add support for multiple hostmasks in <cgiirc:mask>. | 2020-12-22 | 1 | -29/+41 | ||
| | | | ||||||
| | * | 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 | 2 | -0/+4 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 8 | -11/+34 | ||
| |\| | ||||||
| | * | Hide the server name/desc better when <options:hideserver> is set. | 2020-12-20 | 4 | -4/+4 | ||
| | | | ||||||
| | * | Don't call events provided by dying or dead modules. | 2020-12-18 | 1 | -0/+6 | ||
| | | | ||||||
| | * | Fix MAP output on a dual v2/v3 network. | 2020-12-16 | 1 | -6/+15 | ||
| | | | ||||||
| | * | Use !empty instead of size when checking if containers are empty. | 2020-12-16 | 1 | -1/+1 | ||
| | | | ||||||
| | * | Fix issue where m_pbkdf2 was not aware of services loaded before it | 2020-12-04 | 1 | -0/+8 | ||
| | | | ||||||
