about summary refs log tree commit diff stats
path: root/src/accounts.c
Commit message (Collapse)AuthorAgeFilesLines
* Set last presence for accountJames Booth2013-01-271-0/+18
|
* Added /account set <account> resource <value>James Booth2013-01-271-0/+9
|
* Refactored connecting, and reconnectingJames Booth2013-01-271-3/+9
| | | | | | | The user either logs in with an account, in which case its name, and the password is kept for reconnects. Or the user can login with a jid (and server) which does not currently exist as a local account. On success an account is created, with the jid as the name.
* Refactor fixing old accountsJames Booth2013-01-271-36/+36
|
* Renamed account_add_login -> account_add, added commentsJames Booth2013-01-271-9/+6
|
* Tidied accounts_load in accountsJames Booth2013-01-271-17/+22
|
* Added resource handling in account moduleJames Booth2013-01-271-10/+26
| | | | Handle old accounts on load
* Added resource to ProfAccountJames Booth2013-01-261-13/+18
|
* Parse account name as jid on account add, handle resource partJames Booth2013-01-261-9/+32
|
* Got rid of old naming convention on prof_autocompleteJames Booth2013-01-251-21/+21
|
* Updated copyrightJames Booth2013-01-111-1/+1
|
* Autocomplete: added free functionJames Booth2013-01-111-2/+2
| | | | Fixed tests
* Added autocomplete for enabled logins onlyJames Booth2012-12-101-11/+36
|
* Added /account set command, set server or jidJames Booth2012-12-101-0/+25
|
* Added /account renameJames Booth2012-12-101-0/+60
|
* Handle logins using accountsJames Booth2012-12-091-0/+50
|
* Added /account list command, and added jid property to accountsJames Booth2012-12-091-0/+14
|
* Added server property to accountsJames Booth2012-12-071-1/+5
|
* Moved logins to accounts moduleJames Booth2012-12-021-0/+99