about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Tidy _handle_carbonsJames Booth2016-08-201-35/+52
|
* Use libstrophe xmpp_presence_new convenience functionJames Booth2016-08-203-20/+5
|
* Use libstrophe xmpp_iq_new convenience functionJames Booth2016-08-204-142/+70
|
* Use libstrophe xmpp_message_get_body convenience functionJames Booth2016-08-201-49/+22
|
* 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-1818-82/+172
| | | | issue #829
* 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-184-1/+52
| | | | 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
|
* Use hashtables for plugin disco featuresJames Booth2016-08-176-28/+214
|
* 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-137-37/+37
|
* 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-109-126/+133
|
* Rename plugin jid argumentsJames Booth2016-08-104-93/+93
|
* Fix type in python API docsJames Booth2016-08-081-2/+2
|
* Update plugin API docsJames Booth2016-08-072-16/+16
|
* Rename plugins settings functionsJames Booth2016-08-078-104/+104
|
* Update plugin API docsJames Booth2016-08-026-4/+116
|
* Merge branch 'master' into plugin_list_settingsJames Booth2016-08-022-2/+218
|\
| * Update gitignore, added python API docs MakefileJames Booth2016-08-022-2/+218
| |
* | 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
|/
* Fixes to plugin API docsJames Booth2016-07-303-10/+8
|
* Update python API docsJames Booth2016-07-302-2/+5
|
* Update plugins API docsJames Booth2016-07-303-98/+184
|
* Update plugin API docsJames Booth2016-07-302-87/+193
|
* Add typedefs to C plugin APIJames Booth2016-07-302-6/+9
|
* Update python API docsJames Booth2016-07-301-8/+2
|
* Update python API docsJames Booth2016-07-302-8/+250
|
* Fix type in python api docsJames Booth2016-07-301-1/+1
|
* Update python API docsJames Booth2016-07-301-35/+466
|