| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename IdentMax to MaxUser for consistency with the other limits. | 2020-11-27 | 1 | -1/+1 | |
| * | Merge tag 'v3.8.1' into master. | 2020-11-20 | 1 | -2/+2 | |
| |\ | |||||
| | * | Update copyright headers. | 2020-11-20 | 1 | -1/+1 | |
| | * | Avoid doing "IP changed" event stuff on quitting users. | 2020-11-20 | 1 | -1/+1 | |
| * | | Convert FOREACH_MOD_CUSTOM to a variadic function. | 2020-11-10 | 4 | -5/+5 | |
| * | | Convert FIRST_MOD_RESULT_CUSTOM to a variadic function. | 2020-11-10 | 6 | -19/+11 | |
| * | | Initial support for platform-specific module file extensions. | 2020-11-04 | 1 | -1/+1 | |
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -1/+1 | |
| * | | Convert ConnectClass from reference<> to std::shared_ptr<>. | 2020-11-03 | 1 | -4/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-11-01 | 3 | -3/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-10-30 | 3 | -3/+3 | |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 12 | -17/+17 | |
| * | | Convert OperInfo from reference<> to std::shared_ptr<>. | 2020-10-31 | 2 | -5/+3 | |
| * | | Merge branch 'insp3' into master. | 2020-10-27 | 4 | -5/+36 | |
| |\| | |||||
| | * | Fix the behaviour of multi-value PING and PONG messages. | 2020-10-26 | 2 | -5/+25 | |
| | * | Recheck users for xlines when their real hostname changes. | 2020-10-06 | 1 | -0/+10 | |
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 44 | -163/+163 | |
| * | | Merge branch 'insp3' into master. | 2020-09-27 | 1 | -18/+4 | |
| |\| | |||||
| | * | Fix the syntax of the MAXLIST 005 token. | 2020-09-24 | 1 | -18/+4 | |
| * | | Merge branch 'insp3' into master. | 2020-08-25 | 2 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-07-30 | 2 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-07-29 | 3 | -1/+6 | |
| |\| | |||||
| | * | Send ERR_KEYSET when trying to change a channel key.•••Closes #1750. | 2020-07-27 | 2 | -1/+3 | |
| | * | Show an error when an unprivileged user tries to mass-message.•••Closes #1790. | 2020-07-20 | 1 | -0/+3 | |
| * | | Clean up ISUPPORT code and implement support for ISUPPORT updates. | 2020-07-24 | 2 | -40/+83 | |
| * | | Move the property string from cmd_modules to Module & show on load. | 2020-07-24 | 1 | -17/+5 | |
| * | | Pascalize ExtensionItem::{get,set,unset}_raw. | 2020-07-20 | 1 | -3/+3 | |
| * | | Fix the case of getError/getSendQSize and rewrite the doc comments. | 2020-07-20 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-07-15 | 1 | -5/+5 | |
| |\| | |||||
| | * | Add a config option that forces bots to use NOTICEs. | 2020-07-07 | 1 | -5/+5 | |
| * | | Merge branch 'insp3' into master. | 2020-05-19 | 2 | -6/+15 | |
| |\| | |||||
| | * | Fix an inverted mode check. | 2020-05-09 | 1 | -1/+1 | |
| | * | Don't show privileged commands to unprivileged users in COMMANDS. | 2020-05-07 | 1 | -2/+2 | |
| * | | Fix parsing <security:announceinvites>. | 2020-05-13 | 1 | -2/+2 | |
| * | | Add ConfigParser::getEnum for parsing enum values. | 2020-05-13 | 2 | -24/+12 | |
| * | | Implement support for inverted extbans. | 2020-05-07 | 2 | -5/+7 | |
| * | | Deduplicate extban parsing. | 2020-05-07 | 2 | -11/+5 | |
| * | | Fix not being able to set more than one extban. | 2020-05-07 | 1 | -1/+1 | |
| * | | Add first class support for extbans.•••This replaces the previous support which was pretty much a giant hack and was not synchronised between servers. | 2020-05-07 | 4 | -8/+149 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 20 | -22/+25 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 17 | -16/+19 | |
| | * | Fixes by misspell-fixer | 2020-04-21 | 4 | -5/+5 | |
| | * | Minor cleanup and documentation improvements.•••- Only show a generic failure message to the user upon oper failure due to not having a secure connection or matching cert. fingerprint. - Update the comment about oper:fingerprint as it can be a space separated list of fingerprints and not just one. - Improve a few code comments and formatting. | 2020-04-14 | 1 | -2/+1 | |
| * | | Replace the flags_required field with an enum. | 2020-04-14 | 14 | -16/+16 | |
| * | | Merge branch 'insp3' into master. | 2020-04-14 | 2 | -3/+9 | |
| |\ \ | |||||
| | * | | Minor cleanup and documentation improvements.•••- Only show a generic failure message to the user upon oper failure due to not having a secure connection or matching cert. fingerprint. - Update the comment about oper:fingerprint as it can be a space separated list of fingerprints and not just one. - Improve a few code comments and formatting. | 2020-04-14 | 1 | -2/+1 | |
| | |/ | |||||
| | * | Add support for limiting what opers can subscribe to snomasks. | 2020-04-11 | 1 | -1/+8 | |
| | * | Add the missing VF_CORE flag to the core_whowas module. | 2020-04-10 | 1 | -1/+1 | |
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 39 | -45/+48 | |
| * | | Move the oper and snomask modes to core_oper. | 2020-04-12 | 6 | -38/+37 | |
