Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-22 | core: remove WeeChat version from config files (closes #407) | Sébastien Helleu | |
2015-04-19 | core: add options weechat.look.quote_{nick_prefix|nick_suffix|time_format} ↵ | Sébastien Helleu | |
to customize quoted messages in cursor mode (closes #403) | |||
2015-04-19 | api: add "_chat_line" (line pointer) in hashtable of hook_focus | Sébastien Helleu | |
2015-04-18 | irc: add support of SHA-256 and SHA-512 algorithms in server option ↵ | Sébastien Helleu | |
"ssl_fingerprint" (closes #281) | |||
2015-04-18 | trigger: do not hook anything if the trigger is disabled (closes #405) | Sébastien Helleu | |
2015-04-17 | core: add a welcome message on first WeeChat run (closes #318) | Sébastien Helleu | |
2015-04-14 | irc: add option "-noswitch" in command /query (closes #394) | Sébastien Helleu | |
2015-04-13 | irc: fix display of PART messages on channels with +a (anonymous flag) ↵ | Sébastien Helleu | |
(closes #396) The purpose of the fix is to display any PART received on a channel, even if the nick is not found in the channel's nicklist (when channel is "+a", all PART are received from nick "anonymous"). | |||
2015-04-11 | core: add options weechat.look.word_chars_{highlight|input} (closes #55, ↵ | Sébastien Helleu | |
task #9459) | |||
2015-03-30 | core: display a warning on startup if the locale can not be set (closes #373) | Sébastien Helleu | |
2015-03-26 | core: fix typo in ChangeLog | Sébastien Helleu | |
2015-03-21 | ruby: fix crash on /plugin reload (closes #364) | Sébastien Helleu | |
The call to ruby_init_loadpath() has been moved after ruby initializations, which fixes the crash on plugin reload. The errors during ruby initializations are now displayed (they were hidden). And the ruby_cleanup() is called again: it seems it does not crash any more (tested with Ruby 2.1.5). | |||
2015-03-21 | core: allow "*" as plugin name in command /plugin reload to reload all ↵ | Sébastien Helleu | |
plugins with options | |||
2015-03-18 | script: fix state of script plugins when list of scripts has not been downloaded | Sébastien Helleu | |
The problem happened when doing "/script load script.py" if the scripts list has not been downloaded (with "/script update"): WeeChat displays that python plugin is not loaded (which is wrong). | |||
2015-03-08 | core: add javascript plugin in ChangeLog | Sébastien Helleu | |
2015-03-07 | scripts: reset current script pointer when load of script fails in ↵ | Sébastien Helleu | |
python/perl/ruby/lua/tcl plugins | |||
2015-03-06 | core: update ChangeLog (closes #346) | Sébastien Helleu | |
2015-03-01 | guile: fix value returned in case of error in some functions | Sébastien Helleu | |
Affected functions: - config_option_reset - config_color - config_color_default - config_write - config_read - config_reload - hook_command - buffer_string_replace_local_var - command | |||
2015-03-01 | tcl: fix value returned in case of error in some functions | Sébastien Helleu | |
Affected functions: - mkdir_home - mkdir - mkdir_parents - config_option_reset - config_color - config_color_default - config_write - config_read - config_reload - print_date_tags - buffer_string_replace_local_var - command - infolist_new_item - infolist_new_var_integer - infolist_new_var_string - infolist_new_var_pointer - infolist_new_var_time - upgrade_write_object - upgrade_read - upgrade_close | |||
2015-03-01 | lua: fix value returned in case of error in some functions | Sébastien Helleu | |
Affected functions: - config_option_reset - config_string - config_string_default - config_color - config_color_default - config_write - config_read - config_reload - hook_modifier_exec - buffer_string_replace_local_var - nicklist_group_set - nicklist_nick_set - command - upgrade_read - upgrade_close | |||
2015-03-01 | ruby: fix value returned in case of error in some functions | Sébastien Helleu | |
Affected functions: - config_option_reset - config_color - config_color_default - config_write - config_read - config_reload - buffer_string_replace_local_var - command | |||
2015-03-01 | perl: fix value returned in case of error in some functions | Sébastien Helleu | |
Affected functions: - config_option_reset - config_color - config_color_default - config_write - config_read - config_reload - buffer_string_replace_local_var - command | |||
2015-03-01 | python: fix value returned in case of error in some functions | Sébastien Helleu | |
Affected functions: - config_option_reset - config_color - config_color_default - config_write - config_read - config_reload - config_is_set_plugin - buffer_get_string - buffer_string_replace_local_var - nicklist_group_get_string - nicklist_nick_get_string - command - hdata_time | |||
2015-03-01 | scripts: fix return code of function bar_set in ↵ | Sébastien Helleu | |
python/perl/ruby/lua/tcl/guile plugins | |||
2015-03-01 | python: fix name of function "bar_update" in case of error | Sébastien Helleu | |
2015-03-01 | python: fix restore of old interpreter when a function is not found in the ↵ | Sébastien Helleu | |
script | |||
2015-03-01 | scripts: fix type of value returned by function hdata_time (from string to ↵ | Sébastien Helleu | |
long integer) in perl/ruby/lua/tcl/guile plugins | |||
2015-02-21 | irc: remove useless rename of channel buffer on JOIN received with different ↵ | Sébastien Helleu | |
case (closes #336) This bug was introduced by commit 624083f41a6b8abc1a566b33f54bfc226d13886f. | |||
2015-02-20 | relay: fix up/down keys on relay buffer (closes #335) | Sébastien Helleu | |
2015-02-15 | core: update ChangeLog | Sébastien Helleu | |
2015-02-04 | core: update ChangeLog | Sébastien Helleu | |
2015-01-30 | core: split expression before evaluating it in command "/eval -s" | Sébastien Helleu | |
2015-01-30 | core: move a line in ChangeLog | Sébastien Helleu | |
2015-01-30 | core: add option "-s" in command /eval to split commands (no more split by ↵ | Sébastien Helleu | |
default) (closes #324) | |||
2015-01-28 | irc: fix completion of commands /allchan and /allpv | Sébastien Helleu | |
2015-01-25 | core: add support of "account-notify" irc capability in ChangeLog (closes ↵ | Sébastien Helleu | |
#11, closes #246) | |||
2015-01-25 | core: add table of contents in ChangeLog and ReleaseNotes | Sébastien Helleu | |
2015-01-25 | core: add version 1.1.1 in ChangeLog and ReleaseNotes | Sébastien Helleu | |
2015-01-24 | core: fix random error when creating symbolic link weechat-curses on make ↵ | Sébastien Helleu | |
install with cmake (bug #40313) | |||
2015-01-24 | irc: remove server "freenode" from default config file (closes #309) | Sébastien Helleu | |
2015-01-24 | irc: don't close channel buffer on second /part when option ↵ | Sébastien Helleu | |
irc.look.part_closes_buffer is off (closes #313) | |||
2015-01-23 | core: fix crash when a root bar has conditions different from ↵ | Sébastien Helleu | |
active/inactive/nicklist (closes #317) | |||
2015-01-19 | irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (closes #251) | Sébastien Helleu | |
2015-01-19 | irc: fix /join on a channel buffer opened with autojoin but which failed to join | Sébastien Helleu | |
2015-01-17 | irc: send QUIT to server and no PART for channels when the server buffer is ↵ | Sébastien Helleu | |
closed (closes #294) | |||
2015-01-16 | irc: fix order of channel buffers opened (closes #303) | Sébastien Helleu | |
2015-01-15 | irc: fix crash in buffer close when server name is the same as a channel ↵ | Sébastien Helleu | |
name (closes #305) | |||
2015-01-15 | doc: add Russian man page, update Russian quickstart | Sébastien Helleu | |
2015-01-15 | core: update ChangeLog | Sébastien Helleu | |
2015-01-11 | Version 1.1 | Sébastien Helleu | |