summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-protocol.c
AgeCommit message (Expand)Author
2014-11-23irc: remove unused variableSébastien Helleu
2014-11-23irc: rename server option "sasl_disconnect_on_fail" to "sasl_fail", change ty...Sébastien Helleu
2014-11-22irc: add option irc.server.*.sasl_disconnect_on_fail (task #12204)Max Teufel
2014-11-22irc: handle ERR_NICKLOCKED (902)Max Teufel
2014-11-01irc: reformat some code to make it more readableSébastien Helleu
2014-11-01irc: fix display of "(null)" as real name when it is missing in extended-joinSébastien Helleu
2014-11-01irc: add support for CAP extended-joinMax Teufel
2014-11-01irc: fix display of channel exception list (348) with 6 arguments (date missing)Sébastien Helleu
2014-11-01irc: add argument "server_message" in function irc_nick_color_for_msgSébastien Helleu
2014-11-01Merge branch 'master+irc_protocol_nick_address' of git://github.com/maxteufel...Sébastien Helleu
2014-10-26irc: automatically add current channel in command /samode (closes #241)Sébastien Helleu
2014-10-09irc: add tag "nick_xxx" in invite messagesnyuszika7h
2014-09-06irc: display nick changes in server buffer (closes #188)Sébastien Helleu
2014-08-29irc: use irc_protocol_nick_address for ban/quiet/invex/exception listsMax Teufel
2014-08-29api: use microseconds instead of milliseconds in functions util_timeval_diff ...Sébastien Helleu
2014-08-02irc: fix duplicate sender name in display of wallops (closes #142, closes #145)Sébastien Helleu
2014-05-23irc: fix refresh of bar item "irc_channel" after join/part/kick/kill (issue #86)Sébastien Helleu
2014-05-21irc: fix duplicate sender name in display of notice (closes #87)Sébastien Helleu
2014-05-21irc: fix refresh of buffer name in bar items after join/part/kick/kill (close...Sébastien Helleu
2014-05-20irc: display message 936 (censored word) on channel instead of server bufferSébastien Helleu
2014-05-08irc: add support of message 324 (channel modes) in option irc.look.display_jo...Sébastien Helleu
2014-04-13irc: add alias "whois" for target buffer of messages 401/402 (closes #54)Sébastien Helleu
2014-04-12irc: add tag with host ("host_xxx") in IRC messages displayedSébastien Helleu
2014-03-30irc: add support of "away-notify" capability (closes #12)Sébastien Helleu
2014-03-16core: fix some compilation problems on SmartOSSebastien Helleu
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