aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_context.c
Commit message (Expand)AuthorAge
* Adjust account operations to implement new separate message kindsJacki2 hours
* Add function to query account responsible for a chat messageJacki2 days
* Fix file decryption without key and unmatching hashJacki6 days
* Change nick from being a statically sized array to a dynamic allocationJacki2024-02-28
* Delay automatic requests for messagesJacki2024-02-24
* Adjust blocking implementation to handle custom tag values tooJacki2024-02-20
* Implement blocking and unblocking via rejection tagsJacki2024-02-10
* Reduce allocations for rejections and fix deleted messagesJacki2024-02-10
* Fix rejections of invitationsJacki2024-02-10
* Add dependencies for messages to handle reverse order from requestsJacki2024-02-10
* Format more codeJacki2024-01-04
* Implement test for simple messaging and update namestore usageJacki2024-01-02
* Abstract parsing of context type from labelTheJackiMonster2023-11-24
* Define magic numbers and prefixes as constantsTheJackiMonster2023-11-23
* Fix build issues with upstream gnunetTheJackiMonster2023-11-15
* Updated to use new room details recordTheJackiMonster2022-03-21
* Cleanup namestore calls and reduce codebase for deletionTheJackiMonster2022-03-21
* Fixed duplicated context creation and removed debug printingTheJackiMonster2022-03-12
* Implemented lobby functionality and uri solving to add contactsTheJackiMonster2022-03-12
* Override chat records if nick gets changedTheJackiMonster2022-03-10
* Replace local files with namestore usageTheJackiMonster2022-03-10
* Implemented account specific directories for configurations and filesTheJackiMonster2022-02-17
* Adjusted equations to avoid segfaultsTheJackiMonster2022-01-09
* 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 assertions to ensure code safetyTheJackiMonster2021-10-31
* Adjusted callbacks of file managementTheJackiMonster2021-07-29
* Implemented read receipts and deletionTheJackiMonster2021-07-25
* Included usage of message flags and added per chat config ioTheJackiMonster2021-07-25
* Added user pointers to structs and some new kinds for messagesTheJackiMonster2021-07-22
* Most of the file handling and necessary disk io callsTheJackiMonster2021-07-12
* Code reorganized and refactored, most features implementedTheJackiMonster2021-07-11
* Additions to restructure generalized the messenger API for the purpose of cha...TheJackiMonster2021-07-04
* First refinements of the overall APITheJackiMonster2021-06-21
* Relicensed from GPL3 to AGPL3 and added copyright noticeTheJackiMonster2021-06-06
* Started basic architectureTheJackiMonster2021-06-06