summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-06Mark reconnect bug as solvedxengineering
2022-10-06Switch to markdown based READMExengineering
2022-10-05Remove bad xmpp_free() usagexengineering
This seems to reduce these random crashes.
2022-10-05Add debug output for connection errorsxengineering
2022-10-05Add FIXME for important error handlingxengineering
2022-10-05Fix known-roster-item bugxengineering
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-04Update roadmapxengineering
2022-10-04Add initial linting script based on splintxengineering
2022-10-04Include GTK from standard include pathxengineering
2022-10-04Remove unistd.hxengineering
2022-10-04Read credentials from shell env if presentxengineering
2022-10-04Use G_APPLICATION_DEFAULT_FLAGSxengineering
2022-10-04Remove rewrite of net.cxengineering
Incremental improvements seem to be better.
2022-10-04Redirect debug output to stderrxengineering
2022-10-04Fix wrong importxengineering
2022-09-19Write basic structure of net_rewrite.cxengineering
2022-09-19Move net_quit() call to main.cxengineering
2022-09-19Prepare net.c rewrite with symlink based feature togglexengineering
2022-09-09Free message content in message_handlerxengineering
2022-08-31Update refactoring prioritiesxengineering
2022-08-22Add reference to project page and packaging repoxengineering
2022-08-22Add documentation about dependenciesxengineering
2022-08-22Add XDG .desktop filexengineering
2022-08-21Define refactoring goalsxengineering
2022-08-21Implement message sendingxengineering
2022-08-21Implement GUI part of message sendingxengineering
2022-08-21Implement own JID for send_message()xengineering
2022-08-21Implement correct recipient for send_message()xengineering
2022-08-21Reimplement dummy text sendingxengineering
2022-08-21Introduce chat_widget_t in gtk.cxengineering
2022-08-20Rename limox.{c,h} to net.{c,h}xengineering
2022-08-19Make message content selectablexengineering
2022-08-19Implement incoming messagesxengineering
2022-08-19Implement new datastructuresxengineering
2022-08-19Update roadmapxengineering
2022-08-19Implement chat to roster transitionxengineering
2022-08-19Implement roster to chat view transitionxengineering
2022-08-19Add new chat page creationxengineering
2022-08-19Implement widget creation for roster itemsxengineering
2022-08-19Add licensexengineering
2022-08-17Implement datastructure for rosterxengineering
2022-08-16Add dummy roster requestxengineering
2022-08-16Implement dummy receiving of XMPP chat messagesxengineering
2022-08-16Update roadmapxengineering
2022-08-16Update release of connectionxengineering
Using the return value of xmpp_conn_release() allows to recognize if the memory of the connection is free.
2022-08-16Handle every xmpp_conn_event_t with debug messagexengineering
2022-08-15Implement XMPP connect / disconnectxengineering
2022-08-14Add .gitignorexengineering
2022-08-14First public versionxengineering