aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAge
* Adjust account operations to implement new separate message kindsHEADmasterJacki5 min.
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Add function to query account responsible for a chat messageJacki2 days
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Implement function to iterate attributes from disconnected accountsJacki4 days
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Give write access to file handle in callbacksJacki6 days
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Implement function to iterate through all filesJacki9 days
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Implement function to upload file and get uri from file handleJacki10 days
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Add function to request file from chk uriJacki11 days
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Add function to return type of uriJacki11 days
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Support FS uri parsingJacki11 days
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Add function to check whether a file is ready to previewJacki11 days
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Implement test case for sharing attributesJacki2024-04-12
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Implement test case and adjust implementation for attributesJacki2024-04-10
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Implement functionality for attribute and ticket usageJacki2024-04-10
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Change function to iterate through ticket attributesJacki2024-04-03
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Update documents to version 0.3.1v0.3.1Jacki2024-03-23
| | | | 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>
* 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>
* 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>
* 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>
* Add function to iterate through tickets from a contactJacki2024-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>
* Fix build issues regarding API changes in GNUnetTheJackiMonster2023-11-11
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Update protocol version to be compatible with GNUnet 0.20.0TheJackiMonster2023-10-11
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Remove unindexed encrypted file copies and complete file testTheJackiMonster2023-02-14
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Use meson as build systemTheJackiMonster2023-02-03
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fix more issues with headersTheJackiMonster2022-12-16
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Update code to newest GNUnet changes and improve automakeTheJackiMonster2022-10-30
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Convert single makefile to automakeTheJackiMonster2022-09-25
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added how-to document and adjusted member user pointer to rely on groupsTheJackiMonster2022-04-10
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added some safety for stopping chat handleTheJackiMonster2022-04-06
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Completed handle tests and added user pointer functions to headerTheJackiMonster2022-03-31
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added account deletion and adjusted automated testsTheJackiMonster2022-03-31
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Removed application specific directory and adjusted test casesTheJackiMonster2022-03-30
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added version makros and assertion to ensure compatibilityTheJackiMonster2022-03-30
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Add sending read receiptsTheJackiMonster2022-03-20
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Add private messages as whisperingTheJackiMonster2022-03-20
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Adjusted const modifier in functionsTheJackiMonster2022-03-15
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented lobby functionality and uri solving to add contactsTheJackiMonster2022-03-12
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added new declarations of functions for lobbiesTheJackiMonster2022-03-11
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Replace local files with namestore usageTheJackiMonster2022-03-10
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added message target for deletionsTheJackiMonster2022-02-18
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>