|
f69377408d
|
fix postupdate
|
2015-03-07 21:47:52 +05:30 |
|
|
6bdd789b26
|
keep log of current session
|
2015-03-07 19:17:12 +05:30 |
|
|
fe71615a3f
|
fall back to latin-1 if txt files is not utf-8
|
2015-03-07 17:29:59 +05:30 |
|
|
8b23ea9658
|
unlink pid file on exit, exec server in ctl script
|
2015-03-07 13:11:08 +05:30 |
|
|
2a7122d7fb
|
send local node announcement every 60 seconds
|
2015-03-07 13:06:00 +05:30 |
|
|
67788f2a04
|
remotemetadata cleanup
- dont overwrite metadata if lookup does not return anything
- make find fail without error
|
2015-03-01 13:20:08 +05:30 |
|
|
0ec527dd02
|
fix ./ctl release
|
2015-02-27 18:46:50 +05:30 |
|
|
16a24fa5cc
|
cleanup logging
|
2015-02-27 16:19:56 +05:30 |
|
|
f87f0b965e
|
show public key of users, send nickname with peering request
|
2015-02-26 16:22:40 +05:30 |
|
|
919a8454de
|
only try to connect if node has an ip
|
2015-02-26 14:11:46 +05:30 |
|
|
59062d40c7
|
dont fail if socket.SO_REUSEPORT is not defined
|
2015-02-26 12:18:28 +05:30 |
|
|
d5988bb292
|
bundled python on osx fails with ssl._create_default_https_context
|
2015-02-23 02:12:43 +05:30 |
|
|
14098e3c01
|
only verify fingerprint, dont do ca verification
|
2015-02-22 19:53:40 +05:30 |
|
|
08d30c2e67
|
fix off-by-one in range requests
|
2015-02-22 17:38:58 +05:30 |
|
|
689daa37db
|
run app on ipv4 localhost, chrome on osx disables ipv6 if no global ipv6 address is present
|
2015-02-22 16:53:06 +05:30 |
|
|
ad0a2a7b03
|
add range request support
|
2015-02-22 16:38:06 +05:30 |
|
|
7a76e21e99
|
only strip strings
|
2015-02-22 16:37:42 +05:30 |
|
|
9faa54b2e4
|
fix interface detection osx
|
2015-01-22 16:07:51 +05:30 |
|
|
23aaf37740
|
url to download book with ok name
|
2014-12-13 21:01:54 +01:00 |
|
|
bc065c7fda
|
move release url to config to be able to test updates before a release
|
2014-12-13 18:05:00 +01:00 |
|
|
f1863faf50
|
os.walk is generator
|
2014-12-13 15:56:17 +01:00 |
|
|
121a2c9ac3
|
ignore osx resource forks
|
2014-11-15 01:05:33 +00:00 |
|
|
d722ae004b
|
handle utf-16 pdf info
|
2014-11-15 00:57:49 +00:00 |
|
|
89d9ab4f11
|
fix default icon
|
2014-10-31 19:49:36 +01:00 |
|
|
4f58d76eda
|
fix update check
|
2014-10-31 18:53:10 +01:00 |
|
|
17406a3929
|
more python3 fixes
|
2014-10-31 18:47:48 +01:00 |
|
|
c6c8e0dc8a
|
try to decrypt pdf with empty password if its encrypted
|
2014-10-31 16:13:02 +01:00 |
|
|
9304d14c5f
|
dont log gzip data
|
2014-10-31 15:58:05 +01:00 |
|
|
38a0431fe0
|
bytes can not be serialized to json
|
2014-10-31 15:51:42 +01:00 |
|
|
5cd43be8c4
|
gizp data is bytes
|
2014-10-31 15:47:54 +01:00 |
|
|
a306370f0d
|
more utf-8 issues
|
2014-10-31 15:41:46 +01:00 |
|
|
35cc6abd95
|
add Content-Disposition header
|
2014-10-31 12:48:20 +01:00 |
|
|
b6faab1573
|
python3 migration
|
2014-10-31 12:46:14 +01:00 |
|
|
89a24dd1d4
|
use utf-8 in changelog
|
2014-10-31 12:45:54 +01:00 |
|
|
3f3299e820
|
fix epub parsing
|
2014-10-31 09:58:52 +01:00 |
|
|
2fb5588d3d
|
avoid loading items into python
|
2014-10-04 21:14:36 +02:00 |
|
|
afb025c154
|
decode bytes
|
2014-10-04 21:05:56 +02:00 |
|
|
a48f039e89
|
add autocomplete api
|
2014-10-04 20:57:09 +02:00 |
|
|
9db6adc222
|
run txt cover script with python3
|
2014-10-01 10:50:46 +02:00 |
|
|
d78c30b163
|
use python3 to update static files
|
2014-09-30 23:21:44 +02:00 |
|
|
c961aa5c64
|
fix text extraction on osx
|
2014-09-30 22:30:09 +02:00 |
|
|
536c3cbbbd
|
more str/buffer
|
2014-09-09 16:35:44 +02:00 |
|
|
6e2c91fb4c
|
cleanup tls fingerprint check
|
2014-09-09 16:29:31 +02:00 |
|
|
0956bd4966
|
fix localnodes
|
2014-09-09 16:28:59 +02:00 |
|
|
1e09e70574
|
encode/decode
|
2014-09-09 12:08:04 +02:00 |
|
|
26d3f1f8fb
|
Merge branch 'master' into py3
|
2014-09-08 21:28:35 +02:00 |
|
|
461fe3b9cf
|
more str/bytes
|
2014-09-08 21:17:35 +02:00 |
|
|
8c6164e0c4
|
use PyPDF2
|
2014-09-08 20:46:09 +02:00 |
|
|
0c11681de3
|
check if all modules are available
|
2014-09-06 01:56:37 +02:00 |
|
|
c3441c8a10
|
support longer tls fingerprints
|
2014-09-06 01:44:17 +02:00 |
|
|
2e09464c4d
|
dont end download thread if one download fails
|
2014-09-05 19:10:47 +02:00 |
|
|
1e9a1ef4ef
|
load new version
|
2014-09-05 19:02:19 +02:00 |
|
|
0ef522f620
|
reuse port
|
2014-09-05 18:36:03 +02:00 |
|
|
de68f4c4c4
|
more py3 porting
|
2014-09-03 01:09:42 +02:00 |
|
|
8e27b9f76e
|
port to python3
|
2014-09-03 00:38:34 +02:00 |
|
|
14f426afd4
|
only handle exception if still active
|
2014-09-03 00:33:42 +02:00 |
|
|
f5bb5ee877
|
also check for git updates
|
2014-09-01 14:01:41 +02:00 |
|
|
b87eee40d0
|
from PIL import Image
|
2014-09-01 12:38:14 +02:00 |
|
|
e4cf322570
|
backport some localnode improvements from peerlink
|
2014-09-01 12:30:09 +02:00 |
|
|
4749f87d98
|
header
|
2014-09-01 09:52:01 +02:00 |
|
|
6f811b6093
|
fix websocket on_message
|
2014-09-01 09:51:48 +02:00 |
|
|
4dece6bc10
|
freebsd network support
|
2014-08-25 19:21:34 +02:00 |
|
|
5ede07edca
|
move update api to update.py
|
2014-08-22 19:46:45 +02:00 |
|
|
2cd77e07a2
|
close_fds=True by default
|
2014-08-22 18:49:11 +02:00 |
|
|
0bd359f89d
|
check for updates and offer option option to restart
|
2014-08-22 18:42:08 +02:00 |
|
|
309cf75606
|
move main commands code to commands.py
|
2014-08-17 19:17:14 +02:00 |
|
|
b26a22de5d
|
its 127.0.0.1 not localhost
|
2014-08-12 15:35:50 +02:00 |
|
|
871a602acd
|
allow websocket connections from files and localhost and use it in installer and static load file
|
2014-08-12 14:51:38 +02:00 |
|
|
12440acd96
|
cleanup imports
|
2014-08-12 10:16:57 +02:00 |
|
|
1e0f93bbf2
|
fix end of peering
|
2014-08-11 20:10:07 +02:00 |
|
|
7ff736465f
|
place is array
|
2014-08-11 19:43:14 +02:00 |
|
|
d1f63bf0db
|
create db on start/debug if missing
|
2014-08-11 19:32:49 +02:00 |
|
|
cb59b49ee3
|
fix os.path
|
2014-08-11 19:11:07 +02:00 |
|
|
a0cd8d8a1f
|
trigger upgrade_db in postupdate
|
2014-08-11 15:02:24 +02:00 |
|
|
66b132efa4
|
ignore more covers
|
2014-08-11 13:30:32 +02:00 |
|
|
2d3a0b2247
|
tune worldcat parser
|
2014-08-11 13:27:11 +02:00 |
|
|
a8866ca3b3
|
fix api docs
|
2014-08-11 13:08:28 +02:00 |
|
|
bbb9832de6
|
cleanup
|
2014-08-09 23:40:13 +02:00 |
|
|
d2465539c8
|
make context optional for oxtornado
|
2014-08-09 23:40:05 +02:00 |
|
|
c236bef25a
|
use p3k print
|
2014-08-09 23:39:10 +02:00 |
|
|
59e9966430
|
send user-agent to directory service
|
2014-08-09 23:06:34 +02:00 |
|
|
4b790722ae
|
cleanly shut down
|
2014-08-09 20:32:41 +02:00 |
|
|
9ecf102c01
|
create db again
|
2014-08-09 20:32:22 +02:00 |
|
|
496ebff888
|
remove Flask from requirements
|
2014-08-09 19:09:48 +02:00 |
|
|
7bd6181e06
|
replace flask.ext.script with custom command interface
|
2014-08-09 19:06:53 +02:00 |
|
|
fc4ccb8083
|
get rid of more app references
|
2014-08-09 19:06:06 +02:00 |
|
|
abf2bbf6a8
|
remove flask app
|
2014-08-09 18:33:59 +02:00 |
|
|
8b46a85d56
|
one sqlalchemy session per thread
|
2014-08-09 18:14:14 +02:00 |
|
|
0c08d37c56
|
WIP: dont use flask
|
2014-08-09 17:03:16 +02:00 |
|
|
d5a57708d3
|
include user-agent in update requests
|
2014-08-07 12:12:03 +02:00 |
|
|
537eba0f0f
|
install updates on startup, check for updates
|
2014-08-07 11:46:23 +02:00 |
|
|
d4ad1466be
|
dont print url
|
2014-08-05 12:12:55 +02:00 |
|
|
33327094e3
|
fix update
|
2014-08-05 12:10:42 +02:00 |
|
|
0ff98f616b
|
only update new modules
|
2014-08-05 11:51:17 +02:00 |
|
|
81e29d1fc2
|
add release update
|
2014-08-05 11:47:16 +02:00 |
|
|
90b305e26d
|
dont trigger activity event more than every 5 seconds
|
2014-05-28 17:42:19 +02:00 |
|
|
9cd4f35229
|
remove debug
|
2014-05-28 17:37:36 +02:00 |
|
|
0704e315ba
|
scan in tasks queue
|
2014-05-28 17:36:26 +02:00 |
|
|
8ab68826b5
|
remove null strings from file metadata
|
2014-05-28 13:36:44 +02:00 |
|
|
1e082c3d1b
|
query fixes, avoid empty authors
|
2014-05-27 20:10:55 +02:00 |
|