Age | Commit message (Collapse) | Author |
|
|
|
With this commit the client starts the connection to the server as soon
as the user clicks into the application window. Disconnect or reading /
writing to the stream is not implemented.
|
|
This should make the license more visible and prevent wrong usage.
|
|
This should kick off the infrastructure for unit tests. This can still
be improved but getting started is important to make it easier to add
unit tests and thus improving the quality.
|
|
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)
|