aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Fixed file encryption to not be stack limitedTheJackiMonster2022-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
* Corrected condition for completed uploadTheJackiMonster2022-01-10
* Added sending a file message after publication completedTheJackiMonster2022-01-10
* Fixed too early deallocation of internal messagesTheJackiMonster2022-01-09
* 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
* Fixed problems loading configurations but still inconsistenciesTheJackiMonster2021-12-18
* Fix with paths for data storageTheJackiMonster2021-12-18
* 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
* Added shutdown hook to cleanup memory leaksTheJackiMonster2021-11-22
* Adjusted makefile to fix some buildsTheJackiMonster2021-11-21
* 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
* Stopped redundant rejoining using known peersTheJackiMonster2021-11-13
* Added functions to get contact or group of a contextTheJackiMonster2021-11-08
* Fixed some minor mistakesTheJackiMonster2021-11-01
* Added docs target to makefileTheJackiMonster2021-10-31
* Added assertions to ensure code safetyTheJackiMonster2021-10-31
* Updated variables in makefileTheJackiMonster2021-10-30
* 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
* Added header with macros to create efficient testsTheJackiMonster2021-10-05
* Fixed wrong usage of function to request a contextTheJackiMonster2021-09-05
* Added build target for automatic test casesTheJackiMonster2021-09-05
* Make build and install parameters more configurableMalte Voos2021-08-25
* Added API methods to group inside of doxygen commentsTheJackiMonster2021-08-09
* Added Doxyfile to generate basic documentation of the APITheJackiMonster2021-08-09
* Written doxygen documentation to the library headerTheJackiMonster2021-08-09
* README: standardize the library nameMarcos Marado2021-08-08
* Implemented dynamic context creation for contactsTheJackiMonster2021-07-29
* Added creating chat contacts for each known messenger contactTheJackiMonster2021-07-29
* 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