aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Update changelog and other documentsJacki2024-03-06
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Fix tagging issue with invitationsJacki2024-03-06
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Change nick from being a statically sized array to a dynamic allocationJacki2024-02-28
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Delay automatic requests for messagesJacki2024-02-24
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Fix meson buildJacki2024-02-23
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Add flag to ignore message targets of messages in debug toolJacki2024-02-22
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Implement tool to debug messenger graph via plantumlTheJackiMonster2024-02-22
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implement tool to debug chat messages with plantuml outputJacki2024-02-22
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Add more functions to tag messages and iterate through tagsJacki2024-02-20
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Adjust blocking implementation to handle custom tag values tooJacki2024-02-20
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Fix handling of deleted messages for async callback processingJacki2024-02-19
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Fix message handling of non-updatesJacki2024-02-18
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Safeguard potential issues with updated messagesJacki2024-02-18
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Allow callback for deleted messageTheJackiMonster2024-02-17
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Handle message deletion with updated callback of original messageTheJackiMonster2024-02-17
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Adjust blocking code for generic tagging of contactsJacki2024-02-17
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Fix memory leak in test caseJacki2024-02-11
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Fix multiple memory leaksJacki2024-02-11
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Fix selection of context for blocked stateJacki2024-02-11
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Automatic persistent blocking without manual interventionJacki2024-02-10
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Implement blocking and unblocking via rejection tagsJacki2024-02-10
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Abstract function to check for message contentJacki2024-02-10
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Handle messages with delay and dependencies in orderJacki2024-02-10
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Move early exit on failureJacki2024-02-10
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Reduce allocations for rejections and fix deleted messagesJacki2024-02-10
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Fix rejections of invitationsJacki2024-02-10
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Add dependencies for messages to handle reverse order from requestsJacki2024-02-10
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Add internal logout message to free resources on application levelJacki2024-02-10
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Implement rejection of an invitationJacki2024-02-02
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Add tag messagesJacki2024-02-01
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Adjust regarding update and delete flags for messagesJacki2024-02-01
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Fix segmentation faultdev/thejackimonster/messengerJacki2024-01-30
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Adjust contact check for invitationJacki2024-01-21
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Fix two memory leaksJacki2024-01-21
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Use new function to delete messagesJacki2024-01-20
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Implement changes regarding a message recipientJacki2024-01-20
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Implement function to list attributes of a handleJacki2024-01-05
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Implement setting and deleting attributes with handleJacki2024-01-05
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Implement functions to consume tickets from contactsJacki2024-01-05
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Manage tickets per contact internally when receivedJacki2024-01-04
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Add function to iterate through tickets from a contactJacki2024-01-04
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Revoke tickets on account deletion/updateJacki2024-01-04
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Format more codeJacki2024-01-04
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Format codeJacki2024-01-04
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Add function to check whether a message is recentJacki2024-01-03
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Add function to check for invitation statusJacki2024-01-03
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Implement client-side blocking of contactsJacki2024-01-03
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Remove global variables from testJacki2024-01-02
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Implement test for simple messaging and update namestore usageJacki2024-01-02
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Abstract parsing of context type from labelTheJackiMonster2023-11-24
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>