aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_handle_intern.c
Commit message (Collapse)AuthorAge
...
* Added account deletion and adjusted automated testsTheJackiMonster2022-03-31
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixed a core dump from canceled GNS requestTheJackiMonster2022-03-13
| | | | 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>
* Handle deletions of accounts properlyTheJackiMonster2022-02-18
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Allowed delayed callbacks for messagesTheJackiMonster2022-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>
* 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>
* Updated file uploading to allow setting user pointer before uploadTheJackiMonster2022-01-06
| | | | 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 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 invitations to groups to check for common contextsTheJackiMonster2021-12-03
| | | | 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>
* Joining members will automatically be added as contactsTheJackiMonster2021-11-14
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixed some minor mistakesTheJackiMonster2021-11-01
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added assertions to ensure code safetyTheJackiMonster2021-10-31
| | | | 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>
* Fixed wrong usage of function to request a contextTheJackiMonster2021-09-05
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented dynamic context creation for contactsTheJackiMonster2021-07-29
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added creating chat contacts for each known messenger contactTheJackiMonster2021-07-29
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Adjusted callbacks of file managementTheJackiMonster2021-07-29
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented read receipts and deletionTheJackiMonster2021-07-25
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Included usage of message flags and added per chat config ioTheJackiMonster2021-07-25
| | | | 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>