Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-07 | Write down SDL goal to README | xengineering | |
2022-10-07 | Add empty SDL based gui.h implementation | xengineering | |
2022-10-07 | Remove unnecessary function prototypes from gui.h | xengineering | |
2022-10-07 | Move linter script to new tools folder | xengineering | |
2022-10-07 | Remove sm_state variable | xengineering | |
Not really used because this is just in case you want a new connection object (currently not the case). | |||
2022-10-07 | Handle case of message to send while offline | xengineering | |
2022-10-06 | Remove global variable log | xengineering | |
2022-10-06 | Remove free statements with unclear effects | xengineering | |
It is currently not clear when the libstrophe user has to free certain memory. Because invalid pointers are worse than memory leaks (at the current scope) these calls were removed. | |||
2022-10-06 | Mark reconnect bug as solved | xengineering | |
2022-10-06 | Switch to markdown based README | xengineering | |
2022-10-05 | Remove bad xmpp_free() usage | xengineering | |
This seems to reduce these random crashes. | |||
2022-10-05 | Add debug output for connection errors | xengineering | |
2022-10-05 | Add FIXME for important error handling | xengineering | |
2022-10-05 | Fix known-roster-item bug | xengineering | |
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-04 | Update roadmap | xengineering | |
2022-10-04 | Add initial linting script based on splint | xengineering | |
2022-10-04 | Include GTK from standard include path | xengineering | |
2022-10-04 | Remove unistd.h | xengineering | |
2022-10-04 | Read credentials from shell env if present | xengineering | |
2022-10-04 | Use G_APPLICATION_DEFAULT_FLAGS | xengineering | |
2022-10-04 | Remove rewrite of net.c | xengineering | |
Incremental improvements seem to be better. | |||
2022-10-04 | Redirect debug output to stderr | xengineering | |
2022-10-04 | Fix wrong import | xengineering | |
2022-09-19 | Write basic structure of net_rewrite.c | xengineering | |
2022-09-19 | Move net_quit() call to main.c | xengineering | |
2022-09-19 | Prepare net.c rewrite with symlink based feature toggle | xengineering | |
2022-09-09 | Free message content in message_handler | xengineering | |
2022-08-31 | Update refactoring priorities | xengineering | |
2022-08-22 | Add reference to project page and packaging repo | xengineering | |
2022-08-22 | Add documentation about dependencies | xengineering | |
2022-08-22 | Add XDG .desktop file | xengineering | |
2022-08-21 | Define refactoring goals | xengineering | |
2022-08-21 | Implement message sending | xengineering | |
2022-08-21 | Implement GUI part of message sending | xengineering | |
2022-08-21 | Implement own JID for send_message() | xengineering | |
2022-08-21 | Implement correct recipient for send_message() | xengineering | |
2022-08-21 | Reimplement dummy text sending | xengineering | |
2022-08-21 | Introduce chat_widget_t in gtk.c | xengineering | |
2022-08-20 | Rename limox.{c,h} to net.{c,h} | xengineering | |
2022-08-19 | Make message content selectable | xengineering | |
2022-08-19 | Implement incoming messages | xengineering | |
2022-08-19 | Implement new datastructures | xengineering | |
2022-08-19 | Update roadmap | xengineering | |
2022-08-19 | Implement chat to roster transition | xengineering | |
2022-08-19 | Implement roster to chat view transition | xengineering | |
2022-08-19 | Add new chat page creation | xengineering | |
2022-08-19 | Implement widget creation for roster items | xengineering | |
2022-08-19 | Add license | xengineering | |
2022-08-17 | Implement datastructure for roster | xengineering | |
2022-08-16 | Add dummy roster request | xengineering | |