aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_lib.c
Commit message (Expand)AuthorAge
* Make message handling client side more reliableTheJackiMonster2022-08-13
* Ignore case of the uri prefixTheJackiMonster2022-08-12
* Added how-to document and adjusted member user pointer to rely on groupsTheJackiMonster2022-04-10
* Fixed queued identity operation handling on stop callTheJackiMonster2022-04-09
* Added some safety for stopping chat handleTheJackiMonster2022-04-06
* Implement relogin after renaming and add doxygen docsTheJackiMonster2022-04-03
* Added account deletion and adjusted automated testsTheJackiMonster2022-03-31
* Removed application specific directory and adjusted test casesTheJackiMonster2022-03-30
* Added version makros and assertion to ensure compatibilityTheJackiMonster2022-03-30
* Updated to use new room details recordTheJackiMonster2022-03-21
* Fix unnecessary relogging into same accountTheJackiMonster2022-03-21
* Add sending read receiptsTheJackiMonster2022-03-20
* Add private messages as whisperingTheJackiMonster2022-03-20
* Fixed using nick names on temporary contactsTheJackiMonster2022-03-17
* Delete records of contexts when leaving roomsTheJackiMonster2022-03-16
* Adjusted const modifier in functionsTheJackiMonster2022-03-15
* Implemented lobby functionality and uri solving to add contactsTheJackiMonster2022-03-12
* Added new declarations of functions for lobbiesTheJackiMonster2022-03-11
* Override chat records if nick gets changedTheJackiMonster2022-03-10
* Replace local files with namestore usageTheJackiMonster2022-03-10
* Added message target for deletionsTheJackiMonster2022-02-18
* Implemented account specific directories for configurations and filesTheJackiMonster2022-02-17
* Added function to create an accountTheJackiMonster2022-02-13
* Added user pointer and name access to accountsTheJackiMonster2022-02-13
* Established accounts as selectable identities to useTheJackiMonster2022-02-13
* Added file hash checking after decryption and using hash as ivTheJackiMonster2022-01-17
* Adjusted API to get current status of file processingTheJackiMonster2022-01-14
* Implemented using temporary file previewsTheJackiMonster2022-01-10
* Implemented function to get a files nameTheJackiMonster2022-01-10
* Added sending a file message after publication completedTheJackiMonster2022-01-10
* Adjusted equations to avoid segfaultsTheJackiMonster2022-01-09
* Fixed issue with file_copyTheJackiMonster2022-01-07
* Updated file uploading to allow setting user pointer before uploadTheJackiMonster2022-01-06
* Fixed contexts to re-check for being contact related when unknown typeTheJackiMonster2021-12-21
* Fixed updating room and loading groupsTheJackiMonster2021-12-19
* Added function to check if a contact is owned by the accountTheJackiMonster2021-12-16
* Handled unknown chats to update type and be treated as valid chatsTheJackiMonster2021-12-15
* Adjusted iterate function for group contactsTheJackiMonster2021-12-12
* Fixed wrong equationTheJackiMonster2021-12-06
* Added status to context for edge cases with direct contact communicationTheJackiMonster2021-12-06
* Adjusted invitations to groups to check for common contextsTheJackiMonster2021-12-03
* Simplified identity keys into basic strings to integrate into uiTheJackiMonster2021-11-20
* Joining members will automatically be added as contactsTheJackiMonster2021-11-14
* Added automatic name announcement in chatsTheJackiMonster2021-11-13
* Added functions to get contact or group of a contextTheJackiMonster2021-11-08
* Fixed access violations with empty context of internal messagesTheJackiMonster2021-10-30
* Added two more test cases and corrected some functionsTheJackiMonster2021-10-12
* Merged callbacks and added meta messagesTheJackiMonster2021-10-10
* Written doxygen documentation to the library headerTheJackiMonster2021-08-09
* Implemented dynamic context creation for contactsTheJackiMonster2021-07-29