summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Collapse)Author
2014-02-28irc: fix colors in message with CTCP reply sent to another userSebastien Helleu
2014-02-28irc: evaluate content of server options "username" and "realname"Sebastien Helleu
2014-02-28irc: fix size used in some snprintfSebastien Helleu
2014-02-28irc: fix some malloc sizesSebastien Helleu
2014-02-22irc: set option irc.network.autoreconnect_delay_max to 600 by default, ↵Sebastien Helleu
increase max value to 604800 seconds (7 days)
2014-02-22irc: remove dead assignment in function irc_ignore_checkSebastien Helleu
2014-02-22irc: fix read of MODES server value when in commands /op, /deop, /voice, ↵Sebastien Helleu
/devoice, /halfop, /dehalfop
2014-02-22irc: remove dead assignments in functions irc_server_str(n)casecmpSebastien Helleu
2014-02-21irc: use same return code and message in all commands when arguments are ↵Sebastien Helleu
wrong/missing
2014-02-20irc: add note about option irc.network.whois_double_nick in /help whoisSebastien Helleu
2014-02-20irc: set option irc.network.whois_double_nick to "off" by defaultSebastien Helleu
2014-02-20irc: fix parsing of nick/host when there is nothing after in message ↵Sebastien Helleu
(malformed message)
2014-02-20irc: fix parsing of nick in host when '!' is not found (bug #41640)Felix Eckhofer
2014-02-13irc: use a more explicit error when the creation of a temporary server failedSebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-01-31irc: clear the gnutls session in all cases after SSL connection errorSebastien Helleu
2014-01-28irc: add value "353" in option irc.look.display_join_messageSebastien Helleu
So now the values mean: - 353: names on channel - 366: names count (before this commit it meant 353 + 366)
2014-01-25irc: add command "monitor" in /help irc.look.notify_tags_isonSebastien Helleu
2014-01-23irc: use MONITOR instead of ISON for /notify when it is available on server ↵Sebastien Helleu
(task #11477) (patch from Nils Görs)
2014-01-21irc: do not display names by default when joining a channel (task #13045)Sebastien Helleu
2014-01-21core: update translationsSebastien Helleu
2014-01-21irc: refactor code in gnutls callback to display certificates even if option ↵Sebastien Helleu
ssl_fingerprint is set
2014-01-21irc: check that server option ssl_fingerprint has exactly 40 hexadecimal ↵Sebastien Helleu
digits (when set to non-empty value)
2014-01-21irc: add server option "ssl_fingerprint" (task #12724)Maarten de Vries
2014-01-20irc: add comment with return value for function irc_server_gnutls_callbackSebastien Helleu
2014-01-20irc: display PONG answer when resulting from manual /ping commandSebastien Helleu
2014-01-18core: reformat hook_command argumentsSebastien Helleu
2014-01-11irc: fix time parsed in tag of messages on CygwinSebastien Helleu
2014-01-10irc: add missing include of netinet/in.h (fix compilation error on FreeBSD)Sebastien Helleu
2014-01-09core: optimize xxx_valid() functions: return immediately if pointer is NULLSebastien Helleu
2014-01-09core: add "POSIX extended" in description of options/commands/functions ↵Sebastien Helleu
using regular expressions
2014-01-09xfer: add support of IPv6 for DCC chat/file (patch #7992)Andrew Potter
2014-01-06xfer: use same infolist for hook and signals (patch #7974)Andrew Potter
2014-01-02irc: use statusmsg from message 005 to check prefix char in status ↵Sebastien Helleu
notices/messages
2014-01-02irc: add comments for functions about modes/prefix/chanmodesSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-24irc: fix typo in /help irc.look.highlight_{channel|pv|server}Sebastien Helleu
2013-12-23core: replace darkgray color as default value of optionsSebastien Helleu
New default value is now used for these options: - weechat.color.chat_inactive_buffer: "default" - weechat.color.chat_inactive_window: "default" - weechat.color.chat_nick_offline: "default" - weechat.color.chat_nick_offline_highlight_bg: "blue" - weechat.color.chat_prefix_buffer_inactive_buffer: "default" - irc.color.topic_old: "default" - logger.color.backlog_end: "default" - logger.color.backlog_line: "default" - script.color.text_delimiters: "default"
2013-12-22irc: use syntax \xNN instead of \NN for control chars in raw bufferSebastien Helleu
2013-12-17irc: remove display of channel in channel notices, display "PvNotice" for ↵Sebastien Helleu
channel welcome notices
2013-12-16irc: add option irc.look.smart_filter_mode (task #12499)Sebastien Helleu
2013-12-15core: add buffer property "highlight_tags_restrict", rename option ↵Sebastien Helleu
irc.look.highlight_tags to irc.look.highlight_tags_restrict The buffer property "highlight_tags" is renamed to "highlight_tags_restrict". New behavior for buffer property "highlight_tags": force highlight on tags. Option irc.look.highlight_tags is renamed to irc.look.highlight_tags_restrict.
2013-12-11irc: display mask of ignore deleted with /ignore delSebastien Helleu
2013-12-11irc: add note about command /disconnect in /help connectSebastien Helleu
2013-12-08irc: don't return a default ban mask if option is not set or if host is not ↵Sebastien Helleu
found
2013-12-07irc: rename option irc.look.ban_mask_default to irc.network.ban_mask_defaultSebastien Helleu
2013-12-07irc: add option irc.look.ban_mask_default (bug #26571)Sebastien Helleu
2013-12-07irc: improve /help of command/command_delay/autojoin options in serversSebastien Helleu
2013-12-06irc: add option irc.network.lag_maxSebastien Helleu
2013-12-05irc: fix ignore on a host without nickSebastien Helleu