]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/dbus/DbusSignalImpl.java
Show better error message when using addDevice on a linked device
[signal-cli] / src / main / java / org / asamk / signal / dbus / DbusSignalImpl.java
2023-08-21 AsamKShow better error message when using addDevice on a...
2023-06-17 AdimarantisUpdate identities after trust (#1264)
2023-06-11 AsamKImprove uuid/number handling
2023-06-05 AsamKReformat code
2023-06-05 AdimarantisDbus identities (#1259)
2023-06-02 AsamKAdd helper method to create valid dbus object path
2023-05-23 AsamKRefactor addDeviceLink method
2023-05-23 AsamKRefactor manager lib package structure
2023-05-20 AsamKImplement textStyles for sending and receiving
2023-04-02 AsamKFix deleting old group in dbus mode
2022-11-14 AsamKAllow using data URIs for updateGroup/updateProfile...
2022-10-30 AsamKImplement replying to stories
2022-10-30 AsamKImplement reacting to stories
2022-10-08 AsamKRefactor RecipientAddress
2022-10-07 AsamKImprove error message when joining a group with already...
2022-09-18 AsamKAdd sendPaymentNotification dbus method
2022-05-29 AsamKSplit given/family name in updateContact command
2022-05-25 AsamKImplement sending link previews
2022-05-24 AsamKRename main/master device to primary device
2022-05-21 AsamKRefactor manager update profile method
2022-05-20 AsamKExtend listContacts command with profiles and filtering
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
next