about summary refs log tree commit diff stats
path: root/tests/unittests/omemo
Commit message (Collapse)AuthorAgeFilesLines
* Format code correctlyMichael Vetter2021-10-051-2/+3
|
* Display OMEMO device IDDebXWoody2021-05-281-0/+5
| | | | | Display the OMEMO device ID which has been generated, when the user generated OMEMO crytographic materials via /omemo gen.
* Run make format on rebaseWilliam Wennerström2020-11-161-9/+32
|
* Move file encryption function to public headerWilliam Wennerström2020-11-161-28/+12
|
* Apply coding styleMichael Vetter2020-07-071-23/+62
|
* Revert "Apply coding style"Michael Vetter2020-07-071-62/+23
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-23/+62
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Add omemo_close stub for testsMichael Vetter2019-07-181-0/+1
|
* Fix unit test after account_new API changePaul Fariello2019-04-171-1/+1
|
* Add omemo_start_sessions to unittest stubMichael Vetter2019-04-141-0/+1
|
* Automatically starts OMEMO if one identity is trustedPaul Fariello2019-04-101-0/+6
|
* Wait for discovery end to publish omemo devicelist and bundlePaul Fariello2019-04-101-0/+1
| | | | Add sv_ev_connection_features_received for that purpose
* Add required OMEMO stub for unit-testPaul Fariello2019-04-101-0/+61
='n249' href='#n249'>249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394