Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-08-16 | Implement dummy receiving of XMPP chat messages | xengineering | |
2022-08-16 | Update roadmap | xengineering | |
2022-08-16 | Update release of connection | xengineering | |
Using the return value of xmpp_conn_release() allows to recognize if the memory of the connection is free. | |||
2022-08-16 | Handle every xmpp_conn_event_t with debug message | xengineering | |
2022-08-15 | Implement XMPP connect / disconnect | xengineering | |
2022-08-14 | Add .gitignore | xengineering | |
2022-08-14 | First public version | xengineering | |