Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 2 | -7/+12 | |
| | ||||||
* | Allow filtering rooms list by glob | James Booth | 2018-01-27 | 2 | -8/+70 | |
| | ||||||
* | Update copyright | James Booth | 2018-01-21 | 37 | -37/+37 | |
| | ||||||
* | Legacy SSL support | Dmitry Podgorny | 2017-06-24 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | Add "legacy" tls policy to /account and /connect commands. When this policy is specified the connection is connected with XMPP_CONN_LEGACY_SSL flag. Notice, legacy SSL and STARTTLS are not compatible and user has to know when exactly the new policy should be used. To enable it, run one of the next commands: /connect <jid> tls legacy [server <host>] /account <name> set tls legacy Notice, there is no SRV record for legacy SSL. Therefore, you may need "server" property to connect successfully. Refer to configuration provided by your server. | |||||
* | 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 | |||||
* | | Show message when server does not support ping | James Booth | 2017-06-15 | 1 | -0/+1 | |
|/ | ||||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 8 | -42/+42 | |
| | ||||||
* | Update Copyright | James Booth | 2017-01-28 | 37 | -37/+37 | |
| | ||||||
* | Check barejid in carbons | James Booth | 2017-01-24 | 1 | -2/+1 | |
| | ||||||
* | Add carbons from check | James Booth | 2017-01-23 | 1 | -1/+8 | |
| | ||||||
* | Remove status from cl_ev_presence_send | James Booth | 2017-01-15 | 5 | -15/+20 | |
| | | | | fixes #888 | |||||
* | Allow clearing account resource | James Booth | 2016-11-22 | 4 | -24/+37 | |
| | | | | issue #880 | |||||
* | Use server features for account muc service | James Booth | 2016-11-20 | 3 | -1/+6 | |
| | | | | issue #878 | |||||
* | Add /tls certpath default | James Booth | 2016-10-17 | 1 | -2/+2 | |
| | | | | issue #871 | |||||
* | Use caps_lookup when checking for feature | James Booth | 2016-09-25 | 1 | -2/+1 | |
| | ||||||
* | Free stanzas on stanza_create_http_upload_request() | James Booth | 2016-09-05 | 1 | -0/+6 | |
| | ||||||
* | Free hashtable key list in connection_jid_for_feature() | James Booth | 2016-09-05 | 1 | -0/+1 | |
| | ||||||
* | Add sv_ev_bookmark_autojoin | James Booth | 2016-08-28 | 1 | -16/+1 | |
| | ||||||
* | Rename Bookmark->jid to Bookmark->barejid | James Booth | 2016-08-28 | 2 | -20/+20 | |
| | ||||||
* | Fixed typos | James Booth | 2016-08-28 | 1 | -2/+2 | |
| | ||||||
* | log_info on private carbons | James Booth | 2016-08-28 | 1 | -0/+5 | |
| | ||||||
* | Use hash table for bookmarks | James Booth | 2016-08-21 | 6 | -226/+162 | |
| | ||||||
* | Tidy presence.c | James Booth | 2016-08-20 | 1 | -249/+311 | |
| | ||||||
* | Tidy _handle_carbons | James Booth | 2016-08-20 | 1 | -35/+52 | |
| | ||||||
* | Use libstrophe xmpp_presence_new convenience function | James Booth | 2016-08-20 | 3 | -20/+5 | |
| | ||||||
* | Use libstrophe xmpp_iq_new convenience function | James Booth | 2016-08-20 | 4 | -142/+70 | |
| | ||||||
* | Use libstrophe xmpp_message_get_body convenience function | James Booth | 2016-08-20 | 1 | -49/+22 | |
| | ||||||
* | Use libstrophe xmpp_message_new convenience function | James Booth | 2016-08-20 | 2 | -22/+12 | |
| | ||||||
* | Replace stanza_create_message with libstrophe convenience functions | James Booth | 2016-08-20 | 3 | -34/+21 | |
| | ||||||
* | Use libstrophe convenience functions for stanza attributes | James Booth | 2016-08-20 | 7 | -117/+117 | |
| | ||||||
* | Send receipt request only when receiver supports feature | James Booth | 2016-08-18 | 6 | -57/+83 | |
| | | | | issue #829 | |||||
* | Only include lastactivity feature in disco responses when enabled | James Booth | 2016-08-18 | 2 | -2/+4 | |
| | ||||||
* | Only include receipts feature in disco responses when enabled | James Booth | 2016-08-18 | 2 | -1/+44 | |
| | | | | issue #829 | |||||
* | Use hashtable to store profanity disco features | James Booth | 2016-08-17 | 1 | -14/+16 | |
| | ||||||
* | Copy feature strings on caps_get_features | James Booth | 2016-08-17 | 2 | -3/+5 | |
| | ||||||
* | Add caps_create | James Booth | 2016-08-14 | 3 | -100/+93 | |
| | ||||||
* | Move caps_create -> stanza_create_caps_from_query_element | James Booth | 2016-08-14 | 5 | -141/+139 | |
| | ||||||
* | Move caps_create_sha1_str -> stanza_create_caps_sha1_from_query | James Booth | 2016-08-14 | 5 | -124/+124 | |
| | ||||||
* | Move caps static functions | James Booth | 2016-08-13 | 1 | -59/+59 | |
| | ||||||
* | Rename caps_contains -> caps_cache_contains | James Booth | 2016-08-13 | 4 | -6/+6 | |
| | ||||||
* | Move caps_create_query_response_stanza -> stanza_create_caps_query_element | James Booth | 2016-08-13 | 5 | -60/+77 | |
| | ||||||
* | Free DiscoIdentity and SoftwareVersion | James Booth | 2016-08-13 | 1 | -0/+2 | |
| | ||||||
* | Use SoftwareVersion in EntityCapabilities | James Booth | 2016-08-13 | 2 | -60/+57 | |
| | ||||||
* | Use DiscoIdentity in EntityCapabilities | James Booth | 2016-08-13 | 2 | -74/+84 | |
| | ||||||
* | Rename Capabilties -> EntityCapabilities | James Booth | 2016-08-13 | 4 | -31/+31 | |
| | ||||||
* | Reduce variable scope in caps_create_sha1_str | James Booth | 2016-08-13 | 1 | -15/+8 | |
| | ||||||
* | Merge branch 'master' into caps | James Booth | 2016-08-13 | 1 | -404/+385 | |
|\ |