Commit Graph

33 Commits

Author SHA1 Message Date
anand k
dd64a7b507
Code Quality 2024-02-28 07:23:55 +05:30
anand k
b43c9c4a75 Code Quality 2024-02-23 23:50:04 +05:30
93c283a467
Place obvious bandit nosec comments 2022-05-02 18:00:55 +03:00
8d779f3760
Added more instructions to INSTALL.md, rearranges the steps and added warning for ubuntu 20 & greater 2021-12-15 12:19:31 +05:30
4302126b6c
kivy porting to python3 phase1 2021-11-11 09:58:02 +05:30
8dd4a329e6
Updated import placement based on python version dependencies 2021-10-11 21:00:37 +05:30
64f89f319b
Updated code quality imports placement changes, ignore comment for logging, Added bare except warning ignore comments & replaced unicode by decode function in depends.py
Added bare except warning ignore comments

Reverted pyelliptic import placement change

Replaced unicode by decode function, reveted logging import placement changes & added ignore comment
2021-10-08 19:26:13 +05:30
a704b1a3b2
Added ignore comments for bare except warnings for addresses, class_smtpDeliver, depends, helper_msgcoding, helper_startup, highlevelcrypto, protocol & bitmessagecurses/__init__ files 2021-10-07 12:11:03 +05:30
fe32bcac8b
Updated code quality binary operator warning changes in depends.py 2021-08-23 12:35:09 +05:30
b3c341951d
Add normal exit in depends if detected python3 2021-02-17 17:11:25 +02:00
lakshyacis
b6a81f1252
Formatting and fix License 2020-01-15 16:17:26 +05:30
lakshyacis
e97d02ed78
depends pylint fixes 2019-11-25 15:13:53 +05:30
lakshyacis
a9991a7a5a
class_sqlThread pylint fixes 2019-11-25 15:13:52 +05:30
38f36d7860
Added package fallback and suppressed pylint relative-import warning 2019-04-24 14:11:21 +03:00
e163137893
Added pycrypto fallback for RIPEMD160 hash function 2019-04-22 12:53:59 +03:00
Alexx Saver
50ee7fa740
Fix subprocess.check_call 2018-08-20 06:50:46 +04:00
a1a8d3a05d
Fixed undesirable log_level replacement in depends 2018-07-30 11:48:11 +03:00
5115425a61
Debian forgotten in e92a85e 2018-07-29 15:56:19 +03:00
e1d2ead701
Fix exception 'KeyError: None' in checkdeps introduced in e92a85e,
Fixes #1316
2018-07-22 13:37:12 +03:00
e92a85e1c5
Rewritten detectOSRelease() to pull values from dict 2018-06-27 01:27:37 +03:00
4eb3a00625
Minimum supported python is 2.7.4. Changed the check and log msg. 2018-06-27 01:27:37 +03:00
9f8955ccdd
Reused depends in checkdeps script and formatted it also,
made checkdeps executable instead of depends
2018-06-27 01:27:37 +03:00
701521c55a
flake8: depends 2018-06-27 01:22:37 +03:00
coffeedogs
3b75d900f6
Added: Sphinx docs, testing readthedocs integration
* Added: Sphinx configuration including readthedocs config
 * Added: Sphinx fabric task to auto-document the project
 * Fixed: Some issues in the code causing autodoc to fail when parsing
 * Added: Manual docs - structure, proof of concepts and RsT examples
 * Fixed: RsT formatting in docstrings
 * Fixed: Some adjacent minor style and lint issues
2018-06-13 10:07:45 +01:00
Mahendra
8d48164734
fix indentation error in dependency file 2018-03-22 15:27:37 +05:30
Mahendra
ee7b591c6c
added docstring for requirement dependency 2018-03-21 15:47:55 +05:30
50b74c2223
No lib symlinks in openwrt 2018-03-14 12:56:23 +02:00
76fed78211
Made it possible to use installed umsgpack 2017-06-12 13:54:44 +03:00
965f3548ac
Depends checking updates
- checks for msgpack
- can distinguish OS and make a recommendation with respect to the
  relevant package manager
2017-02-14 01:33:16 +01:00
6778d6046f
Add OpenSSL 1.1.0 compatibility
- thanks to Wolfgang Frisch <wfr@roembden.net>
2017-01-13 12:02:34 +01:00
mailchuck
b7e24fab4a DLL path fix in frozen mode
Addresses #152
2016-05-02 15:00:23 +02:00
bmng-dev
29e75ac7c6 Update the required Python version to 2.7.3 2014-12-25 19:48:07 -05:00
bmng-dev
23b55652b9 New depends module to check dependencies. Moved version check to new depends module. 2014-12-25 19:48:05 -05:00