about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Moved jabber_free_resources callJames Booth2012-10-163-14/+1
* Merge branch 'master' of https://github.com/pasis/profanityJames Booth2012-10-163-0/+10
|\
| * jabber: fix crash when disconnection timeout is reachedDmitry Podgorny2012-10-173-7/+10
* | Attempted fix at causing segfault by freeing connectionJames Booth2012-10-163-7/+13
|/
* Removed "Log" from history outputJames Booth2012-10-151-1/+1
* Refactored show history, free'd memoryJames Booth2012-10-141-18/+20
* Updated man pageJames Booth2012-10-141-0/+2
* Added history optionJames Booth2012-10-144-2/+42
* Do not create directories when looking for logsJames Booth2012-10-141-7/+13
* Fixed compiler warningJames Booth2012-10-142-5/+6
* Shows log date when viewing historyJames Booth2012-10-141-0/+9
* Chaged padsize to 1000James Booth2012-10-141-1/+1
* Show history from day that session startedJames Booth2012-10-141-23/+31
* Show log if session started todayJames Booth2012-10-141-24/+35
* Refactored chat_log.cJames Booth2012-10-141-47/+31
* Chat log get filename now takes datetimeJames Booth2012-10-141-5/+10
* Fixed history when no logJames Booth2012-10-141-10/+12
* Showing history from current log in chat windowsJames Booth2012-10-146-18/+127
* Recipient logs now in own subdirectoriesJames Booth2012-10-091-38/+38
* Refactored creating new logsJames Booth2012-10-091-66/+54
* Roll log if day changes whilst runningJames Booth2012-10-081-5/+62
* Removed time date from dated logsJames Booth2012-10-082-4/+4
* Added datestamped logsJames Booth2012-10-081-4/+10
* Added comments to new window openJames Booth2012-10-081-0/+3
* Decreased non blocking delayJames Booth2012-10-061-1/+1
* Fixed memory leakJames Booth2012-10-061-1/+2
* Set no blocking delay to 100msJames Booth2012-10-052-3/+5
* Decreased non blocking input delayJames Booth2012-10-051-1/+1
* Only show offline warning onceJames Booth2012-10-041-7/+10
* Use colour prefs for offline message warningJames Booth2012-10-041-0/+8
* Show warning when sending message to offline contactJames Booth2012-10-041-3/+10
* Now checks for exitence of contact before sending messageJames Booth2012-10-044-12/+44
* Added argument to /who command to specify statusJames Booth2012-10-043-44/+101
* Removed /ros commandJames Booth2012-10-042-33/+1
* Users added to contact list when no precense notificationJames Booth2012-10-042-0/+6
* Offline contacts presence notifications now in contact listJames Booth2012-10-042-36/+39
* Tidied up message remind period on prefs outputJames Booth2012-10-031-10/+8
* Made usage of cons_show vargsJames Booth2012-10-033-45/+15
* cons_show now uses vargsJames Booth2012-10-033-3/+16
* Automatically open window with /msg commandJames Booth2012-10-031-1/+3
* Moved chat logging to profanity moduleJames Booth2012-10-023-15/+29
* Tidy up jabber module, removed unused code, made local functions privateJames Booth2012-10-024-85/+88
* Refactored profanity moduleJames Booth2012-10-023-111/+109
* Removed jabber module dependency on ui moduleJames Booth2012-10-021-1/+0
* Moved roster output handling to profanity moduleJames Booth2012-10-023-17/+56
* Added status handler code to profanity moduleJames Booth2012-10-023-12/+26
* Moved login attempt handler code to profanity moduleJames Booth2012-10-013-21/+40
* Moved incoming message code to profanity moduleJames Booth2012-10-013-4/+18
* Handle notification errorsJames Booth2012-09-241-1/+7
* Init and uninit libnotifyJames Booth2012-09-241-11/+23
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 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723