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