Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Removed files.c | James Booth | 2013-02-02 | 1 | -1/+0 |
| | |||||
* | Moved function to get accouts files to accounts.c | James Booth | 2013-02-02 | 1 | -1/+16 |
| | |||||
* | Added config dir to source | James Booth | 2013-02-02 | 1 | -0/+532 |