| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v3.17.0. v3.17.0 | 2023-12-22 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2023-12-22 | 1 | -1/+1 | |
| | | |||||
| * | When copying a message also copy the source string. | 2023-11-05 | 1 | -0/+16 | |
| | | |||||
| * | Update copyright headers. | 2023-06-16 | 1 | -1/+1 | |
| | | |||||
| * | Fix some minor Doxygen issues. | 2023-05-16 | 1 | -2/+2 | |
| | | |||||
| * | Release v3.16.0. v3.16.0 | 2023-04-28 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2023-04-28 | 2 | -2/+2 | |
| | | |||||
| * | Add client cert activation/expiration times to the ssl_cert class. | 2023-03-01 | 1 | -1/+26 | |
| | | |||||
| * | Switch to the IRCv3 standard-replies cap. | 2023-02-13 | 1 | -2/+2 | |
| | | | | | | Nothing is using this so far so I'm not counting it as a breaking change. | ||||
| * | Fix core_dns rejecting simple hostnames. | 2023-01-13 | 1 | -1/+8 | |
| | | |||||
| * | Silence a Valgrind warning in SSLIOHook. | 2023-01-05 | 1 | -0/+1 | |
| | | | | | Closes #2011. | ||||
| * | Release v3.15.0. v3.15.0 | 2022-12-30 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2022-12-30 | 34 | -42/+28 | |
| | | |||||
| * | Fix building with the Intel C++ compiler. | 2022-12-10 | 1 | -2/+6 | |
| | | | | | | | - Fix adding -Wshadow in the compiler flags twice. - Detect the new Clang-based Intel compiler as well as the old one. - Silence some deprecation warnings using Intel syntax. | ||||
| * | Mark the entire client protocol namespace as CoreExport. | 2022-11-30 | 4 | -26/+26 | |
| | | |||||
| * | Add a method for quickly escaping a tag value. | 2022-11-30 | 1 | -0/+5 | |
| | | |||||
| * | Add a workaround for the replies API not working with a cap reference. | 2022-11-24 | 1 | -0/+47 | |
| | | | | | | | | A Cap::Reference can not be cast to a Cap::Capability& because it may not be available and that would create a null reference. In v4 we can change the API to take a Cap::Capability* but for now this is the best we can do. | ||||
| * | Add support for the IRCv3 extended-monitor specification. | 2022-11-02 | 1 | -0/+92 | |
| | | | | Co-authored-by: Sadie Powell <sadie@witchery.services> | ||||
| * | Fix an unintentional string copy in the geolocation API. | 2022-10-18 | 1 | -2/+2 | |
| | | |||||
| * | Allow modules to control the visible channel in a WHO request. | 2022-10-12 | 1 | -1/+21 | |
| | | |||||
| * | Add the matched channel to the WHO request data. | 2022-10-12 | 1 | -0/+4 | |
| | | |||||
| * | Fix saving the database identifier in SQL::Provider. | 2022-10-07 | 1 | -0/+1 | |
| | | |||||
| * | Fix not adding tags when converting a Numeric to a Message. | 2022-09-18 | 1 | -0/+1 | |
| | | |||||
| * | Release v3.14.0. v3.14.0 | 2022-08-25 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2022-08-25 | 5 | -4/+5 | |
| | | |||||
| * | Use std::string in the Serializer constructor. | 2022-08-24 | 1 | -1/+1 | |
| | | |||||
| * | Backport fix for types removed in C++17 from master. | 2022-08-16 | 2 | -2/+8 | |
| | | |||||
| * | Deprecate the string variant of SetClientIP. | 2022-08-10 | 1 | -4/+5 | |
| | | | | | Nothing uses this anymore. | ||||
| * | Also use binary exit codes in places that terminate abruptly. | 2022-07-19 | 1 | -0/+8 | |
| | | | | | This is a partial reversion of commit 57330e973b3eb1f2a84803c84daf9d6b420859fd. | ||||
| * | Release v3.13.0. v3.13.0 | 2022-04-28 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2022-04-28 | 16 | -16/+16 | |
| | | |||||
| * | Remove a forward declaration for a non-existent type. | 2022-04-21 | 1 | -1/+0 | |
| | | |||||
| * | Fix an outdated comment. | 2022-04-20 | 1 | -1/+1 | |
| | | |||||
| * | Fix doxygen to include the public module header files. | 2022-04-17 | 2 | -1/+2 | |
| | | |||||
| * | Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric. | 2022-04-12 | 1 | -0/+18 | |
| | | | | | This should make privilege errors more consistent. | ||||
| * | Use ERR_UNAVAILRESOURCE for things that should be retried later. | 2022-04-12 | 1 | -0/+1 | |
| | | | | | Also move it to the global numerics header to avoid duplication. | ||||
| * | Add a method for finding the next prefix mode above a rank. | 2022-04-11 | 1 | -0/+6 | |
| | | |||||
| * | Add a method to ConfigTag to help with retrieving a single character. | 2022-04-10 | 1 | -0/+2 | |
| | | |||||
| * | Expose the invite announcement level to modules. | 2022-04-07 | 1 | -0/+20 | |
| | | |||||
| * | Fix converting a token list to a string. | 2022-04-05 | 1 | -1/+4 | |
| | | | | | Fixes showing oper privs in /CHECK. | ||||
| * | Allow modules to handle WHO matching. | 2022-03-25 | 1 | -0/+20 | |
| | | |||||
| * | Fix a compiler warning on Windows. | 2022-03-19 | 1 | -1/+1 | |
| | | |||||
| * | Make the accessor methods in ssl_cert const. | 2022-02-14 | 1 | -11/+11 | |
| | | |||||
| * | Squash an unnecessary string copy in SQL::Error. | 2022-02-05 | 1 | -1/+1 | |
| | | |||||
| * | Fix various minor Doxygen warnings. | 2022-02-02 | 2 | -3/+3 | |
| | | |||||
| * | Release v3.12.0. v3.12.0 | 2021-12-31 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2021-12-30 | 7 | -6/+7 | |
| | | |||||
| * | Send an account id tag when account-tag & message-tags are enabled. | 2021-12-28 | 2 | -0/+8 | |
| | | |||||
| * | If a user has a unique username then include it in bans. | 2021-12-14 | 1 | -0/+3 | |
| | | |||||
| * | Sync uniqueusername from the connect class to the user. | 2021-12-14 | 1 | -0/+3 | |
| | | | | | | This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck. | ||||
