Changes between Initial Version and Version 1 of Ticket #33367


Ignore:
Timestamp:
Feb 27, 2012, 1:48:09 AM (12 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33367

    • Property Version changed from 2.0.3 to
  • Ticket #33367 – Description

    initial v1  
    22This is a major release, with lot of bugs fixed and major new features.
    33Among the new features:
    4 - support of Scheme scripts (new plugin "guile")
    5 - support of Python 3.x (but version 2.x still recommended)
    6 - add "weechat" protocol in relay plugin for remote interfaces, like QWeeChat
    7 - new option irc.color.mirc_remap to remap mirc colors in irc messages
    8 - new options irc.look.highlight_{server|channel|pv} to customize or disable default nick highlight
    9 - new option "capabilities" in irc servers (to enable some client capabilities on connection)
    10 - new option weechat.history.max_buffer_lines_minutes to limit buffer history by time
    11 - use extended regex in /filter, /ignore and /list
    12 - add support of flags in regular expressions and highlight options
    13 - add URL transfer in plugin API (with hook_process and hook_process_hashtable)
    14 - add translations in japanese
    15 - add doc for relay protocol
    16 - add developer's guide
    17 - many bugs fixed.
     4 - support of Scheme scripts (new plugin "guile")
     5 - support of Python 3.x (but version 2.x still recommended)
     6 - add "weechat" protocol in relay plugin for remote interfaces, like QWeeChat
     7 - new option irc.color.mirc_remap to remap mirc colors in irc messages
     8 - new options irc.look.highlight_{server|channel|pv} to customize or disable default nick highlight
     9 - new option "capabilities" in irc servers (to enable some client capabilities on connection)
     10 - new option weechat.history.max_buffer_lines_minutes to limit buffer history by time
     11 - use extended regex in /filter, /ignore and /list
     12 - add support of flags in regular expressions and highlight options
     13 - add URL transfer in plugin API (with hook_process and hook_process_hashtable)
     14 - add translations in japanese
     15 - add doc for relay protocol
     16 - add developer's guide
     17 - many bugs fixed.
    1818For complete list of new features and bugs fixed, please look at development blog or ChangeLog.