]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/Signal.java
Implement sendGroupTying dbus method
[signal-cli] / src / main / java / org / asamk / Signal.java
2021-12-11 AsamKImplement sendGroupTying dbus method
2021-12-05 jonas.hoeferAdd dbus methods: deleteContact and deleteRecipient
2021-11-12 AsamKImplement unregister command for jsonrpc and dbus daemon
2021-11-10 AsamKImplement socket/tcp for daemon command
2021-11-07 John FreedImplement configuration properties for dbus
2021-11-06 AsamKFix error type for dbus rate limit challenge
2021-10-31 AsamKAdd new dbus message received signals with extendable...
2021-10-30 John FreedImplement viewedReceipt
2021-10-27 AsamKImprove dbus error handling
2021-10-09 AsamKImplement new dbus group interface
2021-10-09 AsamKAdd DeviceNotFound Error
2021-10-07 AsamKReturn struct instead of object path directly for dbus...
2021-10-07 AsamKFix device id type
2021-10-07 John Freedimplement DBus submitRateLimitChallenge method (#763)
2021-10-02 AsamKRefactor dbus linked devices interface
2021-09-28 AsamKRefactor dbus client mode to improve maintainability
2021-09-28 AsamKRefactor Manager interface
2021-09-28 AsamKReformat code
2021-09-28 John FreedImplement Dbus updateProfile with givenName (#734)
2021-09-26 John Freedimplement Dbus isRegistered() methods (#729)
2021-09-26 John Freedimplement Dbus updateAccount and listDevices (#730)
2021-09-26 John Freedimplement Dbus setExpirationTimer (#735)
2021-09-26 John Freedimplement Dbus sync methods (#737)
2021-09-26 John Freedimplement Dbus stickerpack method (#740)
2021-09-21 AsamKReformat code 738/head
2021-09-21 John FreedImplement Dbus setPin and removePin (#733)
2021-09-13 JtheSawAdd sendTyping and sendReceipt to dbus interface (...
2021-08-25 AsamKAdd RecipientIdentifier as external Manager interface
2021-05-03 AsamKRefactor contact and profile store
2021-04-05 Adaptive GarageSend remote delete (#593)
2021-04-03 AsamKRemove redundant public modifiers from interface
2021-04-02 Adaptive Garagedbus implementation of sendReaction command (#581)
2021-03-01 AsamKReformat
2021-03-01 AdimarantisDbus enhancements (#543)
2021-02-19 AsamKReformat code
2021-02-19 AdimarantisAdd updateProfile to Dbus (#522)
2021-01-16 AsamKUse exit 4 when sending a single recipient message...
2021-01-16 AsamKSend self messages as normal messages, new flag --note...
2020-12-08 AsamKReformat project
2020-05-15 AsamKSeparate DbusSignal implementation from Manager
2020-05-15 AsamKMove Exception classes to corresponding package
2020-05-14 AsamKMake fields final for DBusSignal classes
2020-05-06 AsamKSwitch to hypfvieh dbus-java
2020-04-03 AsamKReturn message timestamp after sucessfully sending...
2020-04-03 narodnikAdd a new sync dbus message which shows messages you...
2020-03-23 AsamKStore group member uuids in group store
2020-03-23 AsamKUse SignalServiceAddress in more places
2020-01-22 Daniel SchäufeleAdd support for blocking contacts and accounts (#260)
2020-01-21 AsamKCanonicalize number before getting/setting contact...
2018-11-20 AsamKSplit commands into separate classes
2018-11-18 AsamKExtract SignalAccount from Manager
2018-05-04 nicoAdd getGroupIds() to DBUS
2017-06-18 AsamKSend dbus signal, when receipt is received
2017-05-07 AsamKImplement updateGroup command via dbus
2017-02-22 FinnAllow retreving and updating group info and contact...
2016-08-12 AsamKPrevent sending to groups that the user has quit
2016-07-13 AsamKImprove exception handling
2016-04-08 AsamKCorrectly use API for sending non group messages
2016-03-27 AsamKAdd timestamp to dbus MessageReceived signal
2016-03-27 AsamKRename to signal-cli