| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp4' into master. | 2026-03-31 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2026-03-31 | 1 | -1/+1 | |
| * | | Rewrite portparser and move to stringutils. | 2026-03-14 | 1 | -6/+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 | 1 | -8/+22 | |
| * | | Add the old connect class to OnPostChangeConnectClass. | 2026-03-06 | 1 | -1/+2 | |
| * | | Abolish FMT_PTR, this does the same for both formatters. | 2026-03-02 | 1 | -1/+1 | |
| * | | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 1 | -2/+2 | |
| * | | Move standard replies to the core and add remote reply support. | 2026-03-01 | 1 | -0/+15 | |
| * | | Merge branch 'insp4' into master. | 2026-02-26 | 1 | -1/+1 | |
| |\| | |||||
| | * | Only increase the connection counter when a user is fully connected. | 2026-02-25 | 1 | -1/+1 | |
| * | | Merge branch 'insp4' into master. | 2026-01-23 | 1 | -19/+24 | |
| |\| | |||||
| | * | Fix truncating user/host/real names. | 2026-01-20 | 1 | -19/+24 | |
| * | | Add support for local-only X-lines, remove K-lines. | 2026-01-20 | 1 | -14/+9 | |
| * | | Move message serialization into core_clients. | 2025-10-28 | 1 | -24/+7 | |
| * | | Avoid duplicating some of the send/receive queue limiting code. | 2025-10-26 | 1 | -0/+29 | |
| * | | Start splitting the user I/O interface from the network socket. | 2025-10-26 | 1 | -122/+6 | |
| * | | 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 | -1/+2 | |
| * | | Merge branch 'insp4' into master. | 2025-03-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2025-02-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp4' into master. | 2025-02-14 | 1 | -2/+2 | |
| |\| | |||||
| | * | Convert debug logging from string concatenation to format strings.•••When running in normal mode this will prevent a bunch of expensive string concatenation. | 2025-01-23 | 1 | -2/+2 | |
| * | | Merge branch 'insp4' into master. | 2024-11-01 | 1 | -9/+0 | |
| |\| | |||||
| | * | All core numerics should be in numeric.h not in .cpp files. | 2024-10-26 | 1 | -9/+0 | |
| * | | Implement remote WriteNotice in spanningtree like with WriteNumeric. | 2024-09-19 | 1 | -5/+0 | |
| * | | Merge branch 'insp4' into master. | 2024-09-09 | 1 | -3/+3 | |
| |\| | |||||
| | * | Normalise the case of MOD_RESULT variables. | 2024-08-31 | 1 | -3/+3 | |
| * | | Replace stalgo::erase with C++20 std::erase. | 2024-08-25 | 1 | -1/+1 | |
| * | | Use C++20 <format> instead of fmtlib when available. | 2024-08-22 | 1 | -6/+6 | |
| * | | Merge branch 'insp4' into master. | 2024-07-29 | 1 | -0/+9 | |
| |\| | |||||
| | * | Log when a user has an unknown socket type in User::GetCIDRMask. | 2024-07-29 | 1 | -0/+9 | |
| * | | Merge branch 'insp4' into master. | 2024-07-22 | 1 | -4/+1 | |
| |\| | |||||
| | * | Avoid sending blank messages to users. | 2024-07-19 | 1 | -4/+1 | |
| * | | Always use fmtlib directly. | 2024-06-07 | 1 | -5/+5 | |
| |/ | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -9/+4 | |
| * | Make passwords for oper accounts optional.•••This allows restricting an oper account based on other data such as TLS fingerprint or services account but without logging them in automatically like autologin. | 2024-05-16 | 1 | -3/+7 | |
| * | If a user has an oper connect class then reset it when de-opering. | 2024-02-19 | 1 | -1/+4 | |
| * | Merge branch 'insp3' into master. | 2023-12-22 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2023-12-22 | 1 | -1/+1 | |
| * | | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 1 | -7/+7 | |
| * | | Move stdalgo::string::join to utility/string and templatise separator. | 2023-08-11 | 1 | -1/+2 | |
| * | | Rework how away state is stored internally.•••This will be necessary for implementing pre-away as well as some changes for WATCH compatibility with Unreal. | 2023-08-04 | 1 | -0/+6 | |
| * | | Merge branch 'insp3' into master. | 2023-07-22 | 1 | -0/+3 | |
| |\| | |||||
| | * | Fix a rare case where the hostname cache was not invalidated. | 2023-07-17 | 1 | -0/+3 | |
| * | | Normalise the case of ServerStats. | 2023-07-13 | 1 | -3/+3 | |
| * | | Minor improvements to cull logging.•••- CULLLIST has been renamed to CULL which is easier to spell. - Some log messages have been improved slightly. | 2023-07-05 | 1 | -1/+1 | |
| * | | Refactor Change{Displayed,Real}Host to match other Change* methods. | 2023-06-30 | 1 | -10/+10 | |
| * | | Remove OnPreChange{Host,RealName} events and deboolify methods.•••These have not ever been used as far as I can see. | 2023-06-29 | 1 | -27/+7 | |
| * | | Retain the "real" username properly like we do for hostnames.•••This introduces the concept of a real username. This value comes from either the initial USER message or from an ident lookup. Doing this allows us to use it for bans through vidents and cloaking web client users using their remote username. While changing this I also changed all of the uses of "ident" other than RFC 1413 lookups and some compatibility cases to refer to usernames as user(name) instead of ident. Our use of ident in these places was incorrect as that only refers to the RFC 1413 response and is not commonly used in the way we used it by any other IRC server implementations. | 2023-06-29 | 1 | -15/+55 | |
| * | | Inline various User methods. | 2023-06-25 | 1 | -20/+0 | |
