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

Commit Graph

  • d5c4f05497 relay: add cast from time_t to long (fix warning under FreeBSD) Sebastien Helleu 2012-08-17 11:05:38 +02:00
  • 2485831d4a script: add option "reload" for command /script, fix completion of /script, add examples in /help script Sebastien Helleu 2012-08-17 09:55:02 +02:00
  • 43894db0bc core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers with free content Sebastien Helleu 2012-08-17 09:53:49 +02:00
  • 399a5af6f3 core: add plugin "script" in debian packaging Sebastien Helleu 2012-08-17 09:11:44 +02:00
  • e211cdad54 script: add option script.look.translate_description Sebastien Helleu 2012-08-16 12:32:41 +02:00
  • 4a96c0ad8b api: add info "locale" for info_get (locale used to translate messages) Sebastien Helleu 2012-08-16 12:05:47 +02:00
  • 2ae292e684 core: fix alignment of command arguments for scripts (in /help command) Sebastien Helleu 2012-08-15 20:20:40 +02:00
  • 6a6f45e043 script: add status "a" (autoloaded) for scripts Sebastien Helleu 2012-08-15 09:25:42 +02:00
  • 0f7720d5cb core: add missing compiler define -D_LARGEFILE64_SOURCE in cmake and -D_LARGE_FILES in autotools (fix build of script plugin on Debian Lenny) Sebastien Helleu 2012-08-15 08:05:59 +02:00
  • 83d237c47a logger: replace define of _GNU_SOURCE by _XOPEN_SOURCE Sebastien Helleu 2012-08-15 00:21:14 +02:00
  • 3b8cc67f2a script: fix compilation with -O2 (replace define of _GNU_SOURCE by _XOPEN_SOURCE) Sebastien Helleu 2012-08-15 00:21:01 +02:00
  • 4c6ee497aa script: fix missing format in calls to snprintf Sebastien Helleu 2012-08-14 19:19:02 +02:00
  • 4fb991d07c core: fix use of uninitialized variable in hdata_get_var_array_size Sebastien Helleu 2012-08-14 19:16:27 +02:00
  • f39bd3128c doc: update japanese translations and docs Ryuunosuke Ayanokouzi 2012-08-14 18:33:12 +02:00
  • a99d136018 core: add new plugin "script" (scripts manager, replacing scripts weeget.py and script.pl) Sebastien Helleu 2012-08-14 18:29:32 +02:00
  • 3a245686ca core: free some variables used for weechat.conf when quitting WeeChat Sebastien Helleu 2012-08-14 11:53:53 +02:00
  • 5164bab407 core: add hidden command line options --no-gnutls and --no-gcrypt (no init/deinit of gnutls/crypt, useful for valgrind/electric-fence) Sebastien Helleu 2012-08-14 11:05:35 +02:00
  • 03a5e8a729 core: free data before removing config file/section/option from lists (remove warning in valgrind about blocks still reachable) Sebastien Helleu 2012-08-14 10:10:46 +02:00
  • bfabcd68c8 core: fix use of unitialized value (line->data->display) when adding a line in buffer Sebastien Helleu 2012-08-14 10:08:16 +02:00
  • 1f054b1d84 doc: update japanese user's guide and FAQ Ryuunosuke Ayanokouzi 2012-08-13 18:55:34 +02:00
  • d74ee61699 doc: compile japanese user's guide with autotools Sebastien Helleu 2012-08-11 17:53:57 +02:00
  • 3c615a956b irc: set non-blocking socket before connecting to server (fix freeze with SSL after connection error) Sebastien Helleu 2012-08-08 14:22:01 +02:00
  • 777fa366d7 core: fix connection to host in child process when socket is non-blocking (with or without proxy) Sebastien Helleu 2012-08-08 14:20:48 +02:00
  • 46bc181933 scripts: add signals for scripts loaded/unloaded/installed/removed Sebastien Helleu 2012-08-08 11:38:27 +02:00
  • 068d0df56b doc: add japanese user's guide (patch #7827) Sebastien Helleu 2012-08-07 09:47:17 +02:00
  • fad2779c17 doc: fix name of lists in hdata with scripts (plugin API reference) Sebastien Helleu 2012-08-07 09:36:44 +02:00
  • c13b2ca57d core: return error string to callback of hook_connect if getaddrinfo fails in child process Sebastien Helleu 2012-08-06 16:39:58 +02:00
  • 9258a63a6b core: fix crash if key of hashtable_get(_item) is NULL (just return NULL) Sebastien Helleu 2012-08-05 10:29:39 +02:00
  • 8bda6a3559 scripts: fix name of lists in hdata with scripts (remove leading "*") Sebastien Helleu 2012-08-05 09:57:05 +02:00
  • 00b879962a api: add new function util_version_number Sebastien Helleu 2012-08-04 13:58:25 +02:00
  • 3c3d0754b1 doc: fix gnutls dependency in user guide Sebastien Helleu 2012-08-04 12:43:22 +02:00
  • a55b03f603 doc: update dependencies in user guide (add zlib, gnutls is used in irc and relay plugins) Sebastien Helleu 2012-08-04 12:39:39 +02:00
  • 5ea7ea6555 core: rename type t_script_callback to t_plugin_script_cb Sebastien Helleu 2012-08-03 18:20:23 +02:00
  • 6526a0802d doc: update german translations, FAQ and user guide Nils Görs 2012-08-03 16:16:12 +02:00
  • c57c48ce76 doc: fix typo in FAQ Sebastien Helleu 2012-08-03 12:14:36 +02:00
  • b501fd1b24 scripts: add hdata with list of scripts for each language Sebastien Helleu 2012-08-03 12:13:21 +02:00
  • 746ca9623d doc: fix typo in FAQ Sebastien Helleu 2012-08-03 12:11:40 +02:00
  • b7eef5105c fifo: ignore read failing with error EAGAIN (bug #37019) (patch from Matt Robinson) Sebastien Helleu 2012-08-02 22:59:30 +02:00
  • 04520c81d6 doc: fix C example of weechat_charset_set and weechat_iconv_to_internal (plugin API reference) stfn 2012-08-02 22:41:38 +02:00
  • 57eb513547 core: remove directory "src/plugins/scripts", move script plugins in "src/plugins" Sebastien Helleu 2012-08-02 22:28:43 +02:00
  • e41595833a core: update description of plugins and translate them in output of /plugin Sebastien Helleu 2012-08-02 09:21:47 +02:00
  • 83dc57f56e relay: add missing gnutls lib for link Sebastien Helleu 2012-08-01 17:35:44 +02:00
  • d685d5fb42 core: add option weechat.startup.sys_rlimit to set system resource limits for WeeChat process Sebastien Helleu 2012-08-01 17:31:48 +02:00
  • 67c78085c9 core: fix typo in FindNcurses.cmake (patch from jaset) Sebastien Helleu 2012-07-31 08:26:33 +02:00
  • 2da1bb8199 doc: update italian translations and docs Marco Paolone 2012-07-30 19:29:28 +02:00
  • 59f5c4b319 doc: update italian docs Marco Paolone 2012-07-30 16:50:15 +02:00
  • 048b05cb29 irc: fix bug with prefix chars which are in chanmodes with a type different from "B" (bug #36996) Sebastien Helleu 2012-07-30 14:33:36 +02:00
  • 3f973f8cbc relay: set Diffie-Hellman parameters on first SSL connection from a client (makes relay plugin load faster), reuse function gnutls_sec_param_to_pk_bits Sebastien Helleu 2012-07-30 09:28:27 +02:00
  • ee74131f69 core: add option "swap" for command /buffer (task #11373) Nils Görs 2012-07-29 20:08:52 +02:00
  • 418b0519eb core: fix refresh of bar items when switching window Sebastien Helleu 2012-07-29 09:11:06 +02:00
  • 0931308c23 scripts: fix function unhook_all, fix deletion of configuration files when script is unloaded (bug #36977) Sebastien Helleu 2012-07-29 08:54:52 +02:00
  • cdba3da0b7 relay: fix compilation with old gnutls (< 2.12.0): remove call to gnutls_sec_param_to_pk_bits Sebastien Helleu 2012-07-27 23:06:09 +02:00
  • 6ff197fedd core: fix names of cache variables in configure.in (patch from Murilo Opsfelder Araujo) (bug #36971) Sebastien Helleu 2012-07-27 22:51:42 +02:00
  • 3c5301226a core: fix output of autogen.sh in shells like dash Sebastien Helleu 2012-07-27 22:39:05 +02:00
  • 66ff8b735b core: add task #12187 in ChangeLog Sebastien Helleu 2012-07-27 22:13:05 +02:00
  • bf509d6192 logger: add messages "Day changed to" in backlog Sebastien Helleu 2012-07-27 22:11:10 +02:00
  • 6ebf3fba45 irc: add help on values for option irc.look.nick_completion_smart Sebastien Helleu 2012-07-27 20:39:39 +02:00
  • ddf7be769a relay: remove compiler warnings when gnutls is not enabled/found Sebastien Helleu 2012-07-27 18:19:33 +02:00
  • 61ae7ee047 doc: update german translations and docs Nils Görs 2012-07-27 18:10:28 +02:00
  • 782e01f177 relay: add support of SSL (for irc and weechat protocols), new option relay.network.ssl_cert_key (task #12044) Sebastien Helleu 2012-07-27 17:54:08 +02:00
  • 32b8f34567 irc: replace calls to config_search_with_string with weechat_config_get Sebastien Helleu 2012-07-23 19:10:27 +02:00
  • b869a145ac doc: add missing argument "pos_option_name" in function "config_search_with_string" (plugin API reference) Sebastien Helleu 2012-07-23 19:03:08 +02:00
  • 51c1168ff3 relay: add "tags_array" in data sent for message id "_buffer_line_added" (WeeChat protocol) Sebastien Helleu 2012-07-23 12:02:43 +02:00
  • e200dd0b43 core: add missing include of stddef.h in gui-hotlist.c Sebastien Helleu 2012-07-21 19:05:54 +02:00
  • f426446521 core: add hdata "hotlist" Sebastien Helleu 2012-07-21 17:32:41 +02:00
  • 7a3e8cf198 core: fix crash when reading array value of hdata variable with type integer/long/time Sebastien Helleu 2012-07-21 17:22:45 +02:00
  • 19d03e691b core: scroll to bottom of window after reaching first or last highlight with keys alt+"p" / alt+"n" Peter Boström 2012-07-21 10:04:34 +02:00
  • bd7332455d relay: add object type "arr" (array) in WeeChat protocol Sebastien Helleu 2012-07-20 18:18:37 +02:00
  • eab0110732 core: add support of arrays in hdata variables Sebastien Helleu 2012-07-20 18:12:07 +02:00
  • 658013a1e4 core: fix compilation of gui-curses-window.c under Solaris Sebastien Helleu 2012-07-18 09:30:22 +02:00
  • 44acc36e7d core: fix typo in comment Sebastien Helleu 2012-07-17 22:36:11 +02:00
  • cb0bfad148 relay: remove unneeded headers included in relay-upgrade.c Sebastien Helleu 2012-07-17 18:12:09 +02:00
  • 24a06f0e08 python: fix detection of python (first try "python2.x" and then "python") (bug #36835) Sebastien Helleu 2012-07-17 14:07:03 +02:00
  • 7caa481b24 doc: remove warning about relay protocol in development Sebastien Helleu 2012-07-17 14:04:28 +02:00
  • 99c1065bcf relay: move creation of client from relay-upgrade.c to relay-client.c Sebastien Helleu 2012-07-17 09:56:03 +02:00
  • 380ce5d45d relay: fix outqueue pointers in client after upgrade Sebastien Helleu 2012-07-16 21:59:39 +02:00
  • 5dfcf614b5 relay: fix NULL pointer on upgrade in client->protocol_args (for WeeChat protocol) Sebastien Helleu 2012-07-16 21:39:43 +02:00
  • beff1fc85c core: fix french translation of /help repeat Sebastien Helleu 2012-07-16 09:32:56 +02:00
  • aa971baa15 irc: fix format of message "USER" (according to RFC 2812) (bug #36825) Sebastien Helleu 2012-07-15 09:53:36 +02:00
  • a4dac092d2 irc: describe possible values in /help irc.look.display_away Sebastien Helleu 2012-07-15 09:21:39 +02:00
  • 7033c1bda5 charset: fix typo Sebastien Helleu 2012-07-14 23:01:50 +02:00
  • d247d773db relay: fix freeze when writing on relay socket (use non-blocking sockets in relay for irc and weechat protocols) (bug #36655) Sebastien Helleu 2012-07-14 22:41:52 +02:00
  • f4dc85a3cb charset: do not allow "UTF-8" in charset options (useless because UTF-8 is the internal WeeChat charset) Sebastien Helleu 2012-07-14 10:50:49 +02:00
  • 788f634fbc core: add command line option "-r" ("--run-command") in man page Sebastien Helleu 2012-07-13 13:50:57 +02:00
  • 4eb8013fd3 core: add command line option "-r" (or "--run-command") to run command(s) after startup of WeeChat Peter Boström 2012-07-13 12:57:14 +02:00
  • bb4264a56c core: fix refresh of bar items "buffer_filter" and "scroll" in root bars (bug #36816) Sebastien Helleu 2012-07-09 17:08:30 +02:00
  • c03fcd5e12 core: add function "hook_set" in plugin API, add "subplugin" in hooks (set by script plugins), display subplugin in /help on commands (task #12049) Peter Boström 2012-07-09 15:16:51 +02:00
  • 92aa9bff45 core: add option weechat.look.jump_smart_back_to_buffer (jump back to initial buffer after reaching end of hotlist) Nils Görs 2012-07-07 13:41:16 +02:00
  • 97a64f1334 irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes (task #12022) Sebastien Helleu 2012-07-07 12:44:55 +02:00
  • 2370f7aaa7 doc: update note about WeeChat version at beginning of FAQ Sebastien Helleu 2012-07-06 12:35:11 +02:00
  • 31d3b7d035 doc: fix name of option in question about memory usage (FAQ) Sebastien Helleu 2012-07-06 12:29:04 +02:00
  • 273256eea9 core: add default key alt+"s" (toggle aspell) Sebastien Helleu 2012-07-05 16:13:04 +02:00
  • 3de7b2ff3d aspell: add new option aspell.check.enabled, add options enable/disable/toggle for command /aspell, display aspell status with /aspell (task #11988) Sebastien Helleu 2012-07-05 16:06:28 +02:00
  • cbc47ece3d aspell: add missing dictionaries (ast/grc/hus/kn/ky) Sebastien Helleu 2012-07-05 14:41:26 +02:00
  • 5309a65f05 core: update ChangeLog (add cmake option "MANDIR") Sebastien Helleu 2012-07-05 12:08:00 +02:00
  • 14e98a5fae doc: add new cmake option MANDIR (bug #36776) Simon Kuhnle 2012-07-05 12:07:23 +02:00
  • 26d7fcfc97 doc: fix C example of weechat_hook_process_hashtable (plugin API reference) stfn 2012-07-05 09:32:15 +02:00
  • 9f9a37b8e6 doc: update german FAQ Nils Görs 2012-07-04 15:53:34 +02:00
  • 3d3530f06c doc: update german translations and user guide Nils Görs 2012-07-03 15:49:02 +02:00
  • dc091d060c doc: update list of contributors in user guide Sebastien Helleu 2012-07-03 11:38:19 +02:00