summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-09trigger: use case insensitive comparison when searching for a trigger nameSebastien Helleu
2014-02-09trigger: add option "restart" in command /triggerSebastien Helleu
2014-02-09trigger: remove the timer hook pointer during the last timer callSebastien Helleu
2014-02-09trigger: add completion for all arguments of command /trigger addSebastien Helleu
2014-02-09trigger: sort triggers by nameSebastien Helleu
2014-02-09trigger: split arguments like shell in "/trigger add", to create a whole trig...Sebastien Helleu
2014-02-09api: add function string_split_shellSebastien Helleu
2014-02-09core: add argument "num_items" in function string_split_shellSebastien Helleu
2014-02-09trigger: add timerSebastien Helleu
2014-02-09trigger: execute callback even if regex/command are not set in the triggerSebastien Helleu
2014-02-09trigger: remove quotes around value in command /trigger setSebastien Helleu
2014-02-09trigger: add hsignalSebastien Helleu
2014-02-09api: add function hashtable_dupSebastien Helleu
2014-02-09trigger: add support of variable in regex optionSebastien Helleu
2014-02-09trigger: enable many trigger names and value "-all" in command /trigger {enab...Sebastien Helleu
2014-02-09trigger: fix regex result in a hook printSebastien Helleu
2014-02-09trigger: display regex changes in monitor bufferSebastien Helleu
2014-02-09trigger: minor change in output of /trigger for regexSebastien Helleu
2014-02-09trigger: add more help in trigger optionsSebastien Helleu
2014-02-09trigger: add option "rename" in command /triggerSebastien Helleu
2014-02-09trigger: do not allow a name starting with "-"Sebastien Helleu
2014-02-09trigger: add trigger pluginSebastien Helleu
2014-02-09core: display a warning in case of inconsistency between the options weechat....Sebastien Helleu
2014-02-09core: add more info in /help weechat.look.hotlist_sortSebastien Helleu
2014-02-09Version 0.4.4-devSebastien Helleu
2014-02-09Version 0.4.3Sebastien Helleu
2014-02-08doc: clean temporary files used to build man pages (autotools)Sebastien Helleu
2014-02-08doc: add missing Polish docs in Makefile.amSebastien Helleu
2014-02-08doc: update Japanese translations, user/developer's guide and plugin API refe...Ryuunosuke Ayanokouzi
2014-02-07core: fix apply of layout when buffers that are not in layout are before some...Sebastien Helleu
2014-02-07weercd.py: use /usr/bin/env in python shebangSebastien Helleu
2014-02-06core: fix typo in FindGnuTLS.cmakeSebastien Helleu
2014-02-06core: fix hotlist problems after apply of a layout (bug #41481)Sebastien Helleu
2014-02-06doc: update Polish translations and user's guideKrzysztof Koroscik
2014-02-05ruby: add detection and fix compilation with Ruby 2.0 (patch #8209)Sebastien Helleu
2014-02-05core: remove multiple detections of pkg-config in configure.acSebastien Helleu
2014-02-04core: fix installation of weechat-plugin.h with autotools (patch #8305)Patrick Steinhardt
2014-02-04alias: add default alias /beep => /print -stderr \aSebastien Helleu
2014-02-04core: fix a French translationSebastien Helleu
2014-02-04doc: fix typos in French relay protocolSebastien Helleu
2014-02-04core: use structure itself for sizeof in two mallocSebastien Helleu
2014-02-03doc: add French version of relay protocolSebastien Helleu
2014-02-02ruby: fix compilation warningSebastien Helleu
2014-02-02core: fix compilation on Android (replace include of sys/termios.h by termios...Sebastien Helleu
2014-02-02doc: minor changes in developer's guideSebastien Helleu
2014-02-02core: update ChangeLogSebastien Helleu
2014-02-02Version 0.4.3-rc2Sebastien Helleu
2014-02-02doc: add French developer's guideSebastien Helleu
2014-02-02core: update German translationsNils Görs
2014-02-02core: fix compilation on Android (replace calls to rindex by strrchr) (bug #4...Sebastien Helleu