summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-28core: update WeeChat logo in debian/weechat.xpmSebastien Helleu
2013-06-28core: update turkish translationsHasan Kiran
2013-06-28core: fix typo in french translation of /help notify (patch #8082)Sebastien Helleu
2013-06-10core: remove extra space after empty prefix (when prefix for action, error, ↵Sebastien Helleu
join, network or quit is set to empty string) (bug #39218)
2013-06-10core: fix minor errors in translationsSebastien Helleu
Errors were reported by POFileChecker (from package gettext-lint).
2013-06-09relay: add command "ping" in weechat protocol (task #12689)Sebastien Helleu
2013-06-08core: add partial turkish translations (tr.po)Hasan Kiran
2013-06-08core: add option weechat.network.proxy_curl (task #12651)Sebastien Helleu
2013-06-08core: add options for Curl >= 7.25Sebastien Helleu
2013-06-08doc: add cmake options in user's guideSebastien Helleu
2013-06-08doc: update german translations and FAQNils Görs
2013-06-08irc: display a warning when the proxy set in a server does not existSebastien Helleu
2013-06-08core: add "proxy" infolist and hdataSebastien Helleu
2013-06-07aspell: add support of enchant library (patch #6858)Sebastien Helleu
Enchant is enabled only if the new option for cmake (or configure) is enabled: - for cmake: cmake -DENABLE_ENCHANT=ON - for configure: ./configure --enable-enchant
2013-06-07doc: update auto-generated file with relay commandsSebastien Helleu
2013-06-07doc: update auto-generated files with irc commandsSebastien Helleu
2013-06-07core: rename configure.in to configure.acSebastien Helleu
2013-06-05core: fix french translation of arguments in /help relaySebastien Helleu
2013-06-05irc: add support of special variables $nick/$channel/$server in commands ↵Sebastien Helleu
/allchan and /allserv
2013-06-02doc: update auto-generated files with irc optionsSebastien Helleu
2013-06-02irc: add option irc.look.nick_color_hash: hash algorithm to find nick color ↵Sebastien Helleu
(patch #8062)
2013-05-30core: fix random crash on mouse actions (bug #39094)Sebastien Helleu
2013-05-30doc: add option weechat.look.eat_newline_glitch in charset question (FAQ)Sebastien Helleu
2013-05-30relay: fix binding to an IP address (bug #39119)Mantas Mikulėnas
2013-05-29irc: fix multiple nicks in command /query (separated by commas): open one ↵Sebastien Helleu
buffer per nick
2013-05-28core: set options weechat.look.color_inactive_{buffer|window} to "on" by defaultSebastien Helleu
2013-05-27core: update ChangeLog (bug #39071)Sebastien Helleu
2013-05-27xfer: fix compilation error on OpenBSDSimon Kuhnle
Signed-off-by: Simon Kuhnle <Simon.Kuhnle@cs.fau.de>
2013-05-27doc: change font for author, toc title and footerSebastien Helleu
2013-05-27doc: resize columns for table with hdata (plugin API reference)Sebastien Helleu
2013-05-27doc: improve style for docsSebastien Helleu
2013-05-24doc: remove list of features in FAQ (duplicate with features page on site)Sebastien Helleu
2013-05-24doc: add remote GUIs in FAQSebastien Helleu
2013-05-24core: fix compilation error when gnutls is not foundSebastien Helleu
2013-05-23doc: update WeeChat URLs (for new site design)Sebastien Helleu
2013-05-23core: update WeeChat logo (32x32 icon)Sebastien Helleu
2013-05-22xfer: fix compilation warningsSebastien Helleu
2013-05-22core: fix compilation warningsSebastien Helleu
2013-05-22core: sync debian files with debian git repositorySebastien Helleu
2013-05-21core: update translations and auto-generated files with hdata/infolistsSebastien Helleu
2013-05-21Merge branch 'layout_infolist_hdata'Sebastien Helleu
2013-05-21core: fix line alignment when option weechat.look.buffer_time_format is set ↵Sebastien Helleu
to empty string A regression was introduced by commit 305175fb8c464a169e767a814f5c400154507e6f
2013-05-20Version 0.4.2-devSebastien Helleu
2013-05-20Version 0.4.1Sebastien Helleu
2013-05-18irc: fix name of server buffer after /server rename (set name "server.name" ↵Sebastien Helleu
instead of "name")
2013-05-18core: update italian translationsMarco Paolone
2013-05-18relay: fix uncontrolled format string in redirection of irc commandsSebastien Helleu
2013-05-18irc: fix uncontrolled format string when sending unknown irc commands (if ↵Sebastien Helleu
option irc.network.send_unknown_commands is on)
2013-05-18irc: fix uncontrolled format string when sending ison command (for nicks ↵Sebastien Helleu
monitored by /notify)
2013-05-18api: do not display a warning by default when loading a script with a ↵Sebastien Helleu
license different from GPL