| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix serialising empty link data values. | 2025-07-12 | 1 | -1/+3 | |
| * | Warn when a link block has misconfigured TLS. | 2025-04-12 | 1 | -0/+6 | |
| * | Update copyright headers. | 2025-03-28 | 10 | -10/+9 | |
| * | Rename ToHuman to ToLongString.•••This name is used by functions in too many places already. | 2025-03-18 | 4 | -7/+7 | |
| * | Add a formatting overload of the ModuleException constructor. | 2025-03-18 | 1 | -1/+1 | |
| * | Use Duration::ToHuman instead of seconds in various messages. | 2025-03-03 | 3 | -6/+10 | |
| * | Add Duration::ToHuman and update messages to use it. | 2025-03-03 | 2 | -2/+2 | |
| * | Revert "Scope the container SSL enforcement a bit better".•••This reverts commit 9c151650212e2101002f04bca902ca18982697c0. | 2025-03-02 | 1 | -7/+6 | |
| * | Scope the container SSL enforcement a bit better. | 2025-03-02 | 1 | -3/+11 | |
| * | Add an opt-out to the SSL enforcement for running in a container. | 2025-03-02 | 1 | -1/+12 | |
| * | Fix some inappropriate uses of ConvToNum. | 2025-03-01 | 1 | -1/+1 | |
| * | Avoid the use of ConvToStr in string concatenation.•••This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually. | 2025-03-01 | 4 | -7/+10 | |
| * | Update copyright headers. | 2025-02-28 | 3 | -3/+3 | |
| * | 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 | 2 | -3/+4 | |
| * | Drop the backup fingerprints if linked using the 1205 protocol. | 2025-01-14 | 1 | -1/+29 | |
| * | Update copyright headers. | 2024-11-02 | 1 | -1/+1 | |
| * | Add support for extbans without letters. | 2024-10-16 | 1 | -5/+5 | |
| * | Let services know what format it should send extbans in. | 2024-09-25 | 1 | -1/+18 | |
| * | Use reference<>::ptr() in more places. | 2024-09-13 | 2 | -2/+3 | |
| * | Update copyright headers. | 2024-09-07 | 2 | -2/+2 | |
| * | Remove prototype for the now removed SendLegacyListModes function. | 2024-08-25 | 1 | -1/+0 | |
| * | Fix broadcasting mode lists to remote v3 servers. | 2024-08-24 | 2 | -76/+41 | |
| * | Fix broadcasting server information to remote v3 servers. | 2024-08-24 | 3 | -9/+35 | |
| * | Add a formatting overload to {Membership,User}::Write(Remote)Notice. | 2024-08-18 | 3 | -7/+7 | |
| * | Use 1 as the first membership id not 0.•••This doesn't change anything in the protocol but makes identifying whether a user has been assigned a membership id easier while debugging. | 2024-08-11 | 1 | -1/+1 | |
| * | Fix bursting server metadata. | 2024-08-03 | 1 | -2/+2 | |
| * | Update copyright headers. | 2024-08-03 | 5 | -5/+4 | |
| * | Move 1205 UID compatibility code to PreProcessOldProtocolMessage.•••This should make it more reliable. | 2024-07-24 | 3 | -8/+16 | |
| * | Add ExtensionItem::OnSync which is called when an ext is synchronised. | 2024-07-24 | 2 | -0/+12 | |
| * | Update all usages of ProtocolServer to use Server. | 2024-07-24 | 6 | -49/+11 | |
| * | Add SendMetadata methods to Server. | 2024-07-24 | 2 | -0/+16 | |
| * | Fix broadcasting UID messages to v3 servers.•••We have to use the compat layer here as broadcast messages do not go through the command builder. | 2024-07-20 | 5 | -21/+18 | |
| * | Fix encapsulating SVS command parameters in the compat layer. | 2024-07-14 | 1 | -1/+1 | |
| * | Use auto when extracting the internal type of a message target. | 2024-07-13 | 1 | -4/+4 | |
| * | Skip the local server when routing messages in spanningtree. | 2024-07-02 | 1 | -0/+3 | |
| * | Update copyright headers. | 2024-06-29 | 1 | -1/+1 | |
| * | Fix swapped parameters when opering remote users. | 2024-06-23 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-21 | 16 | -16/+16 | |
| * | Default to PROTO_NEWEST if no protocol is negotiated. | 2024-06-19 | 2 | -22/+22 | |
| * | Update copyright headers. | 2024-06-14 | 1 | -1/+1 | |
| * | Fix formatting the user count percentage in MAP. | 2024-06-10 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-07 | 58 | -94/+88 | |
| * | Merge branch 'insp3' into insp4. | 2024-06-07 | 2 | -2/+2 | |
| |\ | |||||
| | * | Update copyright headers. | 2024-06-07 | 2 | -2/+2 | |
| * | | Stop referring to v4 in some todos. | 2024-06-07 | 2 | -3/+3 | |
| * | | Resend the customversion when it changes. | 2024-05-18 | 1 | -0/+7 | |
| * | | Splat the unused hops field in the 1206 SERVER message. | 2024-05-01 | 2 | -7/+11 | |
| * | | Call OnRouteMessage on all servers not just directly connected ones. | 2024-03-08 | 1 | -3/+3 | |
| * | | Rename OnBroadcastMessage to OnRouteMessage.•••This is more descriptive of what it actually does. | 2024-03-08 | 3 | -4/+4 | |
| * | | Rename some of the Module member variables. | 2024-03-04 | 3 | -4/+4 | |
