]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/dbus/DbusSignalImpl.java
Add sendTyping and sendReceipt to dbus interface (#718)
[signal-cli] / src / main / java / org / asamk / signal / dbus / DbusSignalImpl.java
2021-09-13 JtheSawAdd sendTyping and sendReceipt to dbus interface (...
2021-08-29 AsamKUpdate libsignal-service-java
2021-08-26 AsamKExtract ContactHelper and IncomingMessageHandler
2021-08-26 AsamKRename internal quitGroup method
2021-08-26 AsamKPrevent non-admins from sending to announcement groups
2021-08-25 AsamKAdd RecipientIdentifier as external Manager interface
2021-08-25 AsamKRefactor message send methods
2021-08-22 AsamKImplement announcement groups
2021-08-08 AsamKAdd dbus SignalControl interface to register/verify...
2021-05-19 AsamKUpdate libsignal-service-java
2021-05-15 AsamKUpdate group with remaining options, after creating it
2021-05-15 AsamKPrevent last admin from leaving group
2021-05-15 AsamKImplement setting group permissions
2021-05-15 AsamKImplement setting expiration timer for groups
2021-05-15 AsamKImplement configuring of group link
2021-05-15 AsamKImplement add/remove admin privileges
2021-05-15 AsamKImplement remove group members
2021-05-14 AsamKSplit createGroup out of updateGroup method
2021-05-13 AsamKAdd group descriptions
2021-05-05 AsamKExtend updateProfile command to set family name
2021-05-04 AsamKReduce usage of deprecated resolved methods
2021-05-03 AsamKPrevent updateContact and block commands on linked...
2021-05-03 AsamKRefactor group store
2021-05-03 AsamKRefactor contact and profile store
2021-05-01 AsamKRefactor identity key store
2021-04-05 Adaptive GarageSend remote delete (#593)
2021-04-02 Adaptive Garagedbus implementation of sendReaction command (#581)
2021-03-07 Adimarantissome small dbus return code fixes (#556)
2021-03-01 AsamKImprove dbus impl
2021-03-01 AsamKReformat
2021-03-01 AdimarantisDbus enhancements (#543)
2021-02-21 AsamKUse var instead of explicit types
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...
2021-01-13 AsamKCreate an AvatarStore
2020-12-30 AsamKReplace Collections with Set.of/Map.of/List.of
2020-12-29 AsamKMove storage package to manager
2020-12-29 AsamKMove group classes to separate package
2020-12-24 AsamKRefactor to use GroupId class to wrap the byte array
2020-12-08 AsamKReformat project
2020-12-08 AsamKImplement creating V2 Groups
2020-11-23 AsamKImplement support for sending/receiving Group V2 messages
2020-11-22 AsamKRemove legacy EncapsulatedExceptions from manager
2020-05-15 AsamKSeparate DbusSignal implementation from Manager