Commit Graph

24 Commits

Author SHA256 Message Date
Guido Berhoerster
ca3a90ab87 Accepting request 149441 from home:scarabeus_iv
- 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
2013-01-21 15:11:59 +00:00
Guido Berhoerster
a3573166f2 - update to version 0.3.9.2:
* fix possible shell injection vulnerability in hook_process
    function (bnc#790217)

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=47
2012-11-19 09:41:38 +00:00
Guido Berhoerster
a3c91ea90d - update to version 0.3.9.1:
* fix buffer overflow when decoding IRC colors in strings

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=46
2012-11-10 13:43:28 +00:00
Guido Berhoerster
2ed5be3a0f - 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/package/show/server:irc/weechat?expand=0&rev=45
2012-09-30 08:03:33 +00:00
Guido Berhoerster
47619d8bf8 - 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

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=43
2012-06-04 08:57:36 +00:00
Guido Berhoerster
f3b3c9fcf7 - 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/package/show/server:irc/weechat?expand=0&rev=41
2012-06-04 07:31:40 +00:00
Guido Berhoerster
f3444a15f1 Accepting request 121649 from home:badshah400:branches:server:irc
Fix unresolvable build status for Factory by requiring libgnutls instead of gnutls

OBS-URL: https://build.opensuse.org/request/show/121649
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=40
2012-05-21 12:47:16 +00:00
Pascal Bleser
c2831f553f 0.3.7
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=39
2012-02-26 15:20:25 +00:00
Guido Berhoerster
108857a451 - clean up build dependencies
- build against lua51 for > 12.1

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=38
2012-01-08 15:47:19 +00:00
Guido Berhoerster
9dfeb5c1cb Accepting request 96117 from devel:openSUSE:Factory:for-legal
- the COPYING says GPL-3.0+

OBS-URL: https://build.opensuse.org/request/show/96117
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=37
2011-12-09 14:47:44 +00:00
Guido Berhoerster
b0352f598b - removed weechat-remove_build_timestamp.patch and use previous
code again to deal with timestamps
- fixed up previous changelog entry

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=36
2011-10-23 08:32:56 +00:00
Pascal Bleser
dced99b4a5 0.3.6
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=35
2011-10-22 23:05:08 +00:00
Guido Berhoerster
807fd0ea15 - 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
  * 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
2011-05-16 08:31:45 +00:00
Guido Berhoerster
e4ab328485 - dropped weechat-0.3.4-remove-date-time.patch, use date/time from
last changelog entry rather than removing it completely
- use %desktop_database_post/un

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=33
2011-03-23 23:55:34 +00:00
c978b8e68a Accepting request 64760 from home:coolo:nolicenses
well for now.

OBS-URL: https://build.opensuse.org/request/show/64760
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=32
2011-03-22 11:18:10 +00:00
Guido Berhoerster
cc289950a8 - added weechat-0.3.4-fix-array-overflow.patch which fixes an
array overflow

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=31
2011-02-17 09:27:43 +00:00
Pascal Bleser
9a54c92f1e 0.3.4
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=30
2011-01-16 15:23:34 +00:00
Guido Berhoerster
d2eea23662 Accepting request 52501 from home:gberh:branches:server:irc
Reviewed OK

OBS-URL: https://build.opensuse.org/request/show/52501
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=29
2010-11-08 23:33:01 +00:00
Pascal Bleser
0093d25dbb Accepting request 50262 from home:gberh:branches:server:irc
reviewed OK

OBS-URL: https://build.opensuse.org/request/show/50262
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=28
2010-11-04 19:50:35 +00:00
Pascal Bleser
d5fd773c0e 0.3.3
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=26
2010-08-08 07:11:46 +00:00
Pascal Bleser
be55192703 0.3.2
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=24
2010-04-18 20:27:20 +00:00
Pascal Bleser
dd78456eba 0.3.1.1
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=23
2010-01-31 19:16:53 +00:00
Pascal Bleser
dacb80203f 0.3.1
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=21
2010-01-24 00:51:09 +00:00
Pascal Bleser
72570c7430 .changes file + minor fix in the .desktop file + licenses support
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=19
2009-11-07 00:32:08 +00:00