Commit Graph

4152 Commits

Author SHA1 Message Date
Kashiko Koibumi
c59b9e6df1
fix bug on dandelion specific with Python3 2024-05-31 13:17:17 +09:00
Kashiko Koibumi
597372543b fix to pass tests 2024-05-31 10:06:29 +09:00
Kashiko Koibumi
1ec1b57190
fix to pass tests 2024-05-31 10:02:57 +09:00
Kashiko Koibumi
5af72b02e9 fix user agent format on debug log 2024-05-31 03:00:55 +09:00
Kashiko Koibumi
13c5e676e2
fix user agent format on debug log 2024-05-31 02:59:54 +09:00
Kashiko Koibumi
08650d5e8e fix unexpected label string 2024-05-31 02:53:10 +09:00
Kashiko Koibumi
047ee359b3
fix unexpected label string 2024-05-31 02:52:00 +09:00
Kashiko Koibumi
a1d633dc5f workaround to invalid tag type
tag sometimes contains str type, which causes an error in Python3.
2024-05-31 02:35:22 +09:00
Kashiko Koibumi
a6e980df2c use hexlify() to display hash ID 2024-05-31 02:35:05 +09:00
Kashiko Koibumi
bfda9fe65e
workaround to invalid tag type
tag sometimes contains str type, which causes an error in Python3.
2024-05-31 02:32:58 +09:00
Kashiko Koibumi
6bb138e483
use hexlify() to display hash ID 2024-05-31 02:31:41 +09:00
Kashiko Koibumi
e1661162b6 disable UPnP in Python3 temporally 2024-05-31 01:18:02 +09:00
Kashiko Koibumi
05b1294eca
disable UPnP in Python3 temporally 2024-05-31 01:15:20 +09:00
Kashiko Koibumi
0acae4c044
fix user agent display 2024-05-31 00:59:11 +09:00
Kashiko Koibumi
f07af4e803 fix TLS configuration bug 2024-05-31 00:50:40 +09:00
Kashiko Koibumi
4702dd2593
fix TLS configuration bug 2024-05-31 00:49:37 +09:00
Kashiko Koibumi
e4570cc662 Merge branch 'strict-blob' into py3qt 2024-05-30 21:48:45 +09:00
Kashiko Koibumi
0739f53744 Merge branch 'strict-blob' into py3 2024-05-30 21:48:27 +09:00
Kashiko Koibumi
1f092c0596
Merge branch 'py3' into py3qt 2024-05-30 21:48:01 +09:00
Kashiko Koibumi
0ff6b43d6e
fix imports 2024-05-30 21:19:16 +09:00
Kashiko Koibumi
31dcbd6d5f
add script to revert BLOB-keys into TEXT-keys 2024-05-30 21:06:26 +09:00
Kashiko Koibumi
07953592aa
fix careless mistakes 2024-05-30 20:09:16 +09:00
Kashiko Koibumi
01296a86b9
Merge branch 'strict-blob' into py3 2024-05-30 20:06:32 +09:00
Kashiko Koibumi
6638e26781 Merge branch 'py3' into py3qt 2024-05-30 18:38:49 +09:00
Kashiko Koibumi
35abdf204a
Merge branch 'v0.6' into py3 2024-05-30 18:38:31 +09:00
Kashiko Koibumi
d676ea3ec2
quick workaround for BLOB as TEXT problem (#2247) 2024-05-30 18:13:15 +09:00
Kashiko Koibumi
d9efe1cf46
fix for newer versions of Python3 2024-05-30 11:17:28 +09:00
Kashiko Koibumi
f04a7882fd
fix for newer versions of Python3 2024-05-30 11:15:11 +09:00
Kashiko Koibumi
67004f39b5
Merge branch 'py3' into py3qt 2024-05-30 02:25:20 +09:00
Kashiko Koibumi
c39dd18212
fix one of database compatibility problems; others remained 2024-05-30 02:10:02 +09:00
Kashiko Koibumi
e5c065416f
fix types 2024-05-30 01:49:57 +09:00
Kashiko Koibumi
2d9d30e1e1
fix one of database compatibility problems; others remained 2024-05-30 01:12:23 +09:00
Kashiko Koibumi
6637f56ae7
Merge branch 'qt5-wip' into py3qt 2024-05-29 21:39:16 +09:00
Kashiko Koibumi
822b90edaa
fix to connect with TLS in Python3 2024-05-28 13:54:58 +09:00
Kashiko Koibumi
c3d083d142
Merge branch 'memoryview' into py3 2024-05-28 13:41:44 +09:00
Kashiko Koibumi
10e5563d45
misc fixes to run with Python3; part 3 2024-05-28 13:40:17 +09:00
Kashiko Koibumi
0fa71f26e3
Merge branch 'openssl3' into py3 2024-05-28 13:18:54 +09:00
Kashiko Koibumi
df2631c4ee
misc fixes to run with Python3; part 2 2024-05-28 12:58:40 +09:00
Kashiko Koibumi
6ec9fb1a7e
Merge branch 'binary' into py3 2024-05-28 08:40:40 +09:00
Kashiko Koibumi
5fa08f4b3b
misc fixes to run with Python3 2024-05-28 00:12:27 +09:00
Kashiko Koibumi
b9bfa51844
fix import path compatible with both Python2 and Python3 2024-05-27 23:04:39 +09:00
Kashiko Koibumi
9c64db0d2a
remove restriction for Python3 and add startup script for Python3 2024-05-27 23:01:19 +09:00
Kashiko Koibumi
2a0d2d3a10 update translation files for using format() instead of arg() 2024-05-27 22:48:48 +09:00
Kashiko Koibumi
96c764bd94
refined: read from and write to SQLite database in binary mode
This modification is a preparation for migration to Python3.
2024-05-27 22:43:01 +09:00
anand k
a209d65a26
Moved dandelion runtime var from state to network->dandelion 2024-05-27 09:20:21 +05:30
Kashiko Koibumi
d38f42517c
fix address validator to work 2024-05-27 05:49:26 +09:00
Kashiko Koibumi
0f858bca89
read from and write to SQLite database in binary mode
This modification is a preparation for migration to Python3.
2024-05-27 04:45:40 +09:00
Kashiko Koibumi
d04d620c68
update translation files for using format() instead of arg() 2024-05-27 01:52:39 +09:00
Kashiko Koibumi
5ccfd520b8
Merge branch 'bytes-key' into py3 2024-05-27 00:09:56 +09:00
Kashiko Koibumi
a4c4338190
use bytes() on keys to be hashable in Python3 2024-05-26 23:38:41 +09:00