about summary refs log tree commit diff stats
path: root/src/config
Commit message (Collapse)AuthorAgeFilesLines
* removed strdup in autocomplete callsDmitry Podgorny2013-08-262-12/+12
|
* 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.
* Coloured contact and subscription in /roster and /group outputJames Booth2013-07-032-0/+16
|
* Added rooms history to ProfAccountJames Booth2013-05-232-0/+17
|
* Added groupchat logsJames Booth2013-05-052-0/+4
| | | | closes #168
* Added desktop notification option for subscription requestsJames Booth2013-04-272-0/+4
| | | | closes #166
* Added desktop notifications for chat room invitesJames Booth2013-04-222-0/+4
| | | | Use "/notify invite on|off"
* Mouse handling disabled by default.James Booth2013-03-191-1/+0
|
* Added resource_presence_t and contact_presence_tJames Booth2013-02-102-28/+25
|
* Renamed jabber_presence_t->presence_tJames Booth2013-02-102-6/+6
|
* Added assertsJames Booth2013-02-032-2/+2
|
* Send entity capabilities and status when joining roomJames Booth2013-02-031-0/+3
|
* Refactored string preferencesJames Booth2013-02-032-48/+48
|
* Refactored setting boolean preferencesJames Booth2013-02-032-202/+96
|
* Refactored getting boolean preferencesJames Booth2013-02-032-150/+162
|
* Removed files.cJames Booth2013-02-023-3/+0
|
* Moved function to get theme dir to theme.cJames Booth2013-02-021-5/+19
|
* Moved function to get accouts files to accounts.cJames Booth2013-02-021-1/+16
|
* Moved function to get log dir to log.cJames Booth2013-02-021-3/+17
|
* Added config dir to sourceJames Booth2013-02-026-0/+1588