| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use saturating adds/subtracts when handling timestamps. | 8 days | 4 | -5/+7 | |
| | | |||||
| * | Convert BufferedSocketError/BufferedSocketState to an enum class. | 8 days | 1 | -5/+5 | |
| | | |||||
| * | Redocument Write*Numeric and allow mutating values in OnNumeric. | 2026-06-27 | 2 | -4/+4 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Move server restart logic to the core. | 2026-06-19 | 2 | -2/+2 | |
| | | | | | | | | - Properly clean up the process with Cleanup() instead of using - DieRestart. - Use close_range on modern Linux instead of the CLOEXEC hack. | ||||
| * | Merge branch 'insp4' into master. | 2026-06-17 | 2 | -0/+7 | |
| | | |||||
| * | Fix the source of an ENCAP being lost in BroadcastEncap. | 2026-06-13 | 1 | -1/+1 | |
| | | |||||
| * | Fix some code that was accidentally removed in the latest merge. | 2026-06-07 | 1 | -0/+12 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2026-06-06 | 1 | -12/+0 | |
| | | |||||
| * | Update my email address. | 2026-06-06 | 60 | -60/+60 | |
| | | |||||
| * | Add a helper function for calculating a percentage. | 2026-05-20 | 1 | -9/+2 | |
| | | |||||
| * | Update SETIDLE to match the other SET commands. | 2026-05-18 | 2 | -2/+9 | |
| | | |||||
| * | Switch ascii comparisons over to our own casemap functions. | 2026-04-30 | 1 | -1/+1 | |
| | | |||||
| * | Rename DLL_EXTENSION to INSPIRCD_MODULE_EXT. | 2026-04-07 | 1 | -1/+1 | |
| | | | | | | This will be in config.h when we switch to CMake so I'm renaming it now to reduce the diff size of the CMake commit. | ||||
| * | Add insp::find_value, insp::to_ptr and switch code to use them. | 2026-04-04 | 2 | -18/+6 | |
| | | |||||
| * | Pass a server reference to OnRouteMessage. | 2026-04-04 | 1 | -1/+1 | |
| | | |||||
| * | Add an easier way to get the local Server* object. | 2026-04-04 | 1 | -1/+2 | |
| | | |||||
| * | Rename utility/map to container and prefix the difference method. | 2026-04-04 | 1 | -1/+1 | |
| | | |||||
| * | Tighten up the TLS requirements for server links. | 2026-04-04 | 4 | -13/+13 | |
| | | | | | | | | Servers must now either provide a fingerprint in the link config or provide a valid certificate. There's an undocumented (for now) opt-out in the config but even with this set it still doesn't allow expired, revoked, or otherwise invalid certificates. | ||||
| * | Switch modules over to the new TLS API. | 2026-04-03 | 4 | -34/+25 | |
| | | |||||
| * | Move query string code from spanningtree to stringutils. | 2026-04-03 | 2 | -24/+3 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2026-03-31 | 3 | -3/+3 | |
| | | |||||
| * | Stop deleting the spanningtree utilities on unload. | 2026-03-30 | 1 | -1/+1 | |
| | | | | | This is not an owning pointer now. | ||||
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 16 | -91/+99 | |
| | | |||||
| * | Switch the extensible system to using shared pointers. | 2026-03-27 | 1 | -1/+1 | |
| | | |||||
| * | Move CUList to be declared inside User. | 2026-03-26 | 6 | -14/+14 | |
| | | |||||
| * | Switch typedefs to using statements. | 2026-03-26 | 2 | -3/+3 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2026-03-19 | 1 | -0/+1 | |
| | | |||||
| * | Improve support for renaming modes. | 2026-03-19 | 1 | -29/+1 | |
| | | |||||
| * | Change ServerList to return a list of Server* not a duplicate class. | 2026-03-15 | 1 | -11/+1 | |
| | | |||||
| * | Rewrite sepstream and move to stringutils. | 2026-03-14 | 4 | -15/+14 | |
| | | |||||
| * | Rewrite tokenstream and move to stringutils. | 2026-03-14 | 2 | -3/+5 | |
| | | |||||
| * | Clean up the casemapping checking and comparison code. | 2026-03-13 | 9 | -32/+32 | |
| | | |||||
| * | Move <options:defaultmodes> to <channels> and rework. | 2026-03-12 | 1 | -5/+13 | |
| | | | | | | | | | | | | | - The default prefix modes are now separate from the default channel modes. This should result in less accidentally broken configs. - The privs are now pre-parsed to a list of mode references. This should improve performance slightly as the repeated mode lookups are gone. It also allows us to write warnings to the debug log when the default privs are invalid. - Channels can now have a default topic. | ||||
| * | Rework sending server protocol messages. | 2026-03-12 | 37 | -686/+699 | |
| | | | | | | | | | | | | | | | | | | - Replace CmdBuilder with MessageBuilder. This has a less footgun API. All message building has to go through this now so we can implement other message formats in the future. - Replace the message parsing in WriteLine with an analogue to PreProcessOldProtocolMessage. This should be much faster. - Move parameter translation from the core to spanningtree. - Change EncodeParameter to return the value instead of updating in place. - Replace the OnBuild*Message events with one OnServerMessage that can now access all parts of the message and change them. | ||||
| * | Make the ban checking functions able to check any list mode. | 2026-03-08 | 1 | -0/+4 | |
| | | |||||
| * | Replace IS_* with member functions. | 2026-03-08 | 11 | -35/+37 | |
| | | | | | | | - All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function. | ||||
