Age | Commit message (Expand) | Author |
2010-04-20 | Try other nick when connecting to IRC server and receiving message 437 (nick ... | Sebastien Helleu |
2010-04-20 | Set buffer local variable "away" when opening new IRC channel (bug #29618) | Sebastien Helleu |
2010-04-18 | Replace "joker" by "wildcard" | Sebastien Helleu |
2010-04-10 | Use tag "no_highlight" for CTCP replies | Sebastien Helleu |
2010-04-09 | Define WeeChat license as macro for C compiler, used in plugins to set license | Sebastien Helleu |
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-04-03 | Fix display of empty nicklist in IRC private buffers | Sebastien Helleu |
2010-04-03 | Add highlight word "$nick" instead of real nick in IRC and xfer plugins | Sebastien Helleu |
2010-04-03 | Change buffer properties only when buffer is created by IRC plugin (channels ... | Sebastien Helleu |
2010-03-30 | Add missing variables in debug dump | Sebastien Helleu |
2010-03-30 | Fix bug with IRC nicks on reconnection: try all nicks in list, even if nick u... | Sebastien Helleu |
2010-03-29 | Fix display of message 333 (channel topic) when there is no host but only nick | Sebastien Helleu |
2010-03-29 | Fix IRC command /list: send channel and server name given as argument, and us... | Sebastien Helleu |
2010-03-29 | Fix check of IRC ignore when channel is specified in ignore (problem with PRI... | Sebastien Helleu |
2010-03-26 | Add new option irc.look.part_closes_buffer to close buffer when /part is issu... | Sebastien Helleu |
2010-03-26 | Fix compilation of irc plugin with old gcc (remove #ifdef inside call of macro) | Sebastien Helleu |
2010-03-26 | Fix bug with writing of configuration files when disk is full (bug #29331) | Sebastien Helleu |
2010-03-25 | Add "irc_is_nick" for function info_get to check if a string is a valid IRC n... | Sebastien Helleu |
2010-03-24 | Add new options for command /key (listdefault, listdiff and reset), add examp... | Sebastien Helleu |
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 custom... | Sebastien Helleu |
2010-03-21 | Add new signals "irc_raw_in" and "irc_raw_in2" (sent for all IRC messages, ev... | Sebastien Helleu |
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-17 | Do not send signals "irc_in" and "irc_in2" when IRC messages are ignored | Sebastien Helleu |
2010-03-14 | Fix display of host in IRC message 333 (channel topic) | Sebastien Helleu |
2010-03-11 | Display IRC command 324 (channel modes) on server buffer if channel is not open | Sebastien Helleu |
2010-03-09 | Add missing initialization of variable in function irc_sasl_mechanism_plain | Sebastien Helleu |
2010-03-08 | Fix color of away nicks in nicklist when doing /names (nick color was reset t... | Sebastien Helleu |
2010-03-07 | Fix extraction and check of IRC prefix | Sebastien Helleu |
2010-03-07 | Bug with IRC prefix "!" for mode "a" (channel admin) (bug #29109) | Sebastien Helleu |
2010-03-03 | Free IRC raw messages when irc plugin is unloaded | Sebastien Helleu |
2010-03-02 | Fix bug with /away -all in IRC plugin: set or unset future away for disconnec... | Sebastien Helleu |
2010-03-02 | Add new option weechat.look.command_chars, add functions string_is_command_ch... | Sebastien Helleu |
2010-02-20 | Allow input "q" to close IRC raw buffer | Sebastien Helleu |
2010-02-20 | Remove connection timer when closing connection with IRC server | Sebastien Helleu |
2010-02-19 | Add option irc.network.connection_timeout (timeout between TCP connection to ... | Sebastien Helleu |
2010-02-18 | Add mechanism DH-BLOWFISH for SASL authentication with IRC server | Sebastien Helleu |
2010-02-16 | Add IRC commands 905 to 907 (for SASL) | Sebastien Helleu |
2010-02-15 | Add SASL authentication in IRC plugin (task #8829), add function "string_enco... | Sebastien Helleu |
2010-02-13 | Fix color of word "Notice" when sending IRC notice | Sebastien Helleu |
2010-02-12 | Add description of arguments for API functions hook_info and hook_infolist | Sebastien Helleu |
2010-02-11 | Allow IRC message 301 to be redirected with irc.msgbuffer feature | Sebastien Helleu |
2010-02-11 | Add missing IRC commands 276, 343 | Sebastien Helleu |
2010-02-10 | Fix nick color in quit message displayed in IRC private buffer (when remote n... | Sebastien Helleu |
2010-02-10 | Apply IRC smart filter only on channels, not private buffers (bug #28841) | Sebastien Helleu |
2010-02-09 | Add new option weechat.look.time_format to customize default format for date/... | Sebastien Helleu |
2010-02-06 | Display nick prefix in input_prompt only if channel is type "channel" (not pr... | Sebastien Helleu |