aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_lib.c
Commit message (Collapse)AuthorAge
* Make message handling client side more reliableTheJackiMonster2022-08-13
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Ignore case of the uri prefixTheJackiMonster2022-08-12
| | | | 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>
* Fixed queued identity operation handling on stop callTheJackiMonster2022-04-09
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added some safety for stopping chat handleTheJackiMonster2022-04-06
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implement relogin after renaming and add doxygen docsTheJackiMonster2022-04-03
| | | | 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>
* Updated to use new room details recordTheJackiMonster2022-03-21
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fix unnecessary relogging into same accountTheJackiMonster2022-03-21
| | | | 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>
* Fixed using nick names on temporary contactsTheJackiMonster2022-03-17
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Delete records of contexts when leaving roomsTheJackiMonster2022-03-16
| | | | 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>
* Override chat records if nick gets changedTheJackiMonster2022-03-10
| | | | 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>
* Implemented account specific directories for configurations and filesTheJackiMonster2022-02-17
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added function to create an accountTheJackiMonster2022-02-13
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added user pointer and name access to accountsTheJackiMonster2022-02-13
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Established accounts as selectable identities to useTheJackiMonster2022-02-13
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added file hash checking after decryption and using hash as ivTheJackiMonster2022-01-17
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Adjusted API to get current status of file processingTheJackiMonster2022-01-14
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented using temporary file previewsTheJackiMonster2022-01-10
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented function to get a files nameTheJackiMonster2022-01-10
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added sending a file message after publication completedTheJackiMonster2022-01-10
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Adjusted equations to avoid segfaultsTheJackiMonster2022-01-09
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixed issue with file_copyTheJackiMonster2022-01-07
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Updated file uploading to allow setting user pointer before uploadTheJackiMonster2022-01-06
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixed contexts to re-check for being contact related when unknown typeTheJackiMonster2021-12-21
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixed updating room and loading groupsTheJackiMonster2021-12-19
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added function to check if a contact is owned by the accountTheJackiMonster2021-12-16
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Handled unknown chats to update type and be treated as valid chatsTheJackiMonster2021-12-15
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Adjusted iterate function for group contactsTheJackiMonster2021-12-12
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixed wrong equationTheJackiMonster2021-12-06
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added status to context for edge cases with direct contact communicationTheJackiMonster2021-12-06
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Adjusted invitations to groups to check for common contextsTheJackiMonster2021-12-03
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Simplified identity keys into basic strings to integrate into uiTheJackiMonster2021-11-20
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Joining members will automatically be added as contactsTheJackiMonster2021-11-14
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added automatic name announcement in chatsTheJackiMonster2021-11-13
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added functions to get contact or group of a contextTheJackiMonster2021-11-08
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixed access violations with empty context of internal messagesTheJackiMonster2021-10-30
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added two more test cases and corrected some functionsTheJackiMonster2021-10-12
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Merged callbacks and added meta messagesTheJackiMonster2021-10-10
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Written doxygen documentation to the library headerTheJackiMonster2021-08-09
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented dynamic context creation for contactsTheJackiMonster2021-07-29
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>