aboutsummaryrefslogtreecommitdiff
path: root/include/clientprotocolmsg.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
* Convert various enums to strongly typed scoped enums.Gravatar Sadie Powell2023-01-221-13/+13
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-011-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-301-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-11-301-13/+13
|\|
| * Mark the entire client protocol namespace as CoreExport.Gravatar Sadie Powell2022-11-301-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. Gravatar Sadie Powell2022-10-291-3/+3
* | Fix a harmless todo in clientprotocolmsg.Gravatar Sadie Powell2022-10-141-2/+2
* | Replace foo.erase(foo.{size|end}()-1) with foo.pop_back().Gravatar Sadie Powell2022-10-011-1/+1
* | Replace *foo.rbegin() with foo.end().Gravatar Sadie Powell2022-10-011-2/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-09-191-0/+1
|\|
| * Fix not adding tags when converting a Numeric to a Message.Gravatar Sadie Powell2022-09-181-0/+1
* | Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-221-6/+6
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-4/+4
* | Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-13/+26
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-11-051-2/+2
|\|
| * Add Server::GetPublicName(), fix not respecting <security:hideserver>.Gravatar Sadie Powell2021-10-251-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-141-5/+3
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-05-141-1/+1
| * Fix sending malformed pong messages in some cases.Gravatar Sadie Powell2021-05-141-3/+4
* | Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-2/+2
|/
* Hide the server name/desc better when <options:hideserver> is set.Gravatar Sadie Powell2020-12-201-6/+6
* Fix the behaviour of multi-value PING and PONG messages.Gravatar Sadie Powell2020-10-261-1/+4
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
* Fix various documentation and formatting issues.Gravatar Sadie Powell2020-03-301-0/+1
* Add a raw source/target PRIVMSG overload for sending a status msg.Gravatar Sadie Powell2020-03-191-2/+11
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+2
* Fix warnings from Doxygen.Gravatar Peter Powell2018-10-211-4/+4
* Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> Gravatar Peter Powell2018-08-131-0/+677