Opened at 2013-01-05T22:18:54Z
Closed at 2020-05-05T15:56:10Z
#1016 closed enhancement (fixed)
Support server-time client capability specification
Reported by: | Owned by: | wilmer | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | IRC | Version: | 3.0.6 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Linux |
OS version/distro: |
Description
There is a recent specification which allows IRC servers to inform clients of the actual timestamp of a message: http://ircv3.atheme.org/extensions/server-time-3.2
Not many clients support this new specification, yet. To my knowledge only Textual, WeeChat and ZNC. However it would be a nice alternative to the display_timestamp
setting. It would ease the integration of BitlBee and the IRC client by eliminating the need for an additional script parsing and rendering the timestamp.
Attachments (0)
Change History (3)
comment:1 Changed at 2013-01-06T13:57:47Z by
comment:2 Changed at 2020-05-05T15:32:21Z by
I just noticed that there's no server-time in capability list. Is this still planned or has to be enabled somehow?
comment:3 Changed at 2020-05-05T15:56:10Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
It's there. You need bitlbee 3.6
:im.bitlbee.org CAP * LS :sasl multi-prefix extended-join away-notify userhost-in-names server-time
I'll just close this, totally forgot there was a ticket for it.
That's pretty neat. Yes, will do this and look at what else IRCv3 does/adds. http://ircv3.atheme.org/extensions/away-notify-3.1 looks interesting for example.