about summary refs log tree commit diff stats
path: root/src/xmpp/capabilities.c
Commit message (Collapse)AuthorAgeFilesLines
* Add caps_createJames Booth2016-08-141-70/+82
|
* Move caps_create -> stanza_create_caps_from_query_elementJames Booth2016-08-141-135/+0
|
* Move caps_create_sha1_str -> stanza_create_caps_sha1_from_queryJames Booth2016-08-141-122/+21
|
* Move caps static functionsJames Booth2016-08-131-59/+59
|
* Rename caps_contains -> caps_cache_containsJames Booth2016-08-131-1/+1
|
* Move caps_create_query_response_stanza -> stanza_create_caps_query_elementJames Booth2016-08-131-57/+22
|
* Free DiscoIdentity and SoftwareVersionJames Booth2016-08-131-0/+2
|
* Use SoftwareVersion in EntityCapabilitiesJames Booth2016-08-131-58/+51
|
* Use DiscoIdentity in EntityCapabilitiesJames Booth2016-08-131-65/+77
|
* Rename Capabilties -> EntityCapabilitiesJames Booth2016-08-131-21/+21
|
* Reduce variable scope in caps_create_sha1_strJames Booth2016-08-131-15/+8
|
* 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
|
* Move all filepath handling to files.cJames Booth2016-07-241-18/+5
|
* Move xgd functionsJames Booth2016-07-241-1/+1
|
* Add config/files.cJames Booth2016-07-241-0/+1
|
* Tidy headersJames Booth2016-07-241-1/+2
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* capabilities: use free instead of g_freeJames Booth2016-07-181-2/+2
|
* Merge remote-tracking branch 'pasis/const-char'James Booth2016-05-011-10/+10
|\
| * Define stanza's attributes as const char*Dmitry Podgorny2016-04-271-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | In most get-like funcitons libstrophe returns pointer to a string that resides in an internal structure (e.g. xmpp_stanza_t). Hence, Profanity must not change such strings. Define respective variables as 'const char*' to reduce a chance of error and conform future libstrophe's interface. This patch mostly replaces 'char *' with 'const char*', but also fixes two memory leaks after stanza_get_reason(). Add comment within stanza_get_reason() to fix conflict with different allocator types.
* | Plugins: Added prof_disco_add_feature()James Booth2016-04-301-0/+22
|/
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-7/+7
|
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-141-1/+1
| |
* | Added C plugin code from plugins branchJames Booth2016-02-141-7/+7
|/
* Applied coding style to src/xmpp/James Booth2015-10-261-21/+21
|
* Added jabber:iq:last to capabilitiesJames Booth2015-09-291-2/+8
|
* Check for libmesode, fall back to libstropheJames Booth2015-09-211-1/+7
|
* Added conference and receipts features to caps query responseJames Booth2015-09-091-0/+12
|
* Use null check convention in capabilities.cJames Booth2015-05-041-15/+15
|
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Removed strdup calls when creating capabilitiesJames Booth2015-02-091-7/+7
|
* Removed function pointersJames Booth2014-12-221-17/+8
|
* Store capabilities against fulljid when unsupported hashJames Booth2014-11-271-21/+72
|
* Set file permissions for logsJames Booth2014-10-181-0/+6
|
* Free caps, remove strdupJames Booth2014-09-241-1/+3
|
* Handle errors for /disco info requestsJames Booth2014-09-241-1/+1
|
* Capabilities: check for identity localeJames Booth2014-09-231-7/+55
|
* Reordered identity attributes in caps cache for readabilityJames Booth2014-09-231-3/+3
|
* Create sha-1 of own capabilities onceJames Booth2014-09-231-0/+16
|
* Cache capabilities to fileJames Booth2014-09-221-25/+161
|
* Show message when no capabilities availableJames Booth2014-09-211-2/+0
|
* Sort form fields for sha-1 caps hashJames Booth2014-09-211-13/+22
|
* Added jid->hash lookup for capabilitiesJames Booth2014-09-201-0/+24
|
* wip - refactoring capabilitiesJames Booth2014-09-191-51/+107
|
* form_get_field_by_var->form_get_form_type_fieldJames Booth2014-09-131-2/+2
|
* Rewrite form parserJames Booth2014-09-061-3/+5
|
* Created form moduleJames Booth2014-09-051-2/+3
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|