Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-04 | irc: allow URL "irc://" in command /connect | Sebastien Helleu | |
2011-10-27 | irc: add missing modes in /help mode (synopsis of command) | Sebastien Helleu | |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-09-22 | irc: use high priority queue for sending modes and wallchops messages | Sebastien Helleu | |
2011-09-22 | core: add colors for inactive windows and lines (in merged buffers) | Sebastien Helleu | |
New boolean options to control use of inactive colors: - weechat.look.color_inactive_message - weechat.look.color_inactive_prefix - weechat.look.color_inactive_prefix_buffer - weechat.look.color_inactive_time New "inactive" color options: - weechat.color.chat_inactive_line - weechat.color.chat_inactive_window - weechat.color.chat_prefix_buffer_inactive_line | |||
2011-08-28 | irc: allow reason for command /disconnect | Sebastien Helleu | |
2011-08-27 | irc: allow server name for commands /die and /restart | Sebastien Helleu | |
2011-08-26 | irc: improve split of privmsg, add split of some other messages (bug ↵ | Sebastien Helleu | |
#29879), add new info_hashtable "irc_message_split", split irc messages in relay plugin List of new features/bugs fixed: - improve split of privmsg: keep CTCP in split - add split of messages: ison, join, notice, wallops, 005, 353 - add new info_hashtable "irc_message_split" (for plugins/scripts) - in relay plugin: split irc messages sent to clients of irc proxy | |||
2011-08-18 | irc: fix compilation warning under FreeBSD | Sebastien Helleu | |
2011-08-18 | core: remove some compilation warnings under Cygwin | Sebastien Helleu | |
2011-08-08 | irc: fix message displayed by command /msg nickserv | Sebastien Helleu | |
2011-07-27 | irc: complete help of command /ban (explain what is does without argument) | Sebastien Helleu | |
2011-07-10 | irc: fix crash when /join command is executed on a non-irc buffer (bug #33742) | Sebastien Helleu | |
2011-06-22 | irc: add prefix "#" for all channels on join (if no prefix given) | Sebastien Helleu | |
2011-06-16 | irc: switch to buffer on /join #channel if channel buffer already exists | Sebastien Helleu | |
2011-05-15 | irc: fix argument nick in /help ignore | Sebastien Helleu | |
2011-05-14 | irc: fix typo in /help links | Sebastien Helleu | |
2011-04-29 | irc: fix tags for messages sent with /msg command (bug #33169) | Sebastien Helleu | |
2011-04-24 | irc: use tag "notify_none" for self messages | Sebastien Helleu | |
2011-04-16 | core: prohibit names beginning with "#" for bars, proxies, filters and IRC ↵ | Sebastien Helleu | |
servers (bug #33020) | |||
2011-03-16 | Add new option irc.look.buffer_switch_autojoin, rename option ↵ | Sebastien Helleu | |
irc.look.buffer_auto_switch_on_join to irc.look.buffer_switch_join (task #10506) | |||
2011-02-17 | Fix typo: #weecht -> #weechat | Sebastien Helleu | |
2011-02-08 | Fix some translations | Sebastien Helleu | |
2011-02-08 | Fix typo: half channel operator -> channel half-operator | Sebastien Helleu | |
2011-02-08 | Fix typo: transfert -> transfer | Sebastien Helleu | |
2011-02-04 | Improve arguments displayed in /help of commands, display all commands with ↵ | Sebastien Helleu | |
same name (for same command name in many plugins) | |||
2011-01-10 | Use options for server with /connect command when temporary server already ↵ | Sebastien Helleu | |
exists | |||
2011-01-02 | Fix completion of IRC commands /notice, /query and /quote (add -server with ↵ | Sebastien Helleu | |
servers) (bug #32027) | |||
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-12-27 | Add option "-server" to command /join (task #10837) | Sebastien Helleu | |
2010-12-09 | Add option "-switch" to commands /connect and /reconnect | Sebastien Helleu | |
2010-12-09 | Allow /reconnect on servers that are not currently connected | Sebastien Helleu | |
2010-12-02 | Allow channel argument without user/host for IRC command /ban | Sebastien Helleu | |
2010-12-02 | Replace "receiver" by "target" in help of some IRC commands | Sebastien Helleu | |
2010-11-29 | Fix /help notice: receiver can be nick or channel | Sebastien Helleu | |
2010-11-12 | Fix dcc chat buffer name in xfer plugin (use irc server in name) (bug #29925) | Sebastien Helleu | |
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-31 | Remove unused variables | Sebastien Helleu | |
2010-10-28 | Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX ↵ | Sebastien Helleu | |
value from message 005 | |||
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-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-04 | Do not connect to server after creating it with /server add (even if ↵ | Sebastien Helleu | |
autoconnect is on) | |||
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-05-24 | Fix typo in /help wallchops | 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-20 | Add examples in /help join | Sebastien Helleu | |
2010-04-21 | Add new options irc.network.autoreconnect_delay_growing and ↵ | Sebastien Helleu | |
irc.network.autoreconnect_delay_max (task #10338) | |||
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |