| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Always use ExtractTS to extract timestamps from S2S messages. | 2021-09-10 | 6 | -14/+10 | |
| * | Add the FRHOST command to allow changing a remote user's real host.•••Closes #1803. | 2021-09-02 | 5 | -3/+33 | |
| * | Make the protocol version enum entries slightly less verbose. | 2021-08-28 | 6 | -15/+15 | |
| * | Forward SQUERY to services instead of downgrading it to PRIVMSG. | 2021-08-28 | 3 | -1/+65 | |
| * | Merge branch 'insp3' into master. | 2021-08-28 | 6 | -6/+7 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-08-27 | 6 | -6/+7 | |
| * | | Avoid duplicating User::MakeHostIP. | 2021-08-20 | 1 | -1/+2 | |
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| * | | Clean up the routing code in the ctables header. | 2021-07-24 | 1 | -14/+14 | |
| * | | Purge SpanningTreeUtilities::DoOneToMany. | 2021-07-23 | 2 | -9/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-07-17 | 1 | -0/+1 | |
| |\| | |||||
| | * | Deduplicate all whois numerics to the whois module header. | 2021-07-05 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 3 | -4/+4 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 3 | -4/+4 | |
| * | | Merge branch 'insp3' into master. | 2021-06-13 | 1 | -2/+1 | |
| |\| | |||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 2 | -9/+9 | |
| * | | Merge branch 'insp3' into master. | 2021-06-07 | 4 | -0/+27 | |
| |\| | |||||
| | * | Broadcast the limits for list modes on server link.•••This allows services to not overflow the limit. | 2021-06-04 | 4 | -0/+27 | |
| * | | Merge branch 'insp3' into master. | 2021-06-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Look up the SSL I/O hook properly in spanningtree.•••Fixes a regression introduced in commit 83bb6951fe. | 2021-06-01 | 1 | -1/+1 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 7 | -19/+19 | |
| * | | Kill an outdated XXX comment in spanningtree. | 2021-05-19 | 1 | -3/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 3 | -3/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 3 | -3/+3 | |
| * | | Kill some useless comments. | 2021-05-13 | 1 | -2/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 5 | -7/+6 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 5 | -7/+6 | |
| | * | Send the max line length to remote servers on link. | 2021-04-25 | 1 | -0/+1 | |
| * | | Optimise building the link data string. | 2021-05-11 | 1 | -18/+6 | |
| * | | Fix building the link data string. | 2021-05-11 | 2 | -3/+3 | |
| * | | Use CompareLinkData for comparing v4 link data & make errors cleaner. | 2021-05-11 | 1 | -16/+123 | |
| * | | Extract percent encoding logic from spanningtree to inspstring. | 2021-05-10 | 1 | -15/+4 | |
| * | | Refactor the Base64 encoding and decoding functions. | 2021-05-10 | 1 | -1/+1 | |
| * | | Use the contents of the link data map when using the 1206 protocol.•••Still to do: - Extract URL encoding to inspstring. - Use CompareLinkData when using the 1206 protocol. - Show friendlier messages when a link compatibility is encountered. | 2021-05-10 | 5 | -15/+85 | |
| * | | Add a new map-based method for building link data.•••The new link data is not currently used but will be in the near future. | 2021-05-10 | 2 | -12/+10 | |
| * | | Add ChannelManager::IsPrefix. | 2021-05-08 | 2 | -2/+2 | |
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 9 | -13/+13 | |
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 2 | -2/+2 | |
| * | | Fix various uses of the _t suffix which is reserved by POSIX. | 2021-04-17 | 1 | -4/+4 | |
| * | | Remove some useless getter methods and make the members public.•••This isn't part of a public API so we don't need to care about exposing implementation details. | 2021-04-14 | 6 | -27/+13 | |
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 5 | -8/+8 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 14 | -124/+76 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 7 | -15/+15 | |
| * | | Add support for syncing metadata set on memberships.•••No compat logic is required here as existing servers will just drop the unknown METADATA message when they can't find the target. | 2021-04-01 | 5 | -5/+68 | |
| * | | Constify variables within loops. | 2021-04-01 | 4 | -5/+5 | |
| * | | Fix the setter and set time of list modes being lost on netburst.•••Closes #1812. | 2021-03-30 | 5 | -7/+106 | |
| * | | Fix a compiler warning caused by an unused variable. | 2021-03-30 | 1 | -3/+0 | |
| * | | Convert various mode methods to take Mode::Change.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | 2021-03-30 | 1 | -4/+7 | |
| * | | Remove multi-line FJOIN and FMODE logic.•••This only existed for 1202 protocol compatibility. As of 1205 the line length has been removed. | 2021-03-30 | 3 | -68/+11 | |
| * | | Add the ~ server tag prefix.•••This is used for sending arbitrarily tagged messages between servers. | 2021-03-30 | 4 | -0/+32 | |
