]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/Main.java
Exit immediately if an uncaught error is thrown on the main thread
[signal-cli] / src / main / java / org / asamk / signal / Main.java
2021-09-12 AsamKExit immediately if an uncaught error is thrown on...
2021-09-08 AsamKPrint stack trace of exception causes in verbose mode
2021-05-01 infraEnable unlimited strength crypto via system Security...
2021-02-23 AsamKAdd CommandException to abstract cli return codes for...
2021-02-21 AsamKUse var instead of explicit types
2021-01-16 AsamKRename Cli class to App
2021-01-16 AsamKMove buildArgumentParser to Cli class
2021-01-16 AsamKMove recipients/group argument check to send commands
2021-01-16 AsamKAllow calling signal-cli without -u flag
2021-01-15 AsamKSet log level to debug for verbose mode
2021-01-15 AsamKAdd --verbose flag to show extended logging
2021-01-13 AsamKMake loggers private
2021-01-13 Atomic-BeanAdded JSON output to listGroups and allowed json to...
2021-01-11 AsamKUpdate copyright notices
2021-01-10 AsamKRefactor register and verify
2020-12-26 AsamKUse File instead of String
2020-12-26 AsamKUse slf4j simple logger
2020-12-21 AsamKPrint warning if libzkgroup is missing
2020-12-08 AsamKReformat project
2020-06-04 AsamKCreate service config only once
2020-05-15 AsamKSeparate DbusSignal implementation from Manager
2020-05-13 AsamKRefactor Manager and SignalAccount to implement Closeable
2020-05-11 AsamKRefactor Manager to always have a valid SignalAccount...
2020-05-11 AsamKSplit manager ServiceConfig from BaseConfig
2020-05-06 AsamKSwitch to hypfvieh dbus-java
2020-03-24 AsamKImprove behavior, when authorization fails
2020-01-27 Lars K.W. Gohlkerefactor extracts method for security inits 90/head
2020-01-21 AsamKUpdate copyright notice
2019-10-16 AsamKReformat imports
2019-03-23 AsamKUpdate dependencies
2019-02-13 AsamKUpdate libsignal-service-java
2018-12-14 Tai GrootMinor spelling/grammar fix
2018-12-08 AsamKChange default data path to $XDG_DATA_HOME/signal-cli
2018-11-25 AsamKUse custom SecureRandom instance
2018-11-20 AsamKSplit commands into separate classes
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-08-12 AsamKReduce duplicate code
2018-08-12 AsamKAdd missing null check
2018-05-17 RiamseDuct tape solution to make daemon actually output JSON
2018-05-17 RiamseAdd command line argument for JSON output in daemon
2018-05-03 AsamKPrint quotes from messages
2018-03-31 AsamKSupport registration lock PIN
2018-01-21 AsamKAdd output for new message fields
2017-12-29 AsamKUpdate argparse4j
2017-08-17 AsamKUpdate libsignal-service
2017-06-18 AsamKSend dbus signal, when receipt is received
2017-06-16 AsamKImplement json output for receive
2017-06-15 AsamKUse Base64 from libsignal
2017-06-11 AsamKSend and receive verified messages
2017-05-20 AsamKUpdate dependencies
2017-05-07 AsamKImplement updateGroup command via dbus
2017-04-01 AsamKUpdate dependencies, add attachment filename support
2017-02-26 AsamKReformat
2017-02-26 Pim OtteActual re-order (I'm a dummy)
2017-02-26 Pim OtteModifying methods to be public to match package division
2017-02-22 Pim OtteWhitespace and output formatting fixes
2017-02-22 Pim OtteAdd ListGroups command
2017-02-18 AsamKAdd command to update account attributes
2017-02-18 AsamKAdd unregister command
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-28 AsamKAllow millisecond timeouts
2016-11-18 AsamKFormat timestamps
2016-11-03 AsamKHandle AssertionError also when linking devices
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 AsamKStore encrypted messages on disk when receiving them
2016-08-12 AsamKPrevent sending to groups that the user has quit
2016-07-14 AsamKImplement listIdentities and trust commands
2016-07-14 AsamKImprove return codes
2016-07-13 AsamKImprove exception handling
2016-06-19 AsamKUse name in groupInfo only if it's a group update
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-16 AsamKImplement removing linked devices
2016-04-16 AsamKAdd method to list linked devices
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 AsamKUse original bouncycastle instead of spongycastle
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 AsamKUse the old config directory .config/textsecure as...
2016-03-27 AsamKRename to signal-cli