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

Commit Graph

  • 210e864899 irc: fix memory leak when removing a server Sébastien Helleu 2019-08-05 20:58:24 +02:00
  • 47010dd9c6 doc: update auto-generated files with hdata Sébastien Helleu 2019-08-04 16:43:48 +02:00
  • b6cc5ef70f irc: fix length of user/nick/host in split of messages (closes #1387) Sébastien Helleu 2019-08-04 14:47:29 +02:00
  • 59ba378eec tests: add missing space after name of function Sébastien Helleu 2019-08-04 14:30:29 +02:00
  • 0bf5a5ae9c irc: add variables "user_max_length" and "host_max_length" in server structure (issue #1387) Sébastien Helleu 2019-08-04 14:10:14 +02:00
  • 4fa62a83f1 tests: add unit tests on IRC functions irc_message_split* (issue #1387) Sébastien Helleu 2019-08-04 14:06:27 +02:00
  • 067f237ec3 tests: add unit tests on IRC function irc_message_convert_charset Sébastien Helleu 2019-08-04 14:04:45 +02:00
  • fbc022a77a core: return NULL immediately if string is NULL in function hook_modifier_exec Sébastien Helleu 2019-08-04 13:30:53 +02:00
  • c46255b1d0 tests: add unit tests on IRC functions irc_message_parse and irc_message_parse_to_hashtable Sébastien Helleu 2019-08-03 13:57:50 +02:00
  • d79e0cbd31 tests: add unit tests on IRC function irc_message_replace_vars Sébastien Helleu 2019-08-03 11:08:43 +02:00
  • 28d79d0c93 tests: add unit tests on IRC functions irc_message_get_{nick,address}_from_host Sébastien Helleu 2019-08-03 10:50:32 +02:00
  • 478ca22054 irc: return NULL in function irc_message_get_address_from_host if the received host is NULL Sébastien Helleu 2019-08-03 10:18:25 +02:00
  • 1f52101a41 doc: update German auto-generated files Sébastien Helleu 2019-08-03 10:52:58 +02:00
  • 9be225b201 core: fix description of changes on Python build in release notes Sébastien Helleu 2019-08-03 08:31:57 +02:00
  • 07878046d2 doc: update German documentation weechatter 2019-08-01 18:45:49 +02:00
  • 2e07121457 core: update ChangeLog (issue #1384) Sébastien Helleu 2019-07-31 22:55:40 +02:00
  • f8b8669d2e Merge pull request #1384 from l2dy/memory Sébastien Helleu 2019-07-31 22:51:12 +02:00
  • f3426f4388 doc: update note on Python recommended version in user's guide Sébastien Helleu 2019-07-31 22:42:38 +02:00
  • ad64fd16e1 core: update ChangeLog (issue #1382) Sébastien Helleu 2019-07-31 22:17:28 +02:00
  • 99bb662bc5 core: add contributor in AUTHORS.adoc Sébastien Helleu 2019-07-31 21:56:14 +02:00
  • 8bc5725278 core: remove obsolete checks of old Python version in configure, properly set Python version (issue #1382) Sébastien Helleu 2019-07-31 21:53:16 +02:00
  • 8897e04c0d core: fix help on python to build with Python 2 (issue #1382) Sébastien Helleu 2019-07-31 21:24:13 +02:00
  • 4744c3fa41 work around broken travis environment variables Eli Schwartz 2019-07-24 18:30:27 -04:00
  • ad7d16a5b3 build: use pkg-config to properly link python Eli Schwartz 2019-07-24 14:50:36 -04:00
  • b8d69307ee core: update German translations weechatter 2019-07-30 22:56:52 +02:00
  • 015ec85f10 core: add some missing default keys in /help cursor Sébastien Helleu 2019-07-29 22:49:29 +02:00
  • acbf021330 core: fix memory leak in case of error Zero King 2019-07-27 18:51:29 +00:00
  • 93cd05bdd8 core: fix French translations on IRC ignores Sébastien Helleu 2019-07-24 18:46:25 +02:00
  • 5eeb98e40c buflist: use existing variable buflist_hdata_buffer to check buffer pointers in infolist "buflist" Sébastien Helleu 2019-07-13 22:16:25 +02:00
  • f6bc6fec2e doc: add function "register" in the plugin API reference Sébastien Helleu 2019-07-11 21:12:33 +02:00
  • c463b84421 doc: add Python prototype for function window_get_string (plugin API reference) Sébastien Helleu 2019-07-11 20:51:22 +02:00
  • 6461aefcae doc: fix return value of function window_get_string (plugin API reference) Sébastien Helleu 2019-07-11 20:50:46 +02:00
  • 643376fc1d core: update translations (issue #1375) Sébastien Helleu 2019-07-11 07:29:21 +02:00
  • 26c0b1270f core: update ChangeLog (issue #1375) Sébastien Helleu 2019-07-11 07:26:15 +02:00
  • ccaf99ff40 buflist: check validity of buffer pointers in info "buflist" (issue #1375) Sébastien Helleu 2019-07-11 07:25:13 +02:00
  • 0fdf2c13a5 buflist: add infolist "buflist" (issue #1375) Simmo Saan 2019-07-11 07:20:09 +02:00
  • fd592c2323 irc: quote NICK command argument sent to the server only if there's a ":" in the nick (closes #1376, issue #1319) Sébastien Helleu 2019-07-11 07:08:36 +02:00
  • 82a92bd4e9 irc: add unit tests on ignore functions Sébastien Helleu 2019-07-10 19:20:09 +02:00
  • 162ca1fade irc: split function irc_ignore_check into three functions Sébastien Helleu 2019-07-10 19:19:35 +02:00
  • e56c7e8c9b debian: disable Javascript plugin on Debian Buster/Bullseye (closes #1374) Sébastien Helleu 2019-07-08 18:29:50 +02:00
  • 5e9efeb2e3 debian: switch from Lua 5.1 to 5.3 in Debian build Sébastien Helleu 2019-07-07 14:11:26 +02:00
  • 965173ded5 doc: fix typos in examples of function hook_process_hashtable (plugin API reference) Sébastien Helleu 2019-07-06 20:39:02 +02:00
  • 768c0d9acc core: move line from "New features" to "Bug fixes" in ChangeLog Sébastien Helleu 2019-07-05 08:43:29 +02:00
  • 15ce4b2be5 irc: return all arguments in the PONG response to a PING (closes #1369) Sébastien Helleu 2019-07-04 18:47:57 +02:00
  • 789fa972f8 core: add Python 3 in release notes Sébastien Helleu 2019-07-01 22:16:23 +02:00
  • 179b00b4a3 doc: update auto-generated files with hdata Sébastien Helleu 2019-07-01 22:09:58 +02:00
  • 45fc8f1012 doc: rename option ENABLE_PYTHON3 to ENABLE_PYTHON2 in user's guide Sébastien Helleu 2019-07-01 22:04:02 +02:00
  • c99dd0f611 core: remove pyenv in Travis CI Sébastien Helleu 2019-07-01 21:27:39 +02:00
  • ab81128a7a core: compile with Python 3 by default Sébastien Helleu 2019-07-01 21:26:48 +02:00
  • f9b6f359dd doc: update chapter on colors in user's guide (issue #1343, issue #1345) Sébastien Helleu 2019-06-28 20:58:00 +02:00
  • a9a1066e63 core: update ChangeLog (closes #1343, closes #1345) Sébastien Helleu 2019-06-28 20:44:46 +02:00
  • d540ea91ae Merge remote-tracking branch 'origin/pr/1345' Sébastien Helleu 2019-06-28 20:43:21 +02:00
  • b1ab2a0c50 doc: add description of arguments sent to the weechat_plugin_init plugin function (plugin API reference) Sébastien Helleu 2019-06-26 21:20:01 +02:00
  • 33ee803609 core: send command line parameter to plugins only if the name starts with the plugin name followed by a colon Sébastien Helleu 2019-06-26 21:13:36 +02:00
  • 1d6714e428 core: auto disable upgrade process (command line option "--upgrade") if the file weechat.upgrade is not found Sébastien Helleu 2019-06-24 21:35:37 +02:00
  • 98b5e90469 doc: update German auto-generated file Sébastien Helleu 2019-06-22 08:43:24 +02:00
  • b0ad684f6b irc: fix help of /connect command: the server is optional Sébastien Helleu 2019-06-22 08:42:38 +02:00
  • ca73fabc72 core: update German translations weechatter 2019-06-18 19:15:15 +02:00
  • f15a24b2ec core: add option "close" in command /window (closes #853) Sébastien Helleu 2019-06-17 21:08:07 +02:00
  • e5f963f78a doc: update auto-generated files with URL options Sébastien Helleu 2019-06-16 23:03:48 +02:00
  • 087d4c7af3 core: add Curl options for versions 7.53.0 to 7.63.0 Sébastien Helleu 2019-06-16 22:28:08 +02:00
  • 07a8c4a0ec doc: update German auto-generated file Sébastien Helleu 2019-06-16 16:13:17 +02:00
  • eb2535982c core: update German translations weechatter 2019-06-16 14:10:11 +02:00
  • fe90a5ed4e core: replace newlines by spaces in argument "completion" of function hook_command (closes #538) Sébastien Helleu 2019-06-16 08:14:24 +02:00
  • 60c61c3962 irc: disable server reconnection when the server buffer is closed (closes #236) Sébastien Helleu 2019-06-15 22:46:14 +02:00
  • 0d9b7ec954 irc: strip spaces at beginning/end of addresses in server option "addresses" (closes #195) Sébastien Helleu 2019-06-15 20:50:48 +02:00
  • 9178156354 api: add argument "strip_items" in function string_split Sébastien Helleu 2019-06-15 20:47:14 +02:00
  • 866a29c7e6 core: check that string pointer is not NULL in function "string_shared_get" Sébastien Helleu 2019-06-15 17:21:06 +02:00
  • 95cbf3a48b irc: remove capability from cap_list when a client capability is disabled (issue #151) Sébastien Helleu 2019-06-15 08:56:48 +02:00
  • b6c304ac87 irc: fix display of enabled/disabled client capabilities received in command CAP ACK (closes #151) Sébastien Helleu 2019-06-15 08:14:22 +02:00
  • 31d0742aed doc: remove obsolete options for "brew install" command (user's guide) Sébastien Helleu 2019-06-12 23:37:17 +02:00
  • 7d24dd5a6c core: add contributor in AUTHORS.adoc Sébastien Helleu 2019-06-12 23:34:36 +02:00
  • 6c114bbba7 doc: remove obsolete options for "brew install" command (FAQ) Johan Rylander 2019-06-12 23:33:33 +02:00
  • 4b90549b86 doc: improve tree with log files in user's guide Sébastien Helleu 2019-06-12 23:07:32 +02:00
  • 04fd587fff exec: evaluate option exec.command.shell, change default value to "${env:SHELL}" (closes #1356) Sébastien Helleu 2019-06-12 18:29:07 +02:00
  • eb216de9b8 core: add contributor in AUTHORS.adoc Sébastien Helleu 2019-06-07 21:36:58 +02:00
  • 4d8785289d core: update ChangeLog Sébastien Helleu 2019-06-07 21:36:28 +02:00
  • 4ea193c981 alias: remove default aliases /AME and /AMSG jesopo 2019-06-07 21:35:15 +02:00
  • 7aa82db471 core: replace char "," by "~" in color codes to separate foreground from background (closes #1264) Sébastien Helleu 2019-06-07 21:29:05 +02:00
  • f065b43b71 doc: replace "cmake" by "CMake" Sébastien Helleu 2019-06-07 21:14:17 +02:00
  • 96d1276446 Version 2.6-dev Sébastien Helleu 2019-06-06 21:03:56 +02:00
  • 2904a2e811 Version 2.5 v2.5 Sébastien Helleu 2019-06-06 20:43:20 +02:00
  • c64cbe1a84 doc: update French auto-generated file Sébastien Helleu 2019-06-06 20:09:08 +02:00
  • 40f12ec20f core: add FUNDING.yml Sébastien Helleu 2019-06-05 21:32:54 +02:00
  • 4c9b61755b Version 2.5-rc2 v2.5-rc2 Sébastien Helleu 2019-06-04 23:12:40 +02:00
  • 22895f3f5e relay: set socket option SO_KEEPALIVE only for TCP sockets when creating the socket (issue #733) Sébastien Helleu 2019-06-04 22:59:42 +02:00
  • 479d234ced relay: set socket option SO_REUSEADDR only for TCP sockets when creating the socket (issue #733) Sébastien Helleu 2019-06-04 22:54:00 +02:00
  • 86d9cb1e41 relay: set socket option SO_REUSEADDR only for TCP sockets (issue #733) Sébastien Helleu 2019-06-04 22:45:54 +02:00
  • b4dadd6d98 relay: add UNIX domain socket completion for command /relay add (issue #733) Sébastien Helleu 2019-06-04 22:29:18 +02:00
  • bfbb511169 relay: fix typo in French translation of /help relay (issue #733) Sébastien Helleu 2019-06-04 22:27:03 +02:00
  • 22e6777aed relay: fix crash when deleting a relay (issue #733) Sébastien Helleu 2019-06-04 21:45:29 +02:00
  • 66011b4bee relay: fix truncated path when the unix socket path is longer than the authorized one (issue #733) Sébastien Helleu 2019-06-04 21:45:04 +02:00
  • 917b2ddf69 spell: add a warning if aspell.conf is still present (on first spell load) Sébastien Helleu 2019-06-04 20:56:05 +02:00
  • c4a482e067 core: sort changes by importance instead of commit date in release notes Sébastien Helleu 2019-06-04 07:52:42 +02:00
  • 5edf6ff1c5 doc: update Polish auto-generated files Sébastien Helleu 2019-06-02 06:01:05 +02:00
  • a6f44be396 po: upated polish translation Krzysztof Korościk 2019-06-01 00:15:12 +02:00
  • 5e1174d135 doc: updated polish translation Krzysztof Korościk 2019-05-31 23:18:12 +02:00
  • 2ab08885be doc: update German documentation weechatter 2019-05-27 22:49:17 +02:00
  • 99bb53f693 doc: add example of WeeChat command to setup the password in a WeeChat IRC relay client (user's guide) Sébastien Helleu 2019-05-27 21:40:01 +02:00
  • a599e0328b doc: disambiguate key binding "l", which is lower "L" (not "1") Sébastien Helleu 2019-05-27 21:34:51 +02:00