about summary refs log tree commit diff stats
path: root/src/config/accounts.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed test compilationJames Booth2014-01-181-1/+1
|
* WIP - Adding port to account optionsJames Booth2014-01-181-1/+18
|
* Added mock_accounts and fixed testsJames Booth2013-12-261-66/+104
|
* Moved fulljid logic to accountsJames Booth2013-12-151-0/+10
|
* Added clear command to /account for password clearingJames Booth2013-12-081-0/+9
| | | | fixes #267
* Added /account set <account> password <password>James Booth2013-11-071-0/+9
|
* Use correct type in account rename for prioritiesJames Booth2013-11-071-5/+5
| | | | fixes #250
* Merge remote-tracking branch 'tsenart/passwords-on-accounts-file'James Booth2013-11-071-0/+12
|\
| * Use passwords from the accounts fileTomás Senart2013-10-141-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_accountJames Booth2013-09-231-1/+1
| | | | issue #226
* Fixed memory leak in accounts_get_accountJames Booth2013-09-231-1/+1
| | | | issue #226
* Allow users to set default muc service and nickname per accountJames Booth2013-09-121-1/+95
| | | | | | | | See #238 Conflicts: src/config/accounts.c
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-10/+10
|
* fixed memory leaks in various filesDmitry Podgorny2013-08-251-19/+42
|
* most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-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 ProfAccountJames Booth2013-05-231-0/+16
|
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-25/+22
|
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-3/+3
|
* Added assertsJames Booth2013-02-031-1/+1
|
* Send entity capabilities and status when joining roomJames Booth2013-02-031-0/+3
|
* Removed files.cJames Booth2013-02-021-1/+0
|
* Moved function to get accouts files to accounts.cJames Booth2013-02-021-1/+16
|
* Added config dir to sourceJames Booth2013-02-021-0/+532