]> jfr.im git - irc/weechat/weechat.git/log
irc/weechat/weechat.git
7 years agocore: fix screenshot URL in README origin/1.1
Sébastien Helleu [Sat, 17 Dec 2016 09:01:55 +0000 (10:01 +0100)] 
core: fix screenshot URL in README

9 years agoVersion 1.1.2-dev
Sébastien Helleu [Sun, 25 Jan 2015 08:23:10 +0000 (09:23 +0100)] 
Version 1.1.2-dev

9 years agoVersion 1.1.1 v1.1.1
Sébastien Helleu [Sun, 25 Jan 2015 07:40:23 +0000 (08:40 +0100)] 
Version 1.1.1

9 years agocore: fix random error when creating symbolic link weechat-curses on make install...
Sébastien Helleu [Sat, 24 Jan 2015 15:33:54 +0000 (16:33 +0100)] 
core: fix random error when creating symbolic link weechat-curses on make install with cmake (bug #40313)

(cherry picked from commit a6327bc6f20252481366406580bab9d60e6b5725)

9 years agoirc: don't close channel buffer on second /part when option irc.look.part_closes_buff...
Sébastien Helleu [Sat, 24 Jan 2015 08:37:47 +0000 (09:37 +0100)] 
irc: don't close channel buffer on second /part when option irc.look.part_closes_buffer is off (closes #313)

(cherry picked from commit 1a68242f95383e8bbaa500c9bc9447c3ce9af8ff)

9 years agocore: fix crash when a root bar has conditions different from active/inactive/nicklis...
Sébastien Helleu [Fri, 23 Jan 2015 20:21:39 +0000 (21:21 +0100)] 
core: fix crash when a root bar has conditions different from active/inactive/nicklist (closes #317)

(cherry picked from commit ed9e146e46f157895954b807a332ef6b19044e8f)

9 years agoirc: fix restore of query buffers on /upgrade (closes #315)
Sébastien Helleu [Fri, 23 Jan 2015 19:02:25 +0000 (20:02 +0100)] 
irc: fix restore of query buffers on /upgrade (closes #315)

After /upgrade it was not possible to send a message in the query buffer or to
receive messages from this nick.

This commit fixes the search of query buffer when creating the irc channel
(with type "private").

The bug was introduced by commit 9749b65f7e67bbee55e8708e571f5cff79b1bdbe.

(cherry picked from commit a617cd857a332e1ba2dfc0918e4269804b444106)

9 years agocore: check that filename is not NULL in function util_file_get_content
Sébastien Helleu [Mon, 19 Jan 2015 22:15:30 +0000 (23:15 +0100)] 
core: check that filename is not NULL in function util_file_get_content

(cherry picked from commit 083a6c741dfae78ce74246910a5c5ba3566bba0a)

9 years agoirc: fix /join on a channel buffer opened with autojoin but which failed to join
Sébastien Helleu [Mon, 19 Jan 2015 19:22:58 +0000 (20:22 +0100)] 
irc: fix /join on a channel buffer opened with autojoin but which failed to join

(cherry picked from commit 860ca4be20fcec36f4f130c7e74339672257c2a7)

9 years agoVersion 1.1.1-dev
Sébastien Helleu [Sat, 17 Jan 2015 14:22:15 +0000 (15:22 +0100)] 
Version 1.1.1-dev

9 years agoirc: send QUIT to server and no PART for channels when the server buffer is closed...
Sébastien Helleu [Sat, 17 Jan 2015 14:18:50 +0000 (15:18 +0100)] 
irc: send QUIT to server and no PART for channels when the server buffer is closed (closes #294)

(cherry picked from commit 99d20e97c61c917db3d65c68a094dcfc4a2d7eb1)

9 years agoirc: fix order of channel buffers opened (closes #303)
Sébastien Helleu [Sat, 17 Jan 2015 13:39:31 +0000 (14:39 +0100)] 
irc: fix order of channel buffers opened (closes #303)

(cherry picked from commit 9fbd138518aa18fd19f49e280ae3db38265e130a)

9 years agoirc: fix crash in buffer close when server name is the same as a channel name (closes...
Sébastien Helleu [Sat, 17 Jan 2015 13:38:34 +0000 (14:38 +0100)] 
irc: fix crash in buffer close when server name is the same as a channel name (closes #305)

(cherry picked from commit 9749b65f7e67bbee55e8708e571f5cff79b1bdbe)

9 years agoVersion 1.1 v1.1
Sébastien Helleu [Sun, 11 Jan 2015 08:39:40 +0000 (09:39 +0100)] 
Version 1.1

9 years agocore: add version 1.0.1 in weechat.spec
Sébastien Helleu [Sun, 11 Jan 2015 08:37:15 +0000 (09:37 +0100)] 
core: add version 1.0.1 in weechat.spec

9 years agoirc: fix warning on cast of a pointer
Sébastien Helleu [Sat, 10 Jan 2015 08:29:13 +0000 (09:29 +0100)] 
irc: fix warning on cast of a pointer

9 years agoweechat_user.pl: update translations
Krzysztof Korościk [Fri, 9 Jan 2015 21:03:31 +0000 (22:03 +0100)] 
weechat_user.pl: update translations

9 years agoVersion 1.1-rc2 v1.1-rc2
Sébastien Helleu [Tue, 6 Jan 2015 20:27:29 +0000 (21:27 +0100)] 
Version 1.1-rc2

9 years agodoc: remove option ssl_dhkey_size for freenode
Sébastien Helleu [Tue, 6 Jan 2015 20:14:15 +0000 (21:14 +0100)] 
doc: remove option ssl_dhkey_size for freenode

The default value (2048) is now OK for freenode.

9 years agoirc: defer the auto-connection to servers with a timer (closes #279, task #13038)
Sébastien Helleu [Tue, 6 Jan 2015 20:05:38 +0000 (21:05 +0100)] 
irc: defer the auto-connection to servers with a timer (closes #279, task #13038)

9 years agocore: fix NULL pointer in free of bar window (closes #293); add extra checks on bar...
Sébastien Helleu [Sat, 3 Jan 2015 18:18:09 +0000 (19:18 +0100)] 
core: fix NULL pointer in free of bar window (closes #293); add extra checks on bar window pointers

9 years agodoc: fix compilation of man pages with autotools in source directory
Sébastien Helleu [Sat, 3 Jan 2015 09:06:36 +0000 (10:06 +0100)] 
doc: fix compilation of man pages with autotools in source directory

9 years agocore: sync debian files with debian git repository
Sébastien Helleu [Sat, 3 Jan 2015 08:04:54 +0000 (09:04 +0100)] 
core: sync debian files with debian git repository

9 years agodoc: update Japanese auto-generated files
Sébastien Helleu [Sat, 3 Jan 2015 07:39:49 +0000 (08:39 +0100)] 
doc: update Japanese auto-generated files

9 years agoMerge pull request #292 from l/translation_ja
Sébastien Helleu [Sat, 3 Jan 2015 07:36:29 +0000 (08:36 +0100)] 
Merge pull request #292 from l/translation_ja

core: update Japanese translations

9 years agocore: update Japanese translations
AYANOKOUZI, Ryuunosuke [Sat, 3 Jan 2015 07:16:41 +0000 (16:16 +0900)] 
core: update Japanese translations

9 years agocore: do not add flag "-fPIC" on Cygwin (not needed)
Sébastien Helleu [Thu, 1 Jan 2015 12:38:11 +0000 (13:38 +0100)] 
core: do not add flag "-fPIC" on Cygwin (not needed)

9 years agocore: fix compilation of plugins with cmake >= 3.1 (closes #287)
Sébastien Helleu [Thu, 1 Jan 2015 12:23:57 +0000 (13:23 +0100)] 
core: fix compilation of plugins with cmake >= 3.1 (closes #287)

The flag -fPIC is now forced for compilation of plugins.
It should fix compilation problems when cmake doesn't add this flag.

9 years agocore: update copyright dates
Sébastien Helleu [Thu, 1 Jan 2015 08:23:23 +0000 (09:23 +0100)] 
core: update copyright dates

9 years agodoc: update German auto-generated files
Sébastien Helleu [Sun, 28 Dec 2014 21:13:01 +0000 (22:13 +0100)] 
doc: update German auto-generated files

9 years agodoc: fix typo in user's guide
Sébastien Helleu [Sun, 28 Dec 2014 21:11:01 +0000 (22:11 +0100)] 
doc: fix typo in user's guide

9 years agocore: update German translations
Nils Görs [Sun, 28 Dec 2014 12:13:29 +0000 (13:13 +0100)] 
core: update German translations

9 years agocore: check bar conditions in root bars and on each update of a bar item
Sébastien Helleu [Sun, 28 Dec 2014 10:42:57 +0000 (11:42 +0100)] 
core: check bar conditions in root bars and on each update of a bar item

9 years agodoc: update Polish and Japanese auto-generated files
Sébastien Helleu [Sat, 27 Dec 2014 13:16:48 +0000 (14:16 +0100)] 
doc: update Polish and Japanese auto-generated files

9 years agoMerge pull request #284 from l/translation_ja
Sébastien Helleu [Sat, 27 Dec 2014 13:14:54 +0000 (14:14 +0100)] 
Merge pull request #284 from l/translation_ja

core: update Japanese translations

9 years agocore: update Japanese translations
AYANOKOUZI, Ryuunosuke [Sat, 27 Dec 2014 11:59:23 +0000 (20:59 +0900)] 
core: update Japanese translations

9 years agopo: polish translation update
Krzysztof Korościk [Fri, 26 Dec 2014 18:52:18 +0000 (19:52 +0100)] 
po: polish translation update

9 years agodoc: update polish translations
Krzysztof Korościk [Fri, 26 Dec 2014 17:50:40 +0000 (18:50 +0100)] 
doc: update polish translations

9 years agoirc: remove useless refresh of bar item
Sébastien Helleu [Fri, 26 Dec 2014 14:44:26 +0000 (15:44 +0100)] 
irc: remove useless refresh of bar item

And the name of item was wrong ("nicklist" instead of "buffer_nicklist").

9 years agodoc: update auto-generated files
Sébastien Helleu [Sun, 21 Dec 2014 13:42:47 +0000 (14:42 +0100)] 
doc: update auto-generated files

9 years agocore: update German translations
Nils Görs [Sun, 21 Dec 2014 12:41:53 +0000 (13:41 +0100)] 
core: update German translations

9 years agoVersion 1.1-rc1 v1.1-rc1
Sébastien Helleu [Sun, 21 Dec 2014 12:05:19 +0000 (13:05 +0100)] 
Version 1.1-rc1

9 years agoirc: add option "reorder" in command /server (closes #229)
Sébastien Helleu [Sun, 21 Dec 2014 10:12:32 +0000 (11:12 +0100)] 
irc: add option "reorder" in command /server (closes #229)

9 years agocore: replace irc.freenode.net by chat.freenode.net
Mikaela Suomalainen [Sat, 20 Dec 2014 08:48:05 +0000 (10:48 +0200)] 
core: replace irc.freenode.net by chat.freenode.net

Freenode wants people to use chat.freenode.net instead of
irc.freenode.net which is alias to chat.freenode.net.

9 years agocore: fully evaluate commands bound to keys in cursor and mouse contexts
Sébastien Helleu [Sat, 20 Dec 2014 07:07:13 +0000 (08:07 +0100)] 
core: fully evaluate commands bound to keys in cursor and mouse contexts

9 years agoMerge branch 'master' of https://github.com/weechat/weechat
Nils Görs [Mon, 15 Dec 2014 19:39:47 +0000 (20:39 +0100)] 
Merge branch 'master' of https://github.com/weechat/weechat

9 years agocore: update German translations
Nils Görs [Mon, 15 Dec 2014 19:38:35 +0000 (20:38 +0100)] 
core: update German translations

9 years agodoc: remove SASL mechanism "dh-blowfish" from docs
Sébastien Helleu [Mon, 15 Dec 2014 06:43:13 +0000 (07:43 +0100)] 
doc: remove SASL mechanism "dh-blowfish" from docs

9 years agoMerge pull request #278 from l/translation_ja
Sébastien Helleu [Mon, 15 Dec 2014 06:39:35 +0000 (07:39 +0100)] 
Merge pull request #278 from l/translation_ja

core: update Japanese translations

9 years agocore: update Japanese translations
AYANOKOUZI, Ryuunosuke [Mon, 15 Dec 2014 05:48:34 +0000 (14:48 +0900)] 
core: update Japanese translations

9 years agoirc: open channel buffers before the JOIN is received from server (autojoin and manua...
Sébastien Helleu [Sun, 14 Dec 2014 19:23:45 +0000 (20:23 +0100)] 
irc: open channel buffers before the JOIN is received from server (autojoin and manual joins) (closes #216)

New options:
- irc.look.buffer_open_before_autojoin
- irc.look.buffer_open_before_join

9 years agoirc: rename argument with new server name in function irc_server_rename()
Sébastien Helleu [Sun, 14 Dec 2014 12:01:40 +0000 (13:01 +0100)] 
irc: rename argument with new server name in function irc_server_rename()

9 years agocore: add flag -L for curl (Travis CI)
Sébastien Helleu [Sat, 13 Dec 2014 16:27:55 +0000 (17:27 +0100)] 
core: add flag -L for curl (Travis CI)

9 years agocore: replace wget by curl (Travis CI)
Sébastien Helleu [Sat, 13 Dec 2014 08:54:16 +0000 (09:54 +0100)] 
core: replace wget by curl (Travis CI)

9 years agodoc: update URL to WeeChat debian repositories (tester's guide)
Sébastien Helleu [Sat, 13 Dec 2014 08:26:55 +0000 (09:26 +0100)] 
doc: update URL to WeeChat debian repositories (tester's guide)

9 years agocore: use https for WeeChat URLs
Sébastien Helleu [Sat, 13 Dec 2014 08:16:09 +0000 (09:16 +0100)] 
core: use https for WeeChat URLs

9 years agotests: fix compilation of tests with clang (closes #275)
Sébastien Helleu [Wed, 10 Dec 2014 20:15:40 +0000 (21:15 +0100)] 
tests: fix compilation of tests with clang (closes #275)

9 years agorelay: wait for message CAP END before sending join of channels and backlog to the...
Sébastien Helleu [Sun, 7 Dec 2014 18:14:37 +0000 (19:14 +0100)] 
relay: wait for message CAP END before sending join of channels and backlog to the client (closes #223)

9 years agocore: split info/infolist callbacks
Sébastien Helleu [Fri, 5 Dec 2014 06:49:45 +0000 (07:49 +0100)] 
core: split info/infolist callbacks

9 years agoirc: split info/infolist callbacks
Sébastien Helleu [Thu, 4 Dec 2014 06:40:35 +0000 (07:40 +0100)] 
irc: split info/infolist callbacks

9 years agoxfer: rename callback for infolist "xfer"
Sébastien Helleu [Wed, 3 Dec 2014 06:37:16 +0000 (07:37 +0100)] 
xfer: rename callback for infolist "xfer"

9 years agorelay: rename info/infolist callbacks
Sébastien Helleu [Tue, 2 Dec 2014 06:37:36 +0000 (07:37 +0100)] 
relay: rename info/infolist callbacks

9 years agoscript: rename callback for infolist "script_script"
Sébastien Helleu [Mon, 1 Dec 2014 06:50:11 +0000 (07:50 +0100)] 
script: rename callback for infolist "script_script"

9 years agologger: rename callback for infolist "logger_buffer"
Sébastien Helleu [Sun, 30 Nov 2014 07:59:27 +0000 (08:59 +0100)] 
logger: rename callback for infolist "logger_buffer"

9 years agofifo: rename callback for info "fifo_filename"
Sébastien Helleu [Sat, 29 Nov 2014 08:43:20 +0000 (09:43 +0100)] 
fifo: rename callback for info "fifo_filename"

9 years agoaspell: rename callback for info "aspell_dict"
Sébastien Helleu [Fri, 28 Nov 2014 06:54:23 +0000 (07:54 +0100)] 
aspell: rename callback for info "aspell_dict"

9 years agoalias: rename callback for infolist "alias"
Sébastien Helleu [Thu, 27 Nov 2014 18:31:49 +0000 (19:31 +0100)] 
alias: rename callback for infolist "alias"

9 years agoirc: add missing server options "sasl_timeout", "sasl_fail" and "notify" in output...
Sébastien Helleu [Sun, 23 Nov 2014 14:09:59 +0000 (15:09 +0100)] 
irc: add missing server options "sasl_timeout", "sasl_fail" and "notify" in output of /server listfull

9 years agocore: update German translations
Nils Görs [Sun, 23 Nov 2014 11:18:12 +0000 (12:18 +0100)] 
core: update German translations

9 years agoirc: remove unused variable
Sébastien Helleu [Sun, 23 Nov 2014 09:47:55 +0000 (10:47 +0100)] 
irc: remove unused variable

9 years agocore: update ChangeLog (closes #265, task #12204)
Sébastien Helleu [Sun, 23 Nov 2014 09:43:54 +0000 (10:43 +0100)] 
core: update ChangeLog (closes #265, task #12204)

9 years agocore: update translations
Sébastien Helleu [Sun, 23 Nov 2014 09:40:32 +0000 (10:40 +0100)] 
core: update translations

9 years agoirc: rename server option "sasl_disconnect_on_fail" to "sasl_fail", change type to...
Sébastien Helleu [Sun, 23 Nov 2014 09:38:09 +0000 (10:38 +0100)] 
irc: rename server option "sasl_disconnect_on_fail" to "sasl_fail", change type to integer (enum)

New possible values are:
- "continue": ignore the SASL failed (continue connection to server
  without authentication)
- "reconnect": disconnect and schedule a reconnection to server
- "disconnect": disconnect

9 years agoirc: merge arrays with server options names and default values into a single array
Sébastien Helleu [Sun, 23 Nov 2014 08:30:26 +0000 (09:30 +0100)] 
irc: merge arrays with server options names and default values into a single array

9 years agoMerge branch 'feature/sasl_disconnect_on_fail' of git://github.com/maxteufel/weechat...
Sébastien Helleu [Sun, 23 Nov 2014 07:54:59 +0000 (08:54 +0100)] 
Merge branch 'feature/sasl_disconnect_on_fail' of git://github.com/maxteufel/weechat into maxteufel-feature/sasl_disconnect_on_fail

9 years agotests: add tests of regex replace with empty regex or regex_replace
Sébastien Helleu [Sun, 23 Nov 2014 07:32:52 +0000 (08:32 +0100)] 
tests: add tests of regex replace with empty regex or regex_replace

9 years agocore: fix regex replace in eval_expression when regex or regex_replace is empty
Sébastien Helleu [Sun, 23 Nov 2014 07:31:29 +0000 (08:31 +0100)] 
core: fix regex replace in eval_expression when regex or regex_replace is empty

9 years agoapi: fix truncated process output in hook_process() (closes #266)
Sébastien Helleu [Sat, 22 Nov 2014 18:33:48 +0000 (19:33 +0100)] 
api: fix truncated process output in hook_process() (closes #266)

9 years agoirc: add option irc.server.*.sasl_disconnect_on_fail (task #12204)
Max Teufel [Sat, 22 Nov 2014 09:08:33 +0000 (10:08 +0100)] 
irc: add option irc.server.*.sasl_disconnect_on_fail (task #12204)

9 years agocore: fix Lua detection on FreeBSD with cmake
Sébastien Helleu [Sat, 22 Nov 2014 10:23:01 +0000 (11:23 +0100)] 
core: fix Lua detection on FreeBSD with cmake

9 years agodoc: update Japanese auto-generated files
Sébastien Helleu [Sat, 22 Nov 2014 10:22:40 +0000 (11:22 +0100)] 
doc: update Japanese auto-generated files

9 years agoMerge pull request #264 from l/translation_ja
Sébastien Helleu [Sat, 22 Nov 2014 10:21:05 +0000 (11:21 +0100)] 
Merge pull request #264 from l/translation_ja

core: update Japanese translations

9 years agoirc: handle ERR_NICKLOCKED (902)
Max Teufel [Sat, 22 Nov 2014 08:35:59 +0000 (09:35 +0100)] 
irc: handle ERR_NICKLOCKED (902)

9 years agocore: update Japanese translations
AYANOKOUZI, Ryuunosuke [Sat, 22 Nov 2014 08:27:32 +0000 (17:27 +0900)] 
core: update Japanese translations

9 years agocore: add parentheses after function names in ChangeLog
Sébastien Helleu [Sat, 22 Nov 2014 07:37:04 +0000 (08:37 +0100)] 
core: add parentheses after function names in ChangeLog

9 years agoapi: return value in function command(), remove WeeChat error after command callback...
Sébastien Helleu [Sat, 22 Nov 2014 07:14:29 +0000 (08:14 +0100)] 
api: return value in function command(), remove WeeChat error after command callback if return code is WEECHAT_RC_ERROR

9 years agotests: add hashtable tests with multiple items giving same hashed key
Sébastien Helleu [Tue, 18 Nov 2014 19:12:25 +0000 (20:12 +0100)] 
tests: add hashtable tests with multiple items giving same hashed key

9 years agorelay: send messages "_buffer_localvar_*" and "_buffer_type_changed" with sync "buffe...
Sébastien Helleu [Sun, 16 Nov 2014 09:53:55 +0000 (10:53 +0100)] 
relay: send messages "_buffer_localvar_*" and "_buffer_type_changed" with sync "buffers" (closes #191)

9 years agodoc: update German documentation
Nils Görs [Sun, 16 Nov 2014 08:16:18 +0000 (09:16 +0100)] 
doc: update German documentation

9 years agocore: fix display bug when scrolling in buffer on a filtered line (closes #240)
Sébastien Helleu [Sun, 16 Nov 2014 07:52:33 +0000 (08:52 +0100)] 
core: fix display bug when scrolling in buffer on a filtered line (closes #240)

9 years agodoc: update German auto-generated files
Sébastien Helleu [Sat, 15 Nov 2014 20:41:48 +0000 (21:41 +0100)] 
doc: update German auto-generated files

9 years agocore: update German translations
Nils Görs [Sat, 15 Nov 2014 20:21:27 +0000 (21:21 +0100)] 
core: update German translations

9 years agoscript: add option script.scripts.url_force_https (closes #253)
Sébastien Helleu [Sat, 15 Nov 2014 17:28:34 +0000 (18:28 +0100)] 
script: add option script.scripts.url_force_https (closes #253)

9 years agodoc: update German auto-generated files
Sébastien Helleu [Sat, 15 Nov 2014 17:25:16 +0000 (18:25 +0100)] 
doc: update German auto-generated files

9 years agodoc: update auto-generated files with URL options
Sébastien Helleu [Sat, 15 Nov 2014 17:24:50 +0000 (18:24 +0100)] 
doc: update auto-generated files with URL options

9 years agocore: add constant for libcurl >= 7.38.0
Sébastien Helleu [Sat, 15 Nov 2014 14:58:57 +0000 (15:58 +0100)] 
core: add constant for libcurl >= 7.38.0

9 years agocore: regroup libcurl constants/options by version
Sébastien Helleu [Sat, 15 Nov 2014 14:49:21 +0000 (15:49 +0100)] 
core: regroup libcurl constants/options by version

9 years agocore: add debug message in hook_process when core debug >= 1
Sébastien Helleu [Sat, 15 Nov 2014 09:53:57 +0000 (10:53 +0100)] 
core: add debug message in hook_process when core debug >= 1

9 years agodoc: fix docstrings of functions
Sébastien Helleu [Wed, 12 Nov 2014 19:01:02 +0000 (20:01 +0100)] 
doc: fix docstrings of functions

9 years agocore: update German translations
Nils Görs [Tue, 11 Nov 2014 17:01:36 +0000 (18:01 +0100)] 
core: update German translations