allowing for max outbound connection configuration #940

Merged
ghost merged 1 commits from max-outbound-connection-config into v0.6 2017-02-22 08:54:08 +01:00
ghost commented 2017-01-14 04:51:09 +01:00 (Migrated from github.com)

This allows for the maximum number of connections to be configured in the settings UI.

This allows for the maximum number of connections to be configured in the settings UI.
PeterSurda (Migrated from github.com) reviewed 2017-02-12 19:25:11 +01:00
PeterSurda (Migrated from github.com) commented 2017-02-12 19:25:11 +01:00

please change .dll to src/**/.dll

please change *.dll to src/**/*.dll
PeterSurda (Migrated from github.com) reviewed 2017-02-12 19:27:27 +01:00
@ -78,7 +78,7 @@ class outgoingSynSender(threading.Thread, StoppableThread):
self.stop.wait(2)
PeterSurda (Migrated from github.com) commented 2017-02-12 19:27:27 +01:00

please change getint to safeGetInt

please change getint to safeGetInt
PeterSurda (Migrated from github.com) reviewed 2017-02-12 19:28:21 +01:00
PeterSurda (Migrated from github.com) commented 2017-02-12 19:28:21 +01:00

please remove this whole hunk, this has been fixed

please remove this whole hunk, this has been fixed
PeterSurda (Migrated from github.com) reviewed 2017-02-12 19:28:39 +01:00
PeterSurda (Migrated from github.com) commented 2017-02-12 19:28:39 +01:00

please remove this while hunk as well, this has been fixed as well

please remove this while hunk as well, this has been fixed as well
PeterSurda commented 2017-02-12 19:32:38 +01:00 (Migrated from github.com)

If you do the minor changes I commented upon inside the code, it's good to go, I just need to test if it works, which should be very quick. Please also rebase and PGP sign your commit, and when it's accepted, you can register here: https://tip4commit.com/github/Bitmessage/PyBitmessage and collect a tip. But it must be rebased and PGP signed so that I can do a fast-forward merge. Don't forget to add your PGP pubkey into your github profile.

If you do the minor changes I commented upon inside the code, it's good to go, I just need to test if it works, which should be very quick. Please also rebase and PGP sign your commit, and when it's accepted, you can register here: https://tip4commit.com/github/Bitmessage/PyBitmessage and collect a tip. But it must be rebased and PGP signed so that I can do a fast-forward merge. Don't forget to add your PGP pubkey into your github profile.
ghost commented 2017-02-19 16:24:22 +01:00 (Migrated from github.com)

Sure thing. I'll get these changes made soon.

Sure thing. I'll get these changes made soon.
ghost commented 2017-02-21 22:20:14 +01:00 (Migrated from github.com)

@PeterSurda done.

@PeterSurda done.
PeterSurda commented 2017-02-21 23:26:48 +01:00 (Migrated from github.com)

Thanks. PGP signature looks ok. Landscape.io however complains that ValueException is not valid, my bad, it should be ValueError.

Thanks. PGP signature looks ok. Landscape.io however complains that ValueException is not valid, my bad, it should be ValueError.
This repo is archived. You cannot comment on pull requests.
No description provided.