Dmitri Bogomolov
e43bd36618
More unused variables
5 years ago
Dmitri Bogomolov
d91c3a6b0c
Removed unnecessary comment and percent formatting in logger.error
5 years ago
Dmitri Bogomolov
d447db907c
Address operations: simplified the code a bit
5 years ago
Dmitri Bogomolov
006b98389b
Address operations: flake8
5 years ago
Peter Šurda
cbb228db8b
Merge branch '1180' into upstream-v0.6
5 years ago
Mahendra
8d48164734
fix indentation error in dependency file
5 years ago
Peter Šurda
5721ca53fd
Merge branch '1174' into upstream-v0.6
5 years ago
Mahendra
1a36361ef9
replace all random.xxx with helper random function
5 years ago
Peter Šurda
d7cd294eb4
Merge branch '1173' into upstream-v0.6
5 years ago
Mahendra
6076e1832a
implement more helper random changes with replace random.xxx
5 years ago
Peter Šurda
f3960c1638
Merge branch '1170' into upstream-v0.6
5 years ago
Mahendra
1ad321b08a
replace random.xxx with calls to the helper_random function
5 years ago
Peter Šurda
08888117af
Merge branch '1169' into upstream-v0.6
5 years ago
Mahendra
48b8af975a
added random(sample, shuffle, randrange) methods in helper_random
5 years ago
Mahendra
ee7b591c6c
added docstring for requirement dependency
5 years ago
Dmitri Bogomolov
72299483c4
Do not duplicate avatar in address column of Address book
5 years ago
Peter Šurda
1e037024c3
Merge branch '1156' into upstream-v0.6
5 years ago
Peter Šurda
9bd60c4a0f
Merge branch '1153' into upstream-v0.6
5 years ago
Dmitri Bogomolov
50b74c2223
No lib symlinks in openwrt
5 years ago
Dmitri Bogomolov
0ef0e6b020
Added docstrings. Removed unused method Image.save().
5 years ago
Dmitri Bogomolov
0ddc56e83a
Added schema 'bitmessage:', it's unreadable otherwise for some reason
5 years ago
PyBitmessage Translations
f9c66956c5
Auto-updated language ja from transifex
5 years ago
Dmitri Bogomolov
3850a920c9
Do not add gui.menu plugins with prefix 'address' to "All accounts" item
5 years ago
Dmitri Bogomolov
08a2115412
Properly renamed qrcode plugin module and made menu available
...
for all address entries except for addressbook and blacklist
5 years ago
Dmitri Bogomolov
77e779638c
Removed unnecessary code in qrcode plugin
5 years ago
Peter Šurda
4b995e7996
Fix circular import
...
- previous commit broke
5 years ago
Peter Šurda
af2bb95601
Remove unused imports
5 years ago
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
5 years ago
Peter Šurda
7938eab454
Remove obsolete files
5 years ago
Peter Šurda
0da0c10995
Socks5 parsing fix
...
- Fixes #1134
- Came over BM, thank you kind stranger
5 years ago
Peter Šurda
140265621f
UPnP parser fix
...
- Fixes #1131
- Came over BM, thank you kind stranger
5 years ago
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
5 years ago
Peter Šurda
fde194f9b0
More messagetypes hardening
...
- only load modules at program start
5 years ago
Peter Šurda
757740369b
Add proxy authentication
...
- proxy module was missing initialisation of authentication
5 years ago
Peter Šurda
ff9634141e
Merge branch '1127' into v0.6
5 years ago
Peter Šurda
d25a821b1d
Merge branch '1128' into v0.6
5 years ago
Peter Šurda
c8ea8662a5
Merge branch '1141' into v0.6
5 years ago
Peter Šurda
99f51fd94c
Merge branch '1137' into v0.6
5 years ago
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.
5 years ago
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
5 years ago
PyBitmessage Translations
dbedd4a193
Auto-updated language fr from transifex
5 years ago
Dmitri Bogomolov
a3436fef9c
Quick fix for refactoring artifact in blacklist module ( #1138 )
5 years ago
PyBitmessage Translations
d09900def7
Auto-updated language zh_cn from transifex
5 years ago
Peter Šurda
634a49cd6d
Bump version
5 years ago
Peter Šurda
c050ef0814
Messagetype attack mitigation
...
- temporarily restrict messagetypes
- use a new "Contact support" address
5 years ago
PyBitmessage Translations
5b5f254be0
Auto-updated language pl from transifex
5 years ago
PyBitmessage Translations
e2374cac0a
Auto-updated language eo from transifex
5 years ago
Peter Šurda
4cd36ececc
Bump version
5 years ago
Peter Šurda
3a8016d31f
Fix message encoding bug
...
- prevent loading invalid message types
5 years ago
Peter Šurda
96ea36cfd2
UPnP client port randomize
5 years ago