Commit Graph

3800 Commits

Author SHA1 Message Date
ZeroNet c16569a6ab
Merge pull request #2363 from GiganticBlackBear/py3
Update hu.json
2019-12-16 16:45:48 +01:00
Gigantic Black Bear d19cc64611
Update hu.json 2019-12-16 15:19:42 +00:00
shortcutme 958882c1c5
Revert "Switch to sslcrypto for cryptography tasks (#2338)"
This reverts commit fbc7b6fc4f.
2019-12-15 18:30:42 +01:00
ZeroNet 2f7323043f
Merge pull request #2358 from imachug/bencode
Switch to bencode_open
2019-12-15 12:49:04 +01:00
Ivanq fbc7b6fc4f Switch to sslcrypto for cryptography tasks (#2338)
* Use sslcrypto instead of pyelliptic and pybitcointools

* Fix CryptMessage

* Support Python 3.4

* Fix user creation

* Get rid of pyelliptic and pybitcointools

* Fix typo

* Delete test file

* Add sslcrypto to tree

* Update sslcrypto

* Add pyaes to src/lib

* Fix typo in tests

* Update sslcrypto version

* Use privatekey_bin instead of privatekey for bytes objects

* Fix sslcrypto

* Fix Benchmark plugin

* Don't calculate the same thing twice

* Only import sslcrypto once

* Handle fallback sslcrypto implementation during tests

* Fix sslcrypto fallback implementation selection
2019-12-15 12:46:06 +01:00
Ivanq 3178b69172 Switch to bencode_open 2019-12-12 17:46:16 +03:00
shortcutme 28fcf3c1ea
Rev4327 2019-12-11 20:04:50 +01:00
shortcutme 71939097b0
Make execution order test more predictable 2019-12-11 20:04:39 +01:00
shortcutme 2fd337bb55
Add wasm content type 2019-12-11 20:03:28 +01:00
shortcutme 5e26161e84
Rev4325 2019-12-04 17:16:08 +01:00
shortcutme 04ecb89e9a
Avoid sending too many publish request to an outdated client 2019-12-04 17:15:42 +01:00
shortcutme 23f851343f
Fix exception when params is an iterator 2019-12-04 17:15:08 +01:00
shortcutme 5ce1782d05
Change journal and foreign keys mode on db connect 2019-12-04 17:14:50 +01:00
shortcutme daee14533c
Fix site number changes when data collected for stats 2019-12-04 17:14:04 +01:00
ZeroNet 31f505b309
Merge pull request #2339 from ethernetcat/py3
Update jp.json
2019-12-04 15:40:51 +01:00
shortcutme c8214bf3ea
Fix threadpool test premature end on some platforms 2019-12-04 12:47:47 +01:00
shortcutme 1935a69c04
Add session based log disable at test 2019-12-04 12:46:44 +01:00
shortcutme ea5f64bfea
Only log at start of the test cases 2019-12-04 12:46:13 +01:00
shortcutme 3dd04b27de
Correct invalid UiConfig pt-br json file 2019-12-04 11:03:45 +01:00
ZeroNet 9940b7bff3
Merge pull request #2334 from eduaddad/patch-3
Translation update for latest changes
2019-12-04 11:00:11 +01:00
ethernetcat 901ccf2d14 Update jp.json 2019-12-04 17:52:33 +09:00
Eduaddad 6a1a821ed4
Translation update for latest changes
Translation update for latest changes
2019-11-30 12:04:25 -03:00
shortcutme aa9fe09337
Remove unnecessary line from config 2019-11-30 02:19:18 +01:00
shortcutme bdb655243f
Rev4322 2019-11-30 02:16:29 +01:00
shortcutme 566c29363f
Slower progress bar animation 2019-11-30 02:15:17 +01:00
shortcutme 37b8c0241f
Db threads modify in config interface 2019-11-30 02:14:54 +01:00
shortcutme 1a17645e93
Remove unnecessary import 2019-11-30 02:14:08 +01:00
shortcutme 5fba850d74
Don't close connection if it's already closed 2019-11-30 02:13:58 +01:00
shortcutme bd90e0ce52
Add Db id to logging identifier 2019-11-30 02:13:39 +01:00
shortcutme c24cfa721b
Lock db while connecting 2019-11-30 02:13:17 +01:00
shortcutme 1670d96908
Execute db commit in separate thread 2019-11-30 02:12:33 +01:00
shortcutme ec3c44c5b3
Use ThreadPool lock in Db 2019-11-30 02:11:34 +01:00
shortcutme 12bfad8fe6
Don't execute query while commiting 2019-11-30 02:11:11 +01:00
shortcutme 594edc6e9a
Commit after executemany 2019-11-30 02:10:40 +01:00
shortcutme 99304a09ca
Log long db queries 2019-11-30 02:10:11 +01:00
shortcutme 5c93aadce3
Gevent block time resolution log to ms 2019-11-30 02:09:14 +01:00
shortcutme f0c10efca6
Progress meter for site delete 2019-11-30 02:08:29 +01:00
shortcutme c10dd5239e
Log test case start/end and debug message 2019-11-30 02:08:11 +01:00
shortcutme fa0d1a50b5
Better test of threadpool 2019-11-30 02:07:40 +01:00
shortcutme 66a1c4d242
Multi-process and gevent loop friendly lock 2019-11-30 02:07:30 +01:00
shortcutme b7c6b84826
Don't log killed worker write as error 2019-11-30 02:05:20 +01:00
shortcutme 1c587bde25
Avoid write race on same file 2019-11-30 02:04:59 +01:00
shortcutme e1dc29c374
Rev4308 2019-11-27 03:08:20 +01:00
shortcutme 59e0ffd8e0
Remove unnecessary imports from CryptMessage 2019-11-27 03:08:01 +01:00
shortcutme f7c767c1c8
Make Chart plugin compatible with db changes 2019-11-27 03:07:44 +01:00
shortcutme fca9db7972
Try fix Recursive use of cursors ProgrammingError by creating new cursor for every execute and move Lock to db 2019-11-27 03:07:08 +01:00
shortcutme afd23849a6
Log site delete as info 2019-11-27 03:04:49 +01:00
shortcutme 1b2eee058c
Log test case start and end 2019-11-27 03:03:31 +01:00
shortcutme 777486a5be
Try new way to avoid pytest io errors 2019-11-27 03:03:22 +01:00
shortcutme 8b6f221e22
Formatting 2019-11-27 03:02:18 +01:00