| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fix using the oper channel limit even if it is lower than the general limit. | 2022-01-15 | 1 | -1/+1 | ||
| * | | Fix the previous commit on Windows. | 2022-01-16 | 2 | -2/+2 | ||
| * | | Replace uses of the FileSystem class with std::filesystem. | 2022-01-15 | 7 | -60/+47 | ||
| * | | Merge branch 'insp3' into master. | 2022-01-15 | 3 | -2/+4 | ||
| |\| | ||||||
| | * | Fix a warning when building with the poll socket engine on Alpine. | 2022-01-15 | 1 | -1/+1 | ||
| | * | Fix a spanningtree linker error on FreeBSD armv7. | 2022-01-15 | 2 | -1/+3 | ||
| * | | Rename CUSTOM_PRINTF to ATTR_PRINTF.•••ATTR_* matches the naming scheme which will be used for function attributes from now on. Also, redocument it to have a better description and allow Doxygen to parse it. | 2022-01-15 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2022-01-14 | 2 | -2/+2 | ||
| |\| | ||||||
| | * | Fix accessing the /stats/general and /stats/users sub-routes. | 2022-01-12 | 1 | -1/+1 | ||
| | * | Fix ssl_openssl on OpenSSL 1.0. | 2022-01-07 | 1 | -1/+1 | ||
| * | | Always catch exceptions as a constant reference. | 2022-01-09 | 17 | -24/+24 | ||
| * | | Replace some references to "SSL" that snuck in during the merge. | 2022-01-09 | 2 | -2/+2 | ||
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 49 | -177/+210 | ||
| * | | Merge branch 'insp3' into master. | 2022-01-03 | 40 | -52/+98 | ||
| |\| | ||||||
| | * | Release v3.12.0. v3.12.0 | 2021-12-31 | 1 | -1/+1 | ||
| | * | Update copyright headers. | 2021-12-30 | 37 | -41/+41 | ||
| | * | Update module descriptions. | 2021-12-30 | 8 | -8/+8 | ||
| | * | Add support for forwarding a password from the second nick param. | 2021-12-28 | 1 | -6/+17 | ||
| | * | We only care about the first parameter to the nick command.•••Nicknames can't have spaces so the trailing concatenation logic here is not what users will expect. | 2021-12-28 | 1 | -1/+1 | ||
| | * | Send an account id tag when account-tag & message-tags are enabled. | 2021-12-28 | 2 | -0/+35 | ||
| * | | Fix PREFIX in RPL_ISUPPORT (#1955).•••Co-authored-by: Andrio Celos <AndrioCelos@users.noreply.github.com> | 2021-12-27 | 1 | -4/+4 | ||
| * | | Merge branch 'insp3' into master. | 2021-12-27 | 6 | -104/+184 | ||
| |\| | ||||||
| | * | Fix not being able to look up hostnames that point to multiple IPs. | 2021-12-27 | 1 | -82/+123 | ||
| | * | Make packing PTR queries a bit more robust.•••There is no first party modules which could be compromised before this check was added but its better to be safe wherever possible. | 2021-12-25 | 1 | -3/+4 | ||
| | * | Fix not looking up IPv4 addresses when a server has an IPv6 address.•••Closes #1811. | 2021-12-25 | 2 | -16/+32 | ||
| | * | Allow unsetting uniqueusername with metadata too. | 2021-12-20 | 1 | -1/+1 | ||
| | * | Only show the tls cap if there is a TLS provider available. | 2021-12-15 | 1 | -2/+25 | ||
| * | | Make all extensibles use kebab-case for names where possible. | 2021-12-26 | 14 | -16/+16 | ||
| * | | Convert the geoclass module to use generic stats instead of its own numeric.•••This numeric is non-standard and no software handles it so it is pretty pointless. | 2021-12-24 | 1 | -8/+5 | ||
| * | | Convert the dnsbl module to use generic stats instead of RPL_TEXT. | 2021-12-24 | 1 | -4/+4 | ||
| * | | Add a quick method for adding a generic RPL_STATS row. | 2021-12-24 | 2 | -2/+2 | ||
| * | | Move DNS stats to core_dns. | 2021-12-24 | 2 | -7/+23 | ||
| * | | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 40 | -72/+72 | ||
| * | | Fix an unintentionally inverted condition in the dnsbl module. | 2021-12-20 | 1 | -1/+1 | ||
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 14 | -20/+37 | ||
| * | | Deduplicate xline adding code in the dnsbl module. | 2021-12-20 | 1 | -42/+20 | ||
| * | | Refactor the DNSBL config types slightly. | 2021-12-20 | 1 | -15/+15 | ||
| * | | Mark Regex::Engine::Create{Human,} as const. | 2021-12-16 | 1 | -1/+1 | ||
| * | | Release v4.0.0 alpha 7. v4.0.0a7 | 2021-12-15 | 1 | -1/+1 | ||
| * | | Update module descriptions. | 2021-12-15 | 8 | -8/+8 | ||
| * | | Merge branch 'insp3' into master. | 2021-12-14 | 15 | -20/+50 | ||
| |\| | ||||||
| | * | If a user has a unique username then include it in bans. | 2021-12-14 | 10 | -18/+25 | ||
| | * | Sync uniqueusername from the connect class to the user.•••This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck. | 2021-12-14 | 5 | -1/+19 | ||
| | * | Add a build time check that OpenLDAP is reentrant. | 2021-12-14 | 1 | -0/+4 | ||
| | * | Fix the ldap module on OpenLDAP 2.5. | 2021-12-14 | 1 | -1/+2 | ||
| * | | Revert "Remove support for defaults in find_{compiler,linker}_flags()".•••This is needed for compat with older versions of some libraries. This reverts commit 83327a1978eddef854cad9e937263f80bf25f056. | 2021-12-14 | 2 | -3/+2 | ||
| * | | Merge branch 'insp3' into master. | 2021-12-11 | 5 | -23/+25 | ||
| |\| | ||||||
| | * | Fix sending ERR_CHANOPRIVSNEEDED where ERR_RESTRICTED should be used. | 2021-12-11 | 2 | -2/+2 | ||
| | * | Add KNOCK and CYCLE to the list of sanitisable shun commands. | 2021-12-02 | 1 | -12/+12 | ||
| | * | Fix LDAPCompare checking against the wrong return code.•••Better fix for #1946. | 2021-12-01 | 1 | -8/+10 | ||
