You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PyBitmessage/src/bitmessageqt
Peter Šurda a0bbd21efc
Add ratings to peers
- outbound peers now have a rating
- it's also shown in the network status tab
- currently it's between -1 to +1, changes by 0.1 steps and uses a
hyperbolic function 0.05/(1.0 - rating) to convert rating to
probability with which we should connect to that node when randomly
chosen
- it increases when we successfully establish a full outbound connection
to a node, and decreases when we fail to do that
- onion nodes have priority when using SOCKS
6 years ago
..
__init__.py Inventory flush fix in GUI 6 years ago
about.py Git head information in version 7 years ago
about.ui changed 2013 to 2014 in copyright notices 10 years ago
account.py Config file defaults and address unification 6 years ago
addaddressdialog.py added option to show recent broadcasts when subscribing 10 years ago
addaddressdialog.ui added option to show recent broadcasts when subscribing 10 years ago
addpeer.ui Moved UI related files all into the bitmessageqt folder 10 years ago
addressvalidator.py Chan address validator button feedback 6 years ago
bitmessage_icons.qrc nonfunctional identicon settings-GUI 10 years ago
bitmessage_icons_rc.py - GUI settings done 10 years ago
bitmessageui.py Rename configparser.py to bmconfigparser.py 7 years ago
bitmessageui.ui finished implementing more email client like interface 8 years ago
blacklist.py Rename configparser.py to bmconfigparser.py 7 years ago
blacklist.ui Refactor Blacklist tab 8 years ago
connect.py Further work to implement the Connect dialog on startup 10 years ago
connect.ui Further work to implement the Connect dialog on startup 10 years ago
dialogs.py Refactor Blacklist tab 8 years ago
emailgateway.py Typo 8 years ago
emailgateway.ui Email gateway integration 8 years ago
foldertree.py Rename configparser.py to bmconfigparser.py 7 years ago
help.py Use https link in help message dialog 9 years ago
help.ui Use https link in help message dialog 9 years ago
iconglossary.py Moved UI related files all into the bitmessageqt folder 10 years ago
iconglossary.ui Moved UI related files all into the bitmessageqt folder 10 years ago
languagebox.py Rename configparser.py to bmconfigparser.py 7 years ago
messagecompose.py Scroll/zoom in message composing widget 8 years ago
messageview.py Revert parser/renderer max message size 6 years ago
migrationwizard.py Fixes 8 years ago
networkstatus.py Add ratings to peers 6 years ago
networkstatus.ui Add ratings to peers 6 years ago
newaddressdialog.py more v4 address work. Should be done. 10 years ago
newaddressdialog.ui more v4 address work. Should be done. 10 years ago
newaddresswizard.py Assorted fixes 7 years ago
newchandialog.py Minor UI fixes 7 years ago
newchandialog.ui Many changes on chan create/join dialog 7 years ago
newsubscriptiondialog.py Translation source update 8 years ago
newsubscriptiondialog.ui added option to show recent broadcasts when subscribing 10 years ago
regenerateaddresses.py more v4 address work. Should be done. 10 years ago
regenerateaddresses.ui more v4 address work. Should be done. 10 years ago
retranslateui.py Translation updates 8 years ago
safehtmlparser.py Code quality improvements 6 years ago
settings.py Config validator 6 years ago
settings.ui allowing for max outbound connection configuration 7 years ago
settingsmixin.py Prepare for tree widgets to store settings 8 years ago
specialaddressbehavior.py Moved UI related files all into the bitmessageqt folder 10 years ago
specialaddressbehavior.ui Moved UI related files all into the bitmessageqt folder 10 years ago
statusbar.py Notify if C PoW missing 7 years ago
support.py Rename configparser.py to bmconfigparser.py 7 years ago
uisignaler.py Reduce cyclic dependencies 7 years ago
utils.py Fix identicon imports 6 years ago
wanlan.ui Moved UI related files all into the bitmessageqt folder 10 years ago
widgets.py Fixes and refactoring 7 years ago