summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-04core: add option aspell.check.suggestions in ChangeLogSebastien Helleu
2012-11-04aspell: add bar item "aspell_suggest": suggestions for misspelled word at ↵Sebastien Helleu
cursor (task #12061) (patch from Nils Görs)
2012-11-04aspell: update bar item "aspell_dict" only if spellers have changedSebastien Helleu
2012-11-04aspell: fix creation of spellers when number of dictionaries is different ↵Sebastien Helleu
between two buffers
2012-11-03irc: fix display bug in output of /quiet or /mode #channel +q (wrong nick ↵Sebastien Helleu
displayed)
2012-11-02irc: add command /quiet, fix display of messages 728/729 (quiet list, end of ↵Nils Görs
quiet list) (task #12278)
2012-11-02irc: add option irc.network.alternate_nick to disable dynamic nick ↵Nils Görs
generation when all nicks are already in use on server (task #12281)
2012-11-02core: add incomplete mouse events "event-down" and "event-drag" (task #11840)Ailin Nemui
2012-11-02core: expand buffer local variables in evaluation of expressions (command ↵Sebastien Helleu
/eval and function "string_eval_expression" in plugin API)
2012-11-02core: support many commands in /eval (separated by semicolons)Sebastien Helleu
2012-11-02irc: fix compilation when gnutls is disabled (bug #37639)Sebastien Helleu
2012-11-02doc: add chapter "bars" in japanese user's guideSebastien Helleu
2012-11-02core: add command /eval, use expression in conditions for bars, add function ↵Sebastien Helleu
"string_eval_expression" in plugin API
2012-10-21core: remove duplicated #includeSebastien Helleu
2012-10-20irc: add option irc.network.whois_double_nick to double nick in command /whoisSebastien Helleu
2012-10-20irc: send whois on self nick when /whois is done without argument on a ↵Nils Görs
channel (task #12273)
2012-10-20doc: update german translations and user guideNils Görs
2012-10-19relay: fix crash when receiving a new client on a socketSebastien Helleu
2012-10-19doc: fix typo in example of hdata_get_string (plugin API reference)Sebastien Helleu
2012-10-19doc: add link to doc for dependencies in file INSTALLSebastien Helleu
2012-10-19doc: update ruby version in dependencies (user's guide)Sebastien Helleu
2012-10-18doc: rename filter "jpk" to "joinquit" in FAQSebastien Helleu
2012-10-18core: fix gnutls warningsstfn
2012-10-18core: add option "-quit" for command /upgrade (save session and quit without ↵Sebastien Helleu
restarting WeeChat, for delayed restoration)
2012-10-18core: fix display of zoomed/merged buffer (with number >= 2) after switching ↵Sebastien Helleu
to it (bug #37593)
2012-10-17core: fix typo in NEWSSebastien Helleu
2012-10-17core: fix sendmsg/recvmsg on BSD/OSX by sending 1 byte of data (in hook_connect)Simon Arlott
2012-10-17core: fix display problem when option weechat.look.prefix_same_nick is set ↵Sebastien Helleu
(problem with nick displayed in first line of screen) (bug #37556) To fix this bug, a feature has been removed: the first message with a nick has the prefix forced (to not display the value of weechat.look.prefix_same_nick on top of screen), commit was: 04e98c3f29156a04785f86d429dda4d521fc1779 This feature may be reintroduced in a future commit.
2012-10-17weercd.py: add action "file" and option "file"Sebastien Helleu
2012-10-17core: fix connection to servers on OS XSebastien Helleu
2012-10-16irc: remove local variable "away" in server/channels buffers after server ↵Sebastien Helleu
disconnection (bug #37582)
2012-10-16relay: add support of IPv6, new option relay.network.ipv6, add support of ↵Sebastien Helleu
"ipv4." and/or "ipv6." before protocol name, to force IPv4/IPv6 (task #12270)
2012-10-14irc: fix cancel of auto-reconnection to server with /disconnectSebastien Helleu
This bug was introduced by commit 5931eed85da2086a26fd14b01810ba4b481348f7
2012-10-14api: connect with IPv6 by default in hook_connect (with fallback to IPv4), ↵Simon Arlott
shuffle list of hosts for a same address (task #11205)
2012-10-12core: fix wrapping of words with wide chars (the break was made before the ↵Sebastien Helleu
correct position)
2012-10-09irc: add option "-noswitch" for command /join (task #12275)Sebastien Helleu
2012-10-06irc: fix crash when message 352 has too few arguments (bug #37513)Sebastien Helleu
2012-10-06doc: add missing files for script plugin in developer's guideSebastien Helleu
2012-10-06aspell: add bar item "aspell_dict" (dictionary used on current buffer)Nils Görs
2012-10-06doc: update hdata "irc_server" (add "disconnected") in plugin API referenceSebastien Helleu
2012-10-06irc: remove unneeded server disconnect when server buffer is closed and ↵Sebastien Helleu
server is already disconnected This commit fixes a problem with the script autoconnect.py: the script hooks signal "irc_server_disconnected", and this signal was sent 2 times for each server on /quit: one time when servers are disconnected, and one time when servers are destroyed (because buffer is closed, and then server disconnected again). The script forces save of irc.conf on each disconnection, so some servers were lost in irc.conf, when some servers have already been destroyed.
2012-10-05doc: add call to config_get in examples of functions config_<type>(_default) ↵Sebastien Helleu
(plugin API reference)
2012-10-05relay: add missing "ssl." in output of /relay listrelaySebastien Helleu
2012-10-03script: fix compilation on OS XSebastien Helleu
2012-10-02core: sync debian files with debian git repositorySebastien Helleu
2012-10-02core: fix wrong Vcs-Browser URL for debian git repository (debian #689203)Sebastien Helleu
2012-09-29Version 0.4.0-devSebastien Helleu
2012-09-29Version 0.3.9Sebastien Helleu
2012-09-26relay: add tag "relay_client" for messages of new/disconnected clientSebastien Helleu
2012-09-24xfer: fix DCC transfer error (bug #37432)Sebastien Helleu