| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -1/+4 | |
| |\ | |||||
| | * | Skip clients on ulined servers in SSLINFO <#chan>. | 2021-05-03 | 1 | -1/+4 | |
| | | | |||||
| * | | Add ChannelManager::IsPrefix. | 2021-05-08 | 1 | -1/+1 | |
| | | | |||||
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 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 | |
| | | | |||||
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -13/+13 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -3/+2 | |
| | | | |||||
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Add a subclass of ExtensionItem exclusively for booleans. | 2021-03-17 | 1 | -2/+2 | |
| | | | |||||
| * | | Implement support for automatically syncing extension items. | 2021-03-17 | 1 | -2/+5 | |
| | | | |||||
| * | | Mark {From,To}{Human,Internal,Network} as noexcept. | 2021-03-17 | 1 | -2/+2 | |
| | | | |||||
| * | | Pascalize Unset in extension item classes. | 2021-03-17 | 1 | -2/+2 | |
| | | | |||||
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -4/+4 | |
| | | | |||||
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -4/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -2/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -2/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-02-01 | 1 | -26/+87 | |
| |\| | |||||
| | * | Move SSLINFO code for users to its own function and refactor. | 2021-02-01 | 1 | -16/+21 | |
| | | | |||||
| | * | Allow using SSLINFO on channels. | 2021-02-01 | 1 | -18/+69 | |
| | | | |||||
| | * | Convert SSLINFO to SplitCommand. | 2021-02-01 | 1 | -4/+4 | |
| | | | |||||
| | * | Read <sslinfo:operonly> once at load time. | 2021-02-01 | 1 | -3/+8 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 1 | -1/+1 | |
| |\| | |||||
| | * | Hide the server name/desc better when <options:hideserver> is set. | 2020-12-20 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-11-03 | 1 | -6/+10 | |
| |\| | |||||
| | * | Make connect class debug logging more complete and consistent. | 2020-11-03 | 1 | -6/+10 | |
| | | | |||||
| * | | Convert ConnectClass from reference<> to std::shared_ptr<>. | 2020-11-03 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert OperInfo from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -3/+2 | |
| | | | |||||
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -3/+3 | |
| | | | |||||
| * | | Pascalize ExtensionItem::{get,set,unset}_raw. | 2020-07-20 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -4/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -2/+2 | |
| | | | |||||
| | * | Improve the output given by the SSLINFO command. | 2020-04-21 | 1 | -2/+3 | |
| | | | |||||
| | * | Minor cleanup and documentation improvements. | 2020-04-14 | 1 | -17/+18 | |
| | | | | | | | | | | | | | | | | | - Only show a generic failure message to the user upon oper failure due to not having a secure connection or matching cert. fingerprint. - Update the comment about oper:fingerprint as it can be a space separated list of fingerprints and not just one. - Improve a few code comments and formatting. | ||||
| | * | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -7/+9 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-14 | 1 | -24/+27 | |
| |\ \ | |||||
| | * | | Minor cleanup and documentation improvements. | 2020-04-14 | 1 | -17/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Only show a generic failure message to the user upon oper failure due to not having a secure connection or matching cert. fingerprint. - Update the comment about oper:fingerprint as it can be a space separated list of fingerprints and not just one. - Improve a few code comments and formatting. | ||||
| | * | | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -7/+9 | |
| | |/ | |||||
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix an oversight in mkversions that caused it to not update extras. | 2020-04-10 | 1 | -1/+1 | |
| | | | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -6/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -0/+2 | |
| |\| | |||||
| | * | Send SNOTICES for failed secure only or fingerprint oper attempts. | 2020-04-09 | 1 | -0/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -2/+3 | |
| |\| | |||||
| | * | Fix <connect:requiressl> being case sensitive. | 2020-03-09 | 1 | -1/+2 | |
| | | | |||||
| | * | Improve the description of the sslinfo module (#1755). | 2020-02-26 | 1 | -1/+1 | |
| | | | |||||
| * | | Move FindNickOnly to UserManager. | 2020-02-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+9 | |
| |\| | |||||
