Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move all filepath handling to files.c | James Booth | 2016-07-24 | 1 | -18/+5 | |
* | Move xgd functions | James Booth | 2016-07-24 | 1 | -1/+1 | |
* | Move resource conversions | James Booth | 2016-07-24 | 2 | -0/+74 | |
* | Add config/files.c | James Booth | 2016-07-24 | 1 | -0/+1 | |
* | Move autoaway check | James Booth | 2016-07-24 | 2 | -0/+144 | |
* | Tidy headers | James Booth | 2016-07-24 | 24 | -72/+74 | |
* | Moved window_list.c | James Booth | 2016-07-24 | 3 | -3/+3 | |
* | Moved roster_list.c | James Booth | 2016-07-24 | 2 | -0/+742 | |
* | Moved resource.c | James Booth | 2016-07-24 | 2 | -0/+149 | |
* | Moved muc.c | James Booth | 2016-07-24 | 2 | -0/+1129 | |
* | Moved jid.c | James Booth | 2016-07-24 | 2 | -0/+256 | |
* | Moved contact.c | James Booth | 2016-07-24 | 2 | -0/+522 | |
* | Make header defines consistent | James Booth | 2016-07-24 | 2 | -4/+4 | |
* | Moved chat_state.c | James Booth | 2016-07-24 | 2 | -0/+273 | |
* | Moved chat_session.c | James Booth | 2016-07-24 | 2 | -0/+224 | |
* | Move event timeout to connection module | James Booth | 2016-07-24 | 4 | -11/+11 | |
* | Update GPL link in headers | James Booth | 2016-07-24 | 23 | -23/+23 | |
* | capabilities: use free instead of g_free | James Booth | 2016-07-18 | 1 | -2/+2 | |
* | Add ProfIdFreeCallback to free stale id handlers on connect | James Booth | 2016-06-08 | 5 | -41/+86 | |
* | Check for NULL before clearing connection data | James Booth | 2016-06-01 | 1 | -3/+7 | |
* | Option to bookmark room invites | James Booth | 2016-05-23 | 2 | -0/+19 | |
* | Add missing string.h include in blocking.c | James Booth | 2016-05-11 | 1 | -0/+1 | |
* | Add connection_set_disconnected() | James Booth | 2016-05-11 | 3 | -30/+22 | |
* | Add connection_clear_data() | James Booth | 2016-05-10 | 3 | -32/+21 | |
* | Remove connection_free_conn(), connection_free_ctx() | James Booth | 2016-05-10 | 3 | -26/+16 | |
* | Add connection_shutdown() | James Booth | 2016-05-10 | 3 | -12/+13 | |
* | Remove JABBER_STARTED, JABBER_UNDEFINED connection states | James Booth | 2016-05-10 | 4 | -18/+17 | |
* | Remove _session_free_session_data from session.c | James Booth | 2016-05-10 | 2 | -39/+44 | |
* | Tidy connection.c | James Booth | 2016-05-10 | 1 | -21/+35 | |
* | Tidy connection.c | James Booth | 2016-05-10 | 1 | -150/+128 | |
* | Fixed compile | James Booth | 2016-05-08 | 1 | -1/+1 | |
* | Tidy session.c | James Booth | 2016-05-08 | 2 | -5/+6 | |
* | Free features on disconnect | James Booth | 2016-05-08 | 3 | -1/+4 | |
* | Use hash table for disco features | James Booth | 2016-05-08 | 4 | -58/+37 | |
* | Remove connection_get_disco_infos() | James Booth | 2016-05-08 | 2 | -7/+0 | |
* | Rename diso_items->diso_infos | James Booth | 2016-05-08 | 2 | -13/+13 | |
* | Add connection_get_disco_info() | James Booth | 2016-05-08 | 4 | -28/+31 | |
* | Add connection_item_for_feature() | James Booth | 2016-05-08 | 3 | -34/+36 | |
* | Move logic to connection_set_disco_items | James Booth | 2016-05-08 | 3 | -42/+52 | |
* | Move conneciton initialisation to _connection_handler | James Booth | 2016-05-08 | 3 | -23/+11 | |
* | Move xmpp_initialise() to conneciton.c | James Booth | 2016-05-07 | 2 | -1/+1 | |
* | Move disco info struct to connection | James Booth | 2016-05-07 | 6 | -59/+69 | |
* | Move available resources to connection struct | James Booth | 2016-05-07 | 6 | -27/+34 | |
* | Rename xmpp types | James Booth | 2016-05-06 | 1 | -48/+48 | |
* | Remove redundant tls secured function | James Booth | 2016-05-06 | 5 | -12/+4 | |
* | Tidy connect function | James Booth | 2016-05-06 | 3 | -22/+7 | |
* | Move connection_connect | James Booth | 2016-05-06 | 3 | -39/+42 | |
* | Move send stanza function | James Booth | 2016-05-06 | 3 | -13/+12 | |
* | Move conn is secure function | James Booth | 2016-05-06 | 3 | -11/+11 | |
* | Move tls peer cert function | James Booth | 2016-05-06 | 3 | -27/+27 |