Commit Graph

19 Commits

Author SHA1 Message Date
30a8a32c92
Lower the level of most log messages, but add exc_info for some
- log info on disconnect, debug on disconnected locally
  - don't log connections failed because of obvious resons
2022-09-10 19:30:39 +03:00
ba4bbd4129
Lint fixes:
- split the last long line in the connection module
  - resolved pylint useless-object-inheritance and unused-variable
2021-08-01 19:06:44 +03:00
3fa84d1f4b
Formatted the code with flake8 2021-03-09 18:35:03 +02:00
83c2e48fe5
Use dotted imports 2021-03-09 18:31:20 +02:00
TheKysek
6a78dd0490
Handle OSError exception during data sending 2017-08-21 11:21:45 +02:00
TheKysek
2085f01281
Code cleanup 2017-07-20 18:22:59 +02:00
TheKysek
593bae59cb
OpenSSL 1.1 support 2017-07-12 09:53:20 +02:00
TheKysek
708e2db22c
Do not advertise our IP address after incoming I2P connection 2017-07-12 09:12:18 +02:00
TheKysek
ca5a489d2c
Do not crash when receiving an object we no longer need 2017-07-12 08:31:08 +02:00
TheKysek
ef2b3bba0a
Do not re-request invalid objects 2017-07-11 13:04:51 +02:00
TheKysek
df665813ac
Object requesting tweaks
- re-request objects after 10 minutes

- better spread object requests between dfferent peers
2017-07-11 12:49:14 +02:00
TheKysek
974568164f
Destination sharing tweaks 2017-07-03 09:23:02 +02:00
TheKysek
57fffaafc0
Python 3.4 TLS fix 2017-07-01 16:50:08 +02:00
TheKysek
057b25a812
I2P improvements
- local destination publishing

- destination gathering
2017-07-01 15:05:06 +02:00
TheKysek
02af66b976
TLS updates 2017-06-25 10:29:46 +02:00
TheKysek
55e263a394
Object exchange tweaks 2017-06-19 08:54:41 +02:00
TheKysek
15620435ff
Send known addresses before objects 2017-06-16 09:32:59 +02:00
TheKysek
918a926c88
I2P tweaks 2017-06-11 07:55:53 +02:00
TheKysek
1a3e340537
Experimental I2P support 2017-06-09 20:41:33 +02:00