Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-11 | Add function "hashtable_has_key" in WeeChat and plugin API | Sebastien Helleu | |
2010-10-10 | Add property "keys" for hashtable_get_string (return string with list of keys) | Sebastien Helleu | |
2010-10-10 | Add tag "nick_xxx" in IRC messages | Sebastien Helleu | |
2010-10-10 | Fix typo in french translation | Sebastien Helleu | |
2010-10-10 | Update name of IRC options for away check in FAQ | Sebastien Helleu | |
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-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-02 | Add new option weechat.look.prefix_align_min (task #10650) | Sebastien Helleu | |
2010-10-01 | Add missing tag "no_log" in /help filter | Sebastien Helleu | |
2010-09-28 | New value for option weechat.look.input_share (none, commands, text, all), ↵ | Sebastien Helleu | |
add new option weechat.look.input_share_overwrite (boolean) | |||
2010-09-27 | Add question about OS X and broken display in FAQ | Sebastien Helleu | |
2010-09-27 | Add new option weechat.look.input_share (task #9228) | Sebastien Helleu | |
2010-09-23 | Use lower case for keys in doc and ChangeLog | Sebastien Helleu | |
2010-09-20 | Send channel topic to relay client when joining a channel | Sebastien Helleu | |
2010-09-20 | Fix formatting bug in html doc with description of options (bug #31076) | Sebastien Helleu | |
2010-09-17 | Add new option relay.network.bind_address | Sebastien Helleu | |
2010-09-17 | Add new option relay.network.password | Sebastien Helleu | |
2010-09-17 | Add optional plugin name for command /debug dump and signal "debug_dump" | Sebastien Helleu | |
2010-09-17 | Beta version of IRC proxy feature in Relay plugin | Sebastien Helleu | |
Major changes in Relay plugin: - IRC proxy feature (beta), - raw buffer. Changes in IRC plugin: - add tags for messages sent to servers, - add signal "irc_input_send" to simulate text/command on an IRC buffer, - add prefix in infolist "irc_nick". | |||
2010-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, ↵ | Sebastien Helleu | |
info_get_hashtable), add IRC info_hashtable "irc_parse_message" Note: tcl >= 8.5 is now required (for tcl plugin). | |||
2010-08-14 | Add help about values for /help weechat.look.buffer_notify_default | Sebastien Helleu | |
2010-08-14 | Add note about regex (split into 2 regex) in /help filter | Sebastien Helleu | |
2010-08-14 | Update user guide | Sebastien Helleu | |
2010-08-12 | Add note about up/down arrows for key ctrl-R in user guide | Sebastien Helleu | |
2010-08-12 | Add hook priority in plugin API reference | Sebastien Helleu | |
2010-08-11 | Add new plugin "rmodifier": alter modifier strings with regular expressions ↵ | Sebastien Helleu | |
(bug #26964) | |||
2010-07-28 | Add example of printed message with tag "no_log" in scripting guide | Sebastien Helleu | |
2010-07-17 | Fix help of option irc.look.nick_color_stop_chars (problem in generated ↵ | Sebastien Helleu | |
asciidoc file) | |||
2010-07-17 | Update plugin API reference: add "New in version x.y.z" for some functions, ↵ | Sebastien Helleu | |
add missing functions | |||
2010-07-17 | Update docs | Sebastien Helleu | |
2010-07-12 | Add new option weechat.look.align_end_of_lines | Sebastien Helleu | |
2010-07-08 | Fix oftc address in quickstart guide | Sebastien Helleu | |
2010-07-06 | Improve irc lag indicator: two colors (counting and finished), update item ↵ | Sebastien Helleu | |
even when pong has not been received, lag_min_show is now in milliseconds | |||
2010-07-05 | Add function hashtable_add_to_infolist in plugin API reference | Sebastien Helleu | |
2010-06-28 | Add hashtable in core and plugin API | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-06-15 | Add IRC info "irc_nick_color_name" to get color name of a nick | Sebastien Helleu | |
2010-06-11 | Add note about binary package weechat-dbg in doc, for reporting crashs with gdb | Sebastien Helleu | |
2010-06-08 | Add new options irc.look.display_host_join/join_local/quit and ↵ | Sebastien Helleu | |
irc.color.reason_quit | |||
2010-06-04 | Move options weechat.color.nicklist_prefix to irc plugin | Sebastien Helleu | |
Options renamed or removed: - weechat.color.nicklist_prefix1 renamed to irc.color.nick_prefix_op - weechat.color.nicklist_prefix2 renamed to irc.color.nick_prefix_halfop - weechat.color.nicklist_prefix3 renamed to irc.color.nick_prefix_voice - weechat.color.nicklist_prefix4 renamed to irc.color.nick_prefix_user - weechat.color.nicklist_prefix5 removed | |||
2010-05-26 | Add new option weechat.look.confirm_quit | Sebastien Helleu | |
2010-05-23 | Add IRC command /wallchops, fix bug with display of notice for ops (task ↵ | Sebastien Helleu | |
#10021, bug #29932) | |||
2010-05-22 | Add isupport value in IRC servers (content of IRC message 005), with new ↵ | Sebastien Helleu | |
infos: irc_server_isupport and irc_server_isupport_value | |||
2010-05-21 | Add optional message in IRC private buffer when nick is back on server after ↵ | Sebastien Helleu | |
a /quit New option: "irc.look.display_pv_back" (default value is "on"). Option "irc.look.show_away_once" has been renamed to "irc.look.display_pv_away_once". | |||
2010-05-20 | Add examples in /help join | Sebastien Helleu | |
2010-05-02 | Add function "string_expand_home" in plugin API, fix bug with replacement of ↵ | Sebastien Helleu | |
home in paths | |||
2010-05-01 | Move option irc.color.item_buffer_name_ssl to core (new name: ↵ | Sebastien Helleu | |
weechat.color.status_name_ssl) | |||
2010-05-01 | Replace command "bt" by "bt full" for reporting crashes with gdb in user guide | Sebastien Helleu | |
2010-04-28 | Add keys for undo/redo changes on command line (default: ctrl/alt + ↵ | Sebastien Helleu | |
underscore) (task #9483) | |||
2010-04-21 | Add new options irc.network.autoreconnect_delay_growing and ↵ | Sebastien Helleu | |
irc.network.autoreconnect_delay_max (task #10338) |