summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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-06aspell: add bar item "aspell_dict" (dictionary used on current buffer)Nils Görs
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-05relay: add missing "ssl." in output of /relay listrelaySebastien Helleu
2012-10-03script: fix compilation on OS XSebastien 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
2012-09-20core: fix IPv6 example in /proxy commandstfn
2012-09-19charset: allow "UTF-8" in charset encoding options (still forbidden in ↵Sebastien Helleu
decoding options)
2012-09-18irc: fix rejoin of channels with a key, ignore value "*" sent by server for ↵Peter Boström
key (bug #24131)
2012-09-18script: consider that empty file "plugins.xml.gz" is not up-to-dateSebastien Helleu
2012-09-18logger: do not define _XOPEN_SOURCE on OpenBSD (not needed)Sebastien Helleu
2012-09-18script: do not define _XOPEN_SOURCE on OpenBSD (bugs with gcrypt) (bug #37373)Sebastien Helleu
2012-09-17core: fix link with gcrypt lib in cmake (use var $GCRYPT_LDFLAGS instead of ↵Sebastien Helleu
"gcrypt") (bug #37373)
2012-09-17core: move the set of cmake policy CMP0003 in directory src (so it applies ↵Sebastien Helleu
to all plugins) (bug #37311)
2012-09-17logger: add tags in backlog lines displayed when opening bufferSebastien Helleu
2012-09-16irc: fix SASL mechanism "external" (bug #37274) (patch from phlux)Sebastien Helleu
2012-09-04irc: fix parsing of message 346 when no nick/time are given (bug #37266)Sebastien Helleu
2012-09-04script: display error when installing/removing/loading script if plugin for ↵Sebastien Helleu
language is not loaded
2012-09-04core: add signals for plugins loaded/unloadedSebastien Helleu
2012-09-03irc: switch to next address after a timeout when connecting to server (bug ↵Simon Arlott
#37216)
2012-09-03irc: fix bug when changing server option "addresses" with less addresses ↵Simon Arlott
(bug #37215)
2012-09-03irc: add network prefix in some irc/gnutls messagesSebastien Helleu
2012-08-30core: add default key alt+"x" (zoom on merged buffer) (task #11029)Sebastien Helleu
2012-08-30script: add diff between current script and version in repositorySebastien Helleu
New options: - script.look.diff_command - script.look.diff_color Key alt-d has been changed to alt-v on script buffer (view script). Key alt-d is now used on detail of script to jump to diff (if diff is displayed).
2012-08-28script: remove spaces before/after tags displayed on detail of scriptSebastien Helleu
2012-08-28script: add option "script.look.display_source" (display source code with ↵Sebastien Helleu
detail of script, enabled by default)
2012-08-27core: fix display bug when end of a line is displayed on top of chat (last ↵Sebastien Helleu
line truncated and MORE(0) in status bar) (bug #37203)
2012-08-27api: allow update for some variables of hdata, add new functions ↵Sebastien Helleu
hdata_update and hdata_set
2012-08-25core: fix IP address returned by hook_connect (return IP really used, not ↵Sebastien Helleu
first IP for hostname)
2012-08-23irc: add network prefix in irc (dis)connection messagesSebastien Helleu
2012-08-23script: fix color used for script description on script bufferSebastien Helleu
2012-08-23irc: keep trailing spaces in IRC messages only for some commands (if message ↵Sebastien Helleu
ends with text from user)
2012-08-22irc: generate alternate nicks dynamically when all nicks are already in use ↵Sebastien Helleu
(task #12209)
2012-08-22irc: fix split of received IRC message: keep spaces at the end of messageSebastien Helleu
2012-08-22core: display spaces at the end of messages in chat area (bug #37024)Sebastien Helleu
2012-08-22core: fix infinite loop in display when chat area has width of 1 with a bar ↵Sebastien Helleu
displayed on the right (nicklist by default) (bug #37089)
2012-08-21script: add missing extensions in output of /script -o|-iSebastien Helleu
2012-08-21script: add options -o and -i for /script listSebastien Helleu
2012-08-21script: add option script.look.quiet_actions (no messages when ↵Sebastien Helleu
installing/removing/loading/unloading scripts on script buffer)
2012-08-20irc: move options weechat.look.nickmode{_empty} to ↵Sebastien Helleu
irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs) The option irc.look.nick_mode has a new type: integer with values: none/prefix/action/both (default is "prefix", which is old behaviour).