about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_pgp.c
Commit message (Expand)AuthorAgeFilesLines
* Apply coding styleMichael Vetter2020-07-071-16/+28
* Revert "Apply coding style"Michael Vetter2020-07-071-31/+19
* Apply coding styleMichael Vetter2020-07-071-19/+31
* Rename mucconf wins into conf winsPaul Fariello2018-09-051-2/+2
* Rename command sourcesJames Booth2016-05-221-1/+1
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-10/+0
* Add session.cJames Booth2016-05-051-2/+2
* Added include to fix testsJames Booth2016-04-261-0/+1
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-2/+2
* Added C plugin code from plugins branchJames Booth2016-02-141-2/+2
* Fixed tests for new command formatJames Booth2015-07-271-20/+7
* Added initial /pgp start checksJames Booth2015-06-181-0/+86
* Added cmd_pgp testsJames Booth2015-06-181-0/+43
a> 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265