]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/Main.java
Update user agent
[signal-cli] / src / main / java / org / asamk / signal / Main.java
2023-11-09 AsamKAdd infrastructure for better shutdown handling
2023-11-09 AsamKRefactor log config
2023-11-07 AsamKReduce use of printStackTrace
2023-11-05 AsamKHandle rate limit error in JSON-RPC mode
2023-10-24 AsamKUse pattern matching switch cases
2023-10-13 AsamKImplement exit code for rate limiting error
2022-09-04 AsamKAdd --scrub-log flag to remove possibly sensitive infor...
2022-08-28 AsamKChange meaning of -v flag from --version to --verbose
2022-02-11 AsamKAdd SignalAccountFiles as a central entry point
2022-01-29 AsamKAdd --log-file parameter to write logs to separate...
2022-01-16 AsamKUpdate year
2021-12-30 AsamKAdd additional log verbosity levels
2021-11-12 AsamKImplement unregister command for jsonrpc and dbus daemon
2021-11-11 AsamKImplement register and verify commands for json rpc
2021-11-08 AsamKAdd logging bridge for java.util.logging
2021-11-06 AsamKRemove libsignal-service from manager lib API
2021-09-30 AsamKRemove workaround for getBoolean from JsonRpcLocalCommand
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
next