Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ProfIdCallback into ProfIqCallback | Paul Fariello | 2019-04-10 | 1 | -12/+12 |
| | | | | Goal is to create other kind of callback no based on id cmp | ||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Fix optionnal sessionid in xep 0050 | Paul Fariello | 2019-01-21 | 1 | -1/+6 |
| | |||||
* | Make _get_groups_from_item and roster _compare_* public | Paul Fariello | 2018-09-26 | 1 | -12/+2 |
| | | | | In order to avoid duplication with xep 0133 support in command execution | ||||
* | Add special handling for xep-0133 get-user-roster | Paul Fariello | 2018-09-10 | 1 | -3/+42 |
| | |||||
* | Add support for ad-hoc response with forms | Paul Fariello | 2018-09-10 | 1 | -0/+6 |
| | |||||
* | Add missing command name for completion log | Paul Fariello | 2018-09-10 | 1 | -1/+1 |
| | |||||
* | Allow to use cmd without being in a window | Paul Fariello | 2018-09-05 | 1 | -2/+4 |
| | |||||
* | Add support for command config execution | Paul Fariello | 2018-09-05 | 1 | -3/+41 |
| | |||||
* | Add conf win callback | Paul Fariello | 2018-09-05 | 1 | -29/+39 |
| | |||||
* | Rename mucconf wins into conf wins | Paul Fariello | 2018-09-05 | 1 | -4/+4 |
| | | | | Configuration windows are now being used by both muc and cmd. | ||||
* | Add support for form edition in command execution | Paul Fariello | 2018-09-05 | 1 | -7/+24 |
| | | | | Also change wins_get_by_string prototype in order to handle const str. | ||||
* | Add command exec error handling | Paul Fariello | 2018-09-05 | 1 | -1/+1 |
| | |||||
* | Handle simple execution | Paul Fariello | 2018-09-05 | 1 | -1/+48 |
| | | | | Tested with ping from biboumi | ||||
* | Add command subcommands: list and exec | Paul Fariello | 2018-09-05 | 1 | -9/+76 |
| | | | | Also handle list result | ||||
* | Add command command | Paul Fariello | 2018-09-05 | 1 | -0/+22 |
| | | | | Initial commit to test commands API | ||||
* | Move ID generation to xmpp folder | Michael Vetter | 2018-08-30 | 1 | -6/+6 |
| | | | | | | | | | | | create_unique_id() was changed to use UUIDs instead of a counter in the last commit. Since now it depends on connection_create_uuid() which is in the xmpp subfolder the function should also be moved there. Renamed it to connection_create_stanza_id() and moved it to src/xmpp/connection.c. Discussion happened in https://github.com/boothj5/profanity/pull/1010 | ||||
* | Use correct macro | Dominik Heidler | 2018-07-30 | 1 | -2/+2 |
| | | | | XMPP_FEATURE_PING insted of STANZA_NS_PING | ||||
* | Add /rooms cache | James Booth | 2018-02-05 | 1 | -1/+25 |
| | |||||
* | Filter rooms by simple case insensitive text | James Booth | 2018-02-04 | 1 | -8/+35 |
| | |||||
* | Include filter string in no rooms message | James Booth | 2018-01-28 | 1 | -2/+2 |
| | |||||
* | Fix tests, move glob creation | James Booth | 2018-01-27 | 1 | -6/+11 |
| | |||||
* | Allow filtering rooms list by glob | James Booth | 2018-01-27 | 1 | -7/+69 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'asdil12/ping' | James Booth | 2017-06-17 | 1 | -0/+9 |
|\ | |||||
| * | Disable autoping if server doesn't support it | Dominik Heidler | 2017-06-16 | 1 | -0/+9 |
|/ | | | | fixes #859 | ||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Fixed typos | James Booth | 2016-08-28 | 1 | -2/+2 |
| | |||||
* | Use libstrophe xmpp_iq_new convenience function | James Booth | 2016-08-20 | 1 | -29/+8 |
| | |||||
* | Use libstrophe convenience functions for stanza attributes | James Booth | 2016-08-20 | 1 | -54/+54 |
| | |||||
* | Move caps_create -> stanza_create_caps_from_query_element | James Booth | 2016-08-14 | 1 | -3/+3 |
| | |||||
* | Move caps_create_sha1_str -> stanza_create_caps_sha1_from_query | James Booth | 2016-08-14 | 1 | -1/+1 |
| | |||||
* | Rename caps_contains -> caps_cache_contains | James Booth | 2016-08-13 | 1 | -2/+2 |
| | |||||
* | Move caps_create_query_response_stanza -> stanza_create_caps_query_element | James Booth | 2016-08-13 | 1 | -1/+1 |
| | |||||
* | Rename Capabilties -> EntityCapabilities | James Booth | 2016-08-13 | 1 | -3/+3 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -11/+12 |
| | |||||
* | Moved window_list.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Add ProfIdFreeCallback to free stale id handlers on connect | James Booth | 2016-06-08 | 1 | -31/+66 |
| | |||||
* | Use hash table for disco features | James Booth | 2016-05-08 | 1 | -3/+3 |
| | |||||
* | Add connection_get_disco_info() | James Booth | 2016-05-08 | 1 | -20/+7 |
| | |||||
* | Add connection_item_for_feature() | James Booth | 2016-05-08 | 1 | -34/+19 |
| | |||||
* | Move logic to connection_set_disco_items | James Booth | 2016-05-08 | 1 | -35/+34 |
| | |||||
* | Move disco info struct to connection | James Booth | 2016-05-07 | 1 | -3/+3 |
| | |||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -4/+6 |
| | |||||
* | Add session.c | James Booth | 2016-05-05 | 1 | -3/+3 |
| | |||||
* | Renamed connection.c -> session.c | James Booth | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | Tidy xmpp headers | James Booth | 2016-05-04 | 1 | -37/+39 |
| | |||||
* | Rename stanza handler init functions | James Booth | 2016-05-02 | 1 | -1/+1 |
| | |||||
* | Rename id_handler_add -> iq_id_handler_add | James Booth | 2016-05-02 | 1 | -22/+22 |
| |