]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/manager/Manager.java
Move group classes to separate package
[signal-cli] / src / main / java / org / asamk / signal / manager / Manager.java
2020-12-29 AsamKMove group classes to separate package
2020-12-26 AsamKUse File instead of String
2020-12-26 AsamKUse slf4j simple logger
2020-12-25 AsamKFix prevention of adding group members a second time
2020-12-24 AsamKFix handling data messages of sync messages
2020-12-24 AsamKRetrieve group v2 avatars
2020-12-24 AsamKRefactor to use GroupId class to wrap the byte array
2020-12-22 AsamKDownload quote attachment thumbnails and slightly impro...
2020-12-21 AsamKImplement join group via invitation link
2020-12-21 AsamKImplement blocking for v2 groups
2020-12-21 AsamKImplement accepting and declining group invitations
2020-12-21 AsamKGet UUIDs for unknown numbers from server
2020-12-15 AsamKPrevent NullPointerException when destination is null...
2020-12-14 AsamKImplement quit group
2020-12-13 AsamKImplement updating of v2 groups
2020-12-12 AsamKApply decrypted group change when receiving signed...
2020-12-12 AsamKMigrate local group to v2 if another member has migrated it
2020-12-08 AsamKReformat project
2020-12-08 AsamKImplement creating V2 Groups
2020-12-04 AsamKShow pending and requesting members of v2 groups
2020-12-01 AsamKOnly update account attributes if already registered
2020-11-25 AsamKImplement a sticker store
2020-11-23 AsamKImplement support for sending/receiving Group V2 messages
2020-11-22 AsamKAdd possibility to pass a captcha token to register...
2020-11-22 AsamKRemove legacy EncapsulatedExceptions from manager
2020-11-22 AsamKUse StandardCharsets.UTF_8
2020-11-21 AsamKStore profile keys only in profile store
2020-11-21 AsamKSave account data after executing message actions
2020-11-21 AsamKDon't retry messages if they fail for another reason...
2020-11-21 AsamKUpdate dependencies
2020-10-11 AsamKFix behavior for recipients with only UUIDs
2020-09-11 AsamKRefactor ProfileStore to handle name/uuid addresses...
2020-09-11 AsamKAdd workaround to fix crashes if native libzkgroup...
2020-09-11 AsamKIgnore error if downloading profile avatar fails
2020-09-10 AsamKCache profiles for 24h before retrieving them again
2020-09-10 AsamKRetrieve avatar profile image
2020-09-10 AsamKUpdate libsignal-service
2020-08-14 AsamKImprove stderr output
2020-08-14 AsamKRemove unnecessary stderr output
2020-08-09 AsamKUpdate dependencies
2020-08-06 AsamKMove decrypting recipient profile to separate method
2020-07-02 AsamKUse isEmpty()
2020-06-05 AsamKDelay auto responses to messages until caught up with...
2020-06-04 AsamKDetect when receive has caught up with old messages
2020-05-22 AsamKRefactor sendMessage and extract sendSelfMessage method
2020-05-22 AsamKExtract sending of expiration timer update to separate...
2020-05-22 AsamKStore number/uuid in recipient store after receiving...
2020-05-16 Matúš KošútContact config - message expiration time (#308)
2020-05-15 AsamKSeparate DbusSignal implementation from Manager
2020-05-15 AsamKMove Exception classes to corresponding package
2020-05-13 AsamKRefactor Manager and SignalAccount to implement Closeable
2020-05-11 AsamKSave account state after ending session even if sending...
2020-05-11 AsamKRefactor Manager to always have a valid SignalAccount...
2020-05-11 AsamKSplit manager ServiceConfig from BaseConfig
2020-05-07 AsamKDon't send group info request after receiving QUIT...
2020-05-06 AsamKUpdate dependencies
2020-05-06 AsamKSwitch to hypfvieh dbus-java
2020-04-21 AsamKWhen sending an end session message clear local session...
2020-04-21 AsamKAlso catch IllegalArgumentException when sending messag...
2020-04-03 AsamKOutput json when receiving messages from dbus and ...
2020-04-03 AsamKReturn message timestamp after sucessfully sending...
2020-04-03 AsamKAdd RecipientStore to resolve all identifiers to Signal...
2020-03-30 AsamKUpdate dependencies
2020-03-29 AsamKGet untrusted identity from inner exception
2020-03-29 AsamKStore uuids in identity and session store
2020-03-25 AsamKUse legacy sender certificate, until uuid support is...
2020-03-24 AsamKMark our own identity key as trusted initially
2020-03-24 AsamKImprove behavior, when authorization fails
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 AsamKUse SignalServiceAddress in more places
2020-03-23 AsamKRefactor sticker upload
2020-03-23 Signal StickersAdd support for uploading stickers.
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-12 AsamKUpdate to libsignal 2.15.3_unofficial_2
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
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-03 VisibleCodeAdd listContacts subcommand (#248)
2019-11-11 AsamKExtract getMessageReceiver method
2019-10-16 Jérémy BobbioAdd commands to update contact names on Signal servers
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
next