ircdocs / modern-irc

A useful overview and reference to the IRC client protocol as it is implemented today.
http://modern.ircdocs.horse/
Other
195 stars 34 forks source link

strengthen RPL_CREATIONTIME from MAY to SHOULD #238

Open slingamn opened 3 months ago

slingamn commented 3 months ago

All tested ircds except for irc2 and Sable (which don't use timestamps for conflict resolution) send RPL_CREATIONTIME, and some clients display it to the end user. Since it's a de facto standard, recommend that server implementations send it when possible.

Discussion thread here: https://github.com/Libera-Chat/sable/issues/130