Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |