| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix an inverted condition in the sslinfo module. | 2025-11-10 | 1 | -1/+1 | |
| | | | | | | This fixes a crash in git builds from the last month. The most recent stable release is not affected. | ||||
| * | Fix an if that should be an else if in sslinfo. | 2025-11-02 | 1 | -1/+1 | |
| | | |||||
| * | Expose the ssl_cert flags in SSLINFO. | 2025-11-01 | 1 | -7/+13 | |
| | | |||||
| * | Improve the error logging when opering up with a TLS fingerprint. | 2025-11-01 | 1 | -4/+17 | |
| | | |||||
| * | Fix allowing expired client certificates in some cases. | 2025-10-26 | 1 | -2/+2 | |
| | | | | | This fixes a regression from v3. | ||||
| * | Deprecate the contents of the SSLClientCert namespace. | 2025-10-26 | 1 | -1/+5 | |
| | | | | | This is full of footguns and isn't really needed. | ||||
| * | Update copyright headers. | 2025-03-28 | 1 | -1/+1 | |
| | | |||||
| * | Rename ToHuman to ToLongString. | 2025-03-18 | 1 | -1/+1 | |
| | | | | | This name is used by functions in too many places already. | ||||
| * | Add Duration::ToHuman and update messages to use it. | 2025-03-03 | 1 | -1/+1 | |
| | | |||||
| * | Skip ciphersuites that don't have any users. | 2024-10-25 | 1 | -0/+3 | |
| | | |||||
| * | Add a stats character to sslinfo for viewing ciphersuite info. | 2024-10-22 | 1 | -2/+42 | |
| | | |||||
| * | Make it clear which is the current client fingerprint. | 2024-08-19 | 1 | -1/+6 | |
| | | |||||
| * | Add a formatting overload to {Membership,User}::Write(Remote)Notice. | 2024-08-18 | 1 | -7/+7 | |
| | | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -3/+2 | |
| | | |||||
| * | Allow using multiple SSL fingerprint algorithms. | 2024-02-19 | 1 | -21/+48 | |
| | | | | | Closes #1804. | ||||
| * | Disable the TLS welcome notice by default. | 2023-11-23 | 1 | -9/+14 | |
| | | | | | This is just needless spam for the vast majority of users. | ||||
| * | Allow using SSLINFO with no params to view your own cert details. | 2023-09-13 | 1 | -4/+10 | |
| | | |||||
| * | Fix some usages of "SSL" that have snuck back in. | 2023-08-16 | 1 | -3/+3 | |
| | | |||||
| * | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 1 | -1/+1 | |
| | | |||||
| * | Implement support for SPKI fingerprints into the sslinfo module. | 2023-06-11 | 1 | -1/+3 | |
| | | |||||
| * | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2023-04-28 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2023-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-04-27 | 1 | -0/+16 | |
| |\| | |||||
| | * | Warn users when their client certificate is about to expire. | 2023-03-01 | 1 | -0/+15 | |
| | | | | | | | | | Closes #1938. | ||||
| * | | Allow modules to provide an error for when a class doesn't match. | 2023-03-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Add an option so local non-SSL users can be seen as securely connected. | 2023-02-11 | 1 | -1/+17 | |
| | | | |||||
| * | | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 1 | -3/+3 | |
| | | | |||||
| * | | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -4/+4 | |
| | | | |||||
| * | | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 1 | -4/+4 | |
| | | | |||||
| * | | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -9/+9 | |
| | | | |||||
| * | | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -5/+5 | |
| | | | |||||
| * | | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Rework how users are assigned to connect classes. | 2023-01-08 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | - Move core connect class checks and <performance:clonesonconnect> to the core_user module. - Add pre-change and post-change events for when a connect class changes. - Split explicit class changing out into its own method. - Remove the need to almost always call CheckClass after SetClass. - Add use counting to the connect class instead of relying on the shared_ptr use count. | ||||
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Don't automatically fall back to ToNetwork from ToInternal. | 2022-12-20 | 1 | -0/+10 | |
| | | | | | | | | | | | Only one thing used this and its really unclear especially when SimpleExtItem does the opposite. | ||||
| * | | Move extension types to their own header to speed up build times. | 2022-12-19 | 1 | -0/+1 | |
| | | | |||||
| * | | Move <oper:autologin> from m_sslinfo to core_oper and rework. | 2022-12-11 | 1 | -19/+11 | |
| | | | | | | | | | | | | | | | | | - Promote autologin to a core concept with visibility in events. - Replace the binary yes/no value with strict/relaxed/never. This intentionally breaks v3 oper block autologin as admins will need to review them for the security implications of the new behaviour. | ||||
| * | | Improve the oper login flow and error messages. | 2022-12-11 | 1 | -0/+8 | |
| | | | |||||
| * | | Move <oper:host> check into OnPreOperLogin. | 2022-12-10 | 1 | -4/+2 | |
| | | | |||||
| * | | Avoid copying a shared_ptr where not actually necessary. | 2022-12-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Yet more stylistic fixes. | 2022-12-01 | 1 | -5/+5 | |
| | | | |||||
| * | | Refactor the internals of the oper system. | 2022-11-28 | 1 | -33/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Allow overriding privileges from the <class> blocks in the <type> and <oper> blocks. - Separate oper types from oper accounts in the code. This enables moving some core stuff out of the config tag later. - Merge the config tags together to make a synthetic tag that can have getXXX called on it instead of using getConfig and then converting it. - Move the details of Have*Permission into the oper type class. - Improve oper events to allow modules to easily hook into the oper system. | ||||
| * | | Allow UserManager::Find{Nick,UUID,} to ignore unregistered users. | 2022-10-29 | 1 | -2/+2 | |
| | | | |||||
| * | | Use auto instead of type names where the type is obvious. | 2022-09-29 | 1 | -2/+2 | |
| | | | |||||
| * | | Default allow_empty_last_param to false. | 2022-09-07 | 1 | -1/+0 | |
| | | | |||||
| * | | Use auto in places where it is really obvious what the type is. | 2022-09-04 | 1 | -2/+2 | |
| | | | |||||
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -3/+3 | |
| | | | |||||
