zeronet/src
caryoscelus c92b8bc56c Fix UiServer.getPosted hanging in some circumstances
fixes #198

while it's not exactly clear what causes the difference in behaviour,
but under certain conditions UiServer.getPosted used to hang trying
to readline() POST request (e.g. from UiPassword login). using
read(CONTENT_LENGTH) seems to fix the issue
2023-11-01 22:12:14 +00:00
..
Connection reduce fingerprinting information accessible to unprivileged sites 2022-11-14 13:58:57 +00:00
Content Drop attempts at py<3.6 compatibility 2023-07-29 18:03:45 +00:00
Crypt helper function: quickly check if a string looks like a valid Bitcoin address 2023-07-23 10:44:21 +00:00
Db Drop attempts at py<3.6 compatibility 2023-07-29 18:03:45 +00:00
Debug [cleanup] keep removing old coffeescript related bloat 2022-05-31 13:18:59 +04:00
File Add --disable_port_check option 2023-09-04 21:39:46 +00:00
lib remove pyaes from src/lib 2022-07-18 23:25:58 +00:00
Peer more anonymous upnp 2023-07-23 09:37:52 +00:00
Plugin Always load plugins abc sorted 2019-08-08 14:37:42 +02:00
Site Merge pull request #219 from caryoscelus/bootstrap 2023-07-26 07:06:18 +00:00
Test fix threadpool test 2023-07-20 18:28:21 +00:00
Tor allow only passing port as tor_* parameters 2022-09-07 19:31:55 +00:00
Translate Japanese Translation 2020-12-04 13:07:32 +09:00
Ui Fix UiServer.getPosted hanging in some circumstances 2023-11-01 22:12:14 +00:00
User Display more clean error on users.json/sites.json load error 2019-08-07 14:11:30 +02:00
util Improve SafeRe code readability 2023-07-31 08:28:29 +00:00
Worker debug log 2023-09-15 14:23:19 +00:00
__init__.py First release, remove not used lines from gitignore 2015-01-12 02:03:45 +01:00
Config.py Add --disable_port_check option 2023-09-04 21:39:46 +00:00
main.py py3.8 compat 2023-07-26 07:56:31 +00:00