* rename binary from "weechat-curses" to "weechat" (with symbolic
link "weechat-curses" for compatibility)
* add secured data (encryption of passwords or private data), new
command /secure, new file sec.conf
* search of regular expression in buffer with text emphasis, in
prefixes, messages or both
* add option "scroll_beyond_end" for command /window
* add optional buffer context in bar items (for example to
display bitlbee nicklist in a root bar)
* new options weechat.look.hotlist_{prefix|suffix}
* new option weechat.look.key_bind_safe to prevent any key
binding error from user
* new option weechat.network.proxy_curl to use a proxy when
downloading URLs with curl
* display day change message dynamically
* support of wildcards in IRC commands (de)op/halfop/voice
* new option irc.look.notice_welcome_redirect to redirect channel
welcome notices to the channel buffer
* new option irc.look.nick_color_hash: new hash algorithm to find
nick colors (variant of djb2)
* add info about things defined by a script in the detailed view
of script (/script show)
* support of "enchant" library in aspell plugin
* many bugs fixed.
- rebased weechat-0.4.1-capath.diff and renamed to
weechat-capath.patch
- build aspell plugin with enchant support
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=52
- update to version 0.4.1
* multiple layouts support
* nick prefix/suffix are now dynamic (and managed by core instead
of irc plugin)
* unmask irc join if nick speaks some minutes after the join
* new option irc.look.display_join_message to disable some
messages after joining a channel
* new option irc.look.pv_buffer to automatically merge private
buffers
* add support of UHNAMES
* add DH-AES encryption method for SASL
* multiple irc servers allowed on same port for irc protocol in
relay plugin
* add WebSocket server support (RFC 6455) in relay plugin (for
irc and weechat protocols)
* send nicklist difference in relay plugin (weechat protocol)
* add control of autoload for scripts
* optimizations in aspell plugin
* many bugs fixed.
OBS-URL: https://build.opensuse.org/request/show/176235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=18
* multiple layouts support
* nick prefix/suffix are now dynamic (and managed by core instead
of irc plugin)
* unmask irc join if nick speaks some minutes after the join
* new option irc.look.display_join_message to disable some
messages after joining a channel
* new option irc.look.pv_buffer to automatically merge private
buffers
* add support of UHNAMES
* add DH-AES encryption method for SASL
* multiple irc servers allowed on same port for irc protocol in
relay plugin
* add WebSocket server support (RFC 6455) in relay plugin (for
irc and weechat protocols)
* send nicklist difference in relay plugin (weechat protocol)
* add control of autoload for scripts
* optimizations in aspell plugin
* many bugs fixed.
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=49
- Version bump to version 0.4.0:
* add option "diff" for command /set, display default values in output of /set
* add color support in prefix options
* add command /eval, use expression in conditions for bars
* connect by default with IPv6 to servers with fallback to IPv4
* add aspell suggestions
* add support of tags in irc messages and "server-time" capability
* add irc command /quiet
* add support of IPv6 in relay plugin
* add backlog for irc protocol in relay plugin
* display remote IP address for DCC chat/file in xfer plugin
* add git version in build
* many bugs fixed.
OBS-URL: https://build.opensuse.org/request/show/171130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=17
- Version bump to version 0.4.0:
* add option "diff" for command /set, display default values in output of /set
* add color support in prefix options
* add command /eval, use expression in conditions for bars
* connect by default with IPv6 to servers with fallback to IPv4
* add aspell suggestions
* add support of tags in irc messages and "server-time" capability
* add irc command /quiet
* add support of IPv6 in relay plugin
* add backlog for irc protocol in relay plugin
* display remote IP address for DCC chat/file in xfer plugin
* add git version in build
* many bugs fixed.
OBS-URL: https://build.opensuse.org/request/show/149441
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=48
- update to version 0.3.9:
* add plugin "script" (replacement of weeget.py and script.pl)
* add support of SSL in relay plugin
* add color for offline nicks
* add system resource limits for WeeChat process
* add zoom on merged buffer (default key: alt+"x")
* add "Day changed to" in logger backlog
* add command line option "-r" (or "--run-command") to run
command(s) after startup of WeeChat
* add option "swap" for command /buffer
* generate alternate IRC nicks dynamically (when all nicks are
already in use)
* fix rejoin of password protected IRC channels
* fix freeze in irc and relay plugins with sockets
* allow update for some variables of hdata
* add japanese user's guide, scripting guide and tester's guide
* many bugs fixed
- drop obsolete weechat-fix-cmake-guile.patch
OBS-URL: https://build.opensuse.org/request/show/136464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=13
* add plugin "script" (replacement of weeget.py and script.pl)
* add support of SSL in relay plugin
* add color for offline nicks
* add system resource limits for WeeChat process
* add zoom on merged buffer (default key: alt+"x")
* add "Day changed to" in logger backlog
* add command line option "-r" (or "--run-command") to run
command(s) after startup of WeeChat
* add option "swap" for command /buffer
* generate alternate IRC nicks dynamically (when all nicks are
already in use)
* fix rejoin of password protected IRC channels
* fix freeze in irc and relay plugins with sockets
* allow update for some variables of hdata
* add japanese user's guide, scripting guide and tester's guide
* many bugs fixed
- drop obsolete weechat-fix-cmake-guile.patch
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=45
- enable guile scripting support introduced in 0.3.7
- dropped unnecessary weechat-0.3.3-fix-strftime.patch
- added weechat-fix-cmake-guile.patch which fixes the include dir
for guile no being passed to the guild script plugin cmake file
- update to version 0.3.8:
* add terminal "bracketed paste mode"
* add IRC "external" SASL mechanism
* improve parsing of IRC channel modes (do not send extra command
"MODE" to server)
* follow symbolic links for configuration files (*.conf)
* new option weechat.look.prefix_same_nick (hide same prefix for
multiple consecutive messages from same nick)
* add colors for backlog lines
* redirect IRC messages from clients to hide output (relay
plugin, IRC protocol)
* add a connection timeout for child process in hook_connect
* fix display bugs and crashs with small windows
* fix truncated configuration files (zero-length) after system
crash
* many bugs fixed.
OBS-URL: https://build.opensuse.org/request/show/123448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=11
* add terminal "bracketed paste mode"
* add IRC "external" SASL mechanism
* improve parsing of IRC channel modes (do not send extra command
"MODE" to server)
* follow symbolic links for configuration files (*.conf)
* new option weechat.look.prefix_same_nick (hide same prefix for
multiple consecutive messages from same nick)
* add colors for backlog lines
* redirect IRC messages from clients to hide output (relay
plugin, IRC protocol)
* add a connection timeout for child process in hook_connect
* fix display bugs and crashs with small windows
* fix truncated configuration files (zero-length) after system
crash
* many bugs fixed.
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=41
- removed weechat-remove_build_timestamp.patch and use previous
code again to deal with timestamps
- update to 0.3.6:
* mouse support
* cursor mode (free movement of cursor on screen)
* contexts for keys (default, search, cursor, mouse)
* hdata in API (direct access to WeeChat data)
* "inactive" colors for inactive windows and lines in merged
buffers
* support of merged buffers in /layout, save layout of
buffers/windows on /upgrade
* horizontal scrolling in buffers with free content
* split of outgoing IRC messages
* options for "more" chars in bars
* bold not used any more for basic colors (if terminal has more
than 16 colors)
* automatic zoom on current window when terminal becomes too
small for windows
* new command /repeat
* local variable "highlight_regex" in buffers
- added weechat-remove_build_timestamp.patch
- update to version 0.3.5:
* 256 colors support improved (dynamic allocation of colors)
* attributes for colors (bold/reverse/underline)
* better scroll of input (with long text)
* output of /help improved for list of commands and their
arguments
* remember scroll position of buffers in windows
OBS-URL: https://build.opensuse.org/request/show/89182
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=7
* 256 colors support improved (dynamic allocation of colors)
* attributes for colors (bold/reverse/underline)
* better scroll of input (with long text)
* output of /help improved for list of commands and their
arguments
* remember scroll position of buffers in windows
* list of buffers in filters
* count of messages in hotlist buffers
* swap buffers of windows
* balance of windows
* new API function to set help on plugin/script options
* speller options in aspell plugin
* option for SSL priorities in IRC servers
* color nicks in nicklist and output of /names
- dropped weechat-0.3.4-fix-array-overflow.patch which has been
included upstream
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=34