| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Fix various uses of the _t suffix which is reserved by POSIX. | 2021-04-17 | 3 | -28/+26 | ||
| * | | Clean up the ConvTo functions.•••- Add a default parameter to ConvToNum. - Use std::to_string for types that implement it. - Document the functions properly. | 2021-04-15 | 1 | -46/+55 | ||
| * | | Add an initializer_list constructor to the flat types. | 2021-04-14 | 2 | -19/+45 | ||
| * | | Move ssl_cert::GetMetaLine into the sslinfo module. | 2021-04-12 | 1 | -12/+0 | ||
| * | | Constify the members of ssl_cert. | 2021-04-12 | 1 | -10/+10 | ||
| * | | Rename the cgiirc module to gateway. | 2021-04-11 | 1 | -2/+1 | ||
| * | | Replace interfacebase with deleted operator new. | 2021-04-09 | 2 | -15/+3 | ||
| * | | Migrate IOHookProvider from reference<> to std::shared_ptr<>. | 2021-04-09 | 2 | -5/+7 | ||
| * | | Remove usecountbase from ExtensionItem and refer to using pointers.•••At one point (1.2?) this was actually useful but nowadays its not. | 2021-04-09 | 1 | -5/+4 | ||
| * | | Use string_view in IsCTCP. | 2021-04-08 | 3 | -2/+40 | ||
| * | | Take a string_view in irc::equals. | 2021-04-08 | 2 | -1/+2 | ||
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 2 | -22/+22 | ||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 7 | -31/+37 | ||
| * | | Constify their_param in ResolveModeConflict.•••There's no reason for this to be mutable. | 2021-04-06 | 1 | -1/+1 | ||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 26 | -100/+58 | ||
| * | | Remove the unused ExitCodes array. | 2021-04-02 | 1 | -5/+0 | ||
| * | | Add support for syncing metadata set on memberships.•••No compat logic is required here as existing servers will just drop the unknown METADATA message when they can't find the target. | 2021-04-01 | 1 | -0/+7 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-31 | 10 | -26/+19 | ||
| |\| | ||||||
| | * | Add support for per-DNSBL timeouts.•••This should fix the issue of some DNSBLs being slower than others. | 2021-03-31 | 1 | -2/+2 | ||
| | * | Fix various documentation comments. | 2021-03-31 | 10 | -24/+17 | ||
| * | | Convert SQL::Field to be a typedef of optional<string>. | 2021-03-30 | 1 | -34/+3 | ||
| * | | Use emplace_back where possible. | 2021-03-30 | 2 | -4/+4 | ||
| * | | Fix the setter and set time of list modes being lost on netburst.•••Closes #1812. | 2021-03-30 | 1 | -3/+22 | ||
| * | | Convert various mode methods to take Mode::Change.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | 2021-03-30 | 4 | -11/+11 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-30 | 1 | -7/+10 | ||
| |\| | ||||||
| | * | Add support for matching multiple hosts in <connect:{allow,deny}>. | 2021-03-30 | 1 | -4/+7 | ||
| * | | Add a subclass of ExtensionItem exclusively for booleans. | 2021-03-17 | 1 | -0/+56 | ||
| * | | Implement support for automatically syncing extension items. | 2021-03-17 | 1 | -6/+18 | ||
| * | | Mark {From,To}{Human,Internal,Network} as noexcept. | 2021-03-17 | 2 | -16/+16 | ||
| * | | Add a forwarding overload of SimpleExtItem#Set. | 2021-03-17 | 1 | -6/+5 | ||
| * | | Pascalize Unset in extension item classes. | 2021-03-17 | 2 | -3/+3 | ||
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 2 | -4/+4 | ||
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 4 | -7/+7 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-17 | 1 | -2/+8 | ||
| |\| | ||||||
| | * | Add support for sending a standard reply with no command name. | 2021-03-11 | 1 | -5/+20 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 1 | -0/+10 | ||
| |\| | ||||||
| | * | Add a subclass of IOHookProvider for SSL modules. | 2021-03-09 | 1 | -0/+10 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 10 | -28/+6 | ||
| |\| | ||||||
| | * | Fix a bunch of really obvious unnecessary includes. | 2021-03-05 | 12 | -31/+6 | ||
| | * | Fix comments that claim that the InspIRCd protocol uses TS6 UUIDs.•••Just because they happen to look the same doesn't mean that they actually are. | 2021-03-05 | 2 | -3/+2 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 19 | -38/+71 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2021-03-05 | 19 | -28/+30 | ||
| | * | Fix not being able to colour format output to stderr on Windows. | 2021-03-03 | 1 | -10/+41 | ||
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 16 | -52/+53 | ||
| * | | Move aligned_storage to the utility directory and clean up. | 2021-03-02 | 2 | -13/+12 | ||
| * | | Move iterator_range to the utility directory and renamespace. | 2021-03-02 | 3 | -4/+5 | ||
| * | | Replace manual copy prevention with the insp::uncopiable class. | 2021-03-02 | 2 | -14/+49 | ||
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 10 | -9/+38 | ||
| |\| | ||||||
| | * | Fix not sending ERR_INVALIDMODEPARAM when a parameter is malformed.•••Closes #1850. | 2021-02-27 | 1 | -0/+10 | ||
| | * | Release v3.9.0. v3.9.0 | 2021-02-26 | 1 | -1/+1 | ||
