about summary refs log tree commit diff stats
path: root/src/resource.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyrightJames Booth2016-02-141-1/+1
|
* Applied coding style to src/James Booth2015-10-261-3/+4
|
* Use null check convention in resource.cJames Booth2015-05-041-2/+2
|
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Added jid->hash lookup for capabilitiesJames Booth2014-09-201-7/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* 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