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