| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use saturating adds in the xline header. | 7 days | 1 | -1/+0 | |
| * | Use saturating adds/subtracts when handling timestamps. | 7 days | 28 | -46/+53 | |
| * | Convert TLS::IOHook::Status to an enum class. | 7 days | 2 | -17/+17 | |
| * | Convert BufferedSocketError/BufferedSocketState to an enum class. | 7 days | 1 | -5/+5 | |
| * | Remove all leftover code relating to build directives. | 2026-07-03 | 13 | -74/+0 | |
| * | Merge branch 'insp4' into master. | 2026-06-29 | 1 | -1/+1 | |
| * | Add the account tags to the WHO response. | 2026-06-29 | 1 | -1/+24 | |
| * | Allow numerics to have an associated related user. | 2026-06-27 | 1 | -0/+1 | |
| * | Redocument Write*Numeric and allow mutating values in OnNumeric. | 2026-06-27 | 6 | -8/+8 | |
| * | Merge the addline/delline source files. | 2026-06-25 | 2 | -44/+15 | |
| * | Deduplicate CAPAB error code. | 2026-06-24 | 1 | -20/+19 | |
| * | Check link data that always has to match first. | 2026-06-24 | 1 | -6/+6 | |
| * | Use a more human-understandable error message for extban mismatches. | 2026-06-24 | 2 | -78/+156 | |
| * | Simplify and prettify how mismatches in CAPAB are shown to opers. | 2026-06-24 | 2 | -148/+137 | |
| * | Use more human-understandable error messages for mode mismatches. | 2026-06-24 | 2 | -94/+280 | |
| * | Reorder some checks in the CAPAB handling code. | 2026-06-24 | 1 | -10/+10 | |
| * | Be more precise about protocol versions in spanningtree. | 2026-06-24 | 2 | -25/+28 | |
| * | Parse module link data when we receive it. | 2026-06-24 | 5 | -24/+15 | |
| * | Deduplicate mismatch error messages. | 2026-06-24 | 1 | -20/+19 | |
| * | Rework capabilities to check all tokens not just CASEMAPPING. | 2026-06-24 | 2 | -80/+120 | |
| * | Sync the name of a config var and its internal name. | 2026-06-24 | 3 | -4/+4 | |
| * | Move the challenge out of CAPAB CAPABILITIES into its own command. | 2026-06-24 | 5 | -35/+61 | |
| * | Fix CAPAB START having a harmless server prefix. | 2026-06-24 | 1 | -1/+1 | |
| * | Merge branch 'insp4' into master. | 2026-06-23 | 3 | -3/+4 | |
| * | Move server restart logic to the core.•••- Properly clean up the process with Cleanup() instead of using - DieRestart. - Use close_range on modern Linux instead of the CLOEXEC hack. | 2026-06-19 | 5 | -61/+5 | |
| * | Merge branch 'insp4' into master. | 2026-06-19 | 1 | -1/+1 | |
| * | Merge branch 'insp4' into master. | 2026-06-18 | 1 | -27/+44 | |
| * | Move the sigabbrev_np() check to the rehashsignal module. | 2026-06-17 | 2 | -1/+7 | |
| * | Merge branch 'insp4' into master. | 2026-06-17 | 7 | -24/+30 | |
| * | Merge branch 'insp4' into master. | 2026-06-16 | 1 | -6/+4 | |
| * | Merge branch 'insp4' into master. | 2026-06-15 | 2 | -3/+10 | |
| * | Rework how list mode limits are parsed and applied.•••- Keep one list of all limits in ServerLimits instead of one in each list mode. This should reduce memory usage slightly and the lists are usually so small and are compared so infrequently that this won't cause any performnace issues. - Automatically look up the mode limit when the mode list is used instead of manually rehashing in each module. This should cause less footguns than the old API and doesn't require manually updating the limit on rehash. - Move code relating to variable and lower limits from the core to core_channel. This is only used by ISUPPORT. | 2026-06-15 | 6 | -23/+33 | |
| * | Fix the source of an ENCAP being lost in BroadcastEncap. | 2026-06-13 | 1 | -1/+1 | |
| * | Fix missing virtual dtors in types with virtual methods.•••This is fine currently but is a potential future cause of bugs. | 2026-06-13 | 1 | -0/+1 | |
| * | Use aggregate initialisation instead of memset. | 2026-06-13 | 4 | -16/+8 | |
| * | Use a hash reference in sqlauth to avoid repeated lookups. | 2026-06-10 | 1 | -10/+11 | |
| * | Refactor the waitpong module. | 2026-06-09 | 1 | -26/+23 | |
| * | Merge branch 'insp4' into master. | 2026-06-08 | 1 | -0/+16 | |
| * | Fix flag processing and sorting by priority in the swhois module.•••Co-authored-by: Kufat <kufat@kufat.net> | 2026-06-08 | 1 | -10/+13 | |
| * | Fix a typo in the swhois module. | 2026-06-07 | 1 | -1/+1 | |
| * | Fix some code that was accidentally removed in the latest merge. | 2026-06-07 | 1 | -0/+12 | |
| * | Fix an off by one error in the swhois module.•••Co-authored-by: Kufat <kufat@kufat.net> | 2026-06-07 | 1 | -1/+1 | |
| * | Merge branch 'insp4' into master. | 2026-06-06 | 16 | -26/+15 | |
| * | Merge branch 'insp4' into master. | 2026-06-06 | 5 | -18/+166 | |
| * | Update my email address. | 2026-06-06 | 294 | -294/+294 | |
| * | Bump <sslprofile:mindhbits> to 2048. | 2026-05-31 | 1 | -1/+1 | |
| * | Merge branch 'insp4' into master. | 2026-05-31 | 4 | -5/+13 | |
| * | Add a helper method for calculating the best binary units for a value. | 2026-05-20 | 1 | -12/+12 | |
| * | Add a helper function for calculating a percentage. | 2026-05-20 | 6 | -15/+14 | |
| * | Merge branch 'insp4' into master. | 2026-05-20 | 2 | -13/+16 |
