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
/
clientprotocolmsg.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert various enums to strongly typed scoped enums.
Sadie Powell
2023-01-22
1
-13
/
+13
*
Merge branch 'insp3' into master.
Sadie Powell
2023-01-01
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2022-12-30
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-11-30
1
-13
/
+13
|
\
|
|
*
Mark the entire client protocol namespace as CoreExport.
Sadie Powell
2022-11-30
1
-13
/
+13
*
|
Rename session registration to connection to avoid a semantic conflict.
•••
We previously referred to both session registration and user registration as "registration" which is confusing for users who aren't familiar with how IRC works.
Sadie Powell
2022-10-29
1
-3
/
+3
*
|
Fix a harmless todo in clientprotocolmsg.
Sadie Powell
2022-10-14
1
-2
/
+2
*
|
Replace foo.erase(foo.{size|end}()-1) with foo.pop_back().
Sadie Powell
2022-10-01
1
-1
/
+1
*
|
Replace *foo.rbegin() with foo.end().
Sadie Powell
2022-10-01
1
-2
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-09-19
1
-0
/
+1
|
\
|
|
*
Fix not adding tags when converting a Numeric to a Message.
Sadie Powell
2022-09-18
1
-0
/
+1
*
|
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-6
/
+6
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-4
/
+4
*
|
Add the final keyword to all remaining classes that can have it.
Sadie Powell
2021-12-20
1
-13
/
+26
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-11-05
1
-2
/
+2
|
\
|
|
*
Add Server::GetPublicName(), fix not respecting <security:hideserver>.
Sadie Powell
2021-10-25
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-14
1
-5
/
+3
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-05-14
1
-1
/
+1
|
*
Fix sending malformed pong messages in some cases.
Sadie Powell
2021-05-14
1
-3
/
+4
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-2
/
+2
|
/
*
Hide the server name/desc better when <options:hideserver> is set.
Sadie Powell
2020-12-20
1
-6
/
+6
*
Fix the behaviour of multi-value PING and PONG messages.
Sadie Powell
2020-10-26
1
-1
/
+4
*
Update copyright headers.
InspIRCd Robot
2020-04-24
1
-1
/
+1
*
Fix various documentation and formatting issues.
Sadie Powell
2020-03-30
1
-0
/
+1
*
Add a raw source/target PRIVMSG overload for sending a status msg.
Sadie Powell
2020-03-19
1
-2
/
+11
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-1
/
+2
*
Fix warnings from Doxygen.
Peter Powell
2018-10-21
1
-4
/
+4
*
Implement IRCv3 message tag support.
•••
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
Peter Powell
2018-08-13
1
-0
/
+677