Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Added otr to /account clear properties | James Booth | 2014-05-11 | 1 | -0/+10 |
| | |||||
* | Added OTR policy account preference | James Booth | 2014-05-11 | 1 | -2/+19 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Refactored ProfAccount creation | James Booth | 2014-01-22 | 1 | -124/+26 |
| | |||||
* | Fixed test compilation | James Booth | 2014-01-18 | 1 | -1/+1 |
| | |||||
* | WIP - Adding port to account options | James Booth | 2014-01-18 | 1 | -1/+18 |
| | |||||
* | Added mock_accounts and fixed tests | James Booth | 2013-12-26 | 1 | -66/+104 |
| | |||||
* | Moved fulljid logic to accounts | James Booth | 2013-12-15 | 1 | -0/+10 |
| | |||||
* | Added clear command to /account for password clearing | James Booth | 2013-12-08 | 1 | -0/+9 |
| | | | | fixes #267 | ||||
* | Added /account set <account> password <password> | James Booth | 2013-11-07 | 1 | -0/+9 |
| | |||||
* | Use correct type in account rename for priorities | James Booth | 2013-11-07 | 1 | -5/+5 |
| | | | | fixes #250 | ||||
* | Merge remote-tracking branch 'tsenart/passwords-on-accounts-file' | James Booth | 2013-11-07 | 1 | -0/+12 |
|\ | |||||
| * | Use passwords from the accounts file | Tomás Senart | 2013-10-14 | 1 | -0/+12 |
|/ | | | | | | This commit makes it so that if the password in an account in the accounts file is present, then use it. Otherwise ask for the password to the user. | ||||
* | Fixed memory leak in accounts_get_account | James Booth | 2013-09-23 | 1 | -1/+1 |
| | | | | issue #226 | ||||
* | Fixed memory leak in accounts_get_account | James Booth | 2013-09-23 | 1 | -1/+1 |
| | | | | issue #226 | ||||
* | Allow users to set default muc service and nickname per account | James Booth | 2013-09-12 | 1 | -1/+95 |
| | | | | | | | | See #238 Conflicts: src/config/accounts.c | ||||
* | removed strdup in autocomplete calls | Dmitry Podgorny | 2013-08-26 | 1 | -10/+10 |
| | |||||
* | fixed memory leaks in various files | Dmitry Podgorny | 2013-08-25 | 1 | -19/+42 |
| | |||||
* | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 1 | -7/+7 |
| | | | | | | FREE_SET_NULL makes extra assignment of NULL for pointers in stack or dynamic memory that is going to be freed. FREE_SET_NULL is useful for pointers that can be used in future. | ||||
* | Added rooms history to ProfAccount | James Booth | 2013-05-23 | 1 | -0/+16 |
| | |||||
* | Added resource_presence_t and contact_presence_t | James Booth | 2013-02-10 | 1 | -25/+22 |
| | |||||
* | Renamed jabber_presence_t->presence_t | James Booth | 2013-02-10 | 1 | -3/+3 |
| | |||||
* | Added asserts | James Booth | 2013-02-03 | 1 | -1/+1 |
| | |||||
* | Send entity capabilities and status when joining room | James Booth | 2013-02-03 | 1 | -0/+3 |
| |