summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-12core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-06-11core: set default value "merged" for option weechat.look.hotlist_removeSébastien Helleu
2014-06-11doc: add evaluated expression for argument "condition" in function bar_new ↵Sébastien Helleu
(plugin API reference)
2014-06-10core: fix potential memory leak with infolists not freed in plugins (debian ↵Sébastien Helleu
#751108) The memory leak should not happen if infolists are properly freed by plugins, and it happened only on unload of plugins (or exit).
2014-06-09doc: add "in option command" in quickstartSébastien Helleu
2014-06-09doc: update German auto-generated filesSébastien Helleu
2014-06-09doc: update German documentationnils_2
2014-06-09core: update German translationsnils_2
2014-06-08doc: add SSL options in quickstart guideSébastien Helleu
2014-06-08irc: fix French translation of "kick"Sébastien Helleu
2014-06-08irc: fix help of commands kick/kickban/remove (closes #102)Sébastien Helleu
2014-06-07core: fix color display of last color number + 1 (closes #101)Sébastien Helleu
2014-06-07core: fix first comment line in weechat.cSébastien Helleu
2014-06-06core: add option weechat.look.hotlist_remove (closes #99)Sébastien Helleu
2014-06-05doc: remove extra quotes around password in command /server (FAQ)Sébastien Helleu
2014-06-04core: add one bug/feature request per issue in Contributing.asciidocSébastien Helleu
2014-06-03irc: fix commentSébastien Helleu
2014-05-31Remove test/weercd.py (move script to its own repository)Sébastien Helleu
The script has been moved to: https://github.com/weechat/weercd
2014-05-29relay: don't send signals "buffer_clear" and "buffer_line_added" for relay ↵Sébastien Helleu
raw/list buffers to clients (weechat protocol)
2014-05-28irc: fix extract of channel in parser for JOIN/PART messages when there is a ↵Sébastien Helleu
colon before the channel name (closes #83) The problem was only affecting scripts or triggers using the parser. The irc plugin does not use the "channel" variable built by the parser (when parsing JOIN/PART messages).
2014-05-27doc: update German auto-generated filesSébastien Helleu
2014-05-26core: update German translationsnils_2
2014-05-26doc: update auto-generated files with IRC commandsSébastien Helleu
2014-05-26irc: add command /remove (closes #91)Sébastien Helleu
2014-05-25core: build packages in build directory on "make dist" (CMake)Sébastien Helleu
2014-05-25doc: use .asciidoc extension instead of .txt for doc filesSébastien Helleu
2014-05-25doc: update Russian quickstart (issue #81)Sébastien Helleu
2014-05-25doc: update Russian quickstart (closes #81)Sébastien Helleu
2014-05-25doc: update auto-generated files with hdataSébastien Helleu
2014-05-24core: update German translationsnils_2
2014-05-24relay: fix crash when closing relay buffers (closes #57, closes #78)Sébastien Helleu
A flag "closing" has been added in buffers. It is set to 1 when the buffer is closing, and then no more printf is allowed in the buffer (a message printed on relay buffer was causing a crash when it is closed).
2014-05-24relay: check pointers received in hdata command to prevent crashes with bad ↵Sébastien Helleu
pointers (WeeChat protocol)
2014-05-24api: add argument "flags" in function hdata_new_listSébastien Helleu
2014-05-24relay: remove warning on /reload of relay.conf when ports are definedSébastien Helleu
2014-05-23irc: fix refresh of bar item "irc_channel" after join/part/kick/kill (issue #86)Sébastien Helleu
2014-05-23doc: update Japanese auto-generated filesSébastien Helleu
2014-05-23doc: fix version number in function hook_print (Japanese plugin API reference)Sébastien Helleu
2014-05-23Merge pull request #89 from l/translation_jaSébastien Helleu
core: update Japanese translations
2014-05-24core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-05-22core: fix reset of attributes between nick colors in /color bufferSébastien Helleu
2014-05-22doc: translate Mac OS X info in question about SSL connection to IRC server…nils_2
2014-05-21irc: fix duplicate sender name in display of notice (closes #87)Sébastien Helleu
2014-05-21irc: fix refresh of buffer name in bar items after join/part/kick/kill ↵Sébastien Helleu
(closes #86)
2014-05-20irc: display message 936 (censored word) on channel instead of server bufferSébastien Helleu
2014-05-19doc: add Mac OS X info in question about SSL connection to IRC servers (FAQ)Sébastien Helleu
2014-05-18core: fix display of item buffer_short_name when the short name is not ↵Sébastien Helleu
defined in buffer
2014-05-16core: add bar item "buffer_short_name" (task #10882)Sébastien Helleu
2014-05-15irc: add bar item "irc_nick_modes" (closes #71)Sébastien Helleu
2014-05-14doc: update German auto-generated filesSébastien Helleu
2014-05-13core: update German translationnils_2