Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-04 | Fix bug with /upgrade: check existence of binary even when command is ↵ | Sebastien Helleu | |
executed without argument | |||
2011-01-04 | Version 0.3.4-rc3 | Sebastien Helleu | |
2011-01-03 | Update nick modes with IRC message 221 (bug #32038) | Sebastien Helleu | |
2011-01-02 | Add function "hashtable_set_pointer" in plugin API | Sebastien Helleu | |
2011-01-01 | Add new command /color | Sebastien Helleu | |
2010-12-27 | Add option "-server" to command /join (task #10837) | Sebastien Helleu | |
2010-12-26 | Add info "weechat_upgrading", signal "upgrade_ended", display duration of ↵ | Sebastien Helleu | |
upgrade | |||
2010-12-20 | Version 0.3.4-rc2 | Sebastien Helleu | |
2010-12-20 | Replace the 10 nick color options and number of nick colors by a single ↵ | Sebastien Helleu | |
option "weechat.color.chat_nick_colors" (comma separated list of colors) | |||
2010-12-20 | Add 256 colors support | Sebastien Helleu | |
Changes: - new section "palette" in weechat.conf - new API functions: list_search_pos and list_casesearch_pos | |||
2010-12-16 | Fix crash in perl plugin when MULTIPLICITY is disabled | Sebastien Helleu | |
2010-12-15 | Fix bug with charset decoding on IRC private buffers (decoding was made for ↵ | Sebastien Helleu | |
local nick instead of remote nick) (bug #31890) | |||
2010-12-13 | Add support of python 2.7 in cmake and configure (debian #606989) | Sebastien Helleu | |
2010-12-10 | Version 0.3.4-rc1 | Sebastien Helleu | |
2010-12-09 | Add option "-switch" to commands /connect and /reconnect | Sebastien Helleu | |
2010-12-07 | Add color support in option weechat.look.buffer_time_format | Sebastien Helleu | |
2010-12-06 | Add doc about relay plugin in user guide | Sebastien Helleu | |
2010-12-01 | Call to hook_config when config option is created | Sebastien Helleu | |
2010-11-29 | Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks" | Sebastien Helleu | |
2010-11-25 | Add new option weechat.look.highlight_regex and function ↵ | Sebastien Helleu | |
string_has_highlight_regex in plugin API (task #10321) | |||
2010-11-18 | Fix infinite loop on gnutls handshake when connecting with SSL to server on ↵ | Gu1ll4um3r0m41n | |
wrong port or server with SSL problems (bug #27487) | |||
2010-11-14 | Fix data sent to callback of hook_process, improve hook_process by using buffer | Sebastien Helleu | |
Fix: some data was sometimes missing (not sent to callback). Improvement: use a 64KB buffer for child output and send data to callback only when buffer is full. | |||
2010-11-12 | Fix dcc chat buffer name in xfer plugin (use irc server in name) (bug #29925) | Sebastien Helleu | |
2010-11-10 | Fix dcc file transfer for large files (more than 4 GB) on 32-bit systems ↵ | Sebastien Helleu | |
(bug #31531) This commit fixes another bug when file is sent: sometimes transfer was still active although file was successfully sent. | |||
2010-11-10 | Update ChangeLog | Sebastien Helleu | |
2010-11-09 | Update ChangeLog | Sebastien Helleu | |
2010-11-09 | Complete with alias value for second argument of command /alias | Sebastien Helleu | |
2010-11-09 | Add function "hook_completion_get_string" in plugin API | Sebastien Helleu | |
2010-11-08 | Add info "python2_bin" (path to python 2.x interpreter) in Python plugin | Sebastien Helleu | |
2010-11-08 | Add doc for some signals and hsignals in plugin API reference | Sebastien Helleu | |
Doc for signals: - logger_backlog - xxx_script_install - xxx_script_remove - irc_input_send Doc for hsignals: - irc_redirect_command - irc_redirect_pattern | |||
2010-11-06 | Add IRC command /notify, new options for notify and infolist "irc_notify" ↵ | Sebastien Helleu | |
(task #5441) This commit provides: - new IRC command /notify - new options: irc.look.notify_tags_ison, irc.look.notify_tags_whois, irc.network.notify_check_ison, irc.network.notify_check_whois - new option "notify" in servers (but should not be changed, only /notify command should be used) - infolist "irc_notify" to get notify list (by server or for all servers). | |||
2010-10-30 | Fix crash when unloading lua script | Sebastien Helleu | |
2010-10-29 | Update ChangeLog | Sebastien Helleu | |
2010-10-29 | Add new option irc.look.nick_color_force | Sebastien Helleu | |
2010-10-29 | Add new functions in plugin API to get/set nicks/groups properties in nicklist | Sebastien Helleu | |
8 new functions added: - nicklist_group_get_integer - nicklist_group_get_string - nicklist_group_get_pointer - nicklist_group_set - nicklist_nick_get_integer - nicklist_nick_get_string - nicklist_nick_get_pointer - nicklist_nick_set | |||
2010-10-28 | Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX ↵ | Sebastien Helleu | |
value from message 005 | |||
2010-10-26 | Update ChangeLog | Sebastien Helleu | |
2010-10-23 | Fix default value of bar items options (bug #31422) | Sebastien Helleu | |
2010-10-23 | Add IRC command redirection (task #6703) | Sebastien Helleu | |
2010-10-23 | Add new functions in plugin API: hook_hsignal and hook_hsignal_send | Sebastien Helleu | |
2010-10-15 | Fix bug with buffer name in "/bar scroll" command | Sebastien Helleu | |
2010-10-13 | Add new options irc.color.nick_prefix and irc.color.nick_suffix | Sebastien Helleu | |
2010-10-12 | Add new option weechat.look.hotlist_unique_numbers (task #10691) | Sebastien Helleu | |
2010-10-12 | Add new option irc.look.item_away_message | Sebastien Helleu | |
2010-10-11 | Add property "no_highlight_nicks" in buffers to disable highlight for some ↵ | Sebastien Helleu | |
nicks in buffer This can be used with script buffer_autoset.py (see /help autosetbuffer). | |||
2010-10-09 | Move some IRC options from network section to server section (task #10664, ↵ | Sebastien Helleu | |
task #10668) Options moved: connection_timeout, anti_flood_prio_high, anti_flood_prio_low, away_check, away_check_max_nicks, default_msg_part, default_msg_quit. | |||
2010-10-08 | Switch to next server address when IRC error is received after TCP ↵ | Sebastien Helleu | |
connection but before message 001 (bug #30884) | |||
2010-10-07 | Fix HTML output of ChangeLog | Sebastien Helleu | |
2010-10-07 | Rename options "irc.look.open_{channel|pv}_near_server" to ↵ | Sebastien Helleu | |
"irc.look.new_{channel|pv}_position" with new values (none, next or near_server) | |||
2010-10-07 | Fix crash/bug when option "addresses" for an IRC server is unset or changed ↵ | Sebastien Helleu | |
when WeeChat is connected to this server (bug #31268) |