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 }}
saman3d
/
libsignal
Public
forked from
signalapp/libsignal
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Apr 2, 2025
Implement ConnectionInvalidated and ConnectedElsewhere Disconnection Reasons
andrew-signal
authored
0a63765
View commit details
Copy full SHA for 0a63765
Browse repository at this point
Remove fallback CDSI connect code
akonradi-signal
authored
d13bc95
View commit details
Copy full SHA for d13bc95
Browse repository at this point
net: Log when we send a remote-idle ping on the websocket
jrose-signal
committed
3c08f97
View commit details
Copy full SHA for 3c08f97
Browse repository at this point
node: Add GroupIdentifier.toString() to convert to base64
Show description for 15db923
jrose-signal
committed
15db923
View commit details
Copy full SHA for 15db923
Browse repository at this point
Commits on Apr 1, 2025
Validator: Validate ChatFolder::id
Show description for 58493e3
mtang-signal
and
andrew-signal
authored
58493e3
View commit details
Copy full SHA for 58493e3
Browse repository at this point
Add conversion tests for registration errors
akonradi-signal
authored
9d3f2e0
View commit details
Copy full SHA for 9d3f2e0
Browse repository at this point
Reset for version v0.68.2
akonradi-signal
committed
f7d01c2
View commit details
Copy full SHA for f7d01c2
Browse repository at this point
Throttle concurrent DoH TLS connections, not TCP
akonradi-signal
authored
c8a459b
View commit details
Copy full SHA for c8a459b
Browse repository at this point
Commits on Mar 31, 2025
DNS: Use VariableTlsTimeoutConnector
jrose-signal
committed
96f79bb
View commit details
Copy full SHA for 96f79bb
Browse repository at this point
Add fn to generate a "register account" request
akonradi-signal
authored
36e7739
View commit details
Copy full SHA for 36e7739
Browse repository at this point
Remove JniError::into_*_error
akonradi-signal
authored
037ecef
View commit details
Copy full SHA for 037ecef
Browse repository at this point
Impl JniError for RetryLater
akonradi-signal
authored
36d5872
View commit details
Copy full SHA for 36d5872
Browse repository at this point
Refactor registration client implementation
akonradi-signal
authored
fd55e40
View commit details
Copy full SHA for fd55e40
Browse repository at this point
Remove some allocations in DoH client
akonradi-signal
authored
d6ebe61
View commit details
Copy full SHA for d6ebe61
Browse repository at this point
Fix registration unit test flake
akonradi-signal
authored
db2a5c6
View commit details
Copy full SHA for db2a5c6
Browse repository at this point
DNS: Test that failing routes go into cooldown
jrose-signal
committed
636a654
View commit details
Copy full SHA for 636a654
Browse repository at this point
DNS: Test for filtering out IPv6 addresses for the DNS server itself
jrose-signal
committed
042f3c9
View commit details
Copy full SHA for 042f3c9
Browse repository at this point
Allow release notes to be in chat folders
Show description for 0d7ecc2
greyson-signal
and
andrew-signal
authored
0d7ecc2
View commit details
Copy full SHA for 0d7ecc2
Browse repository at this point
Commits on Mar 29, 2025
net: Enable logs for registration tests
jrose-signal
committed
9196492
View commit details
Copy full SHA for 9196492
Browse repository at this point
net: Simplify a test constant
Show description for d72e0c9
jrose-signal
committed
d72e0c9
View commit details
Copy full SHA for d72e0c9
Browse repository at this point
Commits on Mar 28, 2025
Use serde_with for compound annotations
akonradi-signal
authored
415825f
View commit details
Copy full SHA for 415825f
Browse repository at this point
swift: Also expose [UInt8].toHex() and Data.toHex()
Show description for bf582da
jrose-signal
committed
bf582da
View commit details
Copy full SHA for bf582da
Browse repository at this point
swift: Add CustomStringConvertible to GroupIdentifier
Show description for 85e230c
jrose-signal
committed
85e230c
View commit details
Copy full SHA for 85e230c
Browse repository at this point
Use const_str::hex instead of hex_literal::hex
akonradi-signal
authored
03a739a
View commit details
Copy full SHA for 03a739a
Browse repository at this point
Don't bother trying to decrypt a PreKey message with older sessions
Show description for cd36118
jrose-signal
and
rolfe-signal
authored
cd36118
View commit details
Copy full SHA for cd36118
Browse repository at this point
Replace SignalJniError enum with boxed trait
akonradi-signal
authored
50325dd
View commit details
Copy full SHA for 50325dd
Browse repository at this point
Reset for version v0.68.1
andrew-signal
committed
7b2e92b
View commit details
Copy full SHA for 7b2e92b
Browse repository at this point
net: Log about scheduled routes as well as active ones
jrose-signal
authored
37f41a3
View commit details
Copy full SHA for 37f41a3
Browse repository at this point
Commits on Mar 27, 2025
Attempt to reduce flakiness of registration tests via tokio::test::start_paused
andrew-signal
authored
cb0cade
View commit details
Copy full SHA for cb0cade
Browse repository at this point
backup: Add support for LocalLocator for local backups
Show description for bac6e37
ayumi-signal
and
andrew-signal
authored
bac6e37
View commit details
Copy full SHA for bac6e37
Browse repository at this point
Log when a particular connection stage is taking a long time
Show description for 0ef296e
jrose-signal
and
andrew-signal
authored
0ef296e
View commit details
Copy full SHA for 0ef296e
Browse repository at this point
Validator: Enforce export rule against expiring messages in remote backups with too-short durations
andrew-signal
authored
c6dee7d
View commit details
Copy full SHA for c6dee7d
Browse repository at this point
Use std Mutex instead of tokio RwLock
akonradi-signal
authored
551c218
View commit details
Copy full SHA for 551c218
Browse repository at this point
Commits on Mar 26, 2025
net: Convert CustomDnsResolver to routes and ConnectorFactory
Show description for 112761f
jrose-signal
authored
112761f
View commit details
Copy full SHA for 112761f
Browse repository at this point
net: Replace CustomDnsResolver's ConnectionManager with ConnectionOutcomes
Show description for 317f0c2
jrose-signal
authored
317f0c2
View commit details
Copy full SHA for 317f0c2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.