| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump <sslprofile:mindhbits> to 2048. | 2026-05-31 | 1 | -1/+1 | |
| * | Merge branch 'insp4' into master. | 2026-05-31 | 1 | -2/+6 | |
| * | Fix automatically enabling extra modules without target config.•••If a module doesn't need any dependencies (e.g. ldap on Windows) the previous logic would have assumed it is unbuildable. With this change we assume a module is buildable unless it explicitly errors when we dry-run the build config. | 2026-05-07 | 1 | -1/+2 | |
| * | Fix removing symlinks for modules with missing dependencies. | 2026-05-06 | 1 | -2/+2 | |
| * | Fix the FIND_DEPENDENCY vars not being marked as internal. | 2026-05-01 | 1 | -2/+2 | |
| * | Remove the remaining function in utility/string to utility/container. | 2026-04-30 | 6 | -6/+0 | |
| * | Switch ascii comparisons over to our own casemap functions. | 2026-04-30 | 6 | -12/+12 | |
| * | Switch the build system to CMake. | 2026-04-27 | 16 | -24/+111 | |
| * | Misc clean up of the rehashsignal module. | 2026-04-19 | 1 | -9/+10 | |
| * | Fix the double whitespace after some extra module headers. | 2026-04-08 | 5 | -2/+3 | |
| * | Switch modules over to the new TLS API. | 2026-04-03 | 2 | -267/+272 | |
| * | Abolish SSLIOHookProvider now it doesn't do anything special. | 2026-04-03 | 2 | -4/+4 | |
| * | Move a function only used by ssl_openssl into that module. | 2026-04-03 | 1 | -0/+20 | |
| * | Get rid of thismod/Parent in the mysql module. | 2026-03-29 | 1 | -12/+6 | |
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 15 | -78/+91 | |
| * | Switch the extensible system to using shared pointers. | 2026-03-27 | 3 | -48/+25 | |
| * | Switch typedefs to using statements. | 2026-03-26 | 7 | -10/+10 | |
| * | Rewrite sepstream and move to stringutils. | 2026-03-14 | 2 | -4/+4 | |
| * | Clean up the casemapping checking and comparison code. | 2026-03-13 | 3 | -3/+3 | |
| * | Replace IS_* with member functions.•••- All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function. | 2026-03-08 | 2 | -2/+2 | |
| * | Abolish FMT_PTR, this does the same for both formatters. | 2026-03-02 | 1 | -1/+1 | |
| * | Rename ServiceProvider::creator to service_creator and add GetSource. | 2026-03-02 | 2 | -2/+2 | |
| * | Massive rework of how internal service providers work.•••- ServiceType is dead. All modules use RegisterService now. - Modules can implement UnregisterService which is called from DelService now. - Split the service type prefix into its own field. - Renamed Service::name to Service::service_name. This revealed a few bugs. | 2026-03-02 | 2 | -5/+5 | |
| * | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 2 | -5/+5 | |
| * | Merge branch 'insp4' into master. | 2025-12-07 | 2 | -2/+5 | |
| * | Avoid using deprecated functions in ssl_openssl. | 2025-11-04 | 1 | -1/+4 | |
| * | Merge branch 'insp4' into master. | 2025-11-04 | 1 | -7/+5 | |
| * | Merge branch 'insp4' into master. | 2025-11-03 | 1 | -23/+30 | |
| * | Allow getting an I/O hook from a user I/O handler. | 2025-10-31 | 2 | -12/+4 | |
| * | Reduce nesting in OnCleanup hooks. | 2025-10-31 | 2 | -20/+18 | |
| * | Merge branch 'insp4' into master. | 2025-10-29 | 1 | -2/+3 | |
| * | Merge branch 'insp4' into master. | 2025-10-28 | 1 | -3/+2 | |
| * | Start splitting the user I/O interface from the network socket. | 2025-10-26 | 2 | -4/+12 | |
| * | Merge branch 'insp4' into master. | 2025-10-23 | 1 | -6/+13 | |
| * | Merge branch 'insp4' into master. | 2025-10-23 | 1 | -8/+24 | |
| * | Merge branch 'insp4' into master. | 2025-09-30 | 2 | -11/+116 | |
| * | Merge branch 'insp4' | 2025-08-15 | 3 | -4/+1 | |
| * | Merge branch 'insp4' into master. | 2025-05-18 | 1 | -0/+7 | |
| * | Merge branch 'insp4' into master. | 2025-04-17 | 7 | -22/+0 | |
| * | Refuse to hash passwords using insecure algorithms in MKPASSWD. | 2025-04-13 | 1 | -0/+8 | |
| * | Merge branch 'insp4' into master. | 2025-04-07 | 1 | -0/+9 | |
| * | Add the hash_gnutls module.•••This provides the SHA family using GnuTLS. In the future we can add any new algorithms that appear. | 2025-04-06 | 1 | -0/+256 | |
| * | Rename newhash to hash now its the only option. | 2025-04-06 | 1 | -1/+1 | |
| * | Delete the old hashing interface and modules. | 2025-04-06 | 1 | -170/+0 | |
| * | Rewrite every single hash module for the new interface. | 2025-04-06 | 1 | -0/+185 | |
| * | Merge branch 'insp4' into master. | 2025-03-29 | 4 | -4/+4 | |
| * | Only include <sstream> from files that actually use it. | 2025-03-22 | 1 | -0/+2 | |
| * | Merge branch 'insp4' into master. | 2025-03-22 | 3 | -6/+6 | |
| * | Allow reloading the geolocation database with a module rehash. | 2025-03-19 | 1 | -0/+17 | |
| * | Allow using signals to rehash any module instead of just TLS. | 2025-03-19 | 2 | -65/+150 |
