Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added MAX_PASSWORD_SIZE set to 64 | James Booth | 2013-11-07 | 1 | -0/+2 | |
| | | | | fixes #245 | |||||
* | Merge remote-tracking branch 'tsenart/passwords-on-accounts-file' | James Booth | 2013-11-07 | 2 | -0/+13 | |
|\ | ||||||
| * | Use passwords from the accounts file | Tomás Senart | 2013-10-14 | 2 | -0/+13 | |
|/ | | | | | | 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 | 2 | -1/+99 | |
| | | | | | | | | See #238 Conflicts: src/config/accounts.c | |||||
* | removed strdup in autocomplete calls | Dmitry Podgorny | 2013-08-26 | 2 | -12/+12 | |
| | ||||||
* | 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. | |||||
* | Coloured contact and subscription in /roster and /group output | James Booth | 2013-07-03 | 2 | -0/+16 | |
| | ||||||
* | Added rooms history to ProfAccount | James Booth | 2013-05-23 | 2 | -0/+17 | |
| | ||||||
* | Added groupchat logs | James Booth | 2013-05-05 | 2 | -0/+4 | |
| | | | | closes #168 | |||||
* | Added desktop notification option for subscription requests | James Booth | 2013-04-27 | 2 | -0/+4 | |
| | | | | closes #166 | |||||
* | Added desktop notifications for chat room invites | James Booth | 2013-04-22 | 2 | -0/+4 | |
| | | | | Use "/notify invite on|off" | |||||
* | Mouse handling disabled by default. | James Booth | 2013-03-19 | 1 | -1/+0 | |
| | ||||||
* | Added resource_presence_t and contact_presence_t | James Booth | 2013-02-10 | 2 | -28/+25 | |
| | ||||||
* | Renamed jabber_presence_t->presence_t | James Booth | 2013-02-10 | 2 | -6/+6 | |
| | ||||||
* | Added asserts | James Booth | 2013-02-03 | 2 | -2/+2 | |
| | ||||||
* | Send entity capabilities and status when joining room | James Booth | 2013-02-03 | 1 | -0/+3 | |
| | ||||||
* | Refactored string preferences | James Booth | 2013-02-03 | 2 | -48/+48 | |
| | ||||||
* | Refactored setting boolean preferences | James Booth | 2013-02-03 | 2 | -202/+96 | |
| | ||||||
* | Refactored getting boolean preferences | James Booth | 2013-02-03 | 2 | -150/+162 | |
| | ||||||
* | Removed files.c | James Booth | 2013-02-02 | 3 | -3/+0 | |
| | ||||||
* | Moved function to get theme dir to theme.c | James Booth | 2013-02-02 | 1 | -5/+19 | |
| | ||||||
* | Moved function to get accouts files to accounts.c | James Booth | 2013-02-02 | 1 | -1/+16 | |
| | ||||||
* | Moved function to get log dir to log.c | James Booth | 2013-02-02 | 1 | -3/+17 | |
| | ||||||
* | Added config dir to source | James Booth | 2013-02-02 | 6 | -0/+1588 | |