]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/Manager.java
Add command to update account attributes
[signal-cli] / src / main / java / org / asamk / signal / Manager.java
2017-02-18 AsamKAdd command to update account attributes
2017-02-18 AsamKAdd unregister command
2017-01-28 AsamKUpdate dependencies
2017-01-10 AsamKUpdate dependencies
2016-12-22 AsamKAdd --ignore-attachments flag to receive and daemon...
2016-11-29 AsamKUse try-with-ressource statements instead of manually...
2016-11-28 AsamKAllow millisecond timeouts
2016-11-28 AsamKUse nio Files.delete instead of File.delete everywhere
2016-11-28 Benedikt Constanti... use java7's nio api to get more detailed error messages
2016-11-26 AsamKAdd another missing close()
2016-11-26 AsamKFix crash when receiving group request for unkown group
2016-11-26 AsamKAdd missing close of attachment input stream
2016-11-25 AsamKSupport sending and receiving group info requests
2016-10-31 AsamKImplement support for sending disappearing messages
2016-10-31 AsamKCleanup
2016-10-31 AsamKFix typo
2016-10-27 AsamKSplit load function
2016-10-27 AsamKAdd support for new safety numbers, that replace the...
2016-08-27 AsamKAdd support for contact color sync and receiving blockl...
2016-08-20 AsamKRetry decrypting of messages from previously untrusted...
2016-08-20 AsamKStore encrypted messages on disk when receiving them
2016-08-13 AsamKCheck if number is registered on Signal before adding...
2016-08-12 AsamKPrevent sending to groups that the user has quit
2016-07-20 AsamKCreate config directory/files as only user readable
2016-07-14 AsamKImplement listIdentities and trust commands
2016-07-14 AsamKStore untrusted identities in identityKeyStore
2016-07-14 AsamKPrevent NullPointerException when sending sync groups
2016-07-13 AsamKImprove exception handling
2016-07-08 AsamKFix typo
2016-07-06 AsamKLock config file
2016-06-28 AsamKDon’t remove self from group when sending group messages
2016-06-27 AsamKFix creating groups
2016-06-19 AsamKAdd avatar image storage
2016-06-19 AsamKImprove internal group handling for receiving
2016-06-19 AsamKShow the contact name when receiving messages
2016-04-22 AsamKImplement a contacts store and contacts sync
2016-04-16 AsamKDon't save if username is null
2016-04-16 AsamKFix addDevice
2016-04-16 AsamKImplement removing linked devices
2016-04-16 AsamKAdd method to list linked devices
2016-04-16 AsamKAlways save when sending messages
2016-04-16 AsamKRemove own number from group when quitting
2016-04-16 AsamKRemove own number when sending group messages
2016-04-16 AsamKImplement requesting/sending groups when linking device
2016-04-16 AsamKAdd possiblity to add new device, as master
2016-04-16 AsamKImplement device linking
2016-04-08 AsamKCorrectly use API for sending non group messages
2016-04-08 AsamKHandle received sync messages
2016-04-03 AsamKFix registering v0.3.1
2016-04-02 AsamKSet user-agent null if PROJECT_NAME is null
2016-03-27 AsamKRefresh prekeys if there are less than 20 left on the...
2016-03-27 AsamKRename to signal-cli