Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Bitmessage
/
PyBitmessage
Public
Notifications
You must be signed in to change notification settings
Fork
574
Star
2.9k
Code
Issues
171
Pull requests
54
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
PyBitmessage
src
class_singleWorker.py
on
python3android
User selector
All users
All time
Commit history
Commits on Aug 6, 2019
Inherit helper_threading.StoppableThread from threading.Thread
Show description for ad2a2b3
g1itch
committed
ad2a2b3
View commit details
Copy full SHA for ad2a2b3
View code at this point
Browse repository at this point
Commits on Jun 14, 2019
Resend onionpeer object if it expired while the node ran
g1itch
committed
38e5d93
View commit details
Copy full SHA for 38e5d93
View code at this point
Browse repository at this point
Commits on Jun 6, 2019
Fixing my bug in 453e045
g1itch
committed
f868c1a
View commit details
Copy full SHA for f868c1a
View code at this point
Browse repository at this point
Commits on May 10, 2019
Fixes for @omkar1117
g1itch
committed
4a097e9
View commit details
Copy full SHA for 4a097e9
View code at this point
Browse repository at this point
Resolved pylint warnings
g1itch
committed
01d4fbe
View commit details
Copy full SHA for 01d4fbe
View code at this point
Browse repository at this point
Minimal implementation of onionpeer object
g1itch
committed
453e045
View commit details
Copy full SHA for 453e045
View code at this point
Browse repository at this point
Commits on Feb 4, 2019
Removed from shared the functions duplicating protocol:
Show description for 3adadd3
g1itch
committed
3adadd3
View commit details
Copy full SHA for 3adadd3
View code at this point
Browse repository at this point
Commits on Nov 12, 2018
Changes based on style and lint checks. (final_code_quality_7)
coffeedogs
committed
0a30eb0
View commit details
Copy full SHA for 0a30eb0
View code at this point
Browse repository at this point
Commits on May 8, 2018
Fixed: Addressed PR comments
coffeedogs
committed
8979a1b
View commit details
Copy full SHA for 8979a1b
View code at this point
Browse repository at this point
Commits on May 3, 2018
Fixed: Codacy issues in src/class_*.py
coffeedogs
committed
c99c3fc
View commit details
Copy full SHA for c99c3fc
View code at this point
Browse repository at this point
Commits on Mar 22, 2018
Even more unused variables
g1itch
committed
6562502
View commit details
Copy full SHA for 6562502
View code at this point
Browse repository at this point
More unused variables
g1itch
committed
e43bd36
View commit details
Copy full SHA for e43bd36
View code at this point
Browse repository at this point
Removed unnecessary comment and percent formatting in logger.error
g1itch
committed
d91c3a6
View commit details
Copy full SHA for d91c3a6
View code at this point
Browse repository at this point
Address operations: simplified the code a bit
g1itch
committed
d447db9
View commit details
Copy full SHA for d447db9
View code at this point
Browse repository at this point
Address operations: flake8
g1itch
committed
006b983
View commit details
Copy full SHA for 006b983
View code at this point
Browse repository at this point
Commits on Mar 21, 2018
replace random.xxx with calls to the helper_random function
MahendraNG
committed
1ad321b
View commit details
Copy full SHA for 1ad321b
View code at this point
Browse repository at this point
Commits on Mar 13, 2018
Remove obsolete code
Show description for 1e4400a
PeterSurda
committed
1e4400a
View commit details
Copy full SHA for 1e4400a
View code at this point
Browse repository at this point
Commits on Sep 30, 2017
implement stealth ack objects
f97ada87
committed
be0e724
View commit details
Copy full SHA for be0e724
View code at this point
Browse repository at this point
Commits on Aug 15, 2017
PoW init reordering
Show description for a48dff3
PeterSurda
committed
a48dff3
View commit details
Copy full SHA for a48dff3
View code at this point
Browse repository at this point
Commits on Aug 9, 2017
Remove non-asyncore network code (partial)
PeterSurda
committed
6c695c8
View commit details
Copy full SHA for 6c695c8
View code at this point
Browse repository at this point
Commits on May 29, 2017
Asyncore update
Show description for 02a07e5
PeterSurda
committed
02a07e5
View commit details
Copy full SHA for 02a07e5
View code at this point
Browse repository at this point
typo
Show description for 73c41bf
PeterSurda
committed
73c41bf
View commit details
Copy full SHA for 73c41bf
View code at this point
Browse repository at this point
Commits on May 28, 2017
Asyncore updates
Show description for c85d52b
PeterSurda
committed
c85d52b
View commit details
Copy full SHA for c85d52b
View code at this point
Browse repository at this point
Commits on May 15, 2017
Config file defaults and address unification
Show description for 9f4a1fa
PeterSurda
committed
9f4a1fa
View commit details
Copy full SHA for 9f4a1fa
View code at this point
Browse repository at this point
Commits on Feb 28, 2017
Reset OpenCL when settings change
Show description for 8d829b5
PeterSurda
committed
8d829b5
View commit details
Copy full SHA for 8d829b5
View code at this point
Browse repository at this point
Commits on Feb 26, 2017
PoW Worker should wait for sql thread to init
Show description for 511b89e
PeterSurda
committed
511b89e
View commit details
Copy full SHA for 511b89e
View code at this point
Browse repository at this point
Commits on Feb 25, 2017
Retransmit timing changes
Show description for 74c85b4
PeterSurda
committed
74c85b4
View commit details
Copy full SHA for 74c85b4
View code at this point
Browse repository at this point
Commits on Feb 22, 2017
Rename configparser.py to bmconfigparser.py
Show description for 6062277
PeterSurda
committed
6062277
View commit details
Copy full SHA for 6062277
View code at this point
Browse repository at this point
Commits on Feb 8, 2017
Cyclic import fix
Show description for 157881b
PeterSurda
committed
157881b
View commit details
Copy full SHA for 157881b
View code at this point
Browse repository at this point
Reduce cyclic dependencies
Show description for 59f3a2f
PeterSurda
committed
59f3a2f
View commit details
Copy full SHA for 59f3a2f
View code at this point
Browse repository at this point
Commits on Jan 19, 2017
Download/upload shutdown fixes
Show description for 5ae1327
PeterSurda
committed
5ae1327
View commit details
Copy full SHA for 5ae1327
View code at this point
Browse repository at this point
Commits on Jan 15, 2017
Moved writeKeysFile into configparser
Show description for 8cb0953
PeterSurda
committed
8cb0953
View commit details
Copy full SHA for 8cb0953
View code at this point
Browse repository at this point
Commits on Jan 14, 2017
Move shutdown from shared.py to state.py
PeterSurda
committed
ad75552
View commit details
Copy full SHA for ad75552
View code at this point
Browse repository at this point
Commits on Jan 12, 2017
Object sending fix
Show description for 2cf2188
PeterSurda
committed
2cf2188
View commit details
Copy full SHA for 2cf2188
View code at this point
Browse repository at this point
Remove leftover from debugging
PeterSurda
committed
e7470a4
View commit details
Copy full SHA for e7470a4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.