| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge branch 'insp3' into master. | 2021-04-17 | 3 | -3/+18 | ||
| |\| | ||||||
| | * | Improve the debug logging for httpd_acl auth attempts. | 2021-04-17 | 1 | -0/+10 | ||
| | * | Fix the 'w' extban not being added to the EXTBAN 005 numeric. | 2021-04-17 | 1 | -0/+5 | ||
| | * | Fix using a different field name in ldapauth than is documented.•••Closes #1864. | 2021-04-16 | 1 | -1/+1 | ||
| | * | Update references to config fields which were renamed. | 2021-04-14 | 3 | -3/+3 | ||
| | * | Only show the WebIRC gateway name to unprivileged users. | 2021-04-11 | 1 | -2/+7 | ||
| * | | 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 | -1/+1 | ||
| * | | Remove some useless getter methods and make the members public.•••This isn't part of a public API so we don't need to care about exposing implementation details. | 2021-04-14 | 6 | -27/+13 | ||
| * | | Fix a compiler error in the gateway module. | 2021-04-12 | 1 | -2/+2 | ||
| * | | Fix an inverted condition in the previous commit. | 2021-04-12 | 1 | -2/+2 | ||
| * | | Move ssl_cert::GetMetaLine into the sslinfo module. | 2021-04-12 | 1 | -2/+17 | ||
| * | | Rename the cgiirc module to gateway. | 2021-04-11 | 3 | -18/+15 | ||
| * | | Remove <cgiirc:opernotice>.•••This is no longer necessary now we have snomask privs. | 2021-04-11 | 1 | -21/+4 | ||
| * | | Merge branch 'insp3' into master. | 2021-04-11 | 2 | -19/+26 | ||
| |\| | ||||||
| | * | Allow banning WebIRC users by their gateway name.•••Closes #1857. | 2021-04-11 | 1 | -3/+15 | ||
| | * | Fix not parsing connect class hosts for inherited classes.•••This bug was introduced since the last release and only ever affected git versions built since commit 8c3c4f8e82. | 2021-04-08 | 1 | -0/+4 | ||
| | * | Show all prefix modes in the CHECK onchans output. | 2021-04-07 | 1 | -8/+1 | ||
| * | | Migrate IOHookProvider from reference<> to std::shared_ptr<>. | 2021-04-09 | 6 | -33/+30 | ||
| * | | 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 | 2 | -3/+3 | ||
| * | | Fix a dangling view in dccallow. | 2021-04-09 | 1 | -1/+1 | ||
| * | | Use string_view in IsCTCP. | 2021-04-08 | 7 | -21/+21 | ||
| * | | Take a string_view in irc::equals. | 2021-04-08 | 1 | -6/+12 | ||
| * | | Default to rehashing TLS certificates on rehash. | 2021-04-08 | 3 | -3/+20 | ||
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 18 | -65/+64 | ||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 140 | -1153/+767 | ||
| * | | Merge branch 'insp3' into master. | 2021-04-06 | 2 | -21/+32 | ||
| |\| | ||||||
| | * | Use IsCTCP in blockcolor for ignoring CTCPs. | 2021-04-06 | 1 | -3/+8 | ||
| | * | Automatically prune the history lists in chanhistory. | 2021-04-03 | 1 | -18/+24 | ||
| * | | Rewrite the COMMANDS handler•••- C++17ify - Fix the weird visibility logic. - Only show commands to opers that they can execute - Add a priv to show all commands regardless of access. - Use parameters instead of jamming everything into a <trailing>. - Use SplitCommand as the command is local-only. | 2021-04-06 | 2 | -33/+43 | ||
| * | | Constify their_param in ResolveModeConflict.•••There's no reason for this to be mutable. | 2021-04-06 | 4 | -6/+6 | ||
| * | | Fix core_dns failing to compile on GCC. | 2021-04-04 | 2 | -2/+3 | ||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 70 | -201/+189 | ||
| * | | Remove the unused ExitCodes array. | 2021-04-02 | 1 | -19/+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 | 6 | -7/+69 | ||
| * | | Constify variables within loops. | 2021-04-01 | 50 | -66/+66 | ||
| * | | Implement support for random spamtrap channels in the LIST output. | 2021-04-01 | 1 | -1/+24 | ||
| * | | Refactor the securelist module.•••- General clean up of the module source to comply with our coding style. - Allow <securehost> tags to contain a user@ip mask as well as a user@host mask. - Default <securelist:exemptregistered> to on. | 2021-04-01 | 1 | -29/+37 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-31 | 3 | -11/+5 | ||
| |\| | ||||||
| | * | Add support for per-DNSBL timeouts.•••This should fix the issue of some DNSBLs being slower than others. | 2021-03-31 | 1 | -1/+4 | ||
| | * | Fix various documentation comments. | 2021-03-31 | 2 | -12/+1 | ||
| * | | Convert SQL::Field to be a typedef of optional<string>. | 2021-03-30 | 5 | -7/+7 | ||
| * | | Use emplace_back where possible. | 2021-03-30 | 15 | -24/+24 | ||
| * | | Fix the setter and set time of list modes being lost on netburst.•••Closes #1812. | 2021-03-30 | 6 | -8/+107 | ||
| * | | Fix a compiler warning caused by an unused variable. | 2021-03-30 | 1 | -3/+0 | ||
| * | | Convert various mode methods to take Mode::Change.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | 2021-03-30 | 28 | -190/+195 | ||
| * | | Remove multi-line FJOIN and FMODE logic.•••This only existed for 1202 protocol compatibility. As of 1205 the line length has been removed. | 2021-03-30 | 3 | -68/+11 | ||
| * | | Add the ~ server tag prefix.•••This is used for sending arbitrarily tagged messages between servers. | 2021-03-30 | 4 | -0/+32 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-30 | 7 | -65/+125 | ||
| |\| | ||||||
| | * | Add support for matching multiple hosts in <connect:{allow,deny}>. | 2021-03-30 | 2 | -5/+16 | ||
| | * | Add support for blocking tag messages with the deaf mode. | 2021-03-30 | 1 | -37/+74 | ||
