aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_handle.c
Commit message (Collapse)AuthorAge
* 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>
* Added test suite for lobbiesTheJackiMonster2022-04-04
| | | | 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>
* Updated to use new room details recordTheJackiMonster2022-03-21
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixed duplicated context creation and removed debug printingTheJackiMonster2022-03-12
| | | | 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>
* Replace local files with namestore usageTheJackiMonster2022-03-10
| | | | 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>
* Fixed issue with second account connection in a rowTheJackiMonster2022-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>
* Adding a list of egos to add accountsTheJackiMonster2022-02-13
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixed too early deallocation of internal messagesTheJackiMonster2022-01-09
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Adjusted equations to avoid segfaultsTheJackiMonster2022-01-09
| | | | 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>
* Fixed problems loading configurations but still inconsistenciesTheJackiMonster2021-12-18
| | | | 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>
* Added shutdown hook to cleanup memory leaksTheJackiMonster2021-11-22
| | | | 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>
* Added assertions to ensure code safetyTheJackiMonster2021-10-31
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Merged callbacks and added meta messagesTheJackiMonster2021-10-10
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Adjusted callbacks of file managementTheJackiMonster2021-07-29
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added user pointers to structs and some new kinds for messagesTheJackiMonster2021-07-22
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Most of the file handling and necessary disk io callsTheJackiMonster2021-07-12
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Code reorganized and refactored, most features implementedTheJackiMonster2021-07-11
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Additions to restructure generalized the messenger API for the purpose of ↵TheJackiMonster2021-07-04
| | | | | | chatting Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* First refinements of the overall APITheJackiMonster2021-06-21
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Relicensed from GPL3 to AGPL3 and added copyright noticeTheJackiMonster2021-06-06
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Started basic architectureTheJackiMonster2021-06-06
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>