1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00
Commit Graph

5004 Commits

Author SHA1 Message Date
James Booth
61072e4cef Merge branch 'master' into osx-functional 2016-08-18 00:16:12 +01:00
James Booth
4de570b1ee Only include receipts feature in disco responses when enabled
issue #829
2016-08-18 00:10:15 +01:00
James Booth
ecc2d3face Merge branch 'master' into osx-functional 2016-08-17 23:49:47 +01:00
James Booth
41acaee955 Use hashtable to store profanity disco features 2016-08-17 23:49:20 +01:00
James Booth
45010e35b5 Merge branch 'master' into osx-functional 2016-08-17 23:35:12 +01:00
James Booth
7b22c813c8 Copy feature strings on caps_get_features 2016-08-17 23:32:43 +01:00
James Booth
92668611da Merge branch 'master' into osx-functional 2016-08-17 23:22:42 +01:00
James Booth
9945246a64 Use hashtables for plugin disco features 2016-08-17 23:21:48 +01:00
James Booth
cd919b4854 Merge branch 'master' into osx-functional 2016-08-14 01:06:41 +01:00
James Booth
8b6549b36c Add caps_create 2016-08-14 01:06:13 +01:00
James Booth
b26c961730 Move caps_create -> stanza_create_caps_from_query_element 2016-08-14 00:15:03 +01:00
James Booth
d5f14abd4e Move caps_create_sha1_str -> stanza_create_caps_sha1_from_query 2016-08-14 00:07:08 +01:00
James Booth
9c4e02db77 Move caps static functions 2016-08-13 23:53:41 +01:00
James Booth
e776ef9b68 Rename caps_contains -> caps_cache_contains 2016-08-13 23:45:58 +01:00
James Booth
9cecef5609 Move caps_create_query_response_stanza -> stanza_create_caps_query_element 2016-08-13 23:43:54 +01:00
James Booth
d132dbfe93 Merge branch 'master' into osx-functional 2016-08-13 18:04:58 +01:00
James Booth
9ce59b1589 Free DiscoIdentity and SoftwareVersion 2016-08-13 17:49:19 +01:00
James Booth
ed75f1ec71 Use SoftwareVersion in EntityCapabilities 2016-08-13 17:43:43 +01:00
James Booth
0bd5b5200a Use DiscoIdentity in EntityCapabilities 2016-08-13 17:19:24 +01:00
James Booth
80eb5bee90 Rename Capabilties -> EntityCapabilities 2016-08-13 16:39:25 +01:00
James Booth
e949114284 Reduce variable scope in caps_create_sha1_str 2016-08-13 16:21:25 +01:00
James Booth
5c6e75fa06 Merge branch 'master' into caps 2016-08-13 00:17:23 +01:00
James Booth
0530b7cc52 Merge branch 'master' into osx-functional 2016-08-13 00:17:00 +01:00
James Booth
4f5281bff0 Refactor stanza.c 2016-08-13 00:12:46 +01:00
James Booth
6ec159737b Use list for profanity service discovery features 2016-08-12 22:25:35 +01:00
James Booth
71f043a32f Merge branch 'master' into osx-functional 2016-08-11 23:21:15 +01:00
James Booth
a65403c54a Remove disco features added by plugins on unload 2016-08-11 23:20:59 +01:00
James Booth
c7978eb4f1 Merge branch 'master' into osx-functional 2016-08-11 00:39:45 +01:00
James Booth
bb676cc0fc Check return values from python plugin hooks 2016-08-11 00:27:14 +01:00
James Booth
7c4fe56b4b Merge branch 'master' into osx-functional 2016-08-10 22:07:47 +01:00
James Booth
5d6b2d0b04 Add resource to chat message plugin hooks 2016-08-10 21:37:22 +01:00
James Booth
a948d741d9 Rename plugin jid arguments 2016-08-10 20:45:14 +01:00
James Booth
0d96116102 Merge branch 'master' into osx-functional 2016-08-08 22:02:38 +01:00
James Booth
b64a9c3d6d Fix type in python API docs 2016-08-08 22:01:04 +01:00
James Booth
4f7af4e429 Update plugin API docs 2016-08-07 00:22:21 +01:00
James Booth
efeb2fcfcd Rename plugins settings functions 2016-08-07 00:16:57 +01:00
James Booth
95cf4aec07 Merge branch 'master' into osx-functional 2016-08-02 23:21:43 +01:00
James Booth
7bc160c24e Update plugin API docs 2016-08-02 23:17:28 +01:00
James Booth
30f3e14ebb Merge branch 'master' into plugin_list_settings 2016-08-02 23:01:31 +01:00
James Booth
3fa7a12de5 Merge branch 'master' into osx-functional 2016-08-02 22:55:38 +01:00
James Booth
7314a13248 Update gitignore, added python API docs Makefile 2016-08-02 22:54:34 +01:00
James Booth
350c121e26 Return int on c_api_settings_string_list_remove_all 2016-08-01 22:40:47 +01:00
James Booth
b2508be8f4 Return boolean on prof_settings_string_list_remove_all() 2016-08-01 22:09:25 +01:00
James Booth
b72bb3a157 Remove log debugs 2016-08-01 21:59:12 +01:00
James Booth
2518aa5078 Add string lists settings to plugins 2016-08-01 21:34:38 +01:00
James Booth
549630020c Merge branch 'master' into osx-functional 2016-07-30 23:23:48 +01:00
James Booth
30e96b2d0f Fixes to plugin API docs 2016-07-30 23:23:20 +01:00
James Booth
a9ee9152f2 Merge branch 'master' into osx-functional 2016-07-30 23:17:40 +01:00
James Booth
49a213b382 Update python API docs 2016-07-30 23:16:57 +01:00
James Booth
1f726b53ba Merge branch 'master' into osx-functional 2016-07-30 23:01:05 +01:00