about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_otr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix prefs_get_str related leaks in unit testsMichael Vetter2019-06-191-0/+3
* Fix OTR unit test after account_new API changePaul Fariello2019-04-171-1/+1
* Remove ui_current_print_formatted_lineJames Booth2016-10-161-6/+6
* Remove ui_current_print_lineJames Booth2016-10-161-2/+2
* Moved window_list.cJames Booth2016-07-241-1/+1
* Rename command sourcesJames Booth2016-05-221-2/+2
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-20/+0
* Rename jabber_ functionsJames Booth2016-05-061-1/+1
* Add session.cJames Booth2016-05-051-12/+12
* Tidy xmpp headersJames Booth2016-05-041-0/+1
* Fixed testsJames Booth2016-04-271-54/+33
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
* Added C plugin code from plugins branchJames Booth2016-02-141-3/+3
* Added account theme propertyJames Booth2016-01-221-1/+1
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-181-1/+1
* Add ability to script commands after connectJames Booth2015-10-151-1/+1
* Split PGP incoming and outgoing message handlingJames Booth2015-08-301-4/+10
* Fixed tests for new command formatJames Booth2015-07-271-97/+31
* Moved setting otr.warn -> enc.warnJames Booth2015-06-211-62/+0
* Added pgp checks for message sendingJames Booth2015-06-211-2/+2
* Merge branch 'master' into openpgpJames Booth2015-06-171-63/+37
|\
| * Removed wins_get_current_* functionsJames Booth2015-06-171-63/+37
* | Merge branch 'master' into openpgpJames Booth2015-06-171-34/+41
|\|
| * Added current window reference to command functionsJames Booth2015-06-171-34/+41
* | Merge branch 'master' into openpgpJames Booth2015-06-151-5/+36
|\|
| * Tidied cmd_otr, added check-unit target to MakefileJames Booth2015-06-151-5/+36
* | Merge branch 'master' into openpgpJames Booth2015-06-151-11/+22
|\|
| * Removed ui_get_current_chat()James Booth2015-06-151-11/+22
* | Merge branch 'master' into openpgpJames Booth2015-06-121-1/+1
|/
* Moved all tests to tests folderJames Booth2015-06-121-0/+578
> 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630