[nongnu] elpa/editorconfig 6f6b5c1a95: docs(README.md): Update development instructions (#291)

2023-02-15 Thread ELPA Syncer
branch: elpa/editorconfig commit 6f6b5c1a95a7fd326915fedcf6de634fe0d7 Author: Jen-Chieh Shen Commit: GitHub docs(README.md): Update development instructions (#291) --- README.md | 51 ++- 1 file changed, 18 insertions(+), 33 deletions(-)

[elpa] externals/standard-themes b594df646b: Update to version 1.2.0

2023-02-15 Thread ELPA Syncer
branch: externals/standard-themes commit b594df646b99d55acba3ccff3109bd322a3278f0 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update to version 1.2.0 --- CHANGELOG.org | 126 + README.org | 16 ++- standard-th

[elpa] externals/async 71cc50f27f 2/2: Merge pull request #166 from bcc32/update-repo-url

2023-02-15 Thread ELPA Syncer
branch: externals/async commit 71cc50f27ffc598a89aeaa593488d87818647d02 Merge: d27b65fd45 8680928777 Author: Thierry Volpiatto Commit: GitHub Merge pull request #166 from bcc32/update-repo-url Update repo URL --- async-bytecomp.el | 2 +- dired-async.el| 2 +- 2 files changed,

[elpa] externals/async 8680928777 1/2: Update repo URL

2023-02-15 Thread ELPA Syncer
branch: externals/async commit 86809287778df96b9a67d28519397db5fae7d01c Author: Aaron L. Zeng Commit: Aaron L. Zeng Update repo URL --- async-bytecomp.el | 2 +- dired-async.el| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/async-bytecomp.el b/async-bytecomp.el in

[elpa] externals/denote e86ab9a04e: Make denote-get-path-by-id accept any file with an identifier

2023-02-15 Thread ELPA Syncer
branch: externals/denote commit e86ab9a04ea9ea347f209ec35a83f08ce5868be4 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make denote-get-path-by-id accept any file with an identifier This is its intended purpose. The user was already able to, say, create 'denote:' links

[elpa] externals/websocket 4fb51115f0 005/114: Add extra assert in functional test, and increase sleep time for wss test.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 4fb51115f03cb5f4a4a542a784fe9c15fd0be12d Author: Andrew Hyatt Commit: Andrew Hyatt Add extra assert in functional test, and increase sleep time for wss test. --- websocket-functional-test.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --g

[elpa] externals/websocket be99c4636a 097/114: Add warning about missing master branch.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit be99c4636ad72bcea535392d9097c32b98ec0056 Author: Andrew Hyatt Commit: Andrew Hyatt Add warning about missing master branch. --- README.org | 10 ++ 1 file changed, 10 insertions(+) diff --git a/README.org b/README.org index b7fb0a1d43..57be447d4f

[elpa] externals/websocket 19f9b3b74f 037/114: Merge pull request #44 from chwarr/websocket-server-host

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 19f9b3b74f1dd980fb2d24c16816755f2428ba06 Merge: 4f8ddb64bc 8d0ca79cd3 Author: Andrew Hyatt Commit: Andrew Hyatt Merge pull request #44 from chwarr/websocket-server-host Allow websocket-server's listen host to be set --- testserver.py

[elpa] externals/websocket 6b43f7525f 031/114: Add test for fragmented header

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 6b43f7525f8e682521681a35fe6458c65685156c Author: Ilya Semyonov Commit: Ilya Semyonov Add test for fragmented header --- websocket-test.el | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/websocket-test.el b/websocket-test.el ind

[elpa] externals/websocket 34e11124fd 107/114: Set version to 1.13.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 34e11124fdd9d73e431499ba8a6b6a8023519664 Author: Andrew Hyatt Commit: Andrew Hyatt Set version to 1.13. This version is mostly testing changes. However, the automatic reconnection behavior of websockets was found to cause infinite loops in situ

[elpa] externals/websocket 36deb3ff85 106/114: Remove `websocket-ensure-connected'.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 36deb3ff85368d000a88435d5a645ffbab490654 Author: ahyatt Commit: ahyatt Remove `websocket-ensure-connected'. Re-opening a websocket can be a problem if the connection failed due to repeatable reasons, such as authentication failures. It also le

[elpa] externals/websocket 5675553604 044/114: Fixes for minor quoting problems in comments.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 567555360443f5de0a6426c5e2d88ba037c33855 Author: Andrew Hyatt Commit: Andrew Hyatt Fixes for minor quoting problems in comments. This was original a commit (f10533854f4c7bb54247a11981191bf37b70cb36) by Paul Eggert to the whole elpa repository.

[elpa] externals/websocket b77aca6ccf 056/114: Merge pull request #50 from yuya373/add-nowait-option

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit b77aca6ccf0937601e53b53ec906f9ee4fc5d469 Merge: 23ec19933d 1608341a1c Author: Andrew Hyatt Commit: GitHub Merge pull request #50 from yuya373/add-nowait-option Make nowait optional, allowing the client to return from websocket-open before the conn

[elpa] externals/websocket 49a93b2218 028/114: Merge pull request #39 from ancane/master

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 49a93b2218c6044377d81099ac916877f42b722e Merge: e5cd7c9557 965fac0fe5 Author: Andrew Hyatt Commit: Andrew Hyatt Merge pull request #39 from ancane/master Add markdown preview mode to list of clients. --- README.org | 1 + 1 file changed, 1 inserti

[elpa] externals/websocket c193d6f867 058/114: Add ability for clients to pass custom headers.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit c193d6f867e33db7e1aca34a18491ffeacd3e638 Author: Andrew Hyatt Commit: Andrew Hyatt Add ability for clients to pass custom headers. --- websocket-test.el | 14 +- websocket.el | 19 ++- 2 files changed, 23 insertions(+), 10

[elpa] externals/websocket 4ca406fb96 060/114: Merge branch 'custom-headers'

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 4ca406fb962cc36ac5712a19566b52c6a56d5238 Merge: 33d0406901 058e8f4696 Author: Andrew Hyatt Commit: Andrew Hyatt Merge branch 'custom-headers' --- websocket-test.el | 14 +- websocket.el | 20 +++- 2 files changed, 24 insert

[elpa] externals/websocket 38c1f20cb3 066/114: ensure handshake called once

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 38c1f20cb3f98a281bc2673c42a39d6bb0344959 Author: Yuya Minami Commit: Yuya Minami ensure handshake called once after handshake successed, websocket's ready-state is open prevent handshake is executed when process status is connect --- websocket

[elpa] externals/websocket c045acb374 039/114: Add test for fragmented headers.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit c045acb3745fe8b6870461340f44e519a550431f Author: Andrew Hyatt Commit: Andrew Hyatt Add test for fragmented headers. --- websocket-test.el | 15 +++ 1 file changed, 15 insertions(+) diff --git a/websocket-test.el b/websocket-test.el index db16d

[elpa] externals/websocket 5a965add21 017/114: Merge branch 'close-testing-fix'

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 5a965add21d074ccf948a1e9c3b20ec38a6624db Merge: 9fec6e28ef b9ae25843a Author: Andrew Hyatt Commit: Andrew Hyatt Merge branch 'close-testing-fix' --- websocket-test.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/websocket-test.el b

[elpa] externals/websocket fbd9e2263d 047/114: Merge pull request #47 from alpha22jp/master

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit fbd9e2263d2d7168aae31d4f8bde38f511e9d2ec Merge: f7d3fb5409 f94d43b97c Author: Andrew Hyatt Commit: GitHub Merge pull request #47 from alpha22jp/master Prevent emacs from asking users about killing server process on exit --- websocket.el | 1 + 1 f

[elpa] externals/websocket 99d3b3e695 053/114: need another sleep on my environment

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 99d3b3e695bac577505371488e1081533851783d Author: Yuya Minami Commit: Yuya Minami need another sleep on my environment --- websocket-functional-test.el | 1 + 1 file changed, 1 insertion(+) diff --git a/websocket-functional-test.el b/websocket-functional-t

[elpa] externals/websocket 992ef33e46 089/114: Fix `process-status` returns `'connect` when nowait

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 992ef33e4663abd6963cf95ee102f59e59e60c8f Author: Yuya Minami Commit: Yuya Minami Fix `process-status` returns `'connect` when nowait --- websocket.el | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/websocket.el b/websocket.

[elpa] externals/websocket d91a9aef5a 084/114: Update version to 1.11.1.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit d91a9aef5a3ec5af985e5185c3b237fdd24605e0 Author: Andrew Hyatt Commit: Andrew Hyatt Update version to 1.11.1. This revision fixes bugs introduced in 1.11 that may cause disconnection. --- websocket.el | 4 ++-- 1 file changed, 2 insertions(+), 2 de

[elpa] externals/websocket b3a0153c0b 063/114: remove long line lambda

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit b3a0153c0bc553892f8cf64a6dea9e8c54b70783 Author: Yuya Minami Commit: Yuya Minami remove long line lambda it is easier to distinguish lambda dependency --- websocket.el | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-)

[elpa] externals/websocket 23ec19933d 050/114: Various idiomatic changes.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 23ec19933d54f135ae10ccd593acc01a52740e2c Author: Andrew Hyatt Commit: Andrew Hyatt Various idiomatic changes. Via a patch from Stefan Monnier, has the following changes: - Specifies lexical binding so Emacs 23 should work, also lets us

[elpa] externals/websocket 53bfd56e12 078/114: Upgrade version number to 1.11.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 53bfd56e12d9d1384b8105aa2a6ea0d7bdacb7da Author: Andrew Hyatt Commit: Andrew Hyatt Upgrade version number to 1.11. Major changes in this version: - Performance improvements. - More configurable error handling. --- websocket.el | 4 ++-- 1

[elpa] externals/websocket f3b8643112 051/114: make nowait optional

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit f3b86431129dc44a03c61262630782cbb758 Author: Yuya Minami Commit: Yuya Minami make nowait optional --- websocket.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/websocket.el b/websocket.el index 3784a30916..9eb90bf302 10064

[elpa] externals/websocket da237af723 076/114: Fix confusing documentation string in `websocket-openp'.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit da237af723a92879a197d26743688f524d50 Author: Andrew Hyatt Commit: Andrew Hyatt Fix confusing documentation string in `websocket-openp'. --- websocket.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/websocket.el b/websocket.el

[elpa] externals/websocket 268a0726b8 062/114: execute handshake after process status moved to open

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 268a0726b80f04c1a08c84b0f01039b18b9c8ae0 Author: Yuya Minami Commit: Yuya Minami execute handshake after process status moved to open if nowait is t, `open-network-stream` or `make-network-process` function returns without waiting connection op

[elpa] externals/websocket d8ef1b764a 074/114: Merge pull request #55 from raxod502/patch-1

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit d8ef1b764a7047b1163e8b9664bac5bd819058ed Merge: a5a3ddb5ca 71f2290962 Author: Andrew Hyatt Commit: GitHub Merge pull request #55 from raxod502/patch-1 Delete .DS_Store --- .DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletio

[elpa] externals/websocket ff566c4ad7 077/114: Fix some performance bottlenecks.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit ff566c4ad7539e5f220772bca1977d859cee72ef Author: Andrew Hyatt Commit: Andrew Hyatt Fix some performance bottlenecks. Notably, `websocket-mask' was somewhat slow due to inefficient implementation, and use of `websocket-get-bytes' wasn't nearly

[elpa] externals/websocket 0d96ba2ff5 069/114: Merge fix for 32-bit emacs.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 0d96ba2ff5a25c6cd6c66f417cc9b5f38a4308ba Author: Andrew Hyatt Commit: Andrew Hyatt Merge fix for 32-bit emacs. Fix is from the ELPA repository, commit 42e566c946db8fc8b170a13c3bdff60cbf2807b0, by Paul Eggert. Original commit message:

[elpa] externals/websocket 25c07dece5 030/114: Fix parsing of HTTP status line

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 25c07dece557835b4adb755f38756b041e92728b Author: Ilya Semyonov Commit: Ilya Semyonov Fix parsing of HTTP status line --- websocket.el | 31 --- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/websocket.el b/webso

[elpa] externals/websocket ccbe93ac8b 049/114: Stop checking certs in functional test.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit ccbe93ac8b5858a85686b83642fbd6e828a47deb Author: Andrew Hyatt Commit: Andrew Hyatt Stop checking certs in functional test. Because echo.websocket.org’ s cert is untrusted, stop checking trust during the functional test. Otherwise the connectio

[elpa] externals/websocket d28b6b4633 065/114: ensure handshake is performed

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit d28b6b46334781f7b6922be294ee45deab0b9a84 Author: Yuya Minami Commit: Yuya Minami ensure handshake is performed emacs26 pass :nowait to `open-gnutls-stream` but emacs25 doesn't. emacs-26 branch on github: https://github.com/emacs-mirror/ema

[elpa] externals/websocket 71f2290962 073/114: Delete .DS_Store

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 71f2290962c1f66a63ea6e66bfe077f45c9b75b5 Author: Radon Rosborough Commit: GitHub Delete .DS_Store --- .DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 5008dd

[elpa] externals/websocket a9b8e74fa1 048/114: Update version to 1.8

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit a9b8e74fa190024cd450ef4f832482e8438674fa Author: Andrew Hyatt Commit: Andrew Hyatt Update version to 1.8 --- .DS_Store| Bin 0 -> 6148 bytes websocket.el | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store new f

[elpa] externals/websocket d34f5f095d 070/114: Update version to 1.10.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit d34f5f095dced553eb3f30924a22a88e6763f4b4 Author: Andrew Hyatt Commit: Andrew Hyatt Update version to 1.10. Minor formatting fix in websocket-server-accept. --- websocket.el | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-)

