Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Legacy SSL support | Dmitry Podgorny | 2017-06-24 | 1 | -1/+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. | ||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -4/+4 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Allow clearing account resource | James Booth | 2016-11-22 | 1 | -0/+9 |
| | | | | issue #880 | ||||
* | Use server features for account muc service | James Booth | 2016-11-20 | 1 | -40/+56 |
| | | | | issue #878 | ||||
* | Move all filepath handling to files.c | James Booth | 2016-07-24 | 1 | -22/+7 |
| | |||||
* | Move xgd functions | James Booth | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Add config/files.c | James Booth | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Moved jid.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Added account theme property | James Booth | 2016-01-22 | 1 | -1/+26 |
| | |||||
* | Added conf_string_list_add | James Booth | 2015-11-24 | 1 | -42/+1 |
| | |||||
* | Created config/conflists.c for shared config list handling | James Booth | 2015-11-23 | 1 | -51/+7 |
| | |||||
* | Applied coding style to accounts.c | James Booth | 2015-10-25 | 1 | -50/+50 |
| | |||||
* | Force tls on all connections, add tls policy account property | James Booth | 2015-10-18 | 1 | -3/+25 |
| | |||||
* | Add ability to script commands after connect | James Booth | 2015-10-15 | 1 | -2/+26 |
| | |||||
* | Added missing account properties to /account rename | James Booth | 2015-09-28 | 1 | -29/+26 |
| | |||||
* | Removed old code to fix legacy accounts | James Booth | 2015-09-28 | 1 | -58/+2 |
| | |||||
* | Include last activity in initial presence | James Booth | 2015-09-27 | 1 | -0/+11 |
| | |||||
* | Added auto xa option, tidied autoaway code | James Booth | 2015-09-27 | 1 | -0/+19 |
| | |||||
* | Save last activity to account on disconnect | James Booth | 2015-09-25 | 1 | -0/+17 |
| | |||||
* | Fixed various jid and account mem leaks | James Booth | 2015-06-24 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into pgp | James Booth | 2015-05-04 | 1 | -17/+17 |
|\ | |||||
| * | Use null check convention in accounts.c | James Booth | 2015-05-04 | 1 | -17/+17 |
| | | |||||
* | | Added pgpkeyid account setting, send signed presence | James Booth | 2015-03-23 | 1 | -1/+25 |
|/ | |||||
* | Fixed spelling. | Christian Storm | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Simplified autocompleters and command history | James Booth | 2015-01-16 | 1 | -2/+2 |
| | |||||
* | eval_password code is now in cmd_connect so that it can be changed | Will Song | 2015-01-12 | 1 | -10/+0 |
| | | | | | without clearing it. eval_password errors are also now ignored, along with pclosing the popened eval_password. | ||||
* | Removed unused include, free eval_password | James Booth | 2015-01-13 | 1 | -1/+0 |
| | |||||
* | fgets: buffer size | Peter Vilim | 2015-01-07 | 1 | -3/+6 |
| | |||||
* | fix for fgets | Peter Vilim | 2015-01-07 | 1 | -1/+1 |
| | |||||
* | merge | Peter Vilim | 2015-01-07 | 1 | -0/+2 |
|\ | |||||
| * | Add support for evaluated password | Peter Vilim | 2015-01-07 | 1 | -2/+30 |
| | | |||||
* | | iofixed | Peter Vilim | 2015-01-07 | 1 | -2/+13 |
| | | |||||
* | | Add support for evaluated password | Peter Vilim | 2015-01-06 | 1 | -2/+18 |
|/ | |||||
* | Removed function pointers | James Booth | 2014-12-22 | 1 | -121/+77 |
| | |||||
* | implement account removal | Will Song | 2014-11-23 | 1 | -0/+11 |
| | |||||
* | Merge branch 'master' into symlinks | James Booth | 2014-10-26 | 1 | -0/+20 |
|\ | |||||
| * | Added /account clear [account] port | James Booth | 2014-10-23 | 1 | -0/+10 |
| | | |||||
| * | Added /account clear [account] server | James Booth | 2014-10-23 | 1 | -0/+10 |
| | | |||||
* | | Follow symlinks for profrc and accounts files | James Booth | 2014-10-26 | 1 | -1/+8 |
|/ | |||||
* | Set file permissions for accounts file | James Booth | 2014-10-18 | 1 | -0/+6 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Added quote param to autocomplete_complete | James Booth | 2014-07-09 | 1 | -2/+2 |
| | |||||
* | Implemented per contact OTR policy setting | James Booth | 2014-05-11 | 1 | -1/+33 |
| | |||||
* | Added /otr policy for contacts in account preferences | James Booth | 2014-05-11 | 1 | -0/+115 |
| |