summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
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-31irc: remove IRC color codes from buffer title in channels (closes #237)Sébastien Helleu
2014-10-26irc: automatically add current channel in command /samode (closes #241)Sébastien Helleu
2014-10-26relay: add option relay.network.ssl_priorities (closes #234)Sébastien Helleu
2014-10-26trigger: fix memory leak when allocating a new trigger with several regexSébastien Helleu
2014-10-26trigger: evaluate and replace regex groups at same time, new format for regex...Sébastien Helleu
2014-10-09irc: add tag "nick_xxx" in invite messagesnyuszika7h
2014-10-09irc: fix completion of commands /msg, /notice and /querySébastien Helleu
2014-10-08relay: use comma separator in option relay.irc.backlog_tags, check the value ...Sébastien Helleu
2014-10-08relay: add host in sender for IRC backlog PRIVMSG messages sent to clientsSébastien Helleu
2014-10-05Merge branch 'arraylist'Sébastien Helleu
2014-10-03core: use pkg-config to find Lua lib/headers with cmake, detection of Lua 5.2Sébastien Helleu
2014-09-28trigger: fix typo in default conditions of "beep" triggerSébastien Helleu
2014-09-28trigger: add "${tg_displayed}" in conditions of default trigger "beep"Sébastien Helleu
2014-09-28relay: add quotes in commentSébastien Helleu
2014-09-28relay: don't print ::ffff: in v4-mapped addresses.Anders Bergh
2014-09-26relay: fix send of signals "relay_client_xxx" (closes #214)Sébastien Helleu
2014-09-22irc: fix type of value stored in hashtable when joining a channel (closes #211)Sébastien Helleu
2014-09-20core: fix compilation of plugin API functions (macros) when compiler optimiza...Sébastien Helleu
2014-09-20guile: fix compilation with Guile < 2.0.4 (closes #198)Sébastien Helleu
2014-09-20trigger: do not allow any changes on a trigger when it is currently running (...Sébastien Helleu
2014-09-20aspell: fix compilation with enchant version older than 1.6.0 (closes #192)Sébastien Helleu
2014-09-06irc: display nick changes in server buffer (closes #188)Sébastien Helleu
2014-09-04irc: disable creation of temporary servers by default with command /connect, ...Sébastien Helleu
2014-09-01core: optimize completion by using arraylistsSé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-23irc: remove a trailing comma in help of server capabilities optionSébastien Helleu
2014-08-23trigger: add option "restore" in command /triggerSébastien Helleu
2014-08-22script: fix crash on "/script update" if a script detail is displayed in buff...Sébastien Helleu
2014-08-22trigger: fix regex used in default triggers to hide passwords (closes #172)Sébastien Helleu
2014-08-20xfer: bind to wildcard address when sendingAndrew Potter
2014-08-19xfer: Use hook_connect() for receiving chatsAndrew Potter
2014-08-17irc: add "server-time" in help of server option "capabilities"Sébastien Helleu
2014-08-16irc: remove unneeded variable "seconds"Sébastien Helleu
2014-08-16irc: fix translation of CTCP PING reply (closes #137)Sébastien Helleu
2014-08-16aspell: display an error if command "/aspell setdict" is called without a dic...Sébastien Helleu
2014-08-16aspell: remove unneeded else conditionSébastien Helleu
2014-08-15aspell: fix crash with command "/aspell addword" if no word is given (closes ...nils_2
2014-08-10irc: free nick immediately in case of malloc errorSébastien Helleu
2014-08-10script: fix potential crash in case of malloc errorSébastien Helleu
2014-08-10logger: fix memory leaks in backlogSébastien Helleu
2014-08-09irc: fix memory leak in CTCP answerSébastien Helleu
2014-08-09core: fix memory leak when removing script filesSébastien Helleu
2014-08-09exec: invert a condition to make code more readableSébastien Helleu
2014-08-09relay: fix memory leak during handshake on websocketSébastien Helleu
2014-08-09relay: fix memory leak when receiving several lines from client (weechat prot...Sébastien Helleu