about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed ui_show_room_disco_info -> mucwin_room_disco_infoJames Booth2015-11-011-1/+1
* Renamed ui_handle_room_info_error -> mucwin_room_info_errorJames Booth2015-11-011-1/+1
* Removed ui_input_nonblocking()James Booth2015-11-011-3/+3
* Applied coding style to src/xmpp/James Booth2015-10-2614-555/+530
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-182-8/+26
* Removed --disable-tls command line optionJames Booth2015-10-182-7/+2
* Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATHJames Booth2015-10-181-1/+1
* Add ability to script commands after connectJames Booth2015-10-151-2/+2
* Send service-unavailable when lastactivity disabledJames Booth2015-10-141-2/+30
* Use lastactivity preference for presence updatesJames Booth2015-10-141-1/+6
* Moved idle time check for last activityJames Booth2015-10-142-11/+11
* Title bar TLS indicatorJames Booth2015-10-141-2/+3
* Use libstrophe/libmesode uuid generatorJames Booth2015-10-122-0/+16
* Added jabber:iq:last to capabilitiesJames Booth2015-09-293-11/+17
* Fix last active queryJames Booth2015-09-291-10/+3
* WIP: Added last activity request and responseJames Booth2015-09-294-1/+141
* Include last activity in initial presenceJames Booth2015-09-271-2/+24
* Added auto xa option, tidied autoaway codeJames Booth2015-09-271-1/+3
* Fixed spelling mistakeJames Booth2015-09-271-2/+2
* Save last activity to account on disconnectJames Booth2015-09-251-0/+1
* Added HAVE_LIBMESODE check before setting cert pathJames Booth2015-09-241-0/+2
* Added TLS trusted certificate path preferenceJames Booth2015-09-231-0/+5
* Added conditionals for libmesode cert verificationJames Booth2015-09-221-0/+7
* Added TLS cert fail callbackJames Booth2015-09-221-1/+11
* Check for libmesode, fall back to libstropheJames Booth2015-09-2113-3/+99
* Added conference and receipts features to caps query responseJames Booth2015-09-091-0/+12
* Pass delay timestamp to all incoming chat eventsJames Booth2015-09-081-10/+6
* Tidied pgp memory allocationsJames Booth2015-08-111-1/+3
* Free timestamp and id for receiptsJames Booth2015-08-091-1/+2
* Free software version result propertiesJames Booth2015-08-091-0/+9
* Free error message in carbons handlersJames Booth2015-08-091-0/+2
* Free timestamps and carbons stanzasJames Booth2015-08-091-0/+2
* Show software version result in current windowJames Booth2015-08-061-1/+1
* Handle resource not found on sofware version requestJames Booth2015-08-051-0/+4
* Use original JID in software version request in MUCJames Booth2015-08-051-6/+5
* Handle software version requests for gateways that return from domainpartJames Booth2015-08-051-2/+8
* Use id handler for software version requests, handle errorsJames Booth2015-08-052-7/+32
* Handle private messages that include muc#user namespaceJames Booth2015-08-021-3/+10
* Added id attributes to roster queriesJames Booth2015-07-222-4/+11
* Add no-copy and no-store hints to OTR messagesSam Whited2015-07-013-0/+29
* Use reference counts for GDateTimes #516James Booth2015-06-302-0/+5
* WIP fix for #516, needs memory cleanupJames Booth2015-06-293-22/+23
* Fixed various jid and account mem leaksJames Booth2015-06-243-0/+5
* Encryption modes for sv_ev_incoming_messageJames Booth2015-06-211-16/+5
* Extracted chat session code from message sendersJames Booth2015-06-211-49/+40
* Added pgp checks for message sendingJames Booth2015-06-212-2/+47
* Merge branch 'master' into openpgpJames Booth2015-06-052-5/+6
|\
| * Added initial stabber testJames Booth2015-05-172-5/+6
* | Removed libgpg include from presence.cJames Booth2015-05-101-4/+1
* | Moved pgp signature generation to cl_ev_presence_sendJames Booth2015-05-082-23/+12
href='#n427'>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