aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_handle.c
Commit message (Expand)AuthorAge
* Add function to query account responsible for a chat messageHEADmasterJacki2 days
* Free remaining file handles on destructionJacki4 days
* Fix creation and destruction of chat handleJacki4 days
* Implement function to iterate attributes from disconnected accountsJacki4 days
* Abstract file path generation from hashJacki11 days
* Fix memory access violations by reordering cleanupJacki14 days
* Fix issues with attribute test casesJacki2024-04-14
* Implement test case for sharing attributesJacki2024-04-12
* Fix attributes to pass test caseJacki2024-04-11
* Fix multiple memory leaksJacki2024-02-11
* Add internal logout message to free resources on application levelJacki2024-02-10
* Implement rejection of an invitationJacki2024-02-02
* Fix segmentation faultdev/thejackimonster/messengerJacki2024-01-30
* Implement setting and deleting attributes with handleJacki2024-01-05
* Revoke tickets on account deletion/updateJacki2024-01-04
* Format more codeJacki2024-01-04
* Implement test for simple messaging and update namestore usageJacki2024-01-02
* Define magic numbers as constantsTheJackiMonster2023-11-23
* Remove check below zero of unsigned valueTheJackiMonster2023-11-23
* Fix build issues with upstream gnunetTheJackiMonster2023-11-15
* Adjust tests and reimplement functionality from previous serviceTheJackiMonster2023-11-13
* Fix build issues regarding API changes in GNUnetTheJackiMonster2023-11-11
* Add file test and fixed memory leaksTheJackiMonster2022-09-19
* Fixed queued identity operation handling on stop callTheJackiMonster2022-04-09
* Added some safety for stopping chat handleTheJackiMonster2022-04-06
* Added test suite for lobbiesTheJackiMonster2022-04-04
* 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
* Updated to use new room details recordTheJackiMonster2022-03-21
* Fixed duplicated context creation and removed debug printingTheJackiMonster2022-03-12
* Implemented lobby functionality and uri solving to add contactsTheJackiMonster2022-03-12
* Replace local files with namestore usageTheJackiMonster2022-03-10
* Implemented account specific directories for configurations and filesTheJackiMonster2022-02-17
* Added function to create an accountTheJackiMonster2022-02-13
* Fixed issue with second account connection in a rowTheJackiMonster2022-02-13
* Established accounts as selectable identities to useTheJackiMonster2022-02-13
* Adding a list of egos to add accountsTheJackiMonster2022-02-13
* Fixed too early deallocation of internal messagesTheJackiMonster2022-01-09
* Adjusted equations to avoid segfaultsTheJackiMonster2022-01-09
* Fixed contexts to re-check for being contact related when unknown typeTheJackiMonster2021-12-21
* Fixed updating room and loading groupsTheJackiMonster2021-12-19
* Fixed problems loading configurations but still inconsistenciesTheJackiMonster2021-12-18
* Added status to context for edge cases with direct contact communicationTheJackiMonster2021-12-06
* Added shutdown hook to cleanup memory leaksTheJackiMonster2021-11-22
* Simplified identity keys into basic strings to integrate into uiTheJackiMonster2021-11-20
* Added assertions to ensure code safetyTheJackiMonster2021-10-31
* Merged callbacks and added meta messagesTheJackiMonster2021-10-10
* Adjusted callbacks of file managementTheJackiMonster2021-07-29
* Added user pointers to structs and some new kinds for messagesTheJackiMonster2021-07-22