]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/dbus/DbusManagerImpl.java
Recreate recipient database with aci column
[signal-cli] / src / main / java / org / asamk / signal / dbus / DbusManagerImpl.java
2024-01-28 AsamKRecreate recipient database with aci column
2024-01-22 AsamKHandle mentions when receiving from dbus
2024-01-13 AsamKAdd --unrestricted-unidentified-sender to updateAccount...
2024-01-12 AsamKAdd --notify-self parmeter
2023-11-21 AsamKImplement username links
2023-11-11 AsamKAdd --hide parameter to removeContact command
2023-11-10 AsamKMove all dbus interaction to dbus package
2023-11-09 AsamKUse improved shutdown for receive command
2023-11-07 AsamKReduce use of printStackTrace
2023-10-17 AsamKFix inspections
2023-10-17 AsamKUse .isEmpty() for checking lists and strings
2023-10-14 AsamKImplement change phone number
2023-10-10 AsamKImplement EditMessageReceived signal for dbus
2023-08-20 AsamKAdd addStickerPack command
2023-06-05 AsamKReformat code
2023-06-03 AsamKRefactor trust command implementation
2023-05-23 AsamKRefactor addDeviceLink method
2023-05-23 AsamKRefactor manager lib package structure
2023-05-21 AsamKRemove unused code
2023-05-11 AsamKImplement editing of previous messages
2023-04-03 AsamKImplement support for usernames
2023-04-02 AsamKFix deleting old group in dbus mode
2023-01-27 AsamKPrint text styles in plain text output
2022-11-14 AsamKAllow using data URIs for updateGroup/updateProfile...
2022-11-01 ced-bAdd command to get an attachment (#1080)
2022-10-31 AsamKAdd optional message limit for receive command
2022-10-30 AsamKImplement reacting to stories
2022-10-08 AsamKRefactor RecipientAddress
2022-09-18 AsamKAdd sendPaymentNotification dbus method
2022-08-09 AsamKImplement receive handling for story messages
2022-06-18 AsamKImprove output for profile key update messages
2022-05-29 AsamKSplit given/family name in updateContact command
2022-05-26 AsamKWrap ignoreAttachments option in a ReceiveConfig record
2022-05-24 AsamKRename main/master device to primary device
2022-05-23 AsamKSplit contact name field in given name and family name
2022-05-21 AsamKRefactor manager update profile method
2022-05-21 AsamKImplement sendPayment notification command
2022-05-20 AsamKExtend listContacts command with profiles and filtering
2022-05-18 AsamKStore profile sharing enabled for contacts
2022-05-18 AsamKRefactor set blocked methods to accept multiple recipie...
2022-05-17 AsamKInclude unrestricted unidentified access state in getUs...
2022-05-14 AsamKUpdate libsignal-service-java
2022-04-09 AsamKAdd support for banning/unbanning group members
2022-02-12 AsamKImplement basic listAccounts for dbus client mode
2022-02-11 AsamKReexport dbus objects when self number changes
2022-02-11 AsamKFix type of device id to Integer
2022-02-06 AsamKAlign receive timeout behavior for dbus client with...
2022-02-06 AsamKCleanup manager package
2022-01-22 AsamKMake deviceId an int
2022-01-03 AsamKAdd sticker pack url to list output
2022-01-03 AsamKImplement listStickerPacks command
2022-01-02 AsamKImplement multi account commands for dbus client
2021-12-30 AsamKAdd UnregisteredRecipientException
2021-12-20 AsamKUse Duration for timeout
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-05 jonas.hoeferAdd dbus methods: deleteContact and deleteRecipient
2021-12-05 AsamKRemove dead code and fix inspection issues
2021-11-26 AsamKAdd removeContact command
2021-11-23 technillogueadd JsonPayment (#808)
2021-11-14 AsamKMake send behavior more deterministic if there are...
2021-11-12 AsamKImplement unregister command for jsonrpc and dbus daemon
2021-11-10 AsamKImplement socket/tcp for daemon command
2021-11-07 AsamKImplement getConfiguration method in Manager
2021-11-06 AsamKImplement close for DbusManagerImpl
2021-11-06 AsamKRefactor ReceiveCommand in dbus mode and remove Extende...
2021-11-06 AsamKRemove libsignal-service from manager lib API
2021-11-06 AsamKRefactor receive api
2021-10-31 AsamKConvert RecipientIdentifier to record
2021-10-31 AsamKHandle UnauthenticatedResponseException internally
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-27 AsamKUse record classes
2021-10-27 AsamKUse Java 17
2021-10-22 AsamKMove receive thread handling to manager
2021-10-21 AsamKSplit receiveMessages method
2021-10-21 AsamKAdd setIgnoreAttachments method
2021-10-12 AsamKExtract IdentityHelper
2021-10-09 AsamKImplement new dbus group interface
2021-10-07 AsamKReturn struct instead of object path directly for dbus...
2021-10-02 AsamKRefactor dbus linked devices interface
2021-09-30 AsamKImplement configuration handling
2021-09-28 AsamKRefactor dbus client mode to improve maintainability