]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/dbus/DbusSignalImpl.java
Refactor set blocked methods to accept multiple recipientIds/groupIds
[signal-cli] / src / main / java / org / asamk / signal / dbus / DbusSignalImpl.java
2022-05-18 AsamKRefactor set blocked methods to accept multiple recipie...
2022-05-17 AsamKInclude unrestricted unidentified access state in getUs...
2022-04-09 AsamKAdd support for banning/unbanning group members
2022-04-06 AsamKFix check if there was a send error when creating a...
2022-02-11 AsamKReexport dbus objects when self number changes
2022-02-06 AsamKCleanup manager package
2022-01-22 AsamKMake deviceId an int
2022-01-03 AsamKAdd support for sending stickers
2021-12-31 AsamKExtract AccountHelper
2021-12-30 AsamKAdd UnregisteredRecipientException
2021-12-22 AsamKImprove exit code for message sending
2021-12-11 AsamKImplement more methods for DbusManagerImpl
2021-12-11 AsamKImplement sendGroupTying dbus method
2021-12-11 AsamKReplace collect(Collectors.toList()) with toList()
2021-12-11 AsamKHandle send failures as non fatal and return detailed...
2021-12-06 AsamKConvert RecipientAddress to record
2021-12-05 jonas.hoeferAdd dbus methods: deleteContact and deleteRecipient
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-14 AsamKMake send behavior more deterministic if there are...
2021-11-13 AsamKImplement sending mentions
2021-11-12 AsamKImplement unregister command for jsonrpc and dbus daemon
2021-11-11 AsamKAdd MultiAccountManager
2021-11-10 AsamKImplement socket/tcp for daemon command
2021-11-07 AsamKAdd exportObject helper method
2021-11-07 John FreedImplement configuration properties for dbus
2021-11-06 AsamKFix error type for dbus rate limit challenge
2021-11-06 AsamKRemove libsignal-service from manager lib API
2021-10-31 AsamKHandle UnauthenticatedResponseException internally
2021-10-31 AsamKReplace UnregisteredUserException
2021-10-31 AsamKAdd InactiveGroupLinkException
2021-10-31 AsamKAdd InvalidDeviceLinkException exception
2021-10-31 AsamKAdd Pair record
2021-10-31 AsamKUse java.util.Optional in Manager interface
2021-10-30 John FreedImplement viewedReceipt
2021-10-27 AsamKImprove dbus error handling
2021-10-27 AsamKUse record classes
2021-10-15 AsamKAdd missing unexport groups call
2021-10-12 AsamKRestrict blocking of group to master device
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 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 AsamKRefactor NoteToSelf to singleton class
2021-09-28 AsamKReformat code
2021-09-28 John FreedImplement Dbus updateProfile with givenName (#734)
2021-09-26 AsamKRefactor isRegistered
2021-09-26 John Freedimplement Dbus isRegistered() methods (#729)
2021-09-26 AsamKReformat code
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-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
next