[elpa] externals/websocket f18bfea59b 043/114: Made functional tests compile cleanly.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit f18bfea59b843ea67bc0a3381783d6e083d33640 Author: Andrew Hyatt Commit: Andrew Hyatt Made functional tests compile cleanly. Also mark all unused args as unread. Update copyright year. These changes were initially written by Stefan M

[elpa] externals/websocket de8073d667 079/114: Is encode-coding-string (quote utf-8) necessary?

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit de8073d667c709c8cacee0f496df12ec942de52d Author: dickmao Commit: dickmao Is encode-coding-string (quote utf-8) necessary? The cl-loop presumably produces the unibyte string from earlier revisions. Wrapping that value in an `encode-coding-strin

[elpa] externals/websocket 491a60b8bb 086/114: Set version to 1.12.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 491a60b8bb8a6c3bd081c70354ab82040b0a7db3 Author: Andrew Hyatt Commit: Andrew Hyatt Set version to 1.12. --- websocket.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket.el b/websocket.el index 95dd042c9d..1d69508ad0 100644

[elpa] externals/websocket 341ec2b9d6 102/114: Replace obsolete flet macro.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 341ec2b9d6782c61d32256bd29fe6c751ed7690f Author: Andrew Hyatt Commit: Andrew Hyatt Replace obsolete flet macro. --- websocket-test.el | 159 ++ 1 file changed, 88 insertions(+), 71 deletions(-) diff --gi

[elpa] externals/websocket 82b370602f 110/114: Remove warning about master branch.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 82b370602fa0158670b1c6c769f223159affce9b Author: Andrew Hyatt Commit: Andrew Hyatt Remove warning about master branch. I submitted the fix to the problem in straight about 1.5 years ago in https://github.com/raxod502/straight.el/pull/630. Hopef

[elpa] externals/websocket df976e3b19 103/114: Merge commit '1c6d6e84c94d9f647fee2a19434d8e4e95599f63' into sten0/enable-option-of-localhost-test-server

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit df976e3b197d6785e4f7dfe4bb5c12b75e51a4e1 Merge: 341ec2b9d6 1c6d6e84c9 Author: Andrew Hyatt Commit: Andrew Hyatt Merge commit '1c6d6e84c94d9f647fee2a19434d8e4e95599f63' into sten0/enable-option-of-localhost-test-server --- testserver.py| 35

[elpa] externals/websocket fda4455333 109/114: Merge pull request #78 from ThomasFKJorna/patch-1

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit fda445509545c0787a79d73c19ddbeb57980 Merge: 34e11124fd 0a94230eca Author: Andrew Hyatt Commit: GitHub Merge pull request #78 from ThomasFKJorna/patch-1 Added org-roam-ui as an existing client --- README.org | 1 + 1 file changed, 1 insertion(+

[elpa] externals/websocket f7f7ad6d45 052/114: when nowait, delay handshake after process move to open status

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit f7f7ad6d45664ac872541dcf9fdaa37f75fa6136 Author: Yuya Minami Commit: Yuya Minami when nowait, delay handshake after process move to open status --- websocket.el | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/web

[elpa] externals/websocket ef1e504fec 075/114: Fix tests broken by recent changes.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit ef1e504fecca9321213ea837bff53df1e39f2262 Author: Andrew Hyatt Commit: Andrew Hyatt Fix tests broken by recent changes. In particular, commit 0591322dc9e311f73270279a51b0bbf8b47d4f9c and a5a3ddb5cad82f4259c07b7a49c95cdfe5fe6daa were both submitt

[elpa] externals/websocket 0591322dc9 071/114: Fix error handling during connection.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 0591322dc9e311f73270279a51b0bbf8b47d4f9c Author: Andrew Hyatt Commit: Andrew Hyatt Fix error handling during connection. Instead of throwing errors, we should be handling them with websocket-on-error. --- websocket.el | 3 ++- 1 file changed, 2 i

[elpa] externals/websocket 98ac614167 111/114: set ready-state to 'closed when websocket is closed abnormally

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 98ac61416729b208dc6a6c0c739f70718ac0f320 Author: vritser Commit: vritser set ready-state to 'closed when websocket is closed abnormally --- websocket.el | 1 + 1 file changed, 1 insertion(+) diff --git a/websocket.el b/websocket.el index e5a63f237c..63668

[elpa] externals/websocket 111febe203 020/114: Fix `websocket-version': update to 1.3

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 111febe203fc63b5ece25d235d0be43ec32059c9 Author: Andrew Hyatt Commit: Andrew Hyatt Fix `websocket-version': update to 1.3 --- websocket.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket.el b/websocket.el index b883938a42..969

[elpa] externals/websocket 73eb210eb0 081/114: Merge pull request #59 from dickmao/state-change

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 73eb210eb03f504b81415cb57f176e881a37ae1c Merge: 53bfd56e12 6369b4fc48 Author: Andrew Hyatt Commit: GitHub Merge pull request #59 from dickmao/state-change encode-coding-string (quote utf-8) isn't necessary and was causing disconnects somehow. ---

[elpa] externals/websocket 923e74d686 038/114: Merge pull request #40 from ilysym/fragmented-header

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 923e74d68658acc33cb1247e75edb0391c20f7cd Merge: 19f9b3b74f 6b43f7525f Author: Andrew Hyatt Commit: Andrew Hyatt Merge pull request #40 from ilysym/fragmented-header Correctly parse fragmented HTTP header --- websocket-test.el | 9 ++--- webso

[elpa] externals/websocket fa751be5b7 083/114: Add new test for correct websocket frame encoding.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit fa751be5b7d09b1ae5b3b5be1ea36a0491c2617f Author: Andrew Hyatt Commit: Andrew Hyatt Add new test for correct websocket frame encoding. The test is designed to reproduce the issue in https://github.com/ahyatt/emacs-websocket/issues/58. --- websocke

[elpa] externals/websocket 01c8d98f69 011/114: * websocket.el: Remove use of buffers in connections. This simplifies

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 01c8d98f697168ae24d0a5f9d76787aa713f2967 Author: Andrew Hyatt Commit: Andrew Hyatt * websocket.el: Remove use of buffers in connections. This simplifies the code somewhat, and we avoid any possible buffer leaks. --- websocket.el | 14 +-

[elpa] externals/websocket 74f00575b9 091/114: Make condition more readable

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 74f00575b9bc6103678eb262295349ca35b58adc Author: Yuya Minami Commit: Yuya Minami Make condition more readable --- websocket.el | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/websocket.el b/websocket.el index 736a2647b0..a594c016

[elpa] externals/websocket 13520c8baa 054/114: add documentation for nowait

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 13520c8baaffd6cf11d37f952fbe409474997252 Author: Yuya Minami Commit: Yuya Minami add documentation for nowait --- websocket.el | 4 1 file changed, 4 insertions(+) diff --git a/websocket.el b/websocket.el index 04329243e9..6fa4d9bf6e 100644 --- a/web

[elpa] externals/websocket d407c0ad0f 041/114: Update version to 1.6.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit d407c0ad0fcf42c097d36de7a1421d2990288d21 Author: Andrew Hyatt Commit: Andrew Hyatt Update version to 1.6. --- websocket.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket.el b/websocket.el index 49e8366b39..ec07d7c9df 100644 -

[elpa] externals/websocket 06dcb68721 095/114: fix QWebsocketServer may send RST during handshake

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 06dcb68721b1900bc9eb12fa78c15c93c110a4b3 Author: xhcoding Commit: xhcoding fix QWebsocketServer may send RST during handshake --- websocket.el | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/websocket.el b/websocket.el index

[elpa] externals/websocket fe7b0bc2c3 099/114: resurrect testserver.py

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit fe7b0bc2c34cf3835a3473648fb9865c7b67c715 Author: Nicholas D Steeves Commit: Nicholas D Steeves resurrect testserver.py --- testserver.py | 34 ++ 1 file changed, 34 insertions(+) diff --git a/testserver.py b/testserver.py n

[elpa] externals/websocket dba6893ec5 023/114: Bump version to 1.4

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit dba6893ec57135db1fe4aa7541624aaf767b2e40 Author: Andrew Hyatt Commit: Andrew Hyatt Bump version to 1.4 --- websocket.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket.el b/websocket.el index 316bc0d1af..1e1baa3690 100644

[elpa] externals/websocket 5aaf9d1206 104/114: Make the localhost-based test compatible with ert.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 5aaf9d12068f98fb4efa772a3e5f4bb350b79a99 Author: Andrew Hyatt Commit: Andrew Hyatt Make the localhost-based test compatible with ert. Also, change the testserver.py echo server to be a true echo server, so that it acts in the same way echo.web

[elpa] externals/websocket ee7797234b 012/114: * websocket.el: Throw clear error when connection cannot be made.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit ee7797234ba46228852d3aae19ab12e0a4e94c9f Author: Andrew Hyatt Commit: Andrew Hyatt * websocket.el: Throw clear error when connection cannot be made. --- websocket.el | 1 + 1 file changed, 1 insertion(+) diff --git a/websocket.el b/websocket.el index 2e84

[elpa] externals/websocket 28e55d5654 015/114: Fix misuse of same-origin policy

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 28e55d565474af0f3ec7abb42daa4bc4a3ea2b4e Author: Andrew Hyatt Commit: Andrew Hyatt Fix misuse of same-origin policy Due to a misapplication of the websocket RFC, we were sending the system name as the origin, instead of the hostname. It turns

[elpa] externals/websocket 97b7418dae 013/114: Permit non-numeric port number in websocket-server

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 97b7418dae7575f92fedcea0455acafff32bb381 Author: Magnus Henoch Commit: Magnus Henoch Permit non-numeric port number in websocket-server This makes it possible to specify t for port, and let the system pick a free listening port. --- websocket.

[elpa] externals/websocket d46cacb8b1 007/114: Add back in calling of websocket-close, this time more safely.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit d46cacb8b1d2c8b8a97c4d606bad43a87a54d1c5 Author: Andrew Hyatt Commit: Andrew Hyatt Add back in calling of websocket-close, this time more safely. This needs to be done because when the connection is suddently killed, the websocket would otherwi

[elpa] externals/websocket 6da0627a10 002/114: Correctly set websocket-server-p, and don't mask server communication.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 6da0627a10e4ad7dc108bf5d29b18b278d2a2592 Author: Andrew Hyatt Commit: Andrew Hyatt Correctly set websocket-server-p, and don't mask server communication. This follows the requirements in the spec. --- websocket.el | 23 ++- 1 f

[elpa] externals/websocket 74e4b82bf1 087/114: Fix GPL 2/3 discrepancy by making the .el files match the license.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 74e4b82bf1a2e9197875ebcc20c494b506095235 Author: Andrew Hyatt Commit: Andrew Hyatt Fix GPL 2/3 discrepancy by making the .el files match the license. The preamble comment to the lisp files mention GPL 3, however the COPYING file is GPL 2. Mov

[elpa] externals/websocket 8d0ca79cd3 036/114: Have functional test use :host 'local

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 8d0ca79cd32b08f1f52c7172f2b1b05bff84ff2d Author: Christopher Warrington Commit: Christopher Warrington Have functional test use :host 'local * Both the Tornado server and the Emacs server now only listen on localhost. There shouldn't be anymo

[elpa] externals/websocket 078f83902c 096/114: Merge pull request #68 from xhcoding/master

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 078f83902c0846c00ed8e3b6c5add7ff9b98d8f9 Merge: 31e122a9d7 06dcb68721 Author: Andrew Hyatt Commit: GitHub Merge pull request #68 from xhcoding/master Fix for QWebsocketServer. Splitting the handshake causes some servers to send a RST. ---

[elpa] externals/websocket 43bbf7b32f 019/114: Bump version to 1.3.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 43bbf7b32f2d7c3253ac01653a94837b0b482554 Author: Andrew Hyatt Commit: Andrew Hyatt Bump version to 1.3. --- websocket.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket.el b/websocket.el index a62c40b66a..b883938a42 100644 ---

[elpa] externals/websocket 2c923eba75 114/114: Merge branch 'externals/websocket' of https://git.sv.gnu.org/git/emacs/elpa

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 2c923eba75f77af5a20154776053beaf4b8ad56c Merge: 2c576b6cb8 1f086f14f0 Author: Andrew Hyatt Commit: Andrew Hyatt Merge branch 'externals/websocket' of https://git.sv.gnu.org/git/emacs/elpa This is to fix a divergence in the elpa repository's git.

[elpa] externals/websocket 1c6d6e84c9 101/114: Use testserver.py when wstest-server-url is localhost.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 1c6d6e84c94d9f647fee2a19434d8e4e95599f63 Author: Nicholas D Steeves Commit: Nicholas D Steeves Use testserver.py when wstest-server-url is localhost. --- websocket-functional-test.el | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) dif

[elpa] externals/websocket 90b9f03da0 029/114: Correctly parse fragmented HTTP header

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 90b9f03da026a5b1a402fc72316a6227ea1a39d5 Author: Ilya Semyonov Commit: Ilya Semyonov Correctly parse fragmented HTTP header --- websocket.el | 30 -- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/websocket.el b

[elpa] externals/websocket 542c6fec74 025/114: Add support for cookies handling for ws clients.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 542c6fec7447119c681d2a87da90a40223a81a36 Author: Andrew Hyatt Commit: Andrew Hyatt Add support for cookies handling for ws clients. The url-cookie package is used to both supply cookie headers, and to parse them from the server. --- websocket-

[elpa] externals/websocket 0a94230eca 108/114: added org-roam-ui as an existing client

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 0a94230ecabcba978017eba7747da8ebcaf61e3f Author: Thomas F. K. Jorna Commit: GitHub added org-roam-ui as an existing client --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 57be447d4f..16d0471d77 100644 --- a/

[elpa] externals/websocket 4f8ddb64bc 034/114: Merge pull request #43 from chwarr/func-test-windows-sigstp

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 4f8ddb64bc2bb515cd0ab5d4c628dc11062a1a98 Merge: fca0561430 8299e57a4c Author: Andrew Hyatt Commit: Andrew Hyatt Merge pull request #43 from chwarr/func-test-windows-sigstp Function test improvements for Windows: SIGSTP --- websocket-functional-tes

[elpa] externals/websocket f94d43b97c 046/114: Prevent emacs from asking users about killing server process on exit

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit f94d43b97cc0155345e1346fcf757db304d2bc5f Author: alpha22jp Commit: alpha22jp Prevent emacs from asking users about killing server process on exit --- websocket.el | 1 + 1 file changed, 1 insertion(+) diff --git a/websocket.el b/websocket.el index 03f7d4d

[elpa] externals/websocket 31e122a9d7 094/114: Merge pull request #67 from xuchunyang/patch-2

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 31e122a9d7a1ae092e8f970df718fb8256e16574 Merge: ee44af2cc5 5fbfe3c190 Author: Andrew Hyatt Commit: GitHub Merge pull request #67 from xuchunyang/patch-2 Add Homepage so C-h P can show it. --- websocket.el | 1 + 1 file changed, 1 insertion(+) dif

[elpa] externals/websocket 8604982b12 112/114: Merge pull request #79 from vritser/main

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 8604982b1207fafdef7ecdc4ba54541c1ea87212 Merge: 82b370602f 98ac614167 Author: Andrew Hyatt Commit: GitHub Merge pull request #79 from vritser/main set ready-state to 'closed when websocket is closed abnormally --- websocket.el | 1 + 1 file change

[elpa] externals/websocket 33d4c42891 100/114: Make testserver.py py3-ready.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 33d4c428918fb7e993017256cb7a57e4f826e4d4 Author: Nicholas D Steeves Commit: Nicholas D Steeves Make testserver.py py3-ready. --- testserver.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testserver.py b/testserver.py index e75d

[elpa] externals/websocket de26889637 068/114: Merge pull request #53 from yuya373/fix-for-emacs-25

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit de26889637d3551c3024b7fe05e2c7b35f0d6d4b Merge: e9d148fbb6 607355db44 Author: Andrew Hyatt Commit: GitHub Merge pull request #53 from yuya373/fix-for-emacs-25 Ensure handshake is performed when nowait is not supported. --- websocket.el | 28 ++

[elpa] externals/websocket 5fbfe3c190 093/114: Add Homepage so C-h P can show it

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 5fbfe3c19067d5bf3ae9e4a77285bb2745953a86 Author: Xu Chunyang <4550353+xuchuny...@users.noreply.github.com> Commit: GitHub Add Homepage so C-h P can show it --- websocket.el | 1 + 1 file changed, 1 insertion(+) diff --git a/websocket.el b/websocket.el inde

[elpa] externals/websocket 1608341a1c 055/114: Revert "when nowait, delay handshake after process move to open status"

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 1608341a1ca9c3803ee38713ff27e73e6b7ceb5e Author: Yuya Minami Commit: Yuya Minami Revert "when nowait, delay handshake after process move to open status" This reverts commit f7f7ad6d45664ac872541dcf9fdaa37f75fa6136. --- websocket.el | 22 +++---

[elpa] externals/websocket 2c576b6cb8 113/114: Sets version to 1.14

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 2c576b6cb8e7b868e09e09c8e9cb6cf66f427bad Author: Andrew Hyatt Commit: Andrew Hyatt Sets version to 1.14 This version has a bug fix for properly setting the websocket to closed when it is closed abnormally. --- websocket.el | 2 +- 1 file chan

[elpa] externals/websocket 4ca9d4d32a 009/114: Set the version to 1.2, after the last set of server changes.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 4ca9d4d32ab2d5d5aff4b35c89716c940f49ba89 Author: Andrew Hyatt Commit: Andrew Hyatt Set the version to 1.2, after the last set of server changes. --- websocket.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket.el b/websocket.e

[elpa] externals/websocket b9ae25843a 016/114: Fix breaking test.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit b9ae25843aaed06624de5ca34037cbf0e807517a Author: Andrew Hyatt Commit: Andrew Hyatt Fix breaking test. The websocket-close test was failing. The test has been updated to fix the breakage, which was caused by assuming the wrong function would be

[elpa] externals/websocket f7d3fb5409 045/114: Fix issue with handling multibyte characters.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit f7d3fb5409aed9f5cdb745f0e61a0c43c097588c Author: Andrew Hyatt Commit: Andrew Hyatt Fix issue with handling multibyte characters. Added new method `websocket-frame-text' to return the payload of a frame as utf-8 text. Added a test to ma

