about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Only include lastactivity feature in disco responses when enabledJames Booth2016-08-183-2/+10
* Only include receipts feature in disco responses when enabledJames Booth2016-08-183-1/+50
* Use hashtable to store profanity disco featuresJames Booth2016-08-171-14/+16
* Copy feature strings on caps_get_featuresJames Booth2016-08-172-3/+5
* Use hashtables for plugin disco featuresJames Booth2016-08-172-28/+66
* 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-134-124/+136
* Use DiscoIdentity in EntityCapabilitiesJames Booth2016-08-134-110/+128
* Rename Capabilties -> EntityCapabilitiesJames Booth2016-08-136-35/+35
* 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-1112-18/+91
* Check return values from python plugin hooksJames Booth2016-08-111-57/+91
* Add resource to chat message plugin hooksJames Booth2016-08-107-122/+123
* Rename plugin jid argumentsJames Booth2016-08-102-43/+43
* Rename plugins settings functionsJames Booth2016-08-078-104/+104
* Return int on c_api_settings_string_list_remove_allJames Booth2016-08-013-4/+4
* Return boolean on prof_settings_string_list_remove_all()James Booth2016-08-015-9/+18
* Remove log debugsJames Booth2016-08-011-7/+0
* Add string lists settings to pluginsJames Booth2016-08-018-0/+233
* Add typedefs to C plugin APIJames Booth2016-07-302-6/+9
* Handle NULL saved_statusJames Booth2016-07-271-1/+5
* Copy curr_status and free original in session.cJames Booth2016-07-271-1/+2
* Use g_strndup in c_api.cJames Booth2016-07-271-2/+2
* Remove copied char* in groupchat_log_chatJames Booth2016-07-261-9/+7
* Tidy rosterwin memory handlingJames Booth2016-07-251-10/+20
* Rename rooms vars in _send_room_presenceJames Booth2016-07-251-8/+6
* Free rooms list in sv_ev_login_account_successJames Booth2016-07-251-2/+3
* Unreference GDateTimeJames Booth2016-07-251-0/+1
* Free ProfAccountJames Booth2016-07-253-1/+5
* Fix memory leaksJames Booth2016-07-252-1/+3
* Fix memory leaksJames Booth2016-07-252-2/+5
* Decrement reference count on python hook args objectsJames Booth2016-07-251-23/+39
* Use Py_RETURN_NONEJames Booth2016-07-251-56/+56
* Fix indentation in http_upload.cDominik Heidler2016-07-251-1/+1
* Remove unused function prototypeJames Booth2016-07-251-3/+0
* Store GTimeZone in statusbarJames Booth2016-07-251-2/+5
* Free pgpdirJames Booth2016-07-251-0/+1
* Free old hash table on wins_tidyJames Booth2016-07-251-2/+3
* Free python_str_or_unicode_to_string resultsJames Booth2016-07-256-9/+28
* Free icon dir path nameJames Booth2016-07-251-0/+1
* Remove debug on plugin win createJames Booth2016-07-242-2/+0