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
/
commandbuilder.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-1
/
+1
|
*
Remove GetSID, rename sid to ServerId.
Sadie Powell
2023-02-28
1
-1
/
+1
|
*
More const correctness work.
Sadie Powell
2022-12-08
1
-6
/
+6
|
*
Assign more class members inline instead of in the constructor.
Sadie Powell
2022-10-21
1
-4
/
+1
|
*
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-2
/
+2
|
*
Purge SpanningTreeUtilities::DoOneToMany.
Sadie Powell
2021-07-23
1
-1
/
+1
|
*
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-2
/
+2
|
*
Convert FOREACH_MOD_CUSTOM to a variadic function.
Sadie Powell
2020-11-10
1
-2
/
+2
|
*
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-4
/
+1
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-1
/
+3
|
*
Add the server id to the Server class.
Peter Powell
2019-09-23
1
-1
/
+1
|
*
Fix some regressions in sending tags between servers.
Peter Powell
2019-07-22
1
-1
/
+1
|
*
Add an event for adding tags to S2S messages.
Peter Powell
2019-07-19
1
-20
/
+30
|
*
Get rid of CommandBuilder::push_back.
Peter Powell
2019-07-19
1
-2
/
+0
|
*
spanningtree: Never send a message to a raw UUID in CmdBuilder.
Peter Powell
2019-07-19
1
-2
/
+2
|
*
Fix message tags not being broadcast across the network.
Peter Powell
2019-01-02
1
-0
/
+24
|
*
m_spanningtree Remove unused CommandBuilder::Unicast() overload accepting a ↵
Attila Molnar
2016-03-29
1
-5
/
+0
|
|
|
|
string
*
m_spanningtree Add CmdBuilder::push_raw() overload for ranges
Attila Molnar
2015-01-09
1
-0
/
+7
|
*
m_spanningtree Add CmdBuilder::push_raw_int()
Attila Molnar
2014-06-11
1
-0
/
+7
|
*
Introduce Server class
Attila Molnar
2014-01-05
1
-2
/
+2
|
|
|
|
|
- Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine()
*
Send ListModeBase modes implicitly on channel sync
attilamolnar
2013-09-12
1
-0
/
+1
|
|
|
|
Remove Module::ProtoSendMode() and ListModeBase::DoSyncChannel()
*
Fix compile warnings as seen on g++ 4.4.7
Adam
2013-09-08
1
-11
/
+11
|
*
m_spanningtree Introduce command builders
attilamolnar
2013-08-27
1
-0
/
+139