about summary refs log tree commit diff stats
path: root/src/ui/chatwin.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-6/+13
|/
* Don't show notification reminders for messages the user does not want notific...James Booth2016-02-041-3/+1
* Tidy notify_message()James Booth2016-02-041-14/+2
* Removed unused arg: prefs_do_chat_notify()James Booth2016-02-041-1/+1
* Implemented /console chat settingJames Booth2016-02-031-1/+1
* Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-051-6/+11
* Tidy wins_create_summary()James Booth2015-11-291-0/+26
* Renamed /notify message -> /notify chatJames Booth2015-11-291-1/+1
* Added room specific notify settingsJames Booth2015-11-281-1/+1
* Only show reminder notifications when notifications are enabledJames Booth2015-11-251-2/+6
* Implemented regular chat notify triggersJames Booth2015-11-251-11/+1
* Tidy regular chat and room notificationsJames Booth2015-11-241-2/+26
* Added missing config.h includesJames Booth2015-10-311-0/+5
* Added HAVE_LIBOTR checksJames Booth2015-10-311-0/+2
* Tidied remaining chatwin functionsJames Booth2015-10-271-15/+10
* Renamed _win_show_history -> _chatwin_historyJames Booth2015-10-271-4/+4
* Tidied chatwin_outgoing_carbonJames Booth2015-10-271-10/+8
* Renamed ui_outgoing_chat_msg -> chatwin_outgoing_msgJames Booth2015-10-271-1/+1
* Renamed ui_incoming_msg -> chatwin_incoming_msgJames Booth2015-10-271-24/+24
* Renamed ui_new_chat_win -> chatwin_newJames Booth2015-10-271-2/+2
* Moved ui_handle_otr_errorJames Booth2015-10-271-11/+0
* Renamed ui_recipient_gone -> chatwin_recipeint_goneJames Booth2015-10-271-1/+1
* Tidied ui_recipient_goneJames Booth2015-10-271-28/+12
* Combined chatwin OTR SMP functionsJames Booth2015-10-271-80/+42
* Renamed chatwin OTR functionsJames Booth2015-10-271-15/+15
* remaining otr functions take ProfChatWinJames Booth2015-10-271-45/+39
* ui_smp_successful takes ProfChatWinJames Booth2015-10-261-5/+4
* ui_smp_aborted takes ProfChatWinJames Booth2015-10-261-5/+4
* ui_smp_unsuccessful_receiver takes ProfChatWinJames Booth2015-10-261-5/+5
* ui_smp_unsuccessful_sender takes ProfChatWinJames Booth2015-10-261-7/+9
* ui_smp_recipient_initiated_q takes ProfChatWinJames Booth2015-10-261-7/+6
* ui_smp_recipient_initiated takes ProfChatWinJames Booth2015-10-261-5/+4
* Add assert checks for ProfChatWin functionsJames Booth2015-10-261-0/+7
* ui_gone_insecure takes ProfChatWinJames Booth2015-10-261-10/+7
* ui_gone_secure takes ProfChatWinJames Booth2015-10-261-12/+4
* ui_message_receipt takes ProfChatWinJames Booth2015-10-261-6/+3
* Removed ui_chat_win_existsJames Booth2015-10-261-7/+0
* Extracted chatwin.cJames Booth2015-10-261-0/+455
href='#n456'>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