index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_spanningtree
/
treesocket2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-3
/
+2
*
Move SVSJOIN/SVSNICK/SVSPART to the services module.
Sadie Powell
2024-02-27
1
-0
/
+7
*
Merge branch 'insp3' into master.
Sadie Powell
2023-06-17
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2023-06-16
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2023-05-30
1
-0
/
+12
|
\
|
|
*
Log when a server sends an unexpected command post-authentication.
Sadie Powell
2023-05-29
1
-0
/
+12
*
|
Rename duration to timeutils and relocate InspIRCd::TimeString.
Sadie Powell
2023-05-10
1
-1
/
+1
*
|
Convert log calls to use fmtlib format strings
Sadie Powell
2023-01-24
1
-3
/
+3
*
|
Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings.
Sadie Powell
2023-01-23
1
-5
/
+5
*
|
Move duration functions to their own header.
Sadie Powell
2023-01-23
1
-1
/
+2
*
|
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2023-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2022-12-30
1
-1
/
+1
*
|
Lower the threshold for server clock offsets to 15s/5s.
Sadie Powell
2022-12-20
1
-4
/
+4
*
|
Use auto instead of type names where the type is obvious.
Sadie Powell
2022-09-29
1
-1
/
+1
*
|
Fix various cases of the &* being next to the name instead of type.
Sadie Powell
2022-09-29
1
-1
/
+1
*
|
Fix some warnings noticed by the readability-* clang-tidy checkers.
Sadie Powell
2022-09-03
1
-1
/
+1
*
|
Modernize various minor legacy C++isms.
Sadie Powell
2022-07-30
1
-3
/
+2
*
|
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-2
/
+2
*
|
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
1
-3
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-29
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2022-04-28
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-02-01
1
-3
/
+3
|
\
|
|
*
Fix splitting servers multiple times in some cases.
Sadie Powell
2022-02-01
1
-1
/
+1
|
*
Fix duplicate messages when a server connection errors.
Sadie Powell
2022-02-01
1
-2
/
+2
*
|
Always use ExtractTS to extract timestamps from S2S messages.
Sadie Powell
2021-09-10
1
-1
/
+1
*
|
Migrate collections from insert to emplace.
Sadie Powell
2021-04-18
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
1
-2
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
1
-2
/
+2
*
|
Convert CmdResult to an 8-bit strongly typed enum.
Sadie Powell
2020-10-27
1
-2
/
+2
*
|
Fix the case of getError/getSendQSize and rewrite the doc comments.
Sadie Powell
2020-07-20
1
-1
/
+1
*
|
Rip out compatibility code for the 2.0 protocol.
Sadie Powell
2020-05-20
1
-7
/
+0
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-2
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-04-24
1
-1
/
+1
|
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-09
1
-1
/
+1
|
\
|
|
*
More HasFd() conversions.
Sadie Powell
2020-04-09
1
-1
/
+1
*
|
Move FindUUID to the UserManager class.
Sadie Powell
2020-02-09
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-4
/
+7
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-4
/
+7
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-11-13
1
-1
/
+1
|
\
|
|
*
Add whether the server split with an error to OnServerSplit.
Peter Powell
2019-09-23
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-09-23
1
-5
/
+5
|
\
|
|
*
Lower the acceptable drift for clocks on link.
Peter Powell
2019-09-20
1
-5
/
+5
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-05-15
1
-14
/
+17
|
\
|
|
*
Add an enumeration for known protocol versions.
Peter Powell
2019-05-14
1
-1
/
+1
|
*
Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr.
Peter Powell
2019-05-14
1
-1
/
+1
|
*
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2019-04-28
1
-4
/
+4
|
*
m_spanningtree: Parse and copy message tags for all cmds
•••
Don't ignore message tags on ServerCommands, and avoid creating duplicate CommandBase::Params instances
linuxdaemon
2019-04-28
1
-7
/
+10
|
*
m_spanningtree: Ensure tags are sent in forwarded cmds
•••
When a user (U1) sends a PRIVMSG to a server (S1), which sends it to S2, which finally sends it to S3 to send to U2, S2 doesn't send the tags it received on the command from S1 to S3.
linuxdaemon
2019-04-28
1
-2
/
+2
[next]