1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

Commit Graph

  • b1005fc23e irc: add option irc.network.alternate_nick to disable dynamic nick generation when all nicks are already in use on server (task #12281) Nils Görs 2012-11-02 17:51:12 +01:00
  • 8b52fc90d5 core: add incomplete mouse events "event-down" and "event-drag" (task #11840) Ailin Nemui 2012-11-02 17:26:52 +01:00
  • 4d436e3ac6 core: expand buffer local variables in evaluation of expressions (command /eval and function "string_eval_expression" in plugin API) Sebastien Helleu 2012-11-02 15:40:15 +01:00
  • f7b53fe6aa core: support many commands in /eval (separated by semicolons) Sebastien Helleu 2012-11-02 15:28:48 +01:00
  • 7002c44622 irc: fix compilation when gnutls is disabled (bug #37639) Sebastien Helleu 2012-11-02 09:58:12 +01:00
  • 00f663a8c3 doc: add chapter "bars" in japanese user's guide Sebastien Helleu 2012-11-02 09:47:56 +01:00
  • 32c93b5c0a core: add command /eval, use expression in conditions for bars, add function "string_eval_expression" in plugin API Sebastien Helleu 2012-11-02 09:37:15 +01:00
  • 3ec0ad7c62 core: remove duplicated #include Sebastien Helleu 2012-10-21 19:43:12 +02:00
  • 9037c0fe4c irc: add option irc.network.whois_double_nick to double nick in command /whois Sebastien Helleu 2012-10-20 18:03:08 +02:00
  • 7ee9e58d1b irc: send whois on self nick when /whois is done without argument on a channel (task #12273) Nils Görs 2012-10-20 17:19:55 +02:00
  • ffe636ea48 doc: update german translations and user guide Nils Görs 2012-10-20 14:18:54 +02:00
  • eba2211427 relay: fix crash when receiving a new client on a socket Sebastien Helleu 2012-10-19 19:28:26 +02:00
  • 4b6eac3172 doc: fix typo in example of hdata_get_string (plugin API reference) Sebastien Helleu 2012-10-19 14:31:21 +02:00
  • 8c8bb8e72c doc: add link to doc for dependencies in file INSTALL Sebastien Helleu 2012-10-19 14:28:35 +02:00
  • 130634ce6a doc: update ruby version in dependencies (user's guide) Sebastien Helleu 2012-10-19 13:54:22 +02:00
  • 883fb4d64d doc: rename filter "jpk" to "joinquit" in FAQ Sebastien Helleu 2012-10-18 23:17:43 +02:00
  • c2b26972da core: fix gnutls warnings stfn 2012-10-18 22:36:52 +02:00
  • ed506558e8 core: add option "-quit" for command /upgrade (save session and quit without restarting WeeChat, for delayed restoration) Sebastien Helleu 2012-10-18 20:59:56 +02:00
  • 93d3198b70 core: fix display of zoomed/merged buffer (with number >= 2) after switching to it (bug #37593) Sebastien Helleu 2012-10-18 10:25:34 +02:00
  • 0d18ef16bb core: fix typo in NEWS Sebastien Helleu 2012-10-17 19:49:03 +02:00
  • d5f140805b core: fix sendmsg/recvmsg on BSD/OSX by sending 1 byte of data (in hook_connect) Simon Arlott 2012-10-17 17:32:56 +02:00
  • f42b3d382f core: fix display problem when option weechat.look.prefix_same_nick is set (problem with nick displayed in first line of screen) (bug #37556) Sebastien Helleu 2012-10-17 16:34:21 +02:00
  • d403d7b79b weercd.py: add action "file" and option "file" Sebastien Helleu 2012-10-17 16:19:45 +02:00
  • 066f184605 core: fix connection to servers on OS X Sebastien Helleu 2012-10-17 12:17:10 +02:00
  • 43c01f76a2 irc: remove local variable "away" in server/channels buffers after server disconnection (bug #37582) Sebastien Helleu 2012-10-16 19:25:36 +02:00
  • 82a8acf9ce relay: add support of IPv6, new option relay.network.ipv6, add support of "ipv4." and/or "ipv6." before protocol name, to force IPv4/IPv6 (task #12270) Sebastien Helleu 2012-10-16 19:14:26 +02:00
  • 452229cf32 irc: fix cancel of auto-reconnection to server with /disconnect Sebastien Helleu 2012-10-14 11:17:54 +02:00
  • 248aa8d73a api: connect with IPv6 by default in hook_connect (with fallback to IPv4), shuffle list of hosts for a same address (task #11205) Simon Arlott 2012-10-14 10:59:00 +02:00
  • 70ce7fe3b6 core: fix wrapping of words with wide chars (the break was made before the correct position) Sebastien Helleu 2012-10-12 14:05:48 +02:00
  • 5cfeb2f2bc irc: add option "-noswitch" for command /join (task #12275) Sebastien Helleu 2012-10-09 21:33:09 +02:00
  • aa6b886386 irc: fix crash when message 352 has too few arguments (bug #37513) Sebastien Helleu 2012-10-06 19:05:13 +02:00
  • 872d1e0372 doc: add missing files for script plugin in developer's guide Sebastien Helleu 2012-10-06 17:32:12 +02:00
  • 668cda2684 aspell: add bar item "aspell_dict" (dictionary used on current buffer) Nils Görs 2012-10-06 17:16:49 +02:00
  • 5443ae4cae doc: update hdata "irc_server" (add "disconnected") in plugin API reference Sebastien Helleu 2012-10-06 17:11:25 +02:00
  • 5931eed85d irc: remove unneeded server disconnect when server buffer is closed and server is already disconnected Sebastien Helleu 2012-10-06 16:07:53 +02:00
  • 8caeed6c4e doc: add call to config_get in examples of functions config_<type>(_default) (plugin API reference) Sebastien Helleu 2012-10-05 22:05:34 +02:00
  • 33d90d75c3 relay: add missing "ssl." in output of /relay listrelay Sebastien Helleu 2012-10-05 15:21:32 +02:00
  • 485728a43f script: fix compilation on OS X Sebastien Helleu 2012-10-03 17:40:56 +02:00
  • 13d95cac8e core: sync debian files with debian git repository Sebastien Helleu 2012-10-02 09:07:11 +02:00
  • 6a8127d92e core: fix wrong Vcs-Browser URL for debian git repository (debian #689203) Sebastien Helleu 2012-10-02 09:06:55 +02:00
  • e0959486e9 Version 0.4.0-dev Sebastien Helleu 2012-09-29 11:48:49 +02:00
  • bbd9d00b63 Version 0.3.9 v0.3.9 Sebastien Helleu 2012-09-29 09:58:49 +02:00
  • b3c4f3d7d2 relay: add tag "relay_client" for messages of new/disconnected client Sebastien Helleu 2012-09-26 16:47:52 +02:00
  • 5f8a7e8d31 xfer: fix DCC transfer error (bug #37432) Sebastien Helleu 2012-09-24 21:56:24 +02:00
  • 7eb70ccecd core: update spanish translations Elián Hanisch 2012-09-23 22:22:40 +02:00
  • 6ab12763b9 core: update german translations Nils Görs 2012-09-23 09:36:48 +02:00
  • c57f5519af core: sync debian files with debian git repository Sebastien Helleu 2012-09-22 09:49:24 +02:00
  • e2201c972f core: add japanese docs in debian packaging (user's guide, scripting guide, tester's guide) Sebastien Helleu 2012-09-22 09:48:31 +02:00
  • cf5551bef8 doc: add japanese tester's guide, update japanese translations and docs Ryuunosuke Ayanokouzi 2012-09-21 11:56:33 +02:00
  • 0fb3378fc1 core: fix IPv6 example in /proxy command stfn 2012-09-20 07:55:58 +02:00
  • 1dc99c1dc2 charset: allow "UTF-8" in charset encoding options (still forbidden in decoding options) Sebastien Helleu 2012-09-19 17:40:13 +02:00
  • 34c9a061d9 Version 0.3.9-rc2 v0.3.9-rc2 Sebastien Helleu 2012-09-18 21:21:00 +02:00
  • 028e5e87d5 doc: update german translations, FAQ and quickstart guide Nils Görs 2012-09-18 21:18:27 +02:00
  • a80635c8b2 irc: fix rejoin of channels with a key, ignore value "*" sent by server for key (bug #24131) Peter Boström 2012-09-18 18:08:21 +02:00
  • b5f7c124ea script: consider that empty file "plugins.xml.gz" is not up-to-date Sebastien Helleu 2012-09-18 10:07:02 +02:00
  • 9070cc5659 logger: do not define _XOPEN_SOURCE on OpenBSD (not needed) Sebastien Helleu 2012-09-18 09:47:55 +02:00
  • 9b607d38f5 script: do not define _XOPEN_SOURCE on OpenBSD (bugs with gcrypt) (bug #37373) Sebastien Helleu 2012-09-18 09:47:30 +02:00
  • 7a63b4aa62 core: update ChangeLog (add japanese scripting guide) Sebastien Helleu 2012-09-17 16:33:59 +02:00
  • 92221f7cd2 doc: add japanese scripting guide, update japanese translations and docs Ryuunosuke Ayanokouzi 2012-09-17 16:33:08 +02:00
  • a83007d118 core: fix link with gcrypt lib in cmake (use var $GCRYPT_LDFLAGS instead of "gcrypt") (bug #37373) Sebastien Helleu 2012-09-17 16:01:05 +02:00
  • bfaed2bec6 core: move the set of cmake policy CMP0003 in directory src (so it applies to all plugins) (bug #37311) Sebastien Helleu 2012-09-17 13:15:05 +02:00
  • 291fa04c7e logger: add tags in backlog lines displayed when opening buffer Sebastien Helleu 2012-09-17 12:49:36 +02:00
  • f346704d32 irc: fix SASL mechanism "external" (bug #37274) (patch from phlux) Sebastien Helleu 2012-09-16 14:26:50 +02:00
  • 09c274be28 irc: fix parsing of message 346 when no nick/time are given (bug #37266) Sebastien Helleu 2012-09-04 13:25:43 +02:00
  • 33bb4399b8 doc: update hdata "script_script" in plugin API reference Sebastien Helleu 2012-09-04 13:23:12 +02:00
  • 7756be5fea script: display error when installing/removing/loading script if plugin for language is not loaded Sebastien Helleu 2012-09-04 12:57:26 +02:00
  • 3849cb49bc core: add signals for plugins loaded/unloaded Sebastien Helleu 2012-09-04 12:39:56 +02:00
  • 36356521a1 irc: switch to next address after a timeout when connecting to server (bug #37216) Simon Arlott 2012-09-03 11:01:26 +02:00
  • 055116f2b7 irc: fix bug when changing server option "addresses" with less addresses (bug #37215) Simon Arlott 2012-09-03 10:26:45 +02:00
  • 606be401cc irc: add network prefix in some irc/gnutls messages Sebastien Helleu 2012-09-03 09:43:38 +02:00
  • 4979c1fe7f Version 0.3.9-rc1 v0.3.9-rc1 Sebastien Helleu 2012-08-30 10:56:19 +02:00
  • e1a54d49eb core: add default key alt+"x" (zoom on merged buffer) (task #11029) Sebastien Helleu 2012-08-30 10:46:42 +02:00
  • 80e740b72f script: add diff between current script and version in repository Sebastien Helleu 2012-08-30 08:50:22 +02:00
  • 186053f90c script: remove spaces before/after tags displayed on detail of script Sebastien Helleu 2012-08-28 16:37:29 +02:00
  • df7b14e41c script: add option "script.look.display_source" (display source code with detail of script, enabled by default) Sebastien Helleu 2012-08-28 16:11:51 +02:00
  • 5073048428 core: fix asciidoc formatting in NEWS Sebastien Helleu 2012-08-27 16:52:54 +02:00
  • c5daee28cf core: fix display bug when end of a line is displayed on top of chat (last line truncated and MORE(0) in status bar) (bug #37203) Sebastien Helleu 2012-08-27 12:30:56 +02:00
  • df80aa5fc9 api: allow update for some variables of hdata, add new functions hdata_update and hdata_set Sebastien Helleu 2012-08-27 09:47:46 +02:00
  • e767346a19 core: fix IP address returned by hook_connect (return IP really used, not first IP for hostname) Sebastien Helleu 2012-08-25 18:51:25 +02:00
  • 4a3756e753 irc: add network prefix in irc (dis)connection messages Sebastien Helleu 2012-08-23 22:12:50 +02:00
  • ed9537ff76 script: fix color used for script description on script buffer Sebastien Helleu 2012-08-23 19:06:18 +02:00
  • 2c0b860d62 irc: keep trailing spaces in IRC messages only for some commands (if message ends with text from user) Sebastien Helleu 2012-08-23 08:03:04 +02:00
  • 7f3d7e5f29 irc: generate alternate nicks dynamically when all nicks are already in use (task #12209) Sebastien Helleu 2012-08-22 19:28:19 +02:00
  • 7aaac8d698 weercd.py: add option "nickused" (send some messages 433 before accepting nick) Sebastien Helleu 2012-08-22 19:19:49 +02:00
  • 9310737d5d irc: fix split of received IRC message: keep spaces at the end of message Sebastien Helleu 2012-08-22 15:50:26 +02:00
  • d8d0d6e4c6 core: display spaces at the end of messages in chat area (bug #37024) Sebastien Helleu 2012-08-22 14:07:01 +02:00
  • d81d5c09d1 core: fix infinite loop in display when chat area has width of 1 with a bar displayed on the right (nicklist by default) (bug #37089) Sebastien Helleu 2012-08-22 10:14:24 +02:00
  • d26f00b391 doc: add question about size of input bar in FAQ Sebastien Helleu 2012-08-22 09:05:10 +02:00
  • b1da1cba4c script: add missing extensions in output of /script -o|-i Sebastien Helleu 2012-08-21 21:59:58 +02:00
  • 09f80c20d6 script: add options -o and -i for /script list Sebastien Helleu 2012-08-21 21:42:34 +02:00
  • 129f32ce8e script: add option script.look.quiet_actions (no messages when installing/removing/loading/unloading scripts on script buffer) Sebastien Helleu 2012-08-21 18:57:49 +02:00
  • cc5118b3b6 core: check that python version is >= 2.5 in cmake/autotools (patch from Peter Boström) Sebastien Helleu 2012-08-21 09:27:49 +02:00
  • a4e15e8ef4 irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs) Sebastien Helleu 2012-08-20 18:25:23 +02:00
  • 1fe7d25c8d core: fix quote used in /help option for values (type integer with strings) Sebastien Helleu 2012-08-20 15:28:50 +02:00
  • 2944adc954 script: add focus info for mouse on script buffer, add two default mouse bindings: left button = select line, right button = install/remove script Sebastien Helleu 2012-08-20 13:36:29 +02:00
  • 08228492e6 core: fix typo in french translations Sebastien Helleu 2012-08-20 09:45:06 +02:00
  • fbbfcf95dd script: add key alt+L to reload script, allow input on script buffer for actions on script, add option script.look.use_keys Sebastien Helleu 2012-08-18 11:53:01 +02:00
  • 13b1d64aa1 script: add option "search" for command /script (completion with script tags) Sebastien Helleu 2012-08-18 09:01:26 +02:00
  • 5ae6f133d6 doc: fix typo in keys for mouse context Sebastien Helleu 2012-08-17 19:52:56 +02:00
  • 5a24709f35 core: fix display of "bar more down" char when text is truncated by size_max in bars with vertical filling (bug #37054) Nils Görs 2012-08-17 19:26:44 +02:00