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

Commit Graph

  • 018ea768af core: remove cmake warnings Sebastien Helleu 2011-12-07 11:21:51 +01:00
  • ae997df61e core: fix detection of zlib with cmake Sebastien Helleu 2011-12-07 11:21:23 +01:00
  • 013f8cc757 relay: add WeeChat protocol (for remote GUI), doc about protocol, new options Sebastien Helleu 2011-12-06 23:06:23 +01:00
  • 00a3f990b3 api: add new function nicklist_get_next_item Sebastien Helleu 2011-12-06 22:57:21 +01:00
  • 23c70b013b core: fix sizeof of variable (struct content instead of its pointer) in function gui_hotlist_add Sebastien Helleu 2011-12-04 09:08:03 +01:00
  • aa79dedbb1 core: add missing initialization of variable in function weelist_casesearch_pos Sebastien Helleu 2011-12-04 09:06:46 +01:00
  • 0765f113d0 core: replace some C++ comments by C comments Sebastien Helleu 2011-12-01 17:09:23 +01:00
  • fcbf297a14 core: remove obsolete comment Sebastien Helleu 2011-12-01 17:05:59 +01:00
  • 41b5ef1e4c core: check pointer returned by function localtime Sebastien Helleu 2011-11-27 11:48:35 +01:00
  • 8ba8e62580 irc: fix crash when signon time in message 317 (whois, idle) is invalid (too large) (bug #34905) Sebastien Helleu 2011-11-27 10:06:24 +01:00
  • c40a281ce4 core: fix type of variables in hdata "line_data" (type integer -> char) Sebastien Helleu 2011-11-25 15:23:28 +01:00
  • bfc010df2f core: add type char for hdata and function hdata_char in plugin/script API Sebastien Helleu 2011-11-25 15:09:44 +01:00
  • 96940af8c3 irc: do not delete servers added in irc.conf on /reload (bug #34872) Sebastien Helleu 2011-11-21 18:12:47 +01:00
  • 6f6e1569cd core: add "full_name" in buffer structure Sebastien Helleu 2011-11-21 17:55:30 +01:00
  • e8b3eb7ad1 relay: ignore newline chars in commands received, rename command "pass" to "password" Sebastien Helleu 2011-11-21 12:56:31 +01:00
  • 746e56f28c xfer: display origin of xfer in core and xfer buffers (task #10956) Sebastien Helleu 2011-11-19 11:39:48 +01:00
  • 36343a5338 relay: add password support and command "info" in WeeChat protocol Sebastien Helleu 2011-11-18 17:14:09 +01:00
  • 7a0d346933 irc: remove autorejoin on channels when disconnected from server (bug #32207) Sebastien Helleu 2011-11-18 16:00:12 +01:00
  • 6f0b6295c5 irc: display messages kick/kill/mode/topic even if nick is ignored (bug #34853) Sebastien Helleu 2011-11-17 22:52:37 +01:00
  • 61e5a4bcdb core: apply filters after full reload of configuration files (with /reload) (bug #31182) Sebastien Helleu 2011-11-17 22:11:39 +01:00
  • 07727a97c9 doc: update italian translations and docs Marco Paolone 2011-11-17 13:32:28 +01:00
  • fb78fe4e44 core: display a warning when option weechat.look.eat_newline_glitch is enabled Sebastien Helleu 2011-11-15 11:45:44 +01:00
  • e5a74fca72 core: allow list for option weechat.plugin.extension (makes weechat.conf portable accross Un*x and Windows) (task #11479) Sebastien Helleu 2011-11-15 10:42:46 +01:00
  • 07ed065ab7 core: fix compilation under OpenBSD 5.0 (lib utf8 not needed any more) (bug #34727) Simon Kuhnle 2011-11-12 16:57:49 +01:00
  • c7a1a01d8f core: add new option weechat.completion.base_word_until_cursor: allow completion in middle of words (enabled by default) (task #9771) Sebastien Helleu 2011-11-12 16:09:14 +01:00
  • c8cf55c291 doc: add note about option irc.color.mirc_remap in section "Usage/Command line/Color codes" of user's guide Sebastien Helleu 2011-11-12 11:31:26 +01:00
  • bd33c8c751 doc: add anchors for config file options in user's guide Sebastien Helleu 2011-11-12 11:27:43 +01:00
  • 3e1fb7ed3a doc: add casemapping value in hdata of irc server Sebastien Helleu 2011-11-12 11:03:23 +01:00
  • e3b7c8fdb7 irc: add case insensitive string comparison based on casemapping of server (rfc1459, strict-rfc1459, ascii) (bug #34239) Sebastien Helleu 2011-11-12 10:56:52 +01:00
  • 491412b314 api: add new functions strcasecmp_range and strncasecmp_range Sebastien Helleu 2011-11-12 10:37:44 +01:00
  • 538e8257f6 doc: update german translations and docs Sebastien Helleu 2011-11-08 23:00:36 +01:00
  • 2c6d525045 core: add option "jump_last_buffer_displayed" for command /input (key: alt+"/") (task #11553) Sebastien Helleu 2011-11-08 18:51:15 +01:00
  • 2f17dbe02f doc: fix URL of certificates for oftc IRC server in user's guide Sebastien Helleu 2011-11-07 23:40:15 +01:00
  • fa06b0b353 core: remove error displayed by /buffer after successful jump to buffer by name or number Sebastien Helleu 2011-11-07 17:10:48 +01:00
  • 5f9be5cc7a core: display error in command /buffer if arguments are wrong (bug #34180) Sebastien Helleu 2011-11-07 17:06:56 +01:00
  • e8e5ad66cc irc: display channel voice notices received in channel buffer (bug #34762), display channel/op notices sent in channel buffer Sebastien Helleu 2011-11-07 10:24:28 +01:00
  • cdcd417774 core: add developer's guide in ChangeLog Sebastien Helleu 2011-11-06 09:04:24 +01:00
  • 6cae7b70ef core: add developer's guide in debian packaging Sebastien Helleu 2011-11-06 00:23:12 +01:00
  • b9d8eee2ce doc: add developer's guide (task #5416) Sebastien Helleu 2011-11-06 00:16:13 +01:00
  • 523a6f032e core: do not display warning about option "save_config_on_exit" on startup or after /upgrade Sebastien Helleu 2011-11-05 17:09:16 +01:00
  • e9ef9a9e1b core: display full line (option + value) for lines with error in configuration files Sebastien Helleu 2011-11-05 16:11:22 +01:00
  • f211a839f6 core: rename options weechat.history.{max_lines|max_minutes} to weechat.history.{max_buffer_lines_number|max_buffer_lines_minutes} Sebastien Helleu 2011-11-05 12:53:29 +01:00
  • 8e5288ba27 irc: add option irc.color.mirc_remap to remap mirc colors in messages to WeeChat colors Sebastien Helleu 2011-11-05 11:40:22 +01:00
  • 3ec981877a core: replace Config by RbConfig for detection of Ruby to avoid deprecation warnings Sebastien Helleu 2011-11-04 17:12:41 +01:00
  • 385602e1e5 irc: add missing reset of color and attributes in display of nicks when joining channel Sebastien Helleu 2011-11-04 12:52:04 +01:00
  • 8503857d28 irc: allow URL "irc://" in command /connect Sebastien Helleu 2011-11-04 12:47:01 +01:00
  • abd95bf1b1 doc: fix toclevels (from 3 to 4) for user guide in Makefile.am Sebastien Helleu 2011-11-04 10:38:23 +01:00
  • 4646e5c17c core: fix typo: occured -> occurred Sebastien Helleu 2011-11-03 16:59:54 +01:00
  • 4b1bc5ff1b core: remove obsolete/empty sources for Qt and Wxwidgets Sebastien Helleu 2011-11-03 16:06:15 +01:00
  • e62cf7c57d irc: auto-connect to servers created with "irc://" on command line but not other servers if "-a" ("--no-connect") is given Sebastien Helleu 2011-11-03 13:11:10 +01:00
  • c87558d3db core: fix french translation of "irc://" in "weechat-curses --help" Sebastien Helleu 2011-11-01 19:52:25 +01:00
  • 663616fa07 core: fix syntax of option "irc://" in "weechat-curses --help" Sebastien Helleu 2011-11-01 19:40:46 +01:00
  • d16d11b392 core: add option weechat.history.max_minutes: maximum number of minutes in history per buffer (task #10900) (patch from Quentin Pradet) Sebastien Helleu 2011-11-01 19:30:30 +01:00
  • 239b48a644 doc: add script urlserver.py in FAQ Sebastien Helleu 2011-10-31 22:47:04 +01:00
  • 0d37e2ea6f aspell: add note about option "aspell.check.commands" in /help aspell Sebastien Helleu 2011-10-31 10:04:47 +01:00
  • ce17ca1512 guile: discard script if load of file has failed with command /guile load Sebastien Helleu 2011-10-31 09:58:11 +01:00
  • 4d8a8cb9e0 python: fix typo in comment Sebastien Helleu 2011-10-31 09:55:23 +01:00
  • b9297c4659 lua: fix typo in comment Sebastien Helleu 2011-10-31 09:55:15 +01:00
  • 699e0e2ee1 core: update portuguese translations Ivan Sichmann Freitas 2011-10-31 08:46:15 +01:00
  • 0b443f0474 core: fix help on plugin option when config_set_desc_plugin is called to set help on newly created option Sebastien Helleu 2011-10-30 11:35:10 +01:00
  • 3a10291967 core: sync debian files with debian git repository (use build flags from dpkg-buildflags if possible) Sebastien Helleu 2011-10-30 09:45:03 +01:00
  • 34e0226ee0 core: add WEECHAT_HOME option in cmake and configure to setup default WeeChat home (default is "~/.weechat") (task #11266) Sebastien Helleu 2011-10-29 16:52:19 +02:00
  • 6d6e0e0ad9 core: add help for values of option "conditions" in bars (options weechat.bar.xxx.conditions) Sebastien Helleu 2011-10-29 11:40:58 +02:00
  • 3fc8b2f349 doc: update doc of aspell command Sebastien Helleu 2011-10-29 11:35:44 +02:00
  • 364b006209 aspell: add note about option "default_dict" in /help aspell Sebastien Helleu 2011-10-29 11:34:54 +02:00
  • 99d3988446 core: change default command for key alt-m: /mouse toggle -> /mute mouse toggle Sebastien Helleu 2011-10-29 11:28:42 +02:00
  • 8eefea424b core: display a message when mouse state is changed with command /mouse Sebastien Helleu 2011-10-29 11:27:58 +02:00
  • ce8ae83e17 core: add optional arguments for command /plugin load/reload/autoload Sebastien Helleu 2011-10-29 11:16:45 +02:00
  • 95deef091e doc: fix two properties of function window_get_integer in plugin API reference Sebastien Helleu 2011-10-28 19:51:46 +02:00
  • 44d9e01dad core: add plugin guile in debian packaging Sebastien Helleu 2011-10-28 10:09:38 +02:00
  • 1988554095 core: sync debian files with debian git repository Emmanuel Bouthenot 2011-10-28 09:15:23 +02:00
  • 3298a36691 core: update examples in /help filter Sebastien Helleu 2011-10-27 16:03:03 +02:00
  • 03dc86f58d irc: add missing modes in /help mode (synopsis of command) Sebastien Helleu 2011-10-27 12:22:27 +02:00
  • d072ec110f core: remove wrong example in /help bar (scroll bar using buffer name) Sebastien Helleu 2011-10-27 11:57:42 +02:00
  • 1acaa0ebd3 alias: improve /help alias: display many <command> in command synopsis Sebastien Helleu 2011-10-27 08:45:06 +02:00
  • 11f40676ad ruby: hide warnings caused by reloading the ruby plugin Dominik Honnef 2011-10-26 23:50:40 +02:00
  • fa830e5282 ruby: fix crash when reloading ruby plugin (bug #34474) Dominik Honnef 2011-10-26 23:40:15 +02:00
  • 7977f277ce ruby: remove useless call to Gem.latest_load_paths Dominik Honnef 2011-10-26 22:57:04 +02:00
  • dfdf42e27b core: remove unneeded whitespace Sebastien Helleu 2011-10-26 20:37:03 +02:00
  • 2a83aae85e core: update portuguese translations Ivan Sichmann Freitas 2011-10-26 19:36:18 +02:00
  • 9b42328d55 guile: new script plugin for scheme (task #7289) Sebastien Helleu 2011-10-26 19:25:51 +02:00
  • d95aef2134 script plugins: use new macros to reduce code length Sebastien Helleu 2011-10-26 18:51:16 +02:00
  • b3ac47bcf1 core: remove extra colon in german translations Sebastien Helleu 2011-10-26 18:23:54 +02:00
  • d6f4f6e74c core: fix typo: childs -> children Sebastien Helleu 2011-10-25 09:13:18 +02:00
  • 328d8e0f95 core: fix compilation error with "pid_t" on Mac OS X (bug #34639) Sebastien Helleu 2011-10-25 08:27:06 +02:00
  • 71bef80ce2 core: enable background process under Cygwin to connect to servers, fix reconnection problem (bug #34626) Sebastien Helleu 2011-10-23 12:07:30 +02:00
  • 60e88df4f2 Version 0.3.7-dev Sebastien Helleu 2011-10-22 12:27:06 +02:00
  • 6d103c62f9 Version 0.3.6 v0.3.6 Sebastien Helleu 2011-10-22 10:12:19 +02:00
  • 64a38756b6 doc: update italian translations and docs Marco Paolone 2011-10-21 12:18:48 +02:00
  • 484900adfd doc: update spanish translations Elián Hanisch 2011-10-21 08:03:36 +02:00
  • 590668013e core: fix typo in ChangeLog Sebastien Helleu 2011-10-20 18:28:07 +02:00
  • 661f651048 Version 0.3.6-rc3 v0.3.6-rc3 Sebastien Helleu 2011-10-20 09:57:47 +02:00
  • 90ab543ce2 doc: add missing description of argument "case_sensitive" for function "weechat_string_match" in plugin API reference Sebastien Helleu 2011-10-19 16:23:19 +02:00
  • 0a2c938dae core: fix freeze when calling function util_file_get_content with a directory instead of a filename Sebastien Helleu 2011-10-19 13:41:34 +02:00
  • e26553fd9b doc: update italian user guide and plugin API reference Marco Paolone 2011-10-17 17:52:26 +02:00
  • 395674c724 irc: fix split of outgoing message when there are only spaces Sebastien Helleu 2011-10-16 20:15:22 +02:00
  • c161d704f7 core: use value 2 of keep_eol in function string_split to keep separators at end of string Sebastien Helleu 2011-10-16 20:12:55 +02:00
  • 2ed8974d2f core: fix status of mouse displayed by command /mouse Sebastien Helleu 2011-10-16 18:23:54 +02:00
  • 40d8e61118 irc: fix uninitialized key_type in struct gnutls_retr2_st (for gnutls >= 2.11.0) Sebastien Helleu 2011-10-15 15:50:40 +02:00
  • ac7c27949b core: add color attribute "|" and value "resetcolor" for function weechat_color in plugin API (bug #34550) Sebastien Helleu 2011-10-15 13:54:53 +02:00