]> nmode's Git Repositories - signal-cli/history - src/main/java
Return message timestamp after sucessfully sending a message
[signal-cli] / src / main / java /
2020-04-03 AsamKReturn message timestamp after sucessfully sending...
2020-04-03 AsamKAdd RecipientStore to resolve all identifiers to Signal...
2020-04-03 narodnikAdd a new sync dbus message which shows messages you...
2020-03-30 AsamKUpdate dependencies
2020-03-30 signal-stickersUse correct sticker pack key length of 32. (#288)
2020-03-29 AsamKGet untrusted identity from inner exception
2020-03-29 AsamKStore uuids in identity and session store
2020-03-27 AsamKFix potential crash that could happen when legacy threa...
2020-03-25 AsamKUse legacy sender certificate, until uuid support is...
2020-03-24 AsamKRemove unused methods from LegacyJsonThreadStore
2020-03-24 AsamKMark our own identity key as trusted initially
2020-03-24 AsamKImprove behavior, when authorization fails
2020-03-24 AsamKPrint better error message for captcha required error
2020-03-24 AsamKGet uuids from contact store when resolving numbers
2020-03-24 AsamKOnly send our profile key to recipient who are in our...
2020-03-24 AsamKOnly store our own profile key in contact list, if...
2020-03-24 AsamKSet uuid after verify and linking and request it at...
2020-03-23 AsamKSend delivery receipt for data messages that need it
2020-03-23 AsamKRemove ThreadStore and store message expiration time...
2020-03-23 AsamKStore group member uuids in group store
2020-03-23 AsamKStore contact uuids in contact store
2020-03-23 AsamKShow recipient of sent sync message also when destinati...
2020-03-23 AsamKUse lambda for ThreadLocal
2020-03-23 AsamKUse SignalServiceAddress in more places
2020-03-23 AsamKReformat project
2020-03-23 AsamKRefactor sticker upload
2020-03-23 Signal StickersAdd support for uploading stickers.
2020-03-23 AsamKAdd toString method to Hex utils
2020-03-22 AsamKMark group as active when the user hasn't left it
2020-03-22 AsamKFix storing received profile keys
2020-03-22 AsamKImplement sending messages using unidentified sender
2020-03-21 AsamKFix some inspection issues
2020-03-21 AsamKUpdate libsignal-service-java
2020-02-22 AsamKAdd command sendReaction for emoji reactions
2020-02-22 AsamKPrint message reactions
2020-02-12 AsamKUpdate to libsignal 2.15.3_unofficial_2
2020-02-12 AsamKShow contact name for message Sender
2020-01-27 Lars K.W. Gohlkerefactor extracts method for security inits 90/head
2020-01-22 Daniel SchäufeleAdd support for blocking contacts and accounts (#260)
2020-01-21 AsamKCanonicalize number when listing identities
2020-01-21 AsamKCanonicalize number before getting/setting contact...
2020-01-21 AsamKUpload attachment before sending to fix sending attachm...
2020-01-21 AsamKUpdate copyright notice
2020-01-06 AsamKAdd output for additional sync messages
2020-01-06 AsamKFix showing sender of synced messages
2019-12-31 AsamKDisplay more information for received messages
2019-12-30 AsamKImprove SignalServiceAddress handling
2019-12-30 signal-stickersUpdate to libsignal 2.15.3 (#255)
2019-12-07 AsamKUse guessContentTypeFromStream as fallback for probeCon...
2019-12-03 VisibleCodeAdd listContacts subcommand (#248)
2019-11-11 AsamKSupport receiving unidentified messages for dbus
2019-11-11 AsamKExtract getMessageReceiver method
2019-11-11 AsamKImprove receiving unidentified messages
2019-11-11 AsamKUse correct sender device for receiving sealed messages
2019-11-11 kpcyrdAdd basic sealed sender support
2019-11-01 Gabriel Fernández... added sync type to sync messages json
2019-10-16 AsamKRefactor UpdateContactCommand
2019-10-16 Jérémy BobbioAdd commands to update contact names on Signal servers
2019-10-16 AsamKUpdate dependencies
2019-10-16 AsamKReformat imports
2019-10-16 AsamKMerge profile commands to a single UpdateProfileCommand
2019-10-16 Jérémy BobbioAdd commands to update profile name and avatar
2019-10-16 AsamKInclude profile key in outgoing messages
2019-09-29 Gabriel Fernández... Added JsonSyncDataMessage class with destination field.
2019-09-29 Gabriel Fernández... Added ReceiptMessage to JSON output
2019-09-29 AsamKOutput attachment id as json string to prevent rounding...
2019-09-05 AsamKFix sending sync messages for group messages
2019-09-05 AsamKSend expirationTime with all group updates
2019-09-05 AsamKSynchronize fileChannel access
2019-09-05 Juergen KurzmannUpdate SignalAccount storage on unregister
2019-08-03 Juergen KurzmannThrow error on failed authorization
2019-07-13 AsamKUpdate libsignal-service-java
2019-06-19 AsamKUpdate libsignal-service-java dependency
2019-03-23 AsamKSend self messages only as sync messages
2019-03-23 AsamKUpdate dependencies
2019-02-13 AsamKFix NPE when receiving contacts sync message
2019-02-13 AsamKUpdate libsignal-service-java
2019-01-09 Parker HigginsExpose filename of attachments to json message handler...
2018-12-16 AsamKUpdate signal-service-java
2018-12-14 HerohtarDon't abort on empty recipient unless there was also...
2018-12-14 Tai GrootMinor spelling/grammar fix
2018-12-12 AsamKUpdate libsignal-service-java
2018-12-08 AsamKChange default data path to $XDG_DATA_HOME/signal-cli
2018-11-25 AsamKSave account after creating profile key
2018-11-25 AsamKUse custom SecureRandom instance
2018-11-21 Vincent OlivierManager : removeLinkedDevices updates isMultiDevice...
2018-11-20 AsamKFix inspections
2018-11-20 AsamKSplit commands into separate classes
2018-11-19 AsamKFix minor inspection issues
2018-11-19 AsamKExtract static methods from Main
2018-11-18 AsamKExtract utils methods
2018-11-18 AsamKExtract SignalAccount from Manager
2018-11-18 AsamKMove Manager to sub package
2018-11-18 AsamKExtract util methods to separate classes
2018-11-17 AsamKUpdate signal-service-java dependency
2018-10-19 AsamKUpdate libsignal-service-java to 2.9.0
2018-08-12 AsamKUpdate signal-service-java to 2.8.0
2018-08-12 AsamKReduce duplicate code
2018-08-12 AsamKAdd missing null check
2018-05-19 Benedikt Constanti... Send correct expiry value in group and contact syncs
next