summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-07script: fix scroll on script buffer in the detailed view of script (closes #6)Sebastien Helleu
2014-03-07core: fix "/window scroll -N" on a buffer with free contentSebastien Helleu
2014-03-07doc: update German auto-generated filesSebastien Helleu
2014-03-07relay: fix crash on /upgrade received from a client (weechat protocol)Sebastien Helleu
2014-03-06de.po: add missing translationsnils_2
2014-03-06core: add option weechat.look.hotlist_add_conditions, remove option weechat.l...Sebastien Helleu
2014-03-06core: fix recursive calls to function eval_expressionSebastien Helleu
2014-03-06core: add a WeeChat screenshot in README.asciidocSebastien Helleu
2014-03-06core: add asciidoc attribute "lang" in Contributing and READMESebastien Helleu
2014-03-05core: add sub-sections and note about scripts in Contributing.asciidocSebastien Helleu
2014-03-05core: fix typo in Contributing.asciidocSebastien Helleu
2014-03-05core: add file Contributing.asciidocSebastien Helleu
2014-03-05core: move content of INSTALL.asciidoc into README.asciidocSebastien Helleu
2014-03-05core: rename file NEWS.asciidoc to ReleaseNotes.asciidocSebastien Helleu
2014-03-05relay: add info "relay_client_count" with optional status name as argumentSebastien Helleu
2014-03-05relay: add signals "relay_client_xxx" for client status changes (closes #2)Sebastien Helleu
2014-03-05core: add link to formatted version of {ChangeLog|NEWS}.asciidocSebastien Helleu
2014-03-05core: add .asciidoc files in main Makefile.amSebastien Helleu
2014-03-05core: add "foreign" for AM_INIT_AUTOMAKE to ignore missing files and remove s...Sebastien Helleu
2014-03-04Use asciidoc file ending for all asciidoc filesTor Hveem
2014-03-04trigger: update description of trigger pluginSebastien Helleu
2014-03-04debian: replace rmodifier by trigger in control fileSebastien Helleu
2014-03-04core: mute all buffers by default in command /mute (replace option -all by -c...Sebastien Helleu
2014-03-04core: save and restore mute state in command /mute (bug #41748)Sebastien Helleu
2014-03-04trigger: add some missing "+" after spaces in regex of default triggers cmd_p...Sebastien Helleu
2014-03-04rmodifier: remove plugin (replaced by trigger)Sebastien Helleu
2014-03-04doc: update German auto-generated filesSebastien Helleu
2014-03-03de.po: update german translationnils_2
2014-03-03doc: update links to git repositories (savannah -> github)Sebastien Helleu
2014-03-02doc: add trigger example to colorize URLsSebastien Helleu
2014-03-02core: fix memory in execution of commandsSebastien Helleu
2014-03-02core: fix memory leak when removing a hdataSebastien Helleu
2014-03-02core: fix memory leak in evaluation of sub-conditionsSebastien Helleu
2014-03-02trigger: add variable "tg_notify" (notify level of a message, if different fr...Sebastien Helleu
2014-03-02doc: add trigger doc in user's guideSebastien Helleu
2014-03-02trigger: allow chars '\' and '(' as delimiter in regexSebastien Helleu
2014-03-02trigger: do not create the trigger with /trigger add if the regex is invalidSebastien Helleu
2014-03-01trigger: fix typo in /help triggerSebastien Helleu
2014-03-01trigger: fix typo in /help triggerSebastien Helleu
2014-03-01trigger: make optional the alignment on second and max calls (in hook timer)Sebastien Helleu
2014-02-28irc: fix colors in message with CTCP reply sent to another userSebastien Helleu
2014-02-28irc: evaluate content of server options "username" and "realname"Sebastien Helleu
2014-02-28doc: update auto-generated files with WeeChat commandsSebastien Helleu
2014-02-28core: fix output of /eval -n when there is a tab in outputSebastien Helleu
2014-02-28api: add support of escaped strings in function string_eval_expression and co...Sebastien Helleu
2014-02-28trigger: allow empty return code in command /trigger {add|addoff|addreplace}Sebastien Helleu
2014-02-28xfer: replace constant by sizeof in a call to snprintfSebastien Helleu
2014-02-28rmodifier: fix size used in a snprintfSebastien Helleu
2014-02-28relay: fix size used in a snprintfSebastien Helleu
2014-02-28irc: fix size used in some snprintfSebastien Helleu