]> nmode's Git Repositories - signal-cli/history - src
Add unregister command
[signal-cli] / src /
2017-02-18 AsamKAdd unregister command
2017-01-28 AsamKUpdate dependencies
2017-01-10 AsamKUpdate dependencies
2016-12-22 AsamKShow better error message, if libunix-java.so is not...
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-11-18 AsamKFormat timestamps
2016-11-14 AsamKUpdate dependency
2016-11-03 AsamKHandle AssertionError also when linking devices
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 AsamKFormat timestamps as ISO 8601 in UTC
2016-08-27 AsamKAdd support for contact color sync and receiving blockl...
2016-08-20 AsamKBugfix: don't decrease trustLevel when receiving messages
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 AsamKAdd added timestamp to Identities
2016-07-14 AsamKImplement trustLevel for IdentityKeys
2016-07-14 AsamKImprove return codes
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 AsamKUse name in groupInfo only if it's a group update
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-06-19 AsamKRemove unused method
2016-06-19 AsamKRemove dependency on apache commons-io
2016-05-19 AsamKUpdate Readme and fix help bug in Main
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-08 AsamKFix typos
2016-04-03 AsamKFix registering v0.3.1
2016-04-03 AsamKUse original bouncycastle instead of spongycastle
2016-04-02 AsamKSet user-agent null if PROJECT_NAME is null
2016-03-27 AsamKAdd rudimentary message receiving via dbus
2016-03-27 AsamKAdd timestamp to dbus MessageReceived signal
2016-03-27 AsamKReduce duplicate code
2016-03-27 AsamKUse e.printStackTrace()
2016-03-27 AsamKShow source deviceId and relay, when receiving messages
2016-03-27 AsamKRefresh prekeys if there are less than 20 left on the...
2016-03-27 AsamKUse the old config directory .config/textsecure as...
2016-03-27 AsamKRename to signal-cli
2016-03-25 AsamKRename axolotl -> signalProtocol
2016-03-25 AsamKUpdate to signal-service-java 2.1.1
2015-12-31 AsamKMake config path configurable
2015-12-31 AsamKImplement fetch messages
2015-12-31 AsamKHandle DBusExecutionExceptions
2015-12-30 AsamKSend Signal "MessageReceived" on dbus when receiving...
2015-12-30 AsamKUse File() correctly
2015-12-30 AsamKFix exceptions to work over dbus
2015-12-16 AsamKTake dbus name only when the service is ready
2015-12-13 AsamKRename package
2015-12-12 AsamKAdd possibility to send messages via dbus daemon
2015-12-12 AsamKInline unnecessary methods
2015-12-12 AsamKAlways call save() after modifying something
2015-12-12 AsamKImplement daemon mode with dbus interface
2015-12-12 AsamKCleanup
2015-12-12 AsamKFix build with Java 7
2015-12-12 AsamKRefactoring, move more functionality into Manager
2015-12-10 AsamKExtract getTextSecureAttachments method
2015-12-06 AsamKCheck if the username is a valid phone number with...
2015-12-06 AsamKFix groups for upgraded clients
2015-11-26 AsamKImplement updateGroup
2015-11-26 AsamKImplement quitGroups
2015-11-26 AsamKImplement sending EndSession messages
2015-11-26 AsamKMove endsession and attachment handling to Manager
2015-11-25 AsamKEnable sending to groups
2015-11-25 AsamKStore group info in json
2015-11-25 AsamKFix NPE when not specifying receive timeout
2015-11-25 AsamKIncrease timeout
next