Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-28 | Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX ↵ | Sebastien Helleu | |
value from message 005 | |||
2010-10-25 | Use IRC command arguments instead of full message for IRC redirection (when ↵ | Sebastien Helleu | |
searching "string" in message) | |||
2010-10-23 | Add IRC command redirection (task #6703) | Sebastien Helleu | |
2010-10-19 | Fix use of flags for irc_server_sendf in signal irc_input_send | Sebastien Helleu | |
2010-10-16 | Fix crash when channel topic is removed if it was already empty (if option ↵ | Sebastien Helleu | |
irc.look.display_old_topic is on) | |||
2010-10-13 | Add new options irc.color.nick_prefix and irc.color.nick_suffix | Sebastien Helleu | |
2010-10-12 | Add new option irc.look.item_away_message | Sebastien Helleu | |
2010-10-10 | Add tag "nick_xxx" in IRC messages | 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-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 display of IRC message "ERROR", fix detection of closed link ("Closing ↵ | Sebastien Helleu | |
Link" after ERROR) | |||
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) | |||
2010-10-06 | Display old IRC channel topic when topic is unset (task #9780) | Sebastien Helleu | |
2010-09-27 | Reset infolist item cursor in callbacks for signals sending infolist pointer | Sebastien Helleu | |
2010-09-20 | Send channel topic to relay client when joining a channel | 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-09-12 | Check immediately away nicks on all servers/channels if option ↵ | Sebastien Helleu | |
irc.network.away_check is changed from 0 to any other value | |||
2010-09-12 | Do not send WHO on channel joined (to check away nicks) if option ↵ | Sebastien Helleu | |
irc.network.away_check is set to 0 | |||
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-20 | Fix bug with hostmasks in IRC command /ignore (bug #30716) | Sebastien Helleu | |
2010-08-04 | Do not connect to server after creating it with /server add (even if ↵ | Sebastien Helleu | |
autoconnect is on) | |||
2010-08-03 | Fix bug in IRC parser when no argument is received after command, no ↵ | Sebastien Helleu | |
callback was called, and message was silently ignored (bug #30640) | |||
2010-07-25 | Fix import of certificates created by openssl >= 1.0.0 (bug #30316) | Sebastien Helleu | |
2010-07-19 | Remove unneeded spaces and tabs | Sebastien Helleu | |
2010-07-18 | Fix bug with double quotes in DCC filenames (bug #30471) | 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 | Add new option irc.look.nick_color_stop_chars | Sebastien Helleu | |
2010-07-06 | Fix display of local SSL certificate when it is sent to IRC server | 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-06-25 | Update comments after #endif in C headers | 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 | Use empty real name by default in IRC config, instead of reading real name ↵ | Sebastien Helleu | |
in /etc/passwd (bug #30111) | |||
2010-06-10 | Add some notes for translators in gettext files | Sebastien Helleu | |
2010-06-10 | Fix display of IRC message 333 on some servers | 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-06-02 | Fix bug with command-line option "irc://" (bug #29990), new format for port ↵ | Sebastien Helleu | |
and channels | |||
2010-06-01 | Add missing IRC commands 346, 347 (channel invite list) | Sebastien Helleu | |
2010-06-01 | Fix display of IRC message 330 on some servers | Sebastien Helleu | |
2010-05-29 | Add missing include of time.h | Sebastien Helleu | |
2010-05-29 | Fix bug with nick prefix '*' (chan founder) on some IRC servers (bug #29890) | Sebastien Helleu | |
2010-05-24 | Fix typo in /help wallchops | Sebastien Helleu | |
2010-05-23 | Fix bug with option irc.network.lag_check when value is 0 (zero) | 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 | |