Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add connection_set_disconnected() | James Booth | 2016-05-11 | 1 | -8/+13 |
* | Add connection_clear_data() | James Booth | 2016-05-10 | 1 | -13/+7 |
* | Remove connection_free_conn(), connection_free_ctx() | James Booth | 2016-05-10 | 1 | -6/+6 |
* | Add connection_shutdown() | James Booth | 2016-05-10 | 1 | -4/+1 |
* | Remove JABBER_STARTED, JABBER_UNDEFINED connection states | James Booth | 2016-05-10 | 1 | -15/+4 |
* | Remove _session_free_session_data from session.c | James Booth | 2016-05-10 | 1 | -38/+42 |
* | Fixed compile | James Booth | 2016-05-08 | 1 | -1/+1 |
* | Tidy session.c | James Booth | 2016-05-08 | 1 | -3/+4 |
* | Free features on disconnect | James Booth | 2016-05-08 | 1 | -0/+1 |
* | Move conneciton initialisation to _connection_handler | James Booth | 2016-05-08 | 1 | -5/+0 |
* | Move xmpp_initialise() to conneciton.c | James Booth | 2016-05-07 | 1 | -1/+0 |
* | Move disco info struct to connection | James Booth | 2016-05-07 | 1 | -51/+2 |
* | Move available resources to connection struct | James Booth | 2016-05-07 | 1 | -21/+1 |
* | Remove redundant tls secured function | James Booth | 2016-05-06 | 1 | -1/+1 |
* | Tidy connect function | James Booth | 2016-05-06 | 1 | -3/+3 |
* | Move connection_connect | James Booth | 2016-05-06 | 1 | -36/+3 |
* | Move send stanza function | James Booth | 2016-05-06 | 1 | -11/+0 |
* | Move conn is secure function | James Booth | 2016-05-06 | 1 | -10/+0 |
* | Move tls peer cert function | James Booth | 2016-05-06 | 1 | -24/+0 |
* | Move uuid functions | James Booth | 2016-05-06 | 1 | -14/+0 |
* | Move connection fulljid function | James Booth | 2016-05-06 | 1 | -9/+3 |
* | Tidy session.c | James Booth | 2016-05-06 | 1 | -49/+52 |
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -63/+63 |
* | Add session.c | James Booth | 2016-05-05 | 1 | -339/+114 |
* | Renamed connection.c -> session.c | James Booth | 2016-05-05 | 1 | -0/+790 |