summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-22Add initial iconxengineering
2023-01-09Fix reconnectionxengineering
2023-01-09Make return statement more consistentxengineering
2023-01-09Prevent NULL pointer crashxengineering
2023-01-08Remove xmpp_ prefix from private functionxengineering
2023-01-08Rename to resolve_dns()xengineering
2023-01-08Improve get_domainpart() docsxengineering
2023-01-08Adapt comment indent to Linux kernel codexengineering
2023-01-08Remove commented codexengineering
2023-01-08Update code style for mainxengineering
2023-01-08Add PDF generation of documentationxengineering
2023-01-08Split README and ROADMAPxengineering
2023-01-08Implement close on clickxengineering
2023-01-08Connect on mouse clickxengineering
2022-12-04Implement printing of server responsexengineering
2022-12-04Implement client stream header sendingxengineering
2022-12-04Implement TCP connection to XMPP serverxengineering
2022-12-04Implement socket creationxengineering
2022-12-04Implement DNS with a temporary solutionxengineering
2022-12-02Add GPL3 license header to relevant source filesxengineering
2022-12-02Add reference to Gigi's SDL2 tutorialxengineering
2022-12-02Add reference to SDL2 documentationxengineering
2022-12-01Implement colored output for testxengineering
2022-12-01Let Makefile fail if a test failsxengineering
2022-12-01Automate Makefile and test executionxengineering
2022-12-01Update documentation for new build processxengineering
2022-11-30Add first unit testxengineering
2022-11-30Switch from meson to Makefilexengineering
2022-11-27Implement XMPP connect on SDL_MOUSEBUTTONDOWNxengineering
2022-11-27Mark SDL2 window as resizablexengineering
2022-11-27Implement dummy DNS resolutionxengineering
2022-11-27Switch completely to SDL2 versionxengineering
2022-11-25Add Beej's Guide to Network Programming as refxengineering
2022-11-20Extract domain from JID with parser functionxengineering
2022-11-20Get env based credential parsing to xmpp.cxengineering
2022-11-20Introduce dummy as second XMPP implementationxengineering
2022-11-20Remove unnecessary sdl.cxengineering
2022-11-20Mention SDL2 rewrite in READMExengineering
2022-11-20Update meson callxengineering
2022-11-20Add missing SDL2 dependencyxengineering
2022-10-08Update roadmap in READMExengineering
2022-10-08Remove SDL version (now using SDL2 only)xengineering
2022-10-08Avoid memory access errors on cleanupxengineering
2022-10-08Fix SDL2 window creation on Waylandxengineering
2022-10-08Output used SDL2 video driverxengineering
2022-10-08Fix syntax error in READMExengineering
2022-10-07Add SDL2 version (X11 only)xengineering
2022-10-07Implement first GUI demonstration with SDLxengineering
2022-10-07Write down SDL goal to READMExengineering
2022-10-07Add empty SDL based gui.h implementationxengineering