Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add caps_create | James Booth | 2016-08-14 | 3 | -100/+93 | |
| | ||||||
* | Move caps_create -> stanza_create_caps_from_query_element | James Booth | 2016-08-14 | 5 | -141/+139 | |
| | ||||||
* | Move caps_create_sha1_str -> stanza_create_caps_sha1_from_query | James Booth | 2016-08-14 | 5 | -124/+124 | |
| | ||||||
* | Move caps static functions | James Booth | 2016-08-13 | 1 | -59/+59 | |
| | ||||||
* | Rename caps_contains -> caps_cache_contains | James Booth | 2016-08-13 | 4 | -6/+6 | |
| | ||||||
* | Move caps_create_query_response_stanza -> stanza_create_caps_query_element | James Booth | 2016-08-13 | 5 | -60/+77 | |
| | ||||||
* | Free DiscoIdentity and SoftwareVersion | James Booth | 2016-08-13 | 1 | -0/+2 | |
| | ||||||
* | Use SoftwareVersion in EntityCapabilities | James Booth | 2016-08-13 | 2 | -60/+57 | |
| | ||||||
* | Use DiscoIdentity in EntityCapabilities | James Booth | 2016-08-13 | 2 | -74/+84 | |
| | ||||||
* | Rename Capabilties -> EntityCapabilities | James Booth | 2016-08-13 | 4 | -31/+31 | |
| | ||||||
* | Reduce variable scope in caps_create_sha1_str | James Booth | 2016-08-13 | 1 | -15/+8 | |
| | ||||||
* | Merge branch 'master' into caps | James Booth | 2016-08-13 | 1 | -404/+385 | |
|\ | ||||||
| * | Refactor stanza.c | James Booth | 2016-08-13 | 1 | -404/+385 | |
| | | ||||||
* | | Use list for profanity service discovery features | James Booth | 2016-08-12 | 1 | -64/+27 | |
|/ | ||||||
* | Remove disco features added by plugins on unload | James Booth | 2016-08-11 | 1 | -0/+1 | |
| | ||||||
* | Handle NULL saved_status | James Booth | 2016-07-27 | 1 | -1/+5 | |
| | ||||||
* | Copy curr_status and free original in session.c | James Booth | 2016-07-27 | 1 | -1/+2 | |
| | ||||||
* | Rename rooms vars in _send_room_presence | James Booth | 2016-07-25 | 1 | -8/+6 | |
| | ||||||
* | Free ProfAccount | James Booth | 2016-07-25 | 2 | -0/+2 | |
| | ||||||
* | 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 | |
| | | | | issue #813 | |||||
* | 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 | |
| |