Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests, move glob creation | James Booth | 2018-01-27 | 1 | -1/+1 |
| | |||||
* | Allow filtering rooms list by glob | James Booth | 2018-01-27 | 1 | -0/+43 |
| | |||||
* | Allow hiding room server in roster | James Booth | 2018-01-21 | 1 | -0/+16 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Legacy SSL support | Dmitry Podgorny | 2017-06-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | Allow search_any and search_all for help | James Booth | 2017-04-07 | 1 | -1/+2 |
| | |||||
* | Add basic help search | James Booth | 2017-04-06 | 1 | -0/+1 |
| | |||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -302/+302 |
| | |||||
* | Add plugins sourcepath property | James Booth | 2017-02-05 | 1 | -0/+18 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Allow clearing account resource | James Booth | 2016-11-22 | 1 | -0/+1 |
| | | | | issue #880 | ||||
* | Use server features for account muc service | James Booth | 2016-11-20 | 1 | -0/+1 |
| | | | | issue #878 | ||||
* | Add /tls certpath default | James Booth | 2016-10-17 | 1 | -0/+1 |
| | | | | issue #871 | ||||
* | Allow filepath autocompletion in plugins | James Booth | 2016-10-10 | 1 | -110/+109 |
| | | | | closes #858 | ||||
* | Minor code tidy cmd_ac.c | James Booth | 2016-10-06 | 1 | -54/+47 |
| | |||||
* | Reduce scope of GString in autocompleters | James Booth | 2016-10-03 | 1 | -6/+19 |
| | | | | fixes #867 | ||||
* | Allow vertical positioning of all windows | James Booth | 2016-09-23 | 1 | -8/+8 |
| | |||||
* | Rename /titlebar -> /wintitle | James Booth | 2016-09-22 | 1 | -12/+12 |
| | |||||
* | Add /inputwin top|bottom command | James Booth | 2016-09-19 | 1 | -3/+10 |
| | | | | closes #853 | ||||
* | Fix string frees in _complete_filepath | James Booth | 2016-09-05 | 1 | -5/+2 |
| | |||||
* | Free strings in _complete_filepath | James Booth | 2016-09-05 | 1 | -3/+10 |
| | |||||
* | Use hash table for bookmarks | James Booth | 2016-08-21 | 1 | -0/+1 |
| | |||||
* | Fix memory leaks | James Booth | 2016-07-25 | 1 | -1/+2 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -6/+6 |
| | |||||
* | Moved window_list.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Moved roster_list.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Moved muc.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Add /plugins python_version command | James Booth | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Add /plugins install command | James Booth | 2016-07-12 | 1 | -103/+115 |
| | |||||
* | Add /plugin reload command | James Booth | 2016-07-10 | 1 | -0/+25 |
| | |||||
* | Plugin unload remove cmd_acs and close window | James Booth | 2016-07-05 | 1 | -0/+8 |
| | |||||
* | Use hash table to store plugins | James Booth | 2016-06-30 | 1 | -4/+4 |
| | |||||
* | /plugins unload command and completer | James Booth | 2016-06-30 | 1 | -0/+27 |
| | |||||
* | Revert "WIP - Unload plugin commands" | James Booth | 2016-06-30 | 1 | -9/+0 |
| | | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f. | ||||
* | WIP - Unload plugin commands | James Booth | 2016-06-29 | 1 | -0/+9 |
| | |||||
* | Free string on connect autocomplete | James Booth | 2016-06-08 | 1 | -0/+2 |
| | |||||
* | Complete no arg for /account properties | James Booth | 2016-06-01 | 1 | -31/+39 |
| | |||||
* | Complete no arg for /join properties | James Booth | 2016-06-01 | 1 | -19/+26 |
| | |||||
* | Complete no arg for /connect properties | James Booth | 2016-06-01 | 1 | -50/+49 |
| | |||||
* | Merge branch 'master' into complete-empty | James Booth | 2016-05-31 | 1 | -48/+55 |
|\ | |||||
| * | Move /statuses options to /presence command | James Booth | 2016-05-31 | 1 | -46/+26 |
| | | |||||
| * | Add /presence titlebar subcommand | James Booth | 2016-05-31 | 1 | -2/+29 |
| | | |||||
* | | Complete no arg for /bookmark properties | James Booth | 2016-05-24 | 1 | -40/+51 |
| | | |||||
* | | Complete no arg for /role set | James Booth | 2016-05-24 | 1 | -2/+4 |
| | | |||||
* | | Complete no arg for /affiliation set | James Booth | 2016-05-24 | 1 | -2/+4 |
| | | |||||
* | | Complete no arg for /script run|show | James Booth | 2016-05-24 | 1 | -2/+2 |
| | | |||||
* | | Complete no arg for /theme load | James Booth | 2016-05-24 | 1 | -1/+1 |
| | | |||||
* | | Complete no arg for /plugins load | James Booth | 2016-05-24 | 1 | -1/+1 |
| | | |||||
* | | Allow empty autocomplete for /otr policy | James Booth | 2016-05-24 | 1 | -6/+6 |
|/ |