Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Remove free DiscoInfo values | James Booth | 2016-05-02 | 1 | -1/+1 |
| | |||||
* | Free stanza text and DiscoInfo features | James Booth | 2016-05-02 | 1 | -1/+3 |
| | |||||
* | Free stanza text on plugin send hooks | James Booth | 2016-05-01 | 1 | -0/+1 |
| | |||||
* | Add /blocked command | James Booth | 2016-05-01 | 1 | -0/+6 |
| | |||||
* | Define stanza's attributes as const char* | Dmitry Podgorny | 2016-04-27 | 1 | -40/+40 |
| | | | | | | | | | | | | 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. | ||||
* | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 1 | -0/+92 |
| | |||||
* | Cache all disco items and features on connect | Dominik Heidler | 2016-04-20 | 1 | -1/+101 |
| | |||||
* | Fix typo: diso -> disco | Dominik Heidler | 2016-04-01 | 1 | -4/+4 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -7/+7 |
| | |||||
* | Removed duplicate typedef | James Booth | 2016-03-28 | 1 | -2/+0 |
| | |||||
* | Use one stanza handler per type (message, iq, presence) | James Booth | 2016-03-28 | 1 | -265/+215 |
| | | | | Allows plugins to stop stanza processing | ||||
* | Added basic stanza receive eooks | James Booth | 2016-03-27 | 1 | -118/+196 |
| | |||||
* | Use xmpp_send_raw_string instead of xmpp_send_raw | James Booth | 2016-03-26 | 1 | -2/+2 |
| | |||||
* | Added stanza send hooks for plugins | James Booth | 2016-03-26 | 1 | -29/+47 |
| | |||||
* | Added prof_send_stanza to plugins API | James Booth | 2016-03-23 | 1 | -6/+6 |
| | |||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -7/+7 |
|/ | |||||
* | Use offline presence for software version responses from non contacts | James Booth | 2016-01-13 | 1 | -8/+12 |
| | | | | fixes #714 | ||||
* | Set autoping timeout default to 10 seconds, added null checks | James Booth | 2016-01-02 | 1 | -2/+13 |
| |