| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the last remaining use of strncasecmp. | 2026-05-01 | 1 | -1/+1 | |
| | | |||||
| * | Remove the remaining function in utility/string to utility/container. | 2026-04-30 | 1 | -1/+0 | |
| | | |||||
| * | Switch ascii comparisons over to our own casemap functions. | 2026-04-30 | 1 | -7/+7 | |
| | | |||||
| * | Switch the build system to CMake. | 2026-04-27 | 1 | -1/+5 | |
| | | |||||
| * | Remove the hook type field from IOHookProvider. | 2026-04-03 | 1 | -1/+1 | |
| | | | | | | This is only used by SSL hooks and now services have been reworked we can just check for a ssl/ prefix. | ||||
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -11/+11 | |
| | | |||||
| * | Switch typedefs to using statements. | 2026-03-26 | 1 | -2/+2 | |
| | | |||||
| * | Fix a crash caused by weirdly casting a pointer to an I/O handler. | 2026-03-14 | 1 | -6/+3 | |
| | | |||||
| * | Rewrite sepstream and move to stringutils. | 2026-03-14 | 1 | -2/+2 | |
| | | |||||
| * | Clean up the casemapping checking and comparison code. | 2026-03-13 | 1 | -2/+2 | |
| | | |||||
| * | Fix dereferencing a LocalUserIO that doesn't have a user yet. | 2026-03-12 | 1 | -1/+4 | |
| | | |||||
| * | Replace IS_* with member functions. | 2026-03-08 | 1 | -1/+1 | |
| | | | | | | | - All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function. | ||||
| * | Allow getting an I/O hook from a user I/O handler. | 2025-10-31 | 1 | -3/+5 | |
| | | |||||
| * | Start splitting the user I/O interface from the network socket. | 2025-10-26 | 1 | -4/+4 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2025-04-13 | 1 | -3/+8 | |
| | | |||||
| * | Rename newhash to hash now its the only option. | 2025-04-06 | 1 | -1/+1 | |
| | | |||||
| * | Add the new hashing interface, port consumer modules to use it. | 2025-04-06 | 1 | -4/+4 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2025-03-01 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2025-01-17 | 1 | -8/+67 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2024-08-04 | 1 | -2/+6 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2024-07-22 | 1 | -4/+28 | |
| | | |||||
| * | Shuffle the modules about a bit. | 2024-07-17 | 1 | -0/+692 | |
