Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update help for /rooms | James Booth | 2018-02-05 | 1 | -1/+1 |
| | |||||
* | Add /rooms service autocompletion | James Booth | 2018-02-05 | 6 | -7/+79 |
| | |||||
* | Clear rooms cache on disconnect | James Booth | 2018-02-05 | 1 | -0/+2 |
| | |||||
* | Add /rooms cache | James Booth | 2018-02-05 | 9 | -14/+109 |
| | |||||
* | Filter rooms by simple case insensitive text | James Booth | 2018-02-04 | 3 | -14/+47 |
| | |||||
* | 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 | 5 | -31/+31 |
| | |||||
* | Allow filtering rooms list by glob | James Booth | 2018-01-27 | 5 | -22/+196 |
| | |||||
* | Show roster room server by defailt | James Booth | 2018-01-27 | 1 | -0/+1 |
| | |||||
* | Allow hiding room server in roster | James Booth | 2018-01-21 | 7 | -1/+57 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 137 | -139/+139 |
| | |||||
* | Show libotr and libgpgme versions on --version | James Booth | 2017-08-10 | 2 | -3/+16 |
| | | | | issue #956 | ||||
* | Show Python version on --version | James Booth | 2017-08-10 | 4 | -4/+22 |
| | | | | issue #956 | ||||
* | Fixed a typo in an error message ("This build does not support python plugins.") | Pavel Anosov | 2017-07-31 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'pasis/legacy-ssl' | James Booth | 2017-07-13 | 5 | -6/+14 |
|\ | |||||
| * | Legacy SSL support | Dmitry Podgorny | 2017-06-24 | 5 | -6/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Fix memory leak in cmd_init() | Dmitry Podgorny | 2017-07-01 | 1 | -2/+2 |
|/ | | | | _cmd_index() returns string allocated by glib. | ||||
* | 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 | ||||
* | | Only send ping requests to client that support it | James Booth | 2017-06-16 | 1 | -0/+5 |
| | | |||||
* | | Show message when server does not support ping | James Booth | 2017-06-15 | 2 | -0/+6 |
|/ | |||||
* | Recreate chat log when removed | James Booth | 2017-06-13 | 1 | -1/+6 |
| | | | | fixes #210 | ||||
* | Set locale in unit tests | James Booth | 2017-04-29 | 1 | -2/+2 |
| | | | | issue #901 | ||||
* | Use g_utf8_find_ functions for prof_occurrences | James Booth | 2017-04-28 | 1 | -4/+11 |
| | | | | issue #901 | ||||
* | Allow search_any and search_all for help | James Booth | 2017-04-07 | 4 | -10/+60 |
| | |||||
* | Match all terms on help search | James Booth | 2017-04-07 | 1 | -13/+18 |
| | |||||
* | Update /help help | James Booth | 2017-04-07 | 1 | -4/+4 |
| | |||||
* | Free cmd search index | James Booth | 2017-04-07 | 1 | -0/+6 |
| | |||||
* | Add basic help search | James Booth | 2017-04-06 | 5 | -36/+137 |
| | |||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 31 | -436/+548 |
| | |||||
* | Update Glib dependency to 2.40 | James Booth | 2017-03-25 | 2 | -68/+0 |
| | |||||
* | Add missing header | James Booth | 2017-03-25 | 1 | -0/+1 |
| | |||||
* | Autocomplete accent and case insensitive | James Booth | 2017-03-25 | 1 | -1/+14 |
| | |||||
* | Add theme option for time in a status bar | Lukasz Marcinowski | 2017-03-22 | 4 | -0/+8 |
| | |||||
* | Autotidy windows on /leave | James Booth | 2017-03-21 | 2 | -15/+5 |
| | | | | fixes #917 | ||||
* | Add plugins sourcepath property | James Booth | 2017-02-05 | 6 | -18/+103 |
| | |||||
* | Allow installing plugins from directory | James Booth | 2017-02-05 | 7 | -32/+144 |
| | |||||
* | Update plugins help | James Booth | 2017-02-05 | 1 | -2/+2 |
| | |||||
* | Allow loading all plugins | James Booth | 2017-02-05 | 3 | -6/+45 |
| | |||||
* | Allow unloading all plugins | James Booth | 2017-02-05 | 5 | -96/+150 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 137 | -139/+139 |
| | |||||
* | Fix alias help | James Booth | 2017-01-28 | 1 | -1/+1 |
| | | | | fixes #899 | ||||
* | Fix multibyte chars in prof_occurrences | James Booth | 2017-01-26 | 1 | -8/+14 |
| | | | | issue #901 | ||||
* | Check barejid in carbons | James Booth | 2017-01-24 | 1 | -2/+1 |
| | |||||
* | Add carbons from check | James Booth | 2017-01-23 | 1 | -1/+8 |
| | |||||
* | Check roster contact before displayng typing notification | James Booth | 2017-01-23 | 1 | -2/+6 |
| | | | | fixes #896 | ||||
* | Add pre chat and room message blocking | James Booth | 2017-01-22 | 7 | -15/+79 |
| | |||||
* | Add chat and room show calls to plugins api | James Booth | 2017-01-21 | 6 | -0/+343 |
| | |||||
* | Allow room display properies to be set by plugins | James Booth | 2017-01-20 | 12 | -15/+310 |
| | |||||
* | Allow chat prefix char to be set by plugins | James Booth | 2017-01-20 | 10 | -3/+277 |
| |