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
/
include
/
clientprotocol.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Merge branch 'insp3' into master.
Sadie Powell
2021-05-11
1
-1
/
+1
|
\
|
*
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2021-04-27
1
-1
/
+1
|
|
*
|
Use parameter pack expansion instead of recursive calls.
Sadie Powell
2021-04-27
1
-16
/
+5
|
|
*
|
Migrate collections from insert to emplace.
Sadie Powell
2021-04-18
1
-1
/
+1
|
|
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-5
/
+5
|
|
*
|
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-4
/
+4
|
|
*
|
Use emplace_back where possible.
Sadie Powell
2021-03-30
1
-3
/
+3
|
|
*
|
Merge tag 'v3.8.1' into master.
Sadie Powell
2020-11-20
1
-2
/
+4
|
\
|
|
*
Silence a harmless warning in newer versions of GCC.
Sadie Powell
2020-11-12
1
-2
/
+4
|
|
*
|
Convert IRCv3::Replies::Reply#Send[IfCap] to variadic functions.
Sadie Powell
2020-11-12
1
-0
/
+20
|
|
*
|
Fix an oversight introduced in commit 98e4ddfb21.
Sadie Powell
2020-05-07
1
-0
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-1
/
+1
|
\
|
|
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
1
-1
/
+1
|
|
*
|
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-16
/
+6
|
/
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-1
/
+2
|
*
Add an event provider class for the event/messagetag event.
Sadie Powell
2020-01-03
1
-1
/
+12
|
*
Fix various cases of broken indentation.
Peter Powell
2019-07-26
1
-2
/
+2
|
*
Rename OnClientProtocolPopulateTags to OnPopulateTags.
Peter Powell
2019-03-30
1
-1
/
+1
|
*
Rename OnClientProtocolProcessTag to OnProcessTag.
Peter Powell
2019-01-22
1
-1
/
+1
|
*
Fix message tags not being broadcast across the network.
Peter Powell
2019-01-02
1
-1
/
+1
|
*
Fix warnings from Doxygen.
Peter Powell
2018-10-21
1
-3
/
+3
|
*
Implement IRCv3 message tag support.
Peter Powell
2018-08-13
1
-0
/
+726
Co-authored-by: Attila Molnar <attilamolnar@hush.com>