aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ircv3_servertime.cpp
Commit message (Expand)AuthorAgeFilesLines
* More const correctness work.Gravatar Sadie Powell2022-12-081-1/+1
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-3/+3
* Mark all message tag provider classes as final.Gravatar Sadie Powell2021-10-011-1/+1
* Mark all module classes as final.Gravatar Sadie Powell2021-10-011-1/+2
* Migrate collections from insert to emplace.Gravatar Sadie Powell2021-04-181-1/+1
* Convert FOREACH_MOD_CUSTOM to a variadic function.Gravatar Sadie Powell2020-11-101-3/+1
* Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\
| * Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-6/+3
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-4/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-1/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-09-231-0/+2
|\|
| * Silence some GCC warnings.Gravatar Peter Powell2019-08-231-0/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-271-1/+15
|\|
| * Add the time tag on the server the message originates from.Gravatar Peter Powell2019-07-221-1/+15
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-161-3/+8
|\|
| * Implement support for millisecond level server-time accuracy.Gravatar Peter Powell2019-06-071-3/+8
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-1/+1
|/
* Add support for the IRCv3 server-time specification.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> Gravatar Peter Powell2018-08-131-0/+72