]> nmode's Git Repositories - signal-cli/history - lib/src/main/java/org/asamk/signal/manager/ManagerImpl.java
Refactor set blocked methods to accept multiple recipientIds/groupIds
[signal-cli] / lib / src / main / java / org / asamk / signal / manager / ManagerImpl.java
2022-05-18 AsamKRefactor set blocked methods to accept multiple recipie...
2022-05-17 AsamKInclude unrestricted unidentified access state in getUs...
2022-05-16 AsamKAdd command to delete local account data
2022-05-14 AsamKAdd warning if user has no profile name set
2022-05-14 AsamKUpdate libsignal-service-java
2022-04-09 AsamKAdd support for banning/unbanning group members
2022-04-06 AsamKPrevent deleting a group locally if the user is still...
2022-03-17 AsamKUpdate libsignal-service-java
2022-02-20 AsamKUpdate libsignal-service-java
2022-02-19 AsamKPrevent a stale jsonrpc connection from interfering...
2022-02-12 AsamKImprove stop receive handling
2022-02-11 AsamKUpdate libsignal-service-java
2022-02-11 AsamKReexport dbus objects when self number changes
2022-02-11 AsamKMove credentials provider to SignalAccount
2022-02-11 AsamKAdd SignalAccountFiles as a central entry point
2022-02-06 AsamKCleanup manager package
2022-01-29 AsamKAdd more informative thread names
2022-01-28 AsamKImplement MessageSendLog for resending after encryption...
2022-01-22 AsamKAdd recipient id to logging
2022-01-22 AsamKMake deviceId an int
2022-01-22 AsamKArchive old sessions when an identity key has changed
2022-01-16 AsamKUpdate year
2022-01-03 AsamKAdd sticker pack url to list output
2022-01-03 AsamKRetrieve sticker pack before sending if necessary
2022-01-03 AsamKChange stickerId to hex everywhere
2022-01-03 AsamKImplement listStickerPacks command
2022-01-03 AsamKAdd support for sending stickers
2021-12-31 AsamKExtract AccountHelper
2021-12-30 AsamKExtract ReceiveHelper
2021-12-30 AsamKRefactor Context to create helpers lazily
2021-12-30 AsamKAdd UnregisteredRecipientException
2021-12-30 AsamKExtract RecipientHelper
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