Commit Graph

  • ce6e9804ad
    Added tests_require keyword to setup() Dmitri Bogomolov 2018-04-20 10:17:58 +0300
  • ea8991c05b
    Test case for config, not runs pybitmessage yet Dmitri Bogomolov 2018-04-18 22:58:46 +0300
  • d8b4682ee9
    Style fixes and docstrings for tests Dmitri Bogomolov 2018-04-16 21:19:30 +0300
  • a3300ba8f1
    A test case for core (which will be ran in main thread) Dmitri Bogomolov 2018-04-16 11:26:52 +0300
  • 51df0507e2
    Fixed signal files creation Dmitri Bogomolov 2018-04-16 10:00:23 +0300
  • 589900f7c3
    Added a test for chan creation/joining Dmitri Bogomolov 2018-04-12 18:49:20 +0300
  • c49c131929
    New test case class hierarchy: - TestProcessProto has common setUpClass and tearDownClass methods - TestProcess is for testing the PyBitmessage process (using psutil) Dmitri Bogomolov 2018-04-12 17:29:22 +0300
  • c28d463261
    Added doctstrings for all tests and a test for sendBroadcast API command Dmitri Bogomolov 2018-04-12 13:34:37 +0300
  • 981dddade4
    Added test for createRandomAddress API command Dmitri Bogomolov 2018-04-11 18:55:43 +0300
  • 10346c84aa
    Basic API tests and simple apinotify handler Dmitri Bogomolov 2018-04-10 18:31:44 +0300
  • 5b1d2e56a1
    Changes into test mode: run in background, stop after 30 sec since last API response Dmitri Bogomolov 2018-04-10 18:29:39 +0300
  • 8aafb71024
    Merge pull request #1364 from coffeedogs/final_code_quality_6 coffeedogs 2018-10-20 14:19:24 +0100
  • 7ed459b644
    Changes based on style and lint checks. (final_code_quality_6) coffeedogs 2018-10-10 11:41:44 +0100
  • d8be7cd19a
    Right check in module tr - right import order Dmitri Bogomolov 2018-04-16 10:00:23 +0300
  • 533df80ce9
    Resolving pylint warnings Dmitri Bogomolov 2018-09-05 13:56:06 +0300
  • bd5bdda009
    Moved class singleAPI to api module and `import api` below config check Dmitri Bogomolov 2018-06-28 16:09:23 +0300
  • ef54bcaf82
    The changes in #1325 are buggy. Implementing it properly. Dmitri Bogomolov 2018-10-10 18:42:58 +0300
  • b2c8b77938
    Closes #1360: validate knownnodes received from the network Dmitri Bogomolov 2018-10-11 16:27:08 +0300
  • 6969ec0ec9
    Removed commented config check and added module docstring Dmitri Bogomolov 2018-10-05 12:32:09 +0300
  • e417b6257f
    Fixes #1335: - moved knownnodes cleanup to knownnodes module, - added a check for last node in stream initiating DNS based bootstrap. Dmitri Bogomolov 2018-10-03 16:07:06 +0300
  • 4c184d8ffe
    Fix import of pickled knownnodes.dat Dmitri Bogomolov 2018-10-02 12:35:35 +0300
  • 95e300d7ca
    Fix pylint Too many arguments Issue surbhi 2018-09-04 18:54:59 +0530
  • a5833be1b7
    Fix pylint Instance of 'str' has no 'ids' member issue surbhi 2018-09-04 18:35:22 +0530
  • abd3e02d72
    Fix pylint global variable undefined at the module level issue surbhi 2018-09-04 18:21:27 +0530
  • f4d25ab0ed
    Fix pylint global variable warning issue surbhi 2018-09-04 18:14:28 +0530
  • f004021c6d
    Fix pylint issues based on no-self surbhi 2018-09-01 17:15:39 +0530
  • 30fc79ed45
    Fix pylint issues surbhi 2018-08-31 18:04:20 +0530
  • 686967c36d
    Fix flake8 issues surbhi 2018-08-31 16:49:57 +0530
  • f98acd3ae0
    Implementing swipe left to right delete feature for inbox, sent message to be archieved in Kivy surbhi 2018-08-21 18:18:16 +0530
  • d8a5b9356f
    Implement sent item message loading feature for current account logged with dynamic dispatching of accounts surbhi 2018-08-09 15:50:20 +0530
  • c163001ee8
    Loadmessage list feature with current account get and ngletters images icon surbhi 2018-08-07 11:44:14 +0530
  • b1f7489b09
    Implemement Ui for Inbox Load feature with create new address based on random number surbhi 2018-08-04 14:00:12 +0530
  • 0bc1dfdc8b
    Add src to path when running pylint Peter Šurda 2018-08-27 18:59:15 +0200
  • 50ee7fa740
    Fix subprocess.check_call Alexx Saver 2018-08-20 06:50:46 +0400
  • c7c57a2de9
    Added: Fabric task to deploy current project to remote host coffeedogs/fab_deploy coffeedogs 2018-08-15 11:37:43 +0100
  • b0446ab4ab
    Improve pickle knownnodes error handling Peter Šurda 2018-08-05 09:07:31 +0200
  • 7ad1725235 Applying solution I don't understand Kleshni/POW Biryuzovye Kleshni 2018-08-02 15:00:23 +0000
  • 62024ca7e9
    Auto-updated language fr from transifex PyBitmessage Translations 2018-08-02 13:14:57 +0200
  • 358e621710
    Round peer rating to 2 decimal places before saving knownnodes Dmitri Bogomolov 2018-07-04 18:41:21 +0300
  • 342e2a209c
    Use DNS seed only if knownnodes are empty Dmitri Bogomolov 2018-07-22 19:24:08 +0300
  • 3ce4694591
    Lower log_level for IOError while reading namecoin.conf Dmitri Bogomolov 2018-07-22 21:07:22 +0300
  • a1a8d3a05d
    Fixed undesirable log_level replacement in depends Dmitri Bogomolov 2018-07-21 12:16:22 +0300
  • 40a14748be
    Merge pull request #1326 from g1itch/exceptions Dmitri Bogomolov 2018-07-30 11:43:28 +0300
  • 192b083d58 Readability Biryuzovye Kleshni 2018-07-30 03:10:48 +0000
  • 0aaad8b896 Fixed big-endian decoding Biryuzovye Kleshni 2018-07-30 02:58:39 +0000
  • 72873a1bd4
    Prevent KeyError in checkdeps if detectOS() returns None Dmitri Bogomolov 2018-07-22 14:48:08 +0300
  • 5115425a61
    Debian forgotten in e92a85e Dmitri Bogomolov 2018-07-22 14:42:29 +0300
  • 8e1259d06c More old code deleted Biryuzovye Kleshni 2018-07-29 12:47:44 +0000
  • 5a5f94eb3d
    Auto-updated language zh_cn from transifex PyBitmessage Translations 2018-07-18 11:25:25 +0200
  • 5934648da2
    Auto-updated language eo from transifex PyBitmessage Translations 2018-07-22 12:48:10 +0200
  • 6552662d83
    Auto-updated language pl from transifex PyBitmessage Translations 2018-07-22 12:58:11 +0200
  • b99511ce2b
    Auto-updated language ja from transifex PyBitmessage Translations 2018-07-28 11:57:58 +0200
  • a398354700 Deleted old module Biryuzovye Kleshni 2018-07-29 12:06:55 +0000
  • c22c5c2208 Removed broken API methods Biryuzovye Kleshni 2018-07-29 11:46:02 +0000
  • 02ece2d491 Added more API for raw objects Biryuzovye Kleshni 2018-07-29 11:06:41 +0000
  • 00c4ee881f Added API for raw objects Biryuzovye Kleshni 2018-07-29 09:44:15 +0000
  • 373157db45 Added POW settings to settings window Biryuzovye Kleshni 2018-07-29 04:38:05 +0000
  • 27d64df26e
    Suggested Review changes in import statement sequence surbhi 2018-07-25 15:55:47 +0530
  • 8d5ff9abba
    Added changes for create new message feature for send button and cancel button surbhi 2018-07-24 18:12:53 +0530
  • b0809c3c23
    Added images for create message icon and new idenetity surbhi 2018-07-24 15:45:18 +0530
  • 178194dd4c
    Implement Ui for adding New Identity feature with navigation Enhancement surbhi 2018-07-24 15:35:39 +0530
  • 1adcf7f3f4
    Changes made for Exit application button feature with trash enhancement surbhi 2018-07-19 17:17:37 +0530
  • bb8d4c5a1f
    Added Navigation Drawer UI with create feature surbhi 2018-07-18 18:19:39 +0530
  • 2c7d677ccf Added estimated POW time tooltip Biryuzovye Kleshni 2018-07-23 08:01:22 +0000
  • a27b5e9055
    Merge branch 'v0.6' into POW Biryuzovye Kleshni 2018-07-23 07:21:32 +0000
  • f6415d6be1 Added "Edit and resend" option Biryuzovye Kleshni 2018-07-23 07:15:36 +0000
  • 174fb38c7d Forgotten litter Biryuzovye Kleshni 2018-07-23 06:38:58 +0000
  • ce4fe3a66b Added sending cancellation Biryuzovye Kleshni 2018-07-23 06:23:15 +0000
  • 3b4d73d291
    Travis should test mandatory dependencies Peter Šurda 2018-07-22 13:20:07 +0200
  • e1d2ead701
    Fix exception 'KeyError: None' in checkdeps introduced in e92a85e, Fixes #1316 Dmitri Bogomolov 2018-07-19 14:06:34 +0300
  • 996a48f298
    Confirmation for network switch Dmitri Bogomolov 2018-07-07 15:27:56 +0300
  • c66156aeea Added POW speed indicator Biryuzovye Kleshni 2018-07-22 08:51:23 +0000
  • b2441c7830 Deleted generated code for main window Biryuzovye Kleshni 2018-07-22 07:46:09 +0000
  • d1a5c604e6 Deleted generated code for settings window Biryuzovye Kleshni 2018-07-20 00:02:17 +0000
  • e94bdf4642 Fix "maxcores" setting Biryuzovye Kleshni 2018-07-15 20:03:29 +0000
  • b24edfdc22 Merge branch 'v0.6' into POW Biryuzovye Kleshni 2018-07-15 19:24:13 +0000
  • 8e0bff7d52 Connect WorkProver to SingleWorker Biryuzovye Kleshni 2018-07-15 18:37:23 +0000
  • 09e7cc42ad
    Changed http:// to https:// on BeamStat link Marius Kjærstad 2018-07-13 21:51:56 +0200
  • 8537fbb2cc
    Auto-updated language fr from transifex PyBitmessage Translations 2018-07-08 08:01:27 +0200
  • 13d41c7647
    added imports for wrapper main file kivy running surbhi 2018-07-09 17:36:28 +0530
  • 956f689eeb
    Fixes some issue of kivy running surbhi 2018-07-09 17:16:41 +0530
  • a859dd78e7
    moving a kivy module to a separate folder having Ui too surbhi 2018-07-09 16:47:59 +0530
  • c22fd4e8a7
    Changes made on UI for Desktop and Mobile Clients with suggested review changes surbhi 2018-07-07 17:41:58 +0530
  • 7aac991c4f
    Changes made on UI for Desktop and Mobile Clients surbhi 2018-07-05 19:15:18 +0530
  • 4770790597
    Added kivy for making it run on Desktop and Mobile Clients surbhi 2018-07-05 19:07:16 +0530
  • 6b2f82a7cd
    Added suggested review changes for PR 1297 surbhi 2018-07-03 19:30:19 +0530
  • d7efd746f2
    fix Missing module docstring issue with other pep8 surbhi 2018-07-03 15:45:42 +0530
  • b4a0d8ad37
    fix codacy coding standards issue surbhi 2018-07-03 15:36:20 +0530
  • c1868456df
    Added kivy basic architecture for support mobile client PyBitmessage surbhi 2018-07-03 14:38:02 +0530
  • 529559d06a
    Reduced BMConfigParser in the sake of readability Dmitri Bogomolov 2018-03-03 17:59:53 +0200
  • ba5caf3fda
    Sorted out configuration loading/updating a bit: - used BMConfigParser.safeGet.. methods instead of try .. except - moved all config checks from class_sqlThread into helper_startup - commented out initialization of settings which are then rewritten by updateConfig() Dmitri Bogomolov 2018-03-03 17:31:49 +0200
  • 2504c80da6
    Fix an issue from #1153 for setup without plugins package Dmitri Bogomolov 2018-07-01 01:16:32 +0300
  • c7d3784b80
    No need to import namecoin early because it's really used only in Qt UI Dmitri Bogomolov 2018-06-28 00:54:49 +0300
  • 3c0e23574d Signal handling Biryuzovye Kleshni 2018-06-30 09:55:53 +0000
  • 54291918bf Fix for running after installation Biryuzovye Kleshni 2018-06-30 09:21:39 +0000
  • 0c3ce79ea4 Wrap "bitmessagemain.py" for use with "multiprocessing" Biryuzovye Kleshni 2018-06-30 08:57:31 +0000
  • 795b855c65
    Returned logger setting to debug though slightly deduplicated Dmitri Bogomolov 2018-06-27 11:24:09 +0300
  • da3e72186d
    Auto-updated language ru from transifex PyBitmessage Translations 2018-06-28 14:21:11 +0200
  • 6fb637d1df
    Merge branch 'v0.6' into POW Biryuzovye Kleshni 2018-06-28 14:20:56 +0000
  • c28a4f6174 Don't load heavy modules until needed Biryuzovye Kleshni 2018-06-28 14:19:50 +0000