summaryrefslogtreecommitdiff
path: root/data.c
AgeCommit message (Collapse)Author
2022-11-27Switch completely to SDL2 versionxengineering
The now legacy version of LimoX with GTK4 and libstrophe is now not part of the main branch anymore. There might be a legacy branch keeping this version at the time of reading. This cut of implemented functionality is motivated by these reasons: - Implementing XMPP is fun, educative and gives full control. - Low level graphics with SDL2 is portable, fast, educative an mature. - I do not have to use GLib and a crazy event loop anymore (run and hide)
2022-10-05Fix known-roster-item bugxengineering
If you got a second roster description (e.g. after a reconnect) the roster items were just appended. There was no distinction if a roster item already existed or not. This lead to doubled entries. This commit ignores already known roster items. Mind that it is still not able to update an existing item. This is mentioned by a FIXME comment.
2022-10-04Redirect debug output to stderrxengineering
2022-08-21Implement GUI part of message sendingxengineering
2022-08-21Implement correct recipient for send_message()xengineering
2022-08-19Implement new datastructuresxengineering
2022-08-19Implement roster to chat view transitionxengineering
2022-08-19Add new chat page creationxengineering
2022-08-17Implement datastructure for rosterxengineering