| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update docs to fix #863 (#872) | engn33r | 2022-10-26 | 1 | -2/+2 |
| | | |||||
| * | Clean README, run doctest CI on README examples | engn33r | 2022-08-26 | 1 | -0/+62 |
| | | |||||
| * | Replace 'coming soon' in docs with valid examples | engn33r | 2022-08-25 | 1 | -2/+23 |
| | | |||||
| * | Add doctest CI to sphinx docs | engn33r | 2022-08-25 | 1 | -213/+192 |
| | | |||||
| * | Remove rel.saferead() because of WrappedDispatcher | engn33r | 2022-03-11 | 1 | -1/+0 |
| | | |||||
| * | Minor improvement of example documentation | engn33r | 2022-02-25 | 1 | -3/+9 |
| | | |||||
| * | Fix examples rendering error | engn33r | 2022-02-25 | 1 | -25/+25 |
| | | |||||
| * | Replace deprecated stream.meetup.com, echo.websocket.org endpoint URLs | engn33r | 2022-02-25 | 1 | -50/+47 |
| | | |||||
| * | Simplify "with" example (#772) (#774) | Mr Keuz | 2021-12-30 | 1 | -9/+2 |
| | | |||||
| * | Add with statement example to fix #772 | engn33r | 2021-12-28 | 1 | -0/+27 |
| | | |||||
| * | rel example (#770) | bubbleboy14 | 2021-12-13 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | Add example of ws.run_forever(dispatcher) to demonstrate using dispatcher * rel example * tweaked rel example for linter * added rel note to examples.rst * slightly more compact example * added example header * matched wording | ||||
| * | Remove Docker Compose example (v2 switched to golang) | engn33r | 2021-12-01 | 1 | -1/+0 |
| | | |||||
| * | Clarify wording in ping/pong example (#768) | Dan Swain | 2021-12-02 | 1 | -4/+4 |
| | | |||||
| * | Ping/Pong behaviour explained in Example doc. (#733) | Julian | 2021-08-25 | 1 | -15/+27 |
| | | | | | | | | | | | | | | | * Ping/Pong behaviour explained in Example doc. Demoted Post-Connection features. Added context for Autobahn. Copy edit. Corrected misstatements about auto-responding pongs (Applies to WebSocket and WebApp). Removed example of calling pong() - not necessary. Explained the websocketapp example including auto-pinging and checks for response. * Improvements from review comments Fix grammar. Add comment. Co-authored-by: Julian-O <kraken@somethinkodd.com> | ||||
| * | Revert #417 and reimplement proxy support with python-socks | engn33r | 2021-08-10 | 1 | -7/+14 |
| | | | | | | | | | | | | | Due to the ongoing license change process in #697, PR #417 from @jhtitor needed to be removed. PR #417 added SOCKS proxy support using PySocks, which is the most popular Python SOCKS proxy and is used by libraries such as 'requests' and 'urllib3'. However, as of mid-2021, PySocks has not seen any activity since Sep 2019 and has several open issues. Because PySocks does not appear to be maintained and has no forks that are actively trying to replace the old repository, python-socks may be a better choice going forward. Although python-socks is a newer project, it has good code coverage and recent commits from earlier this year (2021). | ||||
| * | Improve local socket connection examples | engn33r | 2021-05-30 | 1 | -3/+20 |
| | | |||||
| * | Add status code examples to docs, improve unit tests | engn33r | 2021-05-06 | 1 | -4/+59 |
| | | |||||
| * | Add custom opcode example to docs | engn33r | 2021-05-04 | 1 | -0/+36 |
| | | |||||
| * | Improve proxy example in docs | engn33r | 2021-04-29 | 1 | -8/+23 |
| | | |||||
| * | Add docs for custom masking | engn33r | 2021-04-26 | 1 | -4/+56 |
| | | |||||
| * | Minor documentation update | engn33r | 2021-03-31 | 1 | -0/+1 |
| | | |||||
| * | Improve threading documentation | engn33r | 2021-03-29 | 1 | -3/+1 |
| | | |||||
| * | Add Connection Close Status Codes documentation | engn33r | 2021-03-04 | 1 | -0/+45 |
| | | |||||
| * | Add more real-world examples, upgrade PyPI upload.sh script | engn33r | 2021-03-03 | 1 | -3/+10 |
| | | |||||
| * | Reshuffle and enhance documentation | engn33r | 2021-02-19 | 1 | -4/+43 |
| | | |||||
| * | Add timeout examples to documentation | engn33r | 2021-02-15 | 1 | -6/+56 |
| | | |||||
| * | Add basic ping/pong and HTTP proxy documentation and examples | engn33r | 2021-02-14 | 1 | -2/+87 |
| | | |||||
| * | Add suppress origin example to documentation | engn33r | 2021-02-06 | 1 | -1/+31 |
| | | |||||
| * | Improve documentation, mostly new examples but some code comment upgrades | engn33r | 2021-02-06 | 1 | -6/+157 |
| | | |||||
| * | Fixes #631 | engn33r | 2021-02-06 | 1 | -0/+18 |
| | | |||||
| * | Add sample connection code to example docs page | engn33r | 2021-02-05 | 1 | -1/+61 |
| | | |||||
| * | Add first draft of Sphinx documentation | engn33r | 2021-01-31 | 1 | -0/+9 |
