Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Add time to status bar | James Booth | 2018-03-07 | 3 | -6/+53 | |
| | | | | ||||||
| * | | | Draw empty status bar | James Booth | 2018-03-07 | 1 | -356/+381 | |
|/ / / | ||||||
* | | | Do not colour room as joined when error joining | James Booth | 2018-03-07 | 1 | -7/+5 | |
| | | | | | | | | | | | | fixes #984 | |||||
* | | | Merge branch 'master' into autocomplete-clear | James Booth | 2018-03-05 | 7 | -9/+164 | |
|\ \ \ | ||||||
| * | | | 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 | 4 | -3/+182 | |
| | | | | | | | | | | | | | | | | fixes #983 | |||||
| * | | | Update themes | James Booth | 2018-02-10 | 3 | -6/+6 | |
| | | | | ||||||
* | | | | Clear autocompletes on line edits | James Booth | 2018-02-09 | 1 | -3/+19 | |
|/ / / | ||||||
* | | | Fix muc nick autocomplete colon mid message | James Booth | 2018-02-09 | 1 | -33/+37 | |
| | | | ||||||
* | | | 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 | |
| | | | ||||||
* | | | Merge branch 'rooms-cache' | James Booth | 2018-02-05 | 11 | -14/+111 | |
|\ \ \ | ||||||
| * | | | Add /rooms cache | James Booth | 2018-02-05 | 11 | -14/+111 | |
|/ / / | ||||||
* | | | Filter rooms by simple case insensitive text | James Booth | 2018-02-04 | 4 | -14/+56 | |
| | | | ||||||
* | | | 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 | 10 | -42/+66 | |
| | | | ||||||
* | | | 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 | 140 | -142/+142 | |
|/ / | ||||||
* | | 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 | |||||
* | | Merge remote-tracking branch 'noroot/patch-1' | James Booth | 2017-08-10 | 0 | -0/+0 | |
|\ \ | ||||||
| * | | Update typo in cmd_funcs.c | noroot | 2017-07-30 | 1 | -1/+1 | |
| | | | | | | | | | Fix typo in error messages about plugins | |||||
* | | | Merge pull request #959 from anossov/master | James Booth | 2017-08-05 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Fixed a typo in an error message ("This build does not support python plugins") | |||||
| * | | Fixed a typo in an error message ("This build does not support python plugins.") | Pavel Anosov | 2017-07-31 | 1 | -1/+1 | |
|/ / | ||||||
* | | Update CHANGELOG | James Booth | 2017-07-13 | 1 | -0/+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. | |||||
* | | | Merge remote-tracking branch 'pasis/memleaks' | James Booth | 2017-07-13 | 1 | -2/+2 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | 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 | 4 | -9/+105 | |
| | | | ||||||
* | | | Change server name in functional tests | James Booth | 2017-06-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | Show message when server does not support ping | James Booth | 2017-06-15 | 5 | -0/+34 | |
|/ / | ||||||
* | | Update CHANGELOG | James Booth | 2017-06-13 | 1 | -0/+6 | |
| | | ||||||
* | | Recreate chat log when removed | James Booth | 2017-06-13 | 1 | -1/+6 | |
| | | | | | | | | fixes #210 | |||||
* | | Update README.md | James Booth | 2017-06-11 | 1 | -2/+0 | |
| | | ||||||
* | | Set locale in unit tests | James Booth | 2017-04-29 | 2 | -3/+19 | |
| | | | | | | | | 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 | 38 | -468/+599 | |
| | ||||||
* | Add test for case insensitive autocomplete | James Booth | 2017-03-25 | 3 | -0/+14 | |
| | ||||||
* | Add gtk to travis build | James Booth | 2017-03-25 | 1 | -1/+1 | |
| |