]> nmode's Git Repositories - signal-cli/history - lib/src/main/java/org/asamk/signal/manager/storage/recipients/RecipientStore.java
Extend merge/split logging
[signal-cli] / lib / src / main / java / org / asamk / signal / manager / storage / recipients / RecipientStore.java
2025-04-09 AsamKExtend merge/split logging
2024-12-25 AsamKDelete storage id of unregistered recipients after...
2024-11-23 AsamKWorkaround issue with invalid address in recipient...
2024-11-23 AsamKReformat files
2024-10-26 AsamKReformat files
2024-10-26 AsamKImplement message expiration timer version
2024-04-19 AsamKFix missing null check
2024-04-17 AsamKAdd missing parts for new nick name and note columns
2024-04-17 AsamKStore profile phone number sharing mode and discoverabl...
2024-04-15 AsamKAdd aci,pni to API RecipientAddress
2024-04-15 AsamKAdd handling for new nickname and note fields
2024-02-18 AsamKInclud pni signatures if necessary
2024-02-10 AsamKImprove sql query
2024-02-09 AsamKIgnore invalid ACI/PNI in recipient table
2024-02-09 AsamKFix potential dead lock in recipient store
2024-01-31 AsamKAdapt listContacts to only show registered users
2024-01-28 AsamKSplit unregistered recipients
2024-01-28 AsamKRecreate recipient database with aci column
2024-01-28 AsamKFix storage sync issues
2024-01-28 AsamKStore recipient unregistered state
2024-01-28 AsamKImplement remote storage sync
2023-12-06 AsamKFix overlapping sqlite sessions in migration
2023-11-12 AsamKFix storing of username
2023-11-12 AsamKDon't store self profile key in recipient store
2023-11-11 AsamKRefactor trusted recipient resolver
2023-11-11 AsamKAdd --hide parameter to removeContact command
2023-11-11 AsamKConvert Contact to record
2023-11-10 AsamKReorder static final modifier
2023-11-03 AsamKDon't check self number in recipients refresh
2023-10-22 AsamKPrevent ConcurrentModificationException
2023-10-17 AsamKAdd cache for serviceId to recipient id/address mapping
2023-10-17 AsamKStore username aci link in recipient store
2023-10-17 AsamKIgnore invalid recipient numbers
2023-10-15 AsamKImplement full CDSI refresh
2023-09-23 AsamKStore serviceId in protocol stores as TEXT
2023-09-08 AsamKUpdate dependencies
2023-08-21 AsamKFix incorrect sql query
2023-08-07 AsamKFix issues with pni parsing
2023-08-06 AsamKUpdate libsignal-service
2023-05-23 AsamKRefactor manager lib package structure
2023-05-16 AsamKFix deleting old unregistered recipient
2023-04-03 AsamKImplement support for usernames
2022-10-21 AsamKAdd PNI to recipients
2022-10-08 AsamKRefactor resolve recipient
2022-10-08 AsamKDo recipient merge in one transaction
2022-10-08 AsamKRefactor check for registered users
2022-10-08 AsamKRefactor RecipientAddress
2022-09-17 AsamKUse CDSI for contact discovery in compat mode
2022-08-28 AsamKCreate database tables with strict mode
2022-08-28 AsamKAdd RecipientIdCreator for creating recipientIds from...
2022-08-28 AsamKMove recipient store to database
2022-07-24 AsamKUpdate libsignal-service-java
2022-05-24 AsamKStore family name in recipient store
2022-05-23 AsamKSplit contact name field in given name and family name
2022-05-23 AsamKReduce direct use of recipient store
2022-05-21 AsamKDecrypt and verify the profile payment address
2022-05-20 AsamKExtend listContacts command with profiles and filtering
2022-05-18 AsamKRotate profile key after blocking a contact/group
2022-05-18 AsamKStore profile sharing enabled for contacts
2022-05-17 AsamKStore payment address of profiles
2022-05-02 AsamKFix deleting a recipient which has no uuid
2022-03-29 AsamKUpdate libsignal-service-java
2022-02-20 AsamKUpdate libsignal-service-java
2022-02-11 AsamKPrevent stripping number from self recipient in edge...
2022-01-26 AsamKMark profile for refresh when receiving a profile key...
2022-01-26 AsamKCreate stores in SignalAccount lazily
2022-01-15 AsamKImprove performance when fetching multiple profiles
2022-01-02 AsamKAdapt log levels
2021-12-30 AsamKAdd UnregisteredRecipientException
2021-12-11 AsamKReplace collect(Collectors.toList()) with toList()
2021-12-06 AsamKImprove behavior of changed recipient id
2021-12-06 AsamKAlways use correct recipientId after recipients were...
2021-12-06 AsamKExtend logging in RecipientStore
2021-12-06 AsamKConvert RecipientAddress to record
2021-12-03 AsamKFix to always update recipientsMerged map when merging...
2021-11-26 AsamKAdd removeContact command
2021-11-19 AsamKOnly store recipient if there were changes
2021-11-08 AsamKFix ACI null pointer
2021-11-06 AsamKUpdate libsignal-service-java
2021-10-31 AsamKAdd Pair record
2021-10-27 AsamKUse record classes
2021-10-03 AsamKRetrieve self profile from storage
2021-09-05 AsamKPrevent creation of RecipientAddress with UNKNOWN_UUID
2021-08-29 AsamKUpdate libsignal-service-java
2021-05-12 AsamKPrevent NPE during migration, when profile key is null
2021-05-11 AsamKStore available profile data even if we don't have...
2021-05-09 AsamKReset profile key credentials when new profile key...
2021-05-03 AsamKAttempt to refresh recipients uuid if sending fails
2021-05-03 AsamKMinor fixes
2021-05-03 AsamKRefactor contact and profile store
2021-05-01 AsamKRefactor identity key store
2021-05-01 AsamKRefactor recipients store
2021-05-01 AsamKMove RecipientStore to recipients package