about summary refs log tree commit diff stats
path: root/src/resource.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyrightJames Booth2014-03-091-1/+1
|
* most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-5/+6
| | | | | | 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.
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-0/+30
|
* Use resource_presence_t in ResourceJames Booth2013-02-101-7/+2
|
* Only create contacts resource when onlineJames Booth2013-02-101-0/+1
|
* Fixed error clearing contact listJames Booth2013-02-101-1/+0
|
* Added default resource to contactJames Booth2013-02-101-1/+4
|
* Added resource.cJames Booth2013-02-091-0/+61