summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-05-13alias: add default alias "msgbuf" (send text to a buffer)Sébastien Helleu
2014-05-13core: add option "send" in command /input (send text to a buffer)Sébastien Helleu
2014-05-13core: fix completion %(plugins_commands) when there are more than one ↵Sébastien Helleu
argument before in the command line
2014-05-13core: add option "-buffer" in command /command (closes #67)Sébastien Helleu
2014-05-13core: update German translationnils_2
2014-05-12irc: make reason optional in command /killSébastien Helleu
2014-05-11core: add VERBOSE flag for compilation (Travis)Sébastien Helleu
2014-05-11core: add clang compiler for Travis buildSébastien Helleu
2014-05-11doc: fix continued indentations in docgen.pySébastien Helleu
2014-05-11core: add pylint check of doc/docgen.py (Travis)Sébastien Helleu
2014-05-11doc: fix pylint warnings in docgen.pySébastien Helleu
2014-05-10doc: update German auto-generated filesSébastien Helleu
2014-05-10api: change type of arguments displayed/highlight in hook_print callback ↵Sébastien Helleu
from string to integer (in scripts)
2014-05-09core: update German translationsnils_2
2014-05-09core: add commentSébastien Helleu
2014-05-08core: do not restore title of core buffer after /upgradeSébastien Helleu
2014-05-08core: fix memory leak when restoring buffers after /upgradeSébastien Helleu
2014-05-08core: remove line in ChangeLog (add of "#" in front of channels on /join)Sébastien Helleu
The new option has changed the behavior again, so "/join 0" will now part all channels by default.
2014-05-08relay: add message "_buffer_cleared"Sébastien Helleu
2014-05-08irc: add support of message 324 (channel modes) in option ↵Sébastien Helleu
irc.look.display_join_message (closes #75)
2014-05-08core: update ChangeLogSébastien Helleu
2014-05-08relay: reformat commentSébastien Helleu
2014-05-08relay: fix disconnection of client on empty websocket framesTor Hveem
WeeChat disconnects any client when a frame with length 0 is recieved.
2014-05-08core: update ChangeLog (add support of negated tags in filters)Sébastien Helleu
2014-05-08core: add support of '!' for tags in /help filterSébastien Helleu