]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/util
Update gradle
[signal-cli] / src / main / java / org / asamk / signal / util /
2024-11-23 AsamKReformat files
2024-03-27 AsamKUpdate libsignal-service-java
2023-12-15 AsamKFix inspection issues
2023-11-21 AsamKAdd -u flag to send to username
2023-11-10 AsamKRefactor DaemonCommand
2023-11-10 AsamKReorder static final modifier
2023-11-09 AsamKUse improved shutdown for jsonRpc command
2023-11-07 AsamKExtract getReceiveConfig to utils
2023-10-24 AsamKUse new threads API
2023-10-24 AsamKUse pattern matching switch cases
2023-10-22 AsamKUpdate captcha help text
2023-10-17 AsamKUse .isEmpty() for checking lists and strings
2023-10-14 AsamKImplement change phone number
2023-10-13 AsamKImplement exit code for rate limiting error
2023-10-05 AsamKExecute JSON-RPC requests in parallel
2023-05-23 AsamKRefactor manager lib package structure
2022-11-01 AsamKSmall improvements
2022-07-27 AsamKWorkaround possible GraalVM issue
2022-07-27 AsamKWorkaround possible GraalVM issue
2022-05-26 AsamKUse console charset for reading/writing to stdin/out
2022-05-23 AsamKUpdate code style for text blocks
2022-03-16 AsamKUpdate libsignal-service-java
2022-02-13 AsamKImprove error messages when daemon is already running
2021-12-22 AsamKImprove exit code for message sending
2021-12-16 AsamKImprove error handling for tcp address parsing
2021-12-11 AsamKReplace collect(Collectors.toList()) with toList()
2021-12-11 AsamKHandle send failures as non fatal and return detailed...
2021-12-10 AsamKInclude recipient identifier in send error message
2021-12-05 AsamKRemove dead code and fix inspection issues
2021-11-21 AsamKImplement sending message quotes
2021-11-14 AsamKClean up base package
2021-11-10 AsamKImplement socket/tcp for daemon command
2021-11-06 AsamKRemove libsignal-service from manager lib API
2021-11-06 AsamKRefactor receive api
2021-10-31 AsamKUse java.util.Optional in Manager interface
2021-10-27 AsamKUse Java 17
2021-10-24 AsamKUse challenge captchas for proof required exception
2021-09-28 AsamKRefactor Manager interface
2021-09-28 AsamKRefactor NoteToSelf to singleton class
2021-09-10 AsamKFix printing proof required error
2021-09-09 AsamKAdd submitRateLimitChallenge command
2021-09-09 AsamKCatch ProofRequiredException from getPreKeys request...
2021-09-08 AsamKPrint stack trace of exception causes in verbose mode
2021-08-29 AsamKUpdate libsignal-service-java
2021-08-25 AsamKAdd RecipientIdentifier as external Manager interface
2021-08-21 AsamKAdd json output listIdentities command
2021-08-10 AsamKImplement JsonRpc command for updateGroup
2021-08-10 AsamKImplement jsonRpc command
2021-05-24 AsamKAdd hint that messages must be regularly received
2021-05-19 AsamKUpdate libsignal-service-java
2021-05-16 AsamKInclude proof required information in sending error
2021-05-01 AsamKRemove error handling for oracle unlimited crypto issue
2021-02-23 AsamKAdd CommandException to abstract cli return codes for...
2021-02-22 AsamKUse PlainTextWriter for all cli stdout output
2021-02-21 AsamKUse var instead of explicit types
2021-02-20 AsamKRefactor ReceiveMessageHandler
2021-02-19 Atomic-BeanOutput "SharedContacts" field from a SignalDataMessage...
2021-01-16 AsamKUse exit 4 when sending a single recipient message...
2020-12-29 AsamKCleanup utils
2020-12-29 AsamKMove group classes to separate package
2020-12-26 AsamKUse File instead of String
2020-12-24 AsamKRefactor to use GroupId class to wrap the byte array
2020-12-21 AsamKImplement join group via invitation link
2020-12-08 AsamKReformat project
2020-11-23 AsamKImplement support for sending/receiving Group V2 messages
2020-11-22 AsamKRemove legacy EncapsulatedExceptions from manager
2020-09-10 AsamKRetrieve avatar profile image
2020-09-06 Lars K.W. Gohlkecleanup: removes deprecation
2020-09-06 Lars K.W. Gohlkereplaces strings to enable compile time checking
2020-05-15 AsamKSeparate DbusSignal implementation from Manager
2020-05-15 AsamKMove Exception classes to corresponding package
2020-03-29 AsamKStore uuids in identity and session store
2020-03-23 AsamKUse lambda for ThreadLocal
2020-03-23 AsamKUse SignalServiceAddress in more places
2020-03-23 Signal StickersAdd support for uploading stickers.
2020-03-23 AsamKAdd toString method to Hex utils
2019-12-30 signal-stickersUpdate to libsignal 2.15.3 (#255)
2019-10-16 AsamKReformat imports
2018-12-08 AsamKChange default data path to $XDG_DATA_HOME/signal-cli
2018-11-25 AsamKUse custom SecureRandom instance
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 AsamKExtract util methods to separate classes
2018-11-17 AsamKUpdate signal-service-java dependency
2017-06-15 AsamKUse Base64 from libsignal
2017-02-26 Pim OtteModifying methods to be public to match package division
2017-02-26 Pim OtteMoving files to packages