about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Free strings in cons_show_accountJames Booth2014-05-121-0/+3
* Added OTR preferences to /account show commmandJames Booth2014-05-112-20/+53
* Implemented per contact OTR policy settingJames Booth2014-05-115-5/+84
* Added /otr policy for contacts in account preferencesJames Booth2014-05-113-11/+148
* Add contact to /otr policy autocompleteJames Booth2014-05-111-16/+32
* Added otr to /account clear propertiesJames Booth2014-05-114-0/+16
* Added otr property to /account helpJames Booth2014-05-111-0/+1
* Override global OTR policy with account OTR policyJames Booth2014-05-111-0/+8
* Moved OTR policy check to otr moduleJames Booth2014-05-115-3/+14
* Added OTR policy account preferenceJames Booth2014-05-116-7/+36
* Added autocompletion for /account set <account> otr <policy>James Booth2014-05-112-5/+25
* Added /prefs otrJames Booth2014-05-114-33/+44
* Moved global OTR settings to [otr] groupJames Booth2014-05-112-10/+31
* Added autocomplete for bookmark optionsJames Booth2014-05-111-19/+50
* Highlight active rooms in bookmark listJames Booth2014-05-101-1/+15
* Refactored bookmarks to use option parser, allow bookmarking rooms with passw...James Booth2014-05-107-94/+202
* Fixed potential segfaults on autocompleteJames Booth2014-05-081-0/+4
* Added help for shared secret and question answer otr verificationJames Booth2014-05-071-4/+7
* Added question answer messages for libotr 4.0.0James Booth2014-05-071-10/+18
* Added UI messages for smp question/answer resultJames Booth2014-05-073-4/+41
* Merge branch 'master' into otrsmpJames Booth2014-05-075-114/+173
|\
| * Refactroed self presence checks, handle null stanzasJames Booth2014-05-062-108/+73
| * Added null check for presence error stanza namespace elementJames Booth2014-05-051-1/+4
| * Handle room subject and broadcasts sent before roster receivedJames Booth2014-05-053-5/+96
* | Merge branch 'master' into otrsmpJames Booth2014-05-024-15/+22
|\|
| * Changed to use gnutls instead of openssl for sha1 hashingJames Booth2014-05-014-15/+22
* | Added question answer authentication (libotr 3.2.x)James Booth2014-04-307-9/+118
* | Added ui functions for otr authenticationJames Booth2014-04-303-4/+37
* | Removed debugJames Booth2014-04-302-62/+8
* | Attempt at shared secret authentication for libotr 4.0.0James Booth2014-04-286-24/+130
* | Added SMP secret libotr 4.0.0 handlersJames Booth2014-04-273-0/+104
* | Fixed error on SMP authentication failJames Booth2014-04-271-1/+1
* | Added SMP secret authentication success messageJames Booth2014-04-275-1/+39
* | Tidied UI messages for SMP shared secret authenticationJames Booth2014-04-274-42/+16
* | Added SMP ui eventsJames Booth2014-04-263-6/+92
* | Handle SMP secret responseJames Booth2014-04-265-10/+30
* | Send SMP init message with /otr secretJames Booth2014-04-266-2/+98
|/
* Fixed cppcheck warningsJames Booth2014-04-2626-206/+41
* Added open xml consoleJames Booth2014-04-251-0/+11
* Fixed /wins swap helpJames Booth2014-04-241-3/+3
* Allow /wins swap to move to empty positionJames Booth2014-04-243-2/+23
* Added command /wins swapJames Booth2014-04-246-6/+66
* Added -a (--account) option to man pageJames Booth2014-04-231-1/+1
* Rejoin private rooms after reconnectingJames Booth2014-04-233-1/+34
* Tidied jabber_process_eventsJames Booth2014-04-231-14/+20
* Merge remote-tracking branch 'lucian/master'James Booth2014-04-231-5/+10
|\
| * Bugfix: Because whitespace was removed, last check OTR always, didn't work, n...lightb2014-04-221-5/+6
| * Added new functionality to OTR always policylightb2014-04-221-1/+7
* | Added /otr policy autocompletionJames Booth2014-04-231-0/+14
* | Merge remote-tracking branch 'lucian/master'James Booth2014-04-228-10/+83
|\|
='#n310'>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 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 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698