]> nmode's Git Repositories - signal-cli/history - lib/src/main/java/org/asamk/signal/manager/Manager.java
Add submitRateLimitChallenge command
[signal-cli] / lib / src / main / java / org / asamk / signal / manager / Manager.java
2021-09-09 AsamKAdd submitRateLimitChallenge command
2021-09-05 AsamKImplement retrieving data from remote storage
2021-09-05 AsamKAdd possibility to update the device name
2021-09-04 AsamKOnly handle jsonRpc requests, after receive thread...
2021-08-30 AsamKCreate libsignal dependencies only when required
2021-08-30 AsamKRemove registration lock pin before deleting account
2021-08-30 AsamKMove all message decryption to IncomingMessageHandler
2021-08-29 AsamKUpdate libsignal-service-java
2021-08-26 AsamKDelete cached failed messages after 30 days
2021-08-26 AsamKExtract ContactHelper and IncomingMessageHandler
2021-08-26 AsamKExtract AttachmentHelper and SyncHelper
2021-08-26 AsamKMove more profile functionality to ProfileHelper
2021-08-26 AsamKRename internal quitGroup method
2021-08-26 AsamKPrevent non-admins from sending to announcement groups
2021-08-26 AsamKExtract GroupHelper
2021-08-25 AsamKAdapt log level
2021-08-25 AsamKAdd RecipientIdentifier as external Manager interface
2021-08-25 AsamKRefactor message send methods
2021-08-23 AsamKAdd new --trust-new-identities global parameter
2021-08-23 AsamKHandle queued actions also when thread is interrupted
2021-08-22 AsamKTrust an identity with its scannable safety numbers...
2021-08-22 AsamKFix rare null pointer exception when receiving message...
2021-08-22 AsamKImplement sendReceipt command
2021-08-22 AsamKExtend json output with number and uuid fields
2021-08-22 AsamKDiscard messages from non-admins in announcement groups
2021-08-22 AsamKImplement announcement groups
2021-08-21 AsamKAdd json output listIdentities command
2021-08-21 AsamKRefactor message sending
2021-08-20 AsamKHandle changed identity key correctly when sending...
2021-08-15 AsamKRemove registrationLockV1 code
2021-08-15 AsamKUpdate libsignal-service-java
2021-08-10 AsamKImplement jsonRpc command
2021-08-08 AsamKAdd dbus SignalControl interface to register/verify...
2021-07-31 AsamKExtract decryptProfileIfKeyKnown helper method
2021-06-13 AsamKImplement sticker pack retrieval
2021-06-12 AsamKAdd sendTyping command
2021-06-12 AsamKUpdate libsignal-service-java
2021-06-12 AsamKImplement --delete flag for quitGroup
2021-06-12 AsamKSkip invalid contact records
2021-06-12 AsamKSkip invalid group records
2021-06-02 AsamKRefresh group if group update conflicts with remote...
2021-05-29 AsamKUse System.currentTimeMillis
2021-05-24 AsamKAdd hint that messages must be regularly received
2021-05-19 AsamKUpdate libsignal-service-java
2021-05-15 AsamKUpdate group with remaining options, after creating it
2021-05-15 AsamKPrevent last admin from leaving group
2021-05-15 AsamKImplement setting group permissions
2021-05-15 AsamKImplement setting expiration timer for groups
2021-05-15 AsamKImplement configuring of group link
2021-05-15 AsamKImplement add/remove admin privileges
2021-05-15 AsamKRename group v2 helper
2021-05-15 AsamKImplement remove group members
2021-05-14 AsamKSplit createGroup out of updateGroup method
2021-05-13 AsamKAdd group descriptions
2021-05-13 AsamKUpdate libsignal-service-java
2021-05-13 AsamKPrevent error when including self in member list
2021-05-11 AsamKDon't send null message to self
2021-05-11 AsamKStore available profile data even if we don't have...
2021-05-09 AsamKTrust address/uuid combination from unidentified sender...
2021-05-09 AsamKImplement preliminary phone number privacy for sender...
2021-05-09 AsamKAllow relinking an account if it's no longer authorized
2021-05-08 AsamKEncrypt/decrypt device names
2021-05-08 AsamKStore device name in account file and prevent it from...
2021-05-05 AsamKRenew session if message decryption fails with Protocol...
2021-05-05 AsamKExtend updateProfile command to set family name
2021-05-04 AsamKReduce usage of deprecated resolved methods
2021-05-04 AsamKArchive recipient's sessions after identity key switch
2021-05-03 AsamKAdd sendSyncRequest command
2021-05-03 AsamKPrevent updateContact and block commands on linked...
2021-05-03 AsamKCreate an initial empty profile after registration
2021-05-03 AsamKAttempt to refresh recipients uuid if sending fails
2021-05-03 AsamKAdd --delete-account argument to completely delete...
2021-05-03 AsamKHandle saving inside SignalAccount
2021-05-03 AsamKRefactor group store
2021-05-03 AsamKCorrectly store uuid from server
2021-05-03 AsamKRefactor sticker store
2021-05-03 AsamKRefactor contact and profile store
2021-05-01 AsamKFix displaying group quit messages
2021-05-01 AsamKDon't clear contact store before receiving new sync...
2021-05-01 AsamKOnly respond to sync requests if we're the master device
2021-05-01 AsamKRetrieve profile to get latest identity key
2021-05-01 AsamKStore messages in cache by recipient id
2021-05-01 AsamKRefactor identity key store
2021-05-01 AsamKRefactor pre key store
2021-05-01 AsamKRefactor sessions store
2021-04-05 Adaptive GarageSend remote delete (#593)
2021-03-07 Adimarantissome small dbus return code fixes (#556)
2021-03-01 AdimarantisDbus enhancements (#543)
2021-02-28 AsamKAdd getDisplayName to SignalProfile
2021-02-25 AsamKImprove behavior of trust command
2021-02-21 AsamKUse var instead of explicit types
2021-02-19 Atomic-BeanOutput "SharedContacts" field from a SignalDataMessage...
2021-02-13 AsamKUpdate signal-service-java
2021-02-03 DomProposal for the Manager class to manage an ExecutorSer...
2021-01-23 AsamKAdd support for about and aboutEmoji for profiles
2021-01-23 AsamKRefactor ServiceConfig and add sandbox config
2021-01-23 AsamKExtract lib module