Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-27 | Switch completely to SDL2 version | xengineering | |
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-11-25 | Add Beej's Guide to Network Programming as ref | xengineering | |
This is a good resource for network programming in C on Linux. Helps a lot for further development. | |||
2022-11-20 | Mention SDL2 rewrite in README | xengineering | |
2022-11-20 | Update meson call | xengineering | |
Just `meson build` is deprecated and replaced by `meson setup build`. | |||
2022-11-20 | Add missing SDL2 dependency | xengineering | |
2022-10-08 | Update roadmap in README | xengineering | |
2022-10-08 | Fix syntax error in README | xengineering | |
2022-10-07 | Write down SDL goal to README | xengineering | |
2022-10-06 | Mark reconnect bug as solved | xengineering | |
2022-10-06 | Switch to markdown based README | xengineering | |