summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Expand)Author
2012-11-27xfer: display remote IP address for DCC chat/file (task #12289) (patch from N...Sebastien Helleu
2012-11-25irc: fix compilation on FreeBSD: replace call to tzset by gmtime/localtimeSebastien Helleu
2012-11-24irc: read timestamp or ISO 8601 date format in tag "time" (capability "server...Sebastien Helleu
2012-11-23irc: add support of tags in messages, add support of "server-time" capability...Sebastien Helleu
2012-11-14irc: fix crash on /upgrade (free channels before server data when a server is...Sebastien Helleu
2012-11-14irc: add comments in function irc_color_decodeSebastien Helleu
2012-11-09irc: fix crash when decoding IRC colors in strings (bug #37704)Sebastien Helleu
2012-11-05irc: fix refresh of bar item "away" after command /away or /disconnectNils Görs
2012-11-03irc: fix display bug in output of /quiet or /mode #channel +q (wrong nick dis...Sebastien Helleu
2012-11-02irc: add command /quiet, fix display of messages 728/729 (quiet list, end of ...Nils Görs
2012-11-02irc: add option irc.network.alternate_nick to disable dynamic nick generation...Nils Görs
2012-11-02irc: fix compilation when gnutls is disabled (bug #37639)Sebastien Helleu
2012-10-20irc: add option irc.network.whois_double_nick to double nick in command /whoisSebastien Helleu
2012-10-20irc: send whois on self nick when /whois is done without argument on a channe...Nils Görs
2012-10-18core: add option "-quit" for command /upgrade (save session and quit without ...Sebastien Helleu
2012-10-16irc: remove local variable "away" in server/channels buffers after server dis...Sebastien Helleu
2012-10-14irc: fix cancel of auto-reconnection to server with /disconnectSebastien Helleu
2012-10-14api: connect with IPv6 by default in hook_connect (with fallback to IPv4), sh...Simon Arlott
2012-10-09irc: add option "-noswitch" for command /join (task #12275)Sebastien Helleu
2012-10-06irc: fix crash when message 352 has too few arguments (bug #37513)Sebastien Helleu
2012-10-06irc: remove unneeded server disconnect when server buffer is closed and serve...Sebastien Helleu
2012-09-18irc: fix rejoin of channels with a key, ignore value "*" sent by server for k...Peter Boström
2012-09-17core: fix link with gcrypt lib in cmake (use var $GCRYPT_LDFLAGS instead of "...Sebastien Helleu
2012-09-16irc: fix SASL mechanism "external" (bug #37274) (patch from phlux)Sebastien Helleu
2012-09-04irc: fix parsing of message 346 when no nick/time are given (bug #37266)Sebastien Helleu
2012-09-03irc: switch to next address after a timeout when connecting to server (bug #3...Simon Arlott
2012-09-03irc: fix bug when changing server option "addresses" with less addresses (bug...Simon Arlott
2012-09-03irc: add network prefix in some irc/gnutls messagesSebastien Helleu
2012-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-08-23irc: add network prefix in irc (dis)connection messagesSebastien Helleu
2012-08-23irc: keep trailing spaces in IRC messages only for some commands (if message ...Sebastien Helleu
2012-08-22irc: generate alternate nicks dynamically when all nicks are already in use (...Sebastien Helleu
2012-08-22irc: fix split of received IRC message: keep spaces at the end of messageSebastien Helleu
2012-08-20irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}...Sebastien Helleu
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...Sebastien Helleu
2012-08-08irc: set non-blocking socket before connecting to server (fix freeze with SSL...Sebastien Helleu
2012-08-02core: update description of plugins and translate them in output of /pluginSebastien Helleu
2012-07-30irc: fix bug with prefix chars which are in chanmodes with a type different f...Sebastien Helleu
2012-07-27irc: add help on values for option irc.look.nick_completion_smartSebastien Helleu
2012-07-27relay: add support of SSL (for irc and weechat protocols), new option relay.n...Sebastien Helleu
2012-07-23irc: replace calls to config_search_with_string with weechat_config_getSebastien Helleu
2012-07-20core: add support of arrays in hdata variablesSebastien Helleu
2012-07-15irc: fix format of message "USER" (according to RFC 2812) (bug #36825)Sebastien Helleu
2012-07-15irc: describe possible values in /help irc.look.display_awaySebastien Helleu
2012-07-14relay: fix freeze when writing on relay socket (use non-blocking sockets in r...Sebastien Helleu
2012-07-07irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes (...Sebastien Helleu
2012-07-01irc: fix parsing of user modes (ignore everything after first space) (bug #36...Sebastien Helleu
2012-06-30irc: add option irc.look.ctcp_time_format to customize reply to CTCP TIME (ta...Sebastien Helleu
2012-06-14irc: set callback "nickcmp" in channel buffersSebastien Helleu
2012-06-09irc: fix freeze when reading on socket with SSL enabled (bug #35097)Sebastien Helleu