Commit Graph

  • 3a7636ff6b Accepting request 287373 from server:irc Dominique Leuenberger 2015-02-24 12:02:51 +00:00
  • c020fb7cb9 - Version bump to 1.1.1: * core: fix random error when creating symbolic link weechat-curses on make install with cmake (bug #40313) * core: fix crash when a root bar has conditions different from active/inactive/nicklist (closes #317) * irc: don’t close channel buffer on second /part when option irc.look.part_closes_buffer is off (closes #313) * irc: fix /join on a channel buffer opened with autojoin but which failed to join * irc: send QUIT to server and no PART for channels when the server buffer is closed (closes #294) * irc: fix order of channel buffers opened when option irc.look.server_buffer is set to "independent", irc.look.buffer_open_before_autojoin to "on" and irc.look.new_channel_position to "near_server" (closes #303) * irc: fix crash in buffer close when server name is the same as a channel name (closes #305) Tomáš Chvátal 2015-02-16 16:45:46 +00:00
  • ffbe632f33 Accepting request 284040 from server:irc Dominique Leuenberger 2015-02-05 10:00:57 +00:00
  • 2b2a46609d - Recommend lang package and perl/python scripting support as bare iron weechat is bit boring Tomáš Chvátal 2015-01-28 12:28:08 +00:00
  • d63703208c - Make this build on SLE12 Tomáš Chvátal 2015-01-28 10:42:56 +00:00
  • b13a1bef28 Accepting request 280844 from server:irc Dominique Leuenberger 2015-01-14 10:44:45 +00:00
  • 2e74db993b - Version bump to 1.1: - complete inline commands in input - allow incomplete commands if unambiguous - improve speed of completions - add bar item and signals for mouse status - use bar conditions on root bars - add option "reorder" in command /server - open irc channel buffers before the join is received from server - add server option "sasl_fail" - add support for color codes 16-99 in IRC messages - disable SSLv3 by default - add support of IRC capability "extended-join" - add options "stop" and "start" in command /relay - use HTTPS by default in script plugin for downloads - add option "restore" in command /trigger - evaluate and replace regex groups at same time in trigger (new and incompatible format) - many bugs fixed. Tomáš Chvátal 2015-01-12 07:40:02 +00:00
  • 602f40fd78 Accepting request 262489 from server:irc Dominique Leuenberger 2014-11-24 10:13:29 +00:00
  • bee8bf58a1 Accepting request 262467 from home:scarabeus_iv:branches:server:irc Guido Berhoerster 2014-11-20 17:10:06 +00:00
  • a85794b98f Accepting request 257286 from server:irc Stephan Kulow 2014-10-18 07:09:04 +00:00
  • 8d0ff85a79 - update toversion 1.0.1 - this is a bug fix and maintenance release - for complete list of bugs fixed, please look at ChangeLog Guido Berhoerster 2014-10-10 06:12:09 +00:00
  • 7263b9e3ff Accepting request 244938 from server:irc Ludwig Nussel 2014-08-18 09:23:59 +00:00
  • a46dad48c1 - update to version 1.0 - plugin "trigger": Swiss Army knife for WeeChat (replaces "rmodifier" plugin) - plugin "exec": execute external commands (replaces script "shell.py") - bare display: easy click on long URLs and text selection with mouse - support of environment variables in /set command - hidden buffers - negated tags in filters - toggle of filters in specific buffers - flexible conditions for adding/removing buffers in hotlist - text search in buffers with free content - support of wildcard "*" inside masks - support of nested variables in evaluated expressions - tag with host in IRC messages displayed - support of "away-notify" IRC capability - IRC commands: /allpv, /remove, /unquiet - bar items: buffer_short_name, irc_nick_modes - unit tests - many bugs fixed - drop obsolete weechat-link-pthread.patch Guido Berhoerster 2014-08-16 13:17:39 +00:00
  • 8334028856 Accepting request 238994 from server:irc Stephan Kulow 2014-06-30 20:50:31 +00:00
  • 9fdb85ec5c - Make the thing build again on SLE11 as we use it in SUSE on server :) Tomáš Chvátal 2014-06-23 09:25:45 +00:00
  • 3b6d3c95d2 Accepting request 235460 from server:irc Stephan Kulow 2014-05-27 10:03:49 +00:00
  • c1bc37a0ef make sure weechat-curses is created Guido Berhoerster 2014-05-26 21:44:20 +00:00
  • 235d54be57 - update to version 0.4.3 - new command /print - logical and/or for tags in /filter and hook_print - gaps in buffer numbers - support of italic text - new options to customize default text search in buffers - use of IRC monitor command for /notify (if available on server) - new IRC server option "ssl_fingerprint" - new option to smart-filter IRC mode messages - new option for default IRC ban mask - support of IPv6 for DCC chat/file - auto check CRC32 of files received with DCC - many bugs fixed - add weechat-link-pthread.patch in order to link Weechat against libpthread fixing freezes/crashes with gnutls (backported from upstream git) Guido Berhoerster 2014-05-26 15:03:31 +00:00
  • dd1f44e723 Accepting request 202488 from server:irc Tomáš Chvátal 2013-10-08 09:06:53 +00:00
  • 090431899f - remove support for < 12.2 Guido Berhoerster 2013-10-07 10:08:59 +00:00
  • c5bc50fba2 - update to version 0.4.2 * 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 Guido Berhoerster 2013-10-07 09:58:57 +00:00
  • bcca917b1b Accepting request 197534 from server:irc Tomáš Chvátal 2013-09-08 09:34:27 +00:00
  • 1ce4472565 - add libperl_requires Michael Schröder 2013-09-05 16:53:16 +00:00
  • fa74b8ab99 Accepting request 186116 from server:irc Tomáš Chvátal 2013-08-07 08:45:20 +00:00
  • c275a9d224 Accepting request 186112 from home:lnussel:branches:server:irc Pascal Bleser 2013-08-06 14:17:44 +00:00
  • 4e29a1f381 Accepting request 176235 from server:irc Stephan Kulow 2013-05-27 08:10:07 +00:00
  • adb035d90f - 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. Guido Berhoerster 2013-05-21 08:16:54 +00:00
  • 369362c434 Accepting request 171130 from server:irc Stephan Kulow 2013-04-17 21:18:31 +00:00
  • ca3a90ab87 Accepting request 149441 from home:scarabeus_iv Guido Berhoerster 2013-01-21 15:11:59 +00:00
  • 995a1fab2c Accepting request 141869 from server:irc Stephan Kulow 2012-11-20 09:50:52 +00:00
  • a3573166f2 - update to version 0.3.9.2: * fix possible shell injection vulnerability in hook_process function (bnc#790217) Guido Berhoerster 2012-11-19 09:41:38 +00:00
  • 8d56a6b4a2 Accepting request 140810 from server:irc Stephan Kulow 2012-11-12 06:07:47 +00:00
  • a3c91ea90d - update to version 0.3.9.1: * fix buffer overflow when decoding IRC colors in strings Guido Berhoerster 2012-11-10 13:43:28 +00:00
  • 330e3d6abf Accepting request 136464 from server:irc Stephan Kulow 2012-10-03 08:13:46 +00:00
  • 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 Guido Berhoerster 2012-09-30 08:03:33 +00:00
  • 601d50add7 Accepting request 123448 from server:irc Stephan Kulow 2012-06-05 13:36:01 +00:00
  • aa3ab11621 fix guile paths for 11.4 Guido Berhoerster 2012-06-04 09:41:05 +00:00
  • 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 Guido Berhoerster 2012-06-04 08:57:36 +00:00
  • 92f608bdb5 fix source files Guido Berhoerster 2012-06-04 07:35:36 +00:00
  • 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. Guido Berhoerster 2012-06-04 07:31:40 +00:00
  • 31253d7045 Accepting request 121658 from server:irc Stephan Kulow 2012-05-22 06:20:12 +00:00
  • f3444a15f1 Accepting request 121649 from home:badshah400:branches:server:irc Guido Berhoerster 2012-05-21 12:47:16 +00:00
  • b8ebfdea07 Accepting request 108331 from server:irc Stephan Kulow 2012-03-07 19:10:41 +00:00
  • c2831f553f 0.3.7 Pascal Bleser 2012-02-26 15:20:25 +00:00
  • f03fb47179 Accepting request 99361 from server:irc Stephan Kulow 2012-01-09 15:01:28 +00:00
  • 108857a451 - clean up build dependencies - build against lua51 for > 12.1 Guido Berhoerster 2012-01-08 15:47:19 +00:00
  • 9dfeb5c1cb Accepting request 96117 from devel:openSUSE:Factory:for-legal Guido Berhoerster 2011-12-09 14:47:44 +00:00
  • c026498d57 Accepting request 89182 from server:irc Stephan Kulow 2011-10-25 15:19:06 +00:00
  • b0352f598b - removed weechat-remove_build_timestamp.patch and use previous code again to deal with timestamps - fixed up previous changelog entry Guido Berhoerster 2011-10-23 08:32:56 +00:00
  • dced99b4a5 0.3.6 Pascal Bleser 2011-10-22 23:05:08 +00:00
  • 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 Guido Berhoerster 2011-05-16 08:31:45 +00:00
  • 89cce3fd95 Autobuild autoformatter for 65904 Sascha Peilicke 2011-04-04 13:22:59 +00:00
  • c56bc4237a Accepting request 65904 from server:irc Sascha Peilicke 2011-04-04 13:22:50 +00:00
  • 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 Guido Berhoerster 2011-03-23 23:55:34 +00:00
  • c978b8e68a Accepting request 64760 from home:coolo:nolicenses Marcus Rueckert 2011-03-22 11:18:10 +00:00
  • cc289950a8 - added weechat-0.3.4-fix-array-overflow.patch which fixes an array overflow Guido Berhoerster 2011-02-17 09:27:43 +00:00
  • 9a54c92f1e 0.3.4 Pascal Bleser 2011-01-16 15:23:34 +00:00
  • 92ee6d3f8d Autobuild autoformatter for 55057 Marcus Rueckert 2010-12-20 15:53:49 +00:00
  • 923b37568f Accepting request 55057 from server:irc Marcus Rueckert 2010-12-20 15:53:42 +00:00
  • d2eea23662 Accepting request 52501 from home:gberh:branches:server:irc Guido Berhoerster 2010-11-08 23:33:01 +00:00
  • 0093d25dbb Accepting request 50262 from home:gberh:branches:server:irc Pascal Bleser 2010-11-04 19:50:35 +00:00
  • c529c3f5ad unfuzz patch Pascal Bleser 2010-08-08 08:58:43 +00:00
  • d5fd773c0e 0.3.3 Pascal Bleser 2010-08-08 07:11:46 +00:00
  • 5c4b5244a3 redo patch Pascal Bleser 2010-04-18 23:11:50 +00:00
  • be55192703 0.3.2 Pascal Bleser 2010-04-18 20:27:20 +00:00
  • dd78456eba 0.3.1.1 Pascal Bleser 2010-01-31 19:16:53 +00:00
  • 486bc8bccd redo patch with fuzz 0 to fix build on factory Pascal Bleser 2010-01-24 09:23:49 +00:00
  • dacb80203f 0.3.1 Pascal Bleser 2010-01-24 00:51:09 +00:00
  • 8c7a040b3a fix on old SUSE versions Pascal Bleser 2009-11-07 01:46:55 +00:00
  • 72570c7430 .changes file + minor fix in the .desktop file + licenses support Pascal Bleser 2009-11-07 00:32:08 +00:00
  • 46b19678bd add missing BR: gcc-c++ Pascal Bleser 2009-09-15 10:32:14 +00:00
  • ff60947a04 add missing BR:tcl-devel Pascal Bleser 2009-09-14 17:11:57 +00:00
  • 92076e7e11 0.3.0 Pascal Bleser 2009-09-14 14:00:40 +00:00
  • 6f5061ac1c add missing BR:pkgconfig Pascal Bleser 2009-06-13 21:21:28 +00:00
  • 3594c47d63 0.2.6.3 Pascal Bleser 2009-06-13 21:12:19 +00:00
  • b766a5e22d 0.2.6.2 Pascal Bleser 2009-04-19 05:00:12 +00:00
  • 8c16e7ec25 removed Þbug_package Pascal Bleser 2009-03-17 18:18:12 +00:00
  • 93ede80e72 0.2.6.1 Pascal Bleser 2009-03-17 16:57:21 +00:00
  • 8352a5d258 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=10 OBS User unknown 2007-09-06 18:22:06 +00:00
  • f528f52081 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=9 OBS User unknown 2007-09-06 18:22:05 +00:00
  • e520a40907 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=8 OBS User unknown 2007-09-06 18:21:25 +00:00
  • 4202e8a967 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=7 OBS User unknown 2007-06-08 23:01:57 +00:00
  • daab3495d1 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=6 OBS User unknown 2007-06-08 22:57:17 +00:00
  • 67a3aa6305 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=5 OBS User unknown 2007-06-08 22:54:39 +00:00
  • d21ef9092f OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=4 OBS User unknown 2007-06-08 22:48:34 +00:00
  • 5439f1768f OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=3 OBS User unknown 2007-06-08 22:40:42 +00:00
  • b5e90b46cb OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=2 OBS User unknown 2007-06-08 22:40:42 +00:00
  • 5b243e9244 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=1 OBS User unknown 2007-06-08 22:40:41 +00:00