]> nmode's Git Repositories - signal-cli/history - lib/src/main/java/org/asamk/signal/manager/storage/identities/IdentityKeyStore.java
Update gradle
[signal-cli] / lib / src / main / java / org / asamk / signal / manager / storage / identities / IdentityKeyStore.java
2025-06-01 AsamKUpdate libsignal-service
2024-11-23 AsamKReformat files
2024-01-28 AsamKImplement remote storage sync
2023-11-10 AsamKReorder static final modifier
2023-09-23 AsamKStore serviceId in protocol stores as TEXT
2023-05-23 AsamKRefactor manager lib package structure
2023-04-05 AsamKFilter null from db result
2022-08-28 AsamKKey tables on serviceId instead of recipientId
2022-08-28 AsamKMove identity store to database
2022-06-09 AsamKRefactor identity key store
2022-05-26 AsamKFix inspection issues
2022-03-29 AsamKUpdate libsignal-service-java
2022-02-06 AsamKCleanup manager package
2022-01-22 AsamKArchive old sessions when an identity key has changed
2021-12-30 AsamKAdapt log levels
2021-12-30 AsamKAdd additional logging
2021-12-20 AsamKRetry failed messages after trusting a new identity
2021-12-20 AsamKImplementing sending group messages with sender keys
2021-12-11 AsamKReplace collect(Collectors.toList()) with toList()
2021-12-06 AsamKImprove behavior of changed recipient id
2021-11-26 AsamKAdd removeContact command
2021-10-27 AsamKUse record classes
2021-08-29 AsamKUpdate libsignal-service-java
2021-08-23 AsamKAdd new --trust-new-identities global parameter
2021-05-01 AsamKRefactor identity key store