Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Ensure cmd commands are run on the right type of window | Paul Fariello | 2018-09-05 | 1 | -4/+53 | |
| | | ||||||
| * | Fix bad english sentence | Paul Fariello | 2018-09-05 | 1 | -1/+1 | |
| | | ||||||
| * | Allow to use cmd without being in a window | Paul Fariello | 2018-09-05 | 1 | -5/+12 | |
| | | ||||||
| * | Add conf win callback | Paul Fariello | 2018-09-05 | 1 | -2/+2 | |
| | | ||||||
| * | Rename mucconf wins into conf wins | Paul Fariello | 2018-09-05 | 1 | -40/+40 | |
| | | | | | | | | Configuration windows are now being used by both muc and cmd. | |||||
| * | Handle simple execution | Paul Fariello | 2018-09-05 | 1 | -2/+2 | |
| | | | | | | | | Tested with ping from biboumi | |||||
| * | Add command subcommands: list and exec | Paul Fariello | 2018-09-05 | 1 | -3/+26 | |
| | | | | | | | | Also handle list result | |||||
| * | Add command command | Paul Fariello | 2018-09-05 | 1 | -0/+23 | |
| | | | | | | | | Initial commit to test commands API | |||||
* | | Fix extended plugin handling PR | Philip Flohr | 2018-09-06 | 1 | -8/+15 | |
| | | | | | | | | Fixes problems found in PR #999 | |||||
* | | implemented plugin updates | Philip Flohr | 2018-09-06 | 1 | -0/+58 | |
| | | ||||||
* | | added the possibility to uninstall a plugin | Philip Flohr | 2018-09-06 | 1 | -0/+17 | |
| | | ||||||
* | | provide feedback on failure cause if plugin installation fails | Philip Flohr | 2018-09-06 | 1 | -2/+3 | |
|/ | ||||||
* | Add max tab length to statusbar | James Booth | 2018-03-11 | 1 | -0/+32 | |
| | ||||||
* | WIP add self prefs for statusbar | James Booth | 2018-03-10 | 1 | -0/+29 | |
| | ||||||
* | Tidy windows when closing room config | James Booth | 2018-03-10 | 1 | -0/+1 | |
| | ||||||
* | Preference to show/hide tab number | James Booth | 2018-03-09 | 1 | -0/+22 | |
| | ||||||
* | Only allow swapping active windows | James Booth | 2018-03-09 | 1 | -9/+22 | |
| | ||||||
* | Remove empty tabs | James Booth | 2018-03-09 | 1 | -50/+2 | |
| | ||||||
* | Add preferences for tab display | James Booth | 2018-03-09 | 1 | -1/+36 | |
| | ||||||
* | Add max tabs preference for statusbar | James Booth | 2018-03-08 | 1 | -0/+27 | |
| | ||||||
* | Add prefs for empty tabs and tab names | James Booth | 2018-03-08 | 1 | -0/+38 | |
| | ||||||
* | Show name in statusbar tabs WIP | James Booth | 2018-03-08 | 1 | -1/+1 | |
| | ||||||
* | Remove redundant window->type checks | James Booth | 2018-03-04 | 1 | -36/+12 | |
| | ||||||
* | Use jid argument for /bookmark when in room | James Booth | 2018-03-04 | 1 | -2/+43 | |
| | | | | fixes #983 | |||||
* | Add /rooms cache | James Booth | 2018-02-05 | 1 | -2/+24 | |
| | ||||||
* | Filter rooms by simple case insensitive text | James Booth | 2018-02-04 | 1 | -0/+6 | |
| | ||||||
* | Fix tests, move glob creation | James Booth | 2018-01-27 | 1 | -17/+11 | |
| | ||||||
* | Allow filtering rooms list by glob | James Booth | 2018-01-27 | 1 | -9/+71 | |
| | ||||||
* | Allow hiding room server in roster | James Booth | 2018-01-21 | 1 | -0/+24 | |
| | ||||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 | |
| | ||||||
* | Show Python version on --version | James Booth | 2017-08-10 | 1 | -1/+1 | |
| | | | | issue #956 | |||||
* | Fixed a typo in an error message ("This build does not support python plugins.") | Pavel Anosov | 2017-07-31 | 1 | -1/+1 | |
| | ||||||
* | Legacy SSL support | Dmitry Podgorny | 2017-06-24 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | 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. | |||||
* | 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 | 1 | -0/+5 | |
| | ||||||
* | Allow search_any and search_all for help | James Booth | 2017-04-07 | 1 | -2/+22 | |
| | ||||||
* | Add basic help search | James Booth | 2017-04-06 | 1 | -31/+56 | |
| | ||||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -6/+6 | |
| | ||||||
* | Autotidy windows on /leave | James Booth | 2017-03-21 | 1 | -14/+4 | |
| | | | | fixes #917 | |||||
* | Add plugins sourcepath property | James Booth | 2017-02-05 | 1 | -6/+59 | |
| | ||||||
* | Allow installing plugins from directory | James Booth | 2017-02-05 | 1 | -24/+52 | |
| | ||||||
* | Allow loading all plugins | James Booth | 2017-02-05 | 1 | -3/+19 | |
| | ||||||
* | Allow unloading all plugins | James Booth | 2017-02-05 | 1 | -93/+113 | |
| | ||||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 | |
| | ||||||
* | Remove status from cl_ev_presence_send | James Booth | 2017-01-15 | 1 | -4/+4 | |
| | | | | fixes #888 | |||||
* | Allow clearing account resource | James Booth | 2016-11-22 | 1 | -1/+5 | |
| | | | | issue #880 | |||||
* | Use server features for account muc service | James Booth | 2016-11-20 | 1 | -16/+33 | |
| | | | | issue #878 | |||||
* | Added main.help.header theme option | Frank Zschockelt | 2016-10-29 | 1 | -2/+2 | |
| | ||||||
* | Add /tls certpath default | James Booth | 2016-10-17 | 1 | -3/+7 | |
| | | | | issue #871 | |||||
* | Remove ui_current_print_formatted_line | James Booth | 2016-10-16 | 1 | -28/+28 | |
| |