Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-04-05 | Add option "-open" for IRC command /connect | Sebastien Helleu | |
2010-03-29 | Fix IRC command /list: send channel and server name given as argument, and ↵ | Sebastien Helleu | |
use separate option "-re" to allow a regex | |||
2010-03-24 | Add new options for command /key (listdefault, listdiff and reset), add ↵ | Sebastien Helleu | |
examples in /help key Note: old option "reset" for /key has been renamed to "resetall". | |||
2010-03-23 | Add examples in /help dcc, update german translations | Sebastien Helleu | |
2010-03-21 | Remove IRC commands /forcejoin and /omode (now possible with alias and ↵ | Sebastien Helleu | |
custom completion) It is now possible to add such commands with aliases: /alias -completion %%sajoin forcejoin /quote forcejoin /alias -completion %%samode omode /quote omode | |||
2010-03-20 | Add IRC commands /omode and /forcejoin (patch #7126) | Sebastien Helleu | |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-03-19 | Move /away command from irc plugin to core | Sebastien Helleu | |
2010-03-02 | Fix bug with /away -all in IRC plugin: set or unset future away for ↵ | Sebastien Helleu | |
disconnected servers (bug #29022) | |||
2010-03-02 | Add new option weechat.look.command_chars, add functions ↵ | Sebastien Helleu | |
string_is_command_char and string_input_for_buffer in plugin and script API | |||
2010-02-15 | Add SASL authentication in IRC plugin (task #8829), add function ↵ | Sebastien Helleu | |
"string_encode_base64" in plugin API, fix bug with base64 encoding New options for IRC servers: - sasl_mechanism (only "plain" for now) - sasl_username - sasl_password | |||
2010-02-13 | Fix color of word "Notice" when sending IRC notice | Sebastien Helleu | |
2010-02-03 | Add anti-flood for many IRC commands/messages | Sebastien Helleu | |
2010-02-02 | Add IRC command /map | Sebastien Helleu | |
2010-02-02 | Add tip about addresses and another example in /help server | Sebastien Helleu | |
2010-01-24 | Remove evil tabs in sources | Sebastien Helleu | |
2010-01-18 | Add color for nicks in xfer chat (DCC chat), add missing command /me in xfer ↵ | Sebastien Helleu | |
plugin (bug #28658) | |||
2010-01-17 | Add new IRC output queue for messages with low priority (like automatic CTCP ↵ | Sebastien Helleu | |
replies), high priority is given to user messages or commands | |||
2010-01-08 | Update german translations | Sebastien Helleu | |
2010-01-08 | Add new IRC commands /allchan and /allserv with excluding option, commands ↵ | Sebastien Helleu | |
/ame and /amsg are now aliases, new aliases /aaway and /anick | |||
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2010-01-01 | Fix buffer used to display IRC notice sent to channel or nick (bug #28455) | Sebastien Helleu | |
2009-12-02 | Add arguments for IRC command /rehash | Sebastien Helleu | |
2009-11-24 | Add all server options for IRC commands /server and /connect | Sebastien Helleu | |
2009-11-19 | Fix command /connect (options -ssl, -ipv6 and -port) (bug #27486) | Sebastien Helleu | |
2009-10-19 | Improve mask used by command /kickban | Sebastien Helleu | |