[elpa] externals/websocket 8299e57a4c 033/114: Function test improvements for Windows: SIGSTP

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 8299e57a4cd3159f9b1e13862ff1dd569e840f59 Author: Christopher Warrington Commit: Christopher Warrington Function test improvements for Windows: SIGSTP * Windows doesn't support the SIGSTP signal, so we just kill the Tornado process if we detec

[elpa] externals/websocket 607355db44 067/114: rename to `websocket-ensure-handshake`

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 607355db44374b4b21619ac40bd76d2b63b5c995 Author: Yuya Minami Commit: Yuya Minami rename to `websocket-ensure-handshake` --- websocket.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket.el b/websocket.el index b449b5b19a.

[elpa] externals/websocket 5be01c6d1a 085/114: Accept a common variation of the websocket header.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 5be01c6d1a8e87d001916fc40a77d779826fcacf Author: Andrew Hyatt Commit: Andrew Hyatt Accept a common variation of the websocket header. The Tornado server sends Sec-Websocket-Accept instead of Sec-WebSocket-Accept. Accept this variation, but don

[elpa] externals/websocket e9d148fbb6 064/114: Merge pull request #52 from yuya373/fix-nowait

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit e9d148fbb6425c35dc7f76cccdec70aba7fafacf Merge: 7d2adf2187 b3a0153c0b Author: Andrew Hyatt Commit: GitHub Merge pull request #52 from yuya373/fix-nowait execute handshake after connection opened --- websocket.el | 30 +-

[elpa] externals/websocket bcbd5258b2 040/114: Add note to windows users for functional tests.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit bcbd5258b2fd14e12e9a8c9d89cc2d727b5a8da0 Author: Andrew Hyatt Commit: Andrew Hyatt Add note to windows users for functional tests. Specifically, Windows users need to have gnutls DLLs in the emacs bin directory in order for the functional tests

[elpa] externals/websocket 9aad2f754f 022/114: Add supports for <32 bit emacs.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 9aad2f754f7ce579bc5da72b3e853fb7a534c26b Author: ahyatt Commit: ahyatt Add supports for <32 bit emacs. Some emacs only have 29 bits (the minimal range). If the emacs can’t compute 2^32 (the result seems to be 0 when this happens, according to

[elpa] externals/websocket ef975a91f1 008/114: Restore a bit of testing I accidentally deleted.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit ef975a91f16a181ca9e5684e0cbe9d338c53a240 Author: Andrew Hyatt Commit: Andrew Hyatt Restore a bit of testing I accidentally deleted. --- websocket-test.el | 8 1 file changed, 8 insertions(+) diff --git a/websocket-test.el b/websocket-test.el inde

[elpa] externals/websocket 33d0406901 057/114: Reflow function documentation.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 33d0406901f7306b326928190b6ad94247d01a5f Author: Andrew Hyatt Commit: Andrew Hyatt Reflow function documentation. --- websocket.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/websocket.el b/websocket.el index e468795246..854e69

[elpa] externals/websocket b7a1907b8c 024/114: Add port number when non-default to Host header.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit b7a1907b8c5cf9f8c0e680ceeb0b86e47a9965b9 Author: Andrew Hyatt Commit: Andrew Hyatt Add port number when non-default to Host header. This is optional accordingo the RFC, but seems to be necessary for connections to IPython. --- websocket-test.e

[elpa] externals/websocket 2bfc3036f6 004/114: Handle on-close for all varieties of websocket closings.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 2bfc3036f6d5a9d5fe65480b85042dd03cec0f7a Author: Andrew Hyatt Commit: Andrew Hyatt Handle on-close for all varieties of websocket closings. This brings the actual behavior in line with what the docs say it does. --- websocket.el | 12 +++-

[elpa] externals/websocket 058e8f4696 059/114: Fix issue with missing \r\n when using custom headers.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 058e8f46962f99b5c63824aec99ad81b295f1a7b Author: Andrew Hyatt Commit: Andrew Hyatt Fix issue with missing \r\n when using custom headers. --- websocket-test.el | 2 +- websocket.el | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --gi

[elpa] externals/websocket 9fec6e28ef 014/114: Merge pull request #34 from legoscia/permit-non-numeric-port

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 9fec6e28ef836affc4920c3695861a5af63b24e0 Merge: ee7797234b 97b7418dae Author: Andrew Hyatt Commit: Andrew Hyatt Merge pull request #34 from legoscia/permit-non-numeric-port Permit non-numeric port number in websocket-server --- websocket.el | 2 +-

[elpa] externals/websocket 7d2adf2187 061/114: Update version to 1.9.

2023-02-15 Thread ELPA Syncer
branch: externals/websocket commit 7d2adf218743c52578c8e8fd5584a5e54732e256 Author: Andrew Hyatt Commit: Andrew Hyatt Update version to 1.9. --- websocket.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket.el b/websocket.el index 355e70b962..3d83b3a950 1006

  1   2   >