]> nmode's Git Repositories - signal-cli/history - lib/src/main/java/org/asamk/signal/manager/ManagerImpl.java
Paralellize profile fetching
[signal-cli] / lib / src / main / java / org / asamk / signal / manager / ManagerImpl.java
2021-12-26 AsamKParalellize profile fetching
2021-12-25 AsamKThrow unregistered exception in getRegisteredUser
2021-12-23 AsamKAdd logging for executing action
2021-12-20 AsamKRetry failed messages after trusting a new identity
2021-12-20 AsamKUse Duration for timeout
2021-12-20 AsamKImplementing sending group messages with sender keys
2021-12-11 AsamKReplace collect(Collectors.toList()) with toList()
2021-12-08 AsamKUpdate libsignal-service-java
2021-12-06 AsamKConvert RecipientAddress to record
2021-12-05 AsamKImprove handling of unregistered account
2021-11-26 AsamKAdd removeContact command
2021-11-21 AsamKImplement sending message quotes
2021-11-14 AsamKMake send behavior more deterministic if there are...
2021-11-13 AsamKImplement sending mentions
2021-11-13 AsamKOnly update last received timestamp at most once per...
2021-11-12 AsamKRename username to account
2021-11-12 AsamKImplement unregister command for jsonrpc and dbus daemon
2021-11-12 AsamKMerge multiple SendReceiptActions to same recipient...
2021-11-11 AsamKAdd MultiAccountManager
2021-11-10 AsamKImplement socket/tcp for daemon command
2021-11-09 AsamKDisconnect websocket when receiving is done
2021-11-08 AsamKFix removeReceiveHandler to not incorrectly reset the...
2021-11-07 AsamKImplement getConfiguration method in Manager
2021-11-06 AsamKUpdate libsignal-service-java
2021-11-06 AsamKRefactor ReceiveCommand in dbus mode and remove Extende...
2021-11-06 AsamKRemove libsignal-service from manager lib API
2021-11-06 AsamKRefactor receive api
2021-10-31 AsamKConvert RecipientIdentifier to record
2021-10-31 AsamKHandle UnauthenticatedResponseException internally
2021-10-31 AsamKReplace UnregisteredUserException
2021-10-31 AsamKAdd InactiveGroupLinkException
2021-10-31 AsamKAdd InvalidDeviceLinkException exception
2021-10-31 AsamKAdd Pair record
2021-10-31 AsamKUse java.util.Optional in Manager interface
2021-10-27 AsamKUse record classes
2021-10-27 AsamKUse Java 17
2021-10-22 AsamKMove receive thread handling to manager
2021-10-21 AsamKSplit receiveMessages method
2021-10-21 AsamKAdd setIgnoreAttachments method
2021-10-18 AsamKAdd missing null check
2021-10-15 AsamKReconnect websocket with exponential backof if connecti...
2021-10-15 AsamKClear queued message actions after handling
2021-10-12 AsamKExtract IdentityHelper
2021-10-12 AsamKRestrict blocking of group to master device
2021-10-12 AsamKRefactor to remove ProfileKeyProvider and UnidentifiedA...
2021-10-09 AsamKImplement new dbus group interface
2021-10-03 AsamKRetrieve self profile from storage
2021-10-02 AsamKRefactor dbus linked devices interface
2021-10-01 AsamKExtract configurationStore variable
2021-09-30 AsamKImplement configuration handling
2021-09-28 AsamKRefactor Manager interface
2021-09-28 AsamKExtract Manager interface