summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-protocol.c
AgeCommit message (Expand)Author
2014-03-12core: update translationsSebastien Helleu
2014-03-12irc: display output of CAP LIST in server buffer (closes #10)Shawn Smith
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-01-28irc: add value "353" in option irc.look.display_join_messageSebastien Helleu
2014-01-23irc: use MONITOR instead of ISON for /notify when it is available on server (...Sebastien Helleu
2014-01-20irc: display PONG answer when resulting from manual /ping commandSebastien Helleu
2014-01-11irc: fix time parsed in tag of messages on CygwinSebastien Helleu
2014-01-02irc: use statusmsg from message 005 to check prefix char in status notices/me...Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-17irc: remove display of channel in channel notices, display "PvNotice" for cha...Sebastien Helleu
2013-12-16irc: add option irc.look.smart_filter_mode (task #12499)Sebastien Helleu
2013-10-08irc: add option irc.look.notice_welcome_tagsSebastien Helleu
2013-10-05irc: use "private" notify for welcome notices displayed in channel (like when...Sebastien Helleu
2013-10-05irc: remove target of notice (self nick) in the display of channel welcome no...Sebastien Helleu
2013-10-04irc: display target of notice when it is displayed in channelSebastien Helleu
2013-08-29irc: fix extraction of channel name in notice (when message starts with "[]")Sebastien Helleu
2013-08-28irc: add option irc.look.notice_welcome_redirect to automatically redirect ch...Sebastien Helleu
2013-08-04api: add argument "options" in function string_eval_expression, add option "-...Sebastien Helleu
2013-08-02Merge branch 'secured-data'Sebastien Helleu
2013-07-27irc: display number of ops/halfops/voices on channel join only for supported ...Sebastien Helleu
2013-07-27core: add secured data with optional encryption in file sec.confSebastien Helleu
2013-07-11irc: add option irc.look.pv_tagsSebastien Helleu
2013-05-12irc: fix refresh of nick in input bar when joining a new channel with op stat...Sebastien Helleu
2013-05-11irc: remove tag "notify_private" from notices received before message 001Sebastien Helleu
2013-05-01irc: add support of "dh-aes" SASL mechanism (patch #8020)Elizabeth Myers
2013-04-28irc: fix duplicate nick completion when someone rejoins the channel with same...Sebastien Helleu
2013-04-23irc: add support of UHNAMES (capability "userhost-in-names") (task #9353)Sebastien Helleu
2013-03-24irc: add option irc.look.display_join_message (task #10895)Sebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-02-18irc: fix display of malformed CTCP (without closing char) (bug #38347)Sebastien Helleu
2013-02-17irc: unmask smart filtered join if nick speaks in channel some minutes after ...Sebastien Helleu
2013-02-10irc: add missing RFC 2813 in headerSebastien Helleu
2013-01-26core: use size of 32 for hashtables (instead of 4, 8 or 16)Sebastien Helleu
2013-01-25irc: add color in output of /names when result is on server buffer (channel n...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-25irc: remove unneeded check of nick pointer (can not be NULL there)Sebastien Helleu
2012-12-24irc: add tags "irc_nick1_xxx" and "irc_nick2_yyy" in message displayed for co...Sebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-05irc: read local variable "autorejoin" in buffer to override server option "au...Nils Görs
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-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-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-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: add network prefix in some irc/gnutls messagesSebastien Helleu