Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-04 | Remove unistd.h | xengineering | |
2022-10-04 | Remove rewrite of net.c | xengineering | |
Incremental improvements seem to be better. | |||
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-21 | Implement message sending | xengineering | |
2022-08-20 | Rename limox.{c,h} to net.{c,h} | xengineering | |