Bug #1148
parse timestamps in +Iebq list
0%
Description
For +Iebq entries, Quassel currently displays raw lines in-channel
* 367 #channel ban_mask_here irc.example.net 1331388332
It could be useful to at least display a human readable date/time the entry was set.
History
#1 Updated by gry over 12 years ago
full list of numerics
:irc.example.net 346 mynick #channel2 invite_exception!*@* mynick!~a@host 1332805803 :irc.example.net 348 mynick #channel2 ban_exception!*@* mynick!~a@host 1332805803 :irc.example.net 367 mynick #channel2 ban!*@* mynick!~a@host 1332805803 :irc.example.net 728 mynick #channel2 q quiet!*@* mynick!~a@host 1332805803
#2 Updated by gry over 12 years ago
Please assign this to me
#3 Updated by Anonymous over 12 years ago
- Assignee set to gry
#4 Updated by gry over 12 years ago
- File 0001-parse-Iebq-no-message-redirection-yet.patch 0001-parse-Iebq-no-message-redirection-yet.patch added
In this patch, handled as Message::Server, the +Iebq lists get sent to Status Buffer.
Some people get many snotes and set 'server notices' target to status buffer. For such users, +Iebq lists could only go to status buffer (but for some of them, it would be more comfortable to see them in-channel instead!). There must be a separate option to handle such preference; that's why this patch isn't final and is simply attached here rather than a merge request.
What I personally would expect to see/do is a new option for 'server messages target', or a way to send the output to channel. I'm leaving this comment here for a proper discussion to find a good way to resolve this problem.
#5 Updated by gry over 12 years ago
It can be simpler to just output ban lists to the channel. MR https://gitorious.org/quassel/quassel/merge_requests/141
#6 Updated by johu over 12 years ago
- Target version set to Some future release