| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge branch 'insp3' into master. | 2020-07-15 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Add a config option that forces bots to use NOTICEs. | 2020-07-07 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-06-08 | 2 | -22/+47 | ||
| |\| | ||||||
| | * | ModResult is a class now. | 2020-05-22 | 2 | -4/+2 | ||
| | * | Document ModResult and switch the underlying type to char. | 2020-05-21 | 1 | -21/+51 | ||
| * | | Replace FileSystem::GetFileList with std::filesystem. | 2020-05-19 | 1 | -8/+0 | ||
| * | | Add ConfigParser::getEnum for parsing enum values. | 2020-05-13 | 1 | -0/+17 | ||
| * | | Fix warnings on GCC 9. | 2020-05-11 | 1 | -5/+15 | ||
| * | | Implement support for inverted extbans. | 2020-05-07 | 1 | -5/+14 | ||
| * | | Deduplicate extban parsing. | 2020-05-07 | 1 | -0/+20 | ||
| * | | 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 | 3 | -11/+255 | ||
| * | | Fix an oversight introduced in commit 98e4ddfb21. | 2020-05-07 | 1 | -0/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 30 | -79/+83 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-04-24 | 19 | -18/+22 | ||
| | * | Fixes by misspell-fixer | 2020-04-21 | 22 | -64/+64 | ||
| | * | Switch User::usertype back to an unsigned int.•••Leaving it up to the compiler to set the underlying type of the enum can result in this being a signed int. This variable will not work as intended as a 2 bit signed int. This fixes an issue with the Windows build(s) where a server trying to link would fail with "Protocol violation: Invalid source". | 2020-04-19 | 1 | -1/+1 | ||
| | * | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 3 | -22/+22 | ||
| * | | Revert "Convert UserType to an enum class".•••There's a bug in GCC with bitfields and enum class. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51242 This reverts commit 44834a66a7e92c8979ae16421286c581a9cffbe9. | 2020-04-21 | 1 | -17/+10 | ||
| * | | Convert UserType to an enum class. | 2020-04-21 | 1 | -10/+17 | ||
| * | | Replace the flags_required field with an enum. | 2020-04-14 | 1 | -5/+15 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-14 | 6 | -22/+46 | ||
| |\ \ | ||||||
| | * | | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 3 | -22/+22 | ||
| | |/ | ||||||
| | * | Add the inspircd.org/standard-replies capability. | 2020-04-13 | 1 | -0/+12 | ||
| | * | Add support for limiting what opers can subscribe to snomasks. | 2020-04-11 | 2 | -0/+12 | ||
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 1 | -1/+1 | ||
| * | | Mark all config parsing methods as const. | 2020-04-12 | 1 | -9/+9 | ||
| * | | Rename ERR_CANTSENDTOUSER to match the channel numeric name. | 2020-04-11 | 2 | -4/+4 | ||
| * | | Remove the whowas header which was missed during the last merge. | 2020-04-11 | 1 | -207/+0 | ||
| * | | Rename Module::flags to Module::properties.•••This name is more descriptive and should create less warnings about shadowing in existing modules. | 2020-04-11 | 1 | -3/+3 | ||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -34/+20 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 11 | -25/+79 | ||
| |\| | ||||||
| | * | Fix Numerics::CannotSendTo sending the wrong numeric for users. | 2020-04-06 | 1 | -2/+2 | ||
| | * | Squish the cmd_whowas header.•••There's no reason for this to be in a header and it can't be used by anything else. | 2020-04-04 | 1 | -211/+0 | ||
| | * | Add the Numerics::CannotSendTo class and switch stuff to use it. | 2020-04-04 | 1 | -0/+44 | ||
| | * | Add support for sending a standard reply with no command name. | 2020-04-02 | 1 | -1/+4 | ||
| | * | Document Module::Prioritize. | 2020-04-01 | 1 | -4/+3 | ||
| | * | Fix various documentation and formatting issues. | 2020-03-30 | 8 | -15/+14 | ||
| | * | Fix the signed-ness within ConvToNum char overloads.•••It should be signed int with signed char and vice-versa. Currently, anything over 127 as unsigned char would return 0. | 2020-03-24 | 1 | -4/+4 | ||
| | * | Add a raw source/target PRIVMSG overload for sending a status msg. | 2020-03-19 | 1 | -2/+11 | ||
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 6 | -46/+103 | ||
| |\| | ||||||
| | * | Allow commands to override ERR_{NEEDSMOREPARAMS,NOTREGISTERED}. | 2020-03-18 | 1 | -0/+12 | ||
| | * | Implement support for the SERVLIST command. | 2020-03-12 | 2 | -5/+8 | ||
| | * | Add a CapReference class for the message-tags capability. | 2020-03-12 | 1 | -0/+11 | ||
| | * | Warn if the server config contains an unhashed password.•••This will be made a hard failure in v4. | 2020-03-11 | 1 | -0/+6 | ||
| | * | Clean up the documentation of the Command and SplitCommand classes. | 2020-03-05 | 1 | -16/+48 | ||
| | * | Move user command stuff from CommandBase to Command. | 2020-03-05 | 1 | -28/+15 | ||
| | * | Allow modules to prevent a message from updating the idle time. | 2020-03-05 | 2 | -0/+8 | ||
| | * | Use "yes" instead of "true" in the example configs. | 2020-02-21 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-02-19 | 4 | -10/+65 | ||
| |\| | ||||||
| | * | Bump the module ABI version. | 2020-02-19 | 1 | -1/+1 | ||
