about summary refs log tree commit diff stats
path: root/src/resource.c
Commit message (Expand)AuthorAgeFilesLines
* most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-5/+6
* 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
='#n92'>92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155