Commit Graph

2020 Commits

Author SHA1 Message Date
Dmitri Bogomolov e43bd36618
More unused variables 2018-03-22 13:23:36 +02:00
Dmitri Bogomolov d91c3a6b0c
Removed unnecessary comment and percent formatting in logger.error 2018-03-22 12:13:47 +02:00
Dmitri Bogomolov d447db907c
Address operations: simplified the code a bit 2018-03-22 12:13:47 +02:00
Dmitri Bogomolov 006b98389b
Address operations: flake8 2018-03-22 12:13:47 +02:00
Peter Šurda cbb228db8b
Merge branch '1180' into upstream-v0.6 2018-03-22 11:08:51 +01:00
Mahendra 8d48164734
fix indentation error in dependency file 2018-03-22 15:27:37 +05:30
Peter Šurda 5721ca53fd
Merge branch '1174' into upstream-v0.6 2018-03-22 08:31:25 +01:00
Mahendra 1a36361ef9
replace all random.xxx with helper random function 2018-03-21 19:26:27 +05:30
Peter Šurda d7cd294eb4
Merge branch '1173' into upstream-v0.6 2018-03-21 14:14:08 +01:00
Mahendra 6076e1832a
implement more helper random changes with replace random.xxx 2018-03-21 18:19:08 +05:30
Peter Šurda f3960c1638
Merge branch '1170' into upstream-v0.6 2018-03-21 13:08:10 +01:00
Mahendra 1ad321b08a
replace random.xxx with calls to the helper_random function 2018-03-21 17:22:23 +05:30
Peter Šurda 08888117af
Merge branch '1169' into upstream-v0.6 2018-03-21 11:57:15 +01:00
Mahendra 48b8af975a
added random(sample, shuffle, randrange) methods in helper_random 2018-03-21 16:13:43 +05:30
Mahendra ee7b591c6c
added docstring for requirement dependency 2018-03-21 15:47:55 +05:30
Dmitri Bogomolov 72299483c4
Do not duplicate avatar in address column of Address book 2018-03-14 16:34:03 +02:00
Peter Šurda 1e037024c3
Merge branch '1156' into upstream-v0.6 2018-03-14 13:59:40 +01:00
Peter Šurda 9bd60c4a0f
Merge branch '1153' into upstream-v0.6 2018-03-14 13:59:21 +01:00
Dmitri Bogomolov 50b74c2223
No lib symlinks in openwrt 2018-03-14 12:56:23 +02:00
Dmitri Bogomolov 0ef0e6b020
Added docstrings. Removed unused method Image.save(). 2018-03-14 08:57:51 +02:00
Dmitri Bogomolov 0ddc56e83a
Added schema 'bitmessage:', it's unreadable otherwise for some reason 2018-03-14 08:57:20 +02:00
PyBitmessage Translations f9c66956c5
Auto-updated language ja from transifex 2018-03-13 16:15:59 +01:00
Dmitri Bogomolov 3850a920c9
Do not add gui.menu plugins with prefix 'address' to "All accounts" item 2018-03-13 13:46:47 +02:00
Dmitri Bogomolov 08a2115412
Properly renamed qrcode plugin module and made menu available
for all address entries except for addressbook and blacklist
2018-03-13 13:46:47 +02:00
Dmitri Bogomolov 77e779638c
Removed unnecessary code in qrcode plugin 2018-03-13 13:46:47 +02:00
Peter Šurda 4b995e7996
Fix circular import
- previous commit broke
2018-03-13 11:42:43 +01:00
Peter Šurda af2bb95601
Remove unused imports 2018-03-13 07:41:59 +01:00
Peter Šurda 1e4400a207
Remove obsolete code
- PendingDownload and PendingUpload in inventory.py are obsolete
- the replacement functions only provide lengths and are in
  network/stats.py
2018-03-13 07:32:23 +01:00
Peter Šurda 7938eab454
Remove obsolete files 2018-03-11 20:38:58 +01:00
Peter Šurda 0da0c10995
Socks5 parsing fix
- Fixes #1134
- Came over BM, thank you kind stranger
2018-02-26 20:04:57 +01:00
Peter Šurda 140265621f
UPnP parser fix
- Fixes #1131
- Came over BM, thank you kind stranger
2018-02-26 20:03:35 +01:00
Peter Šurda 1184b23223
Separate protocol processing exceptions
- exceptions thrown by the state methods are separated from missing
  connections or states. This allows more accurate error reporting
2018-02-19 21:27:38 +01:00
Peter Šurda fde194f9b0
More messagetypes hardening
- only load modules at program start
2018-02-19 16:57:47 +01:00
Peter Šurda 757740369b
Add proxy authentication
- proxy module was missing initialisation of authentication
2018-02-18 20:53:16 +01:00
Peter Šurda ff9634141e
Merge branch '1127' into v0.6 2018-02-18 20:35:16 +01:00
Peter Šurda d25a821b1d
Merge branch '1128' into v0.6 2018-02-18 20:34:59 +01:00
Peter Šurda c8ea8662a5
Merge branch '1141' into v0.6 2018-02-18 20:34:03 +01:00
Peter Šurda 99f51fd94c
Merge branch '1137' into v0.6 2018-02-18 20:33:28 +01:00
Peter Šurda 07149c73c8
Get rid of evals
- eval is evil. Get rid of the remaining evals. They were not assessed
  as dangerous but it's matter of policy now.
2018-02-18 20:14:21 +01:00
Peter Šurda 616920e21a
Minor UI fixes
- typo in UTF conversion
- update status message correct matching (does not show all messages as
changed status, for example)
- add newly sent messages to global sent folder if selected
2018-02-18 19:39:26 +01:00
PyBitmessage Translations dbedd4a193
Auto-updated language fr from transifex 2018-02-18 11:23:13 +01:00
Dmitri Bogomolov a3436fef9c
Quick fix for refactoring artifact in blacklist module (#1138) 2018-02-17 14:36:09 +02:00
PyBitmessage Translations d09900def7
Auto-updated language zh_cn from transifex 2018-02-16 14:33:10 +01:00
Peter Šurda 634a49cd6d
Bump version 2018-02-14 00:23:47 +01:00
Peter Šurda c050ef0814
Messagetype attack mitigation
- temporarily restrict messagetypes
- use a new "Contact support" address
2018-02-13 23:33:12 +01:00
PyBitmessage Translations 5b5f254be0
Auto-updated language pl from transifex 2018-02-13 18:54:07 +01:00
PyBitmessage Translations e2374cac0a
Auto-updated language eo from transifex 2018-02-13 18:41:10 +01:00
Peter Šurda 4cd36ececc
Bump version 2018-02-13 17:16:20 +01:00
Peter Šurda 3a8016d31f
Fix message encoding bug
- prevent loading invalid message types
2018-02-13 16:39:35 +01:00
Peter Šurda 96ea36cfd2
UPnP client port randomize 2018-02-13 16:11:53 +01:00