about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Use libstrophe xmpp_message_new convenience functionJames Booth2016-08-202-22/+12
|
* Replace stanza_create_message with libstrophe convenience functionsJames Booth2016-08-203-34/+21
|
* Use libstrophe convenience functions for stanza attributesJames Booth2016-08-207-117/+117
|
* Send receipt request only when receiver supports featureJames Booth2016-08-186-57/+83
| | | | issue #829
* Only include lastactivity feature in disco responses when enabledJames Booth2016-08-182-2/+4
|
* Only include receipts feature in disco responses when enabledJames Booth2016-08-182-1/+44
| | | | issue #829
* Use hashtable to store profanity disco featuresJames Booth2016-08-171-14/+16
|
* Copy feature strings on caps_get_featuresJames Booth2016-08-172-3/+5
|
* Add caps_createJames Booth2016-08-143-100/+93
|
* Move caps_create -> stanza_create_caps_from_query_elementJames Booth2016-08-145-141/+139
|
* Move caps_create_sha1_str -> stanza_create_caps_sha1_from_queryJames Booth2016-08-145-124/+124
|
* Move caps static functionsJames Booth2016-08-131-59/+59
|
* Rename caps_contains -> caps_cache_containsJames Booth2016-08-134-6/+6
|
* Move caps_create_query_response_stanza -> stanza_create_caps_query_elementJames Booth2016-08-135-60/+77
|
* Free DiscoIdentity and SoftwareVersionJames Booth2016-08-131-0/+2
|
* Use SoftwareVersion in EntityCapabilitiesJames Booth2016-08-132-60/+57
|
* Use DiscoIdentity in EntityCapabilitiesJames Booth2016-08-132-74/+84
|
* Rename Capabilties -> EntityCapabilitiesJames Booth2016-08-134-31/+31
|
* Reduce variable scope in caps_create_sha1_strJames Booth2016-08-131-15/+8
|
* Merge branch 'master' into capsJames Booth2016-08-131-404/+385
|\
| * Refactor stanza.cJames Booth2016-08-131-404/+385
| |
* | Use list for profanity service discovery featuresJames Booth2016-08-121-64/+27
|/
* Remove disco features added by plugins on unloadJames Booth2016-08-111-0/+1
|
* Handle NULL saved_statusJames Booth2016-07-271-1/+5
|
* Copy curr_status and free original in session.cJames Booth2016-07-271-1/+2
|
* Rename rooms vars in _send_room_presenceJames Booth2016-07-251-8/+6
|
* Free ProfAccountJames Booth2016-07-252-0/+2
|
* Move all filepath handling to files.cJames Booth2016-07-241-18/+5
|
* Move xgd functionsJames Booth2016-07-241-1/+1
|
* Move resource conversionsJames Booth2016-07-242-0/+74
|
* Add config/files.cJames Booth2016-07-241-0/+1
|
* Move autoaway checkJames Booth2016-07-242-0/+144
|
* Tidy headersJames Booth2016-07-2424-72/+74
|
* Moved window_list.cJames Booth2016-07-243-3/+3
|
* Moved roster_list.cJames Booth2016-07-242-0/+742
|
* Moved resource.cJames Booth2016-07-242-0/+149
|
* Moved muc.cJames Booth2016-07-242-0/+1129
|
* Moved jid.cJames Booth2016-07-242-0/+256
|
* Moved contact.cJames Booth2016-07-242-0/+522
|
* Make header defines consistentJames Booth2016-07-242-4/+4
|
* Moved chat_state.cJames Booth2016-07-242-0/+273
|
* Moved chat_session.cJames Booth2016-07-242-0/+224
|
* Move event timeout to connection moduleJames Booth2016-07-244-11/+11
|
* Update GPL link in headersJames Booth2016-07-2423-23/+23
|
* capabilities: use free instead of g_freeJames Booth2016-07-181-2/+2
|
* Add ProfIdFreeCallback to free stale id handlers on connectJames Booth2016-06-085-41/+86
|
* Check for NULL before clearing connection dataJames Booth2016-06-011-3/+7
|
* Option to bookmark room invitesJames Booth2016-05-232-0/+19
| | | | issue #813
* Add missing string.h include in blocking.cJames Booth2016-05-111-0/+1
|
* Add connection_set_disconnected()James Booth2016-05-113-30/+22
|