summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Expand)Author
2013-05-18irc: fix uncontrolled format string when sending unknown irc commands (if opt...Sebastien Helleu
2013-05-18irc: fix uncontrolled format string when sending ison command (for nicks moni...Sebastien 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-06irc: fix display of CTCP messages that contain bold attribute (bug #38895)Sebastien Helleu
2013-05-01Merge branch 'dynamic-nick-prefix-suffix'Sebastien Helleu
2013-05-01irc: add support of "dh-aes" SASL mechanism (patch #8020)Elizabeth Myers
2013-04-29core: make nick prefix/suffix dynamic (move options from irc plugin to core, ...Sebastien Helleu
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-04-21irc: add tag "irc_nick_back" for messages displayed in private buffer when a ...Sebastien Helleu
2013-04-10irc: fix crash on command "/allchan /close"Sebastien Helleu
2013-03-24irc: add option irc.look.display_join_message (task #10895)Sebastien Helleu
2013-03-22irc: fix default completion (like nicks) in commands /msg, /notice, /query an...Sebastien Helleu
2013-03-21irc: fix prefix color for nick when the prefix is not in irc.color.nick_prefi...Sebastien Helleu
2013-03-17irc: add option irc.look.pv_buffer: automatically merge private buffers (opti...Sebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-03-12irc: rename option irc.network.lag_disconnect to irc.network.lag_reconnect, v...Sebastien Helleu
2013-02-26irc: fix conversion of mask to regex in ignoreSebastien Helleu
2013-02-23irc: hide passwords in commands or messages sent to nickserv with modifiers (...Sebastien Helleu
2013-02-18irc: fix crash when unmasking a smart filtered join if a line without tags is...Sebastien 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-16irc: fix type of values in hashtables join_manual/join_noswitch, fix delay fo...Sebastien Helleu
2013-02-16irc: fix memory leak in purge of hashtables with joins (it was done only for ...Sebastien Helleu
2013-02-10irc: add missing RFC 2813 in headerSebastien Helleu
2013-01-31irc: fix typo in commentSebastien 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-06irc: fix display of actions (/me) when they are received from a relay client ...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-25irc: fix memory leak when updating modes of channelSebastien Helleu
2012-12-24irc: add tags "irc_nick1_xxx" and "irc_nick2_yyy" in message displayed for co...Sebastien Helleu
2012-12-24irc: fix crash when splitting a message with tagsSebastien Helleu
2012-12-16irc: return git version in CTCP VERSION and FINGER by default, add "$git" and...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-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-12-05irc: read local variable "autorejoin" in buffer to override server option "au...Nils Görs
2012-12-05irc: add option "-auto" for command /connect (task #9340)Nils Görs
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