summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Expand)Author
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-20core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.amSebastien Helleu
2013-07-19irc: use lower case at beginning of message when deleting a serverSebastien Helleu
2013-07-19irc: fix self nick color in server messages after nick is changed with /nick ...Sebastien Helleu
2013-07-18irc: add support of wildcards in commands (de)op/halfop/voice (task #9221)Sebastien Helleu
2013-07-11irc: add option irc.look.pv_tagsSebastien Helleu
2013-07-11core: sort config options by name in sourcesSebastien Helleu
2013-07-02irc: fix error message on /invite without arguments (bug #39272)Sebastien Helleu
2013-06-29irc: fix uninitialized variable "color" when hashing nickname to find colorSebastien Helleu
2013-06-08irc: display a warning when the proxy set in a server does not existSebastien Helleu
2013-06-05irc: add support of special variables $nick/$channel/$server in commands /all...Sebastien Helleu
2013-06-02irc: add option irc.look.nick_color_hash: hash algorithm to find nick color (...Sebastien Helleu
2013-05-29irc: fix multiple nicks in command /query (separated by commas): open one buf...Sebastien Helleu
2013-05-18irc: fix name of server buffer after /server rename (set name "server.name" i...Sebastien Helleu
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