| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | 2026-03-08 | 2 | -2/+2 | |
| | | | | | | | - All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function. | ||||
| * | 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. | 2026-03-02 | 2 | -5/+5 | |
| | | | | | | | | | | - 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. | ||||
| * | 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. | 2025-04-06 | 1 | -0/+256 | |
| | | | | | | This provides the SHA family using GnuTLS. In the future we can add any new algorithms that appear. | ||||
| * | 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 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2025-03-10 | 2 | -4/+4 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2025-03-03 | 2 | -4/+4 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2025-03-01 | 5 | -6/+7 | |
| | | |||||
| * | Vendor yyjson. | 2025-02-27 | 1 | -191/+0 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2025-02-14 | 5 | -7/+7 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2025-01-17 | 1 | -1/+3 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2024-09-30 | 1 | -18/+22 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2024-09-19 | 1 | -1/+0 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2024-09-13 | 2 | -2/+2 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2024-09-09 | 1 | -5/+1 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2024-08-29 | 1 | -3/+4 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2024-08-23 | 1 | -40/+30 | |
| | | |||||
| * | Use C++20 <format> instead of fmtlib when available. | 2024-08-22 | 6 | -11/+11 | |
| | | |||||
