summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Expand)Author
2015-09-08irc: fix charset decoding in incoming private messages (closes #520)Sébastien Helleu
2015-08-25irc: remove blank line at the end of fileSébastien Helleu
2015-08-24irc: fix typos in /help ban and /help quietSébastien Helleu
2015-08-24irc: add command /cap (closes #8)Sébastien Helleu
2015-08-23irc: display the arrow before server name in raw bufferSébastien Helleu
2015-08-22irc: add hex dump of messages in raw bufferSébastien Helleu
2015-08-22irc: fix display of messages sent to server in raw bufferSébastien Helleu
2015-08-22irc: fix display of invalid UTF-8 chars in raw bufferSébastien Helleu
2015-08-15irc: update help on option irc.network.channel_encode (issue #218, issue #482)Sébastien Helleu
2015-08-14irc: add option irc.network.channel_encode (issue #218, issue #482)Sébastien Helleu
2015-08-07core: update translationsSébastien Helleu
2015-08-07Merge remote-tracking branch 'origin/pr/475'Sébastien Helleu
2015-08-05irc: fix update of lag item when the server lag changesSébastien Helleu
2015-08-04irc: remove lag item when a lag is displayed and new lag computed is exactly ...Sébastien Helleu
2015-07-20irc: add separate color option for current topic in channel bufferSimmo Saan
2015-07-17irc: fix format of commentSébastien Helleu
2015-07-10irc: evaluate content of server option "nicks"Sébastien Helleu
2015-07-09irc: do not allow command /query with a channel name (closes #459)Sébastien Helleu
2015-07-04irc: fix type of value returned by function irc_buffer_build_nameSébastien Helleu
2015-07-04core: add missing comments before functions when the result must be freed aft...Sébastien Helleu
2015-06-27irc: decode/encode only text in IRC messages and not the headers (bug #29886,...Sébastien Helleu
2015-06-16irc: fix crash with commands /allchan, /allpv and /allserv if the executed co...Sébastien Helleu
2015-06-15irc: do not open auto-joined channels buffers when option "-nojoin" is used i...Sébastien Helleu
2015-06-04core: replace "create" by "add" in messages and docs for IRC servers and proxiesSébastien Helleu
2015-05-22Merge remote-tracking branch 'origin/pr/419'Sébastien Helleu
2015-05-07irc: display a warning when the option irc.look.display_away is set to "channel"Sébastien Helleu
2015-05-04irc: avoid warnings for unsupported WHOX messagesMax Teufel
2015-04-30core: add comments after some #endifSébastien Helleu
2015-04-29irc: optimize search of a nick in nicklist (up to 3x faster)Sébastien Helleu
2015-04-25irc: fix color of new nick in nick changes messages when option irc.look.colo...Sébastien Helleu
2015-04-25irc: fix crash when setting an invalid regex with "/list -re" during a /list ...Sébastien Helleu
2015-04-19core: sort config options by name in source headersSébastien Helleu
2015-04-19core: sort config options by name in sourcesSébastien Helleu
2015-04-18irc: remove compiler warning on isxdigitSébastien Helleu
2015-04-18irc: add support of SHA-256 and SHA-512 algorithms in server option "ssl_fing...Sébastien Helleu
2015-04-18irc: move some #ifdef HAVE_GNUTLS around functionsSébastien Helleu
2015-04-14irc: add option "-noswitch" in command /query (closes #394)Sébastien Helleu
2015-04-13irc: fix display of PART messages on channels with +a (anonymous flag) (close...Sébastien Helleu
2015-03-23irc: fix example using two servers in /help server (closes #371)Sébastien Helleu
2015-03-22irc: fix freenode server names used in /help server (closes #365)Sébastien Helleu
2015-02-21irc: remove useless rename of channel buffer on JOIN received with different ...Sébastien Helleu
2015-02-15irc: format IRC message 008 (RPL_SNOMASK) (closes #144)Max Teufel
2015-02-10irc: fix crash in callback of message 354 when the nick is not found in channelSébastien Helleu
2015-01-28irc: fix completion of commands /allchan and /allpvSébastien Helleu
2015-01-25irc: send WHOX message only if server supports itSébastien Helleu
2015-01-25irc: add "account-notify" in help of server option "capabilities"Sébastien Helleu
2015-01-25irc: fix set of variable "pos_account" in callback for message "354"Sébastien Helleu
2015-01-25irc: free account before changing its valueSébastien Helleu
2015-01-25irc: set away flag to 0 only if channel and nick are foundSébastien Helleu
2015-01-25irc: force host to NULL after freeSébastien Helleu