| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Remove the SASL fallback event.•••Nothing has ever used this and we can do better than this. | 2021-04-27 | 1 | -13/+3 | ||
| * | | Move accepting normal IRC connections to the core_clients module. | 2021-04-19 | 2 | -16/+49 | ||
| * | | Rip out the SwapInternals method.•••This never really worked correctly and will now be replaced with something better. | 2021-04-19 | 3 | -26/+0 | ||
| * | | Rip out the OnConnectionFail event.•••This never really worked correctly and will now be replaced with something better. | 2021-04-19 | 3 | -15/+1 | ||
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 29 | -39/+39 | ||
| * | | Make the reason parameter to PartUser const. | 2021-04-18 | 1 | -3/+4 | ||
| * | | Abstract out the single byte codepage support to a class.•••This will allow us to modularly implement support for multi-byte codepages in the near future. | 2021-04-18 | 1 | -61/+155 | ||
| * | | Fix various uses of the _t suffix which is reserved by POSIX. | 2021-04-17 | 4 | -8/+8 | ||
| * | | LogManager does not implement fakederef in v4. | 2021-04-17 | 1 | -4/+4 | ||
| * | | 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 | ||
