Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set last presence for account | James Booth | 2013-01-27 | 1 | -0/+18 |
| | |||||
* | Added /account set <account> resource <value> | James Booth | 2013-01-27 | 1 | -0/+9 |
| | |||||
* | Refactored connecting, and reconnecting | James Booth | 2013-01-27 | 1 | -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 accounts | James Booth | 2013-01-27 | 1 | -36/+36 |
| | |||||
* | Renamed account_add_login -> account_add, added comments | James Booth | 2013-01-27 | 1 | -9/+6 |
| | |||||
* | Tidied accounts_load in accounts | James Booth | 2013-01-27 | 1 | -17/+22 |
| | |||||
* | Added resource handling in account module | James Booth | 2013-01-27 | 1 | -10/+26 |
| | | | | Handle old accounts on load | ||||
* | Added resource to ProfAccount | James Booth | 2013-01-26 | 1 | -13/+18 |
| | |||||
* | Parse account name as jid on account add, handle resource part | James Booth | 2013-01-26 | 1 | -9/+32 |
| | |||||
* | Got rid of old naming convention on prof_autocomplete | James Booth | 2013-01-25 | 1 | -21/+21 |
| | |||||
* | Updated copyright | James Booth | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Autocomplete: added free function | James Booth | 2013-01-11 | 1 | -2/+2 |
| | | | | Fixed tests | ||||
* | Added autocomplete for enabled logins only | James Booth | 2012-12-10 | 1 | -11/+36 |
| | |||||
* | Added /account set command, set server or jid | James Booth | 2012-12-10 | 1 | -0/+25 |
| | |||||
* | Added /account rename | James Booth | 2012-12-10 | 1 | -0/+60 |
| | |||||
* | Handle logins using accounts | James Booth | 2012-12-09 | 1 | -0/+50 |
| | |||||
* | Added /account list command, and added jid property to accounts | James Booth | 2012-12-09 | 1 | -0/+14 |
| | |||||
* | Added server property to accounts | James Booth | 2012-12-07 | 1 | -1/+5 |
| | |||||
* | Moved logins to accounts module | James Booth | 2012-12-02 | 1 | -0/+99 |