Update of bug #29879 (project weechat):

                  Status:               Confirmed => Fixed                  

    _______________________________________________________

Follow-up Comment #1:

Done. But colors are not preserved in cut of messages (IMHO, it would make
more complex code, for something not really useful).

So with fix:
- privmsg is split correctly (CTCP is preserved)
- /me is split
- other messages are split: ison, join, notice, wallops, 005, 353
- messages sent by relay plugin to clients of irc proxy are split.

For dcc chat (xfer), I think it's not needed to split messages since there is
no IRC server between partners (tell me if I'm wrong). Moreover, it's not an
IRC message (with PRIVMSG), but only a string with a final new line char. I
made some tests with some other IRC clients, no problem with large messages.

And this split is accessible to other plugins/scripts with new info_hashtable
called "irc_message_split".

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?29879>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/


_______________________________________________
Weechat-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/weechat-dev

Reply via email to