summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-10perl: simplify code to load scriptsNei
2013-01-10core: replace "behaviour" by "behavior"Sebastien Helleu
2013-01-10doc: fix buffer argument for function "command": NULL value means current ↵Sebastien Helleu
buffer, not core buffer (bug #38057)
2013-01-10core: add bug #31572 (fixed) in ChangeLogSebastien Helleu
2013-01-10Revert "perl: simplify code to load scripts"Sebastien Helleu
This reverts commit 793a3cb1bad053ac3366cc34775dbc9b1e9ffb8a. This commit was causing crash on Linux when loading scripts like buffers.pl.
2013-01-09perl: simplify code to load scriptsNei
2013-01-08perl: display script filename in error messagesNei
2013-01-08perl: fix calls to callbacks during load of script when multiplicity is ↵Nei
disabled (bug #38044)
2013-01-08relay: add message when address family is not supported by protocol (on ↵Sebastien Helleu
socket creation)
2013-01-07relay: add error number and string when socket creation failsSebastien Helleu
2013-01-07doc: fix typosSebastien Helleu
2013-01-07doc: replace iteritems() by items() in scripting guide (compatibility with ↵Sebastien Helleu
Python 3.x)
2013-01-07doc: remove comment for autogen.sh in tester's guide (command required even ↵Sebastien Helleu
for tarball)
2013-01-07core: fix memory leak in evaluation of expression when a logical operator ↵Sebastien Helleu
("&&" or "||") is found
2013-01-06api: allow return code WEECHAT_RC_OK_EAT in callbacks of hook_signal and ↵Sebastien Helleu
hook_hsignal (stop sending the signal immediately)
2013-01-06irc: fix display of actions (/me) when they are received from a relay client ↵Sebastien Helleu
(in channel and private buffers) (bug #38027)
2013-01-05core: add cmake option ENABLE_PYTHON3 and configure option --enable-python3Sebastien Helleu
With this option, the python plugin will be built and linked with Python 3 (if found, or Python 2 as fallback). This option it not (yet) recommended, because many scripts are working only with Python 2.x. It should be used only to tests scripts with Python 3.x in WeeChat.
2013-01-05Version 0.4.0-rc2Sebastien Helleu
2013-01-05core: fix refresh of bars when applying layout (bug #37944, bug #37952)Sebastien Helleu
2013-01-04doc: update signals arguments in plugin API referenceSebastien Helleu
2013-01-04core: add buffer pointer in arguments for signals "input_search", ↵Sebastien Helleu
"input_text_changed" and "input_text_cursor_moved"
2013-01-04aspell: ignore self and remote nicks in private buffersSebastien Helleu
2013-01-04core: fix compilation on OpenBSD (bug #38022)Simon Kuhnle
File "sys/uio.h" needs to be included explicitly for use of "struct iovec" on OpenBSD. Signed-off-by: Simon Kuhnle <simon@blarzwurst.de>
2013-01-04core: fix help of option weechat.color.separatorSebastien Helleu
2013-01-03doc: add note about double tab in function weechat_printf, to display ↵Sebastien Helleu
message without time/alignment (plugin API reference)
2013-01-02doc: use github repository for script msgcheck.py in developer's guideSebastien Helleu
2013-01-02doc: update japanese docsRyuunosuke Ayanokouzi
2013-01-01doc: update japanese translations and docsRyuunosuke Ayanokouzi
2013-01-01aspell: fix compilation warningSebastien Helleu
2013-01-01aspell: add signal "aspell_suggest" (sent when new suggestions are displayed)Sebastien Helleu
2013-01-01relay: send UTC time in irc backlog (when server capability "server-time" is ↵Sebastien Helleu
enabled)
2013-01-01doc: update german translations, FAQ, scripting and user guideNils Görs
2013-01-01core: fix scroll to bottom of window (default key: alt+end) when line ↵Sebastien Helleu
displayed is bigger than chat area
2013-01-01core: fix scroll in buffer after enabling/disabling some filters (if scroll ↵Sebastien Helleu
is on a hidden line) (bug #37885)
2013-01-01core: update copyright datesSebastien Helleu
2012-12-26Version 0.4.0-rc1Sebastien Helleu
2012-12-25xfer: fix memory leak when refreshing xfer bufferSebastien Helleu
2012-12-25script: add missing close of file in case of error when computing MD5 ↵Sebastien Helleu
checksum of a file
2012-12-25relay: fix memory leak when adding hdata to a message (weechat protocol)Sebastien Helleu
2012-12-25irc: remove unneeded check of nick pointer (can not be NULL there)Sebastien Helleu
2012-12-25irc: fix memory leak when updating modes of channelSebastien Helleu
2012-12-25core: fix memory leak in case of error when building content of bar item for ↵Sebastien Helleu
display
2012-12-25core: fix detection of command in input: a single command char is considered ↵Nils Görs
as a command (API function "string_input_for_bufer")
2012-12-24relay: add backlog, options and server capability "server-time" for irc ↵Sebastien Helleu
protocol (task #12076) New options: - relay.irc.backlog_max_minutes - relay.irc.backlog_max_number - relay.irc.backlog_since_last_disconnect - relay.irc.backlog_tags - relay.irc.backlog_time_format
2012-12-24irc: add tags "irc_nick1_xxx" and "irc_nick2_yyy" in message displayed for ↵Sebastien Helleu
command "NICK"
2012-12-24irc: fix crash when splitting a message with tagsSebastien Helleu
2012-12-23relay: fix crash after /upgrade when a client is connectedSebastien Helleu
2012-12-21relay: add tag "relay_client" in all messages about clientNils Görs
2012-12-21script: do not open script buffer when unknown arguments are given to ↵Sebastien Helleu
command /script
2012-12-20alias: improve completion of command /aliasSebastien Helleu