summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-21scripts: rename macro API_FUNC to API_INIT_FUNC, add macro API_FUNC to ↵Sébastien Helleu
declare API functions
2015-02-21scripts: reformat some code to make it more readableSébastien Helleu
2015-02-21scripts: improve comments on functions that convert hashtablesSébastien Helleu
2015-02-21irc: remove useless rename of channel buffer on JOIN received with different ↵Sébastien Helleu
case (closes #336) This bug was introduced by commit 624083f41a6b8abc1a566b33f54bfc226d13886f.
2015-02-20relay: fix up/down keys on relay buffer (closes #335)Sébastien Helleu
2015-02-15core: update German translationsNils Görs
2015-02-15core: update ChangeLogSébastien Helleu
2015-02-15core: update translationsSébastien Helleu
2015-02-15irc: format IRC message 008 (RPL_SNOMASK) (closes #144)Max Teufel
2015-02-13tests: add tests on weelist functionsSébastien Helleu
2015-02-12core: add missing info in function weelist_print_logSébastien Helleu
2015-02-10doc: update German auto-generated filesSébastien Helleu
2015-02-10core: update German translationsNils Görs
2015-02-10irc: fix crash in callback of message 354 when the nick is not found in channelSébastien Helleu
2015-02-10core: add missing initialization of pointer in list allocationSébastien Helleu
2015-02-07doc: update German auto-generated filesSébastien Helleu
2015-02-06core: update German translationsNils Görs
2015-02-04core: update ChangeLogSébastien Helleu
2015-02-04core: update translationsSébastien Helleu
2015-02-04relay: remove v4-mapped addresses in /help relay.network.allowed_ipsAnders Bergh
v4-mapped addresses aren't used since commit 85339f6.
2015-01-31doc: update German auto-generated filesSébastien Helleu
2015-01-30core: update German translationsNils Görs
2015-01-30core: split expression before evaluating it in command "/eval -s"Sébastien Helleu
2015-01-30doc: update auto-generated files with WeeChat commandsSébastien Helleu
2015-01-30core: move a line in ChangeLogSébastien Helleu
2015-01-30core: add option "-s" in command /eval to split commands (no more split by ↵Sébastien Helleu
default) (closes #324)
2015-01-29core: add note about alias /v in /help versionSébastien Helleu
2015-01-28irc: fix completion of commands /allchan and /allpvSébastien Helleu
2015-01-27doc: fix description of function "command" in plugin API referenceSébastien Helleu
2015-01-26doc: update date in Russian quickstartSébastien Helleu
2015-01-25irc: send WHOX message only if server supports itSébastien Helleu
2015-01-25doc: update German auto-generated filesSébastien Helleu
2015-01-25core: update German translationsNils Görs
2015-01-25irc: add "account-notify" in help of server option "capabilities"Sébastien Helleu
2015-01-25doc: update auto-generated files with hdataSébastien Helleu
2015-01-25core: add support of "account-notify" irc capability in ChangeLog (closes ↵Sébastien Helleu
#11, closes #246)
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
2015-01-25irc: move account callback to keep protocol callbacks sorted alphabeticallySébastien Helleu
2015-01-25irc: shorten code in account callbackSébastien Helleu
2015-01-25irc: add "account" in irc_nick_print_log()Sébastien Helleu
2015-01-25irc: add "account" in irc_nick hdataSébastien Helleu
2015-01-25irc: remove useless save of variables in irc_nick_new() when updating nickSébastien Helleu
2015-01-25irc: shorten code to call irc_nick_new() in join callbackSébastien Helleu
2015-01-25irc: change type of "account" parameter to "const char *" in irc_nick_new()Sébastien Helleu
2015-01-25irc: remove compiler warning about unused parameter in ↵Sébastien Helleu
irc_channel_remove_account()
2015-01-25irc: fix memory leak on nick account in irc_channel_remove_account()Sébastien Helleu
2015-01-25Merge remote-tracking branch 'origin/pr/246' into irc-account-notifySébastien Helleu