| Commit message (Expand) | Author | Age | Files | Lines |
* | Added roster struct, create and destroy roster on connect/disconnect | James Booth | 2016-01-05 | 1 | -6/+11 |
* | Tidy wins_create_summary() | James Booth | 2015-11-29 | 1 | -0/+26 |
* | Renamed /notify message -> /notify chat | James Booth | 2015-11-29 | 1 | -1/+1 |
* | Added room specific notify settings | James Booth | 2015-11-28 | 1 | -1/+1 |
* | Only show reminder notifications when notifications are enabled | James Booth | 2015-11-25 | 1 | -2/+6 |
* | Implemented regular chat notify triggers | James Booth | 2015-11-25 | 1 | -11/+1 |
* | Tidy regular chat and room notifications | James Booth | 2015-11-24 | 1 | -2/+26 |
* | Added missing config.h includes | James Booth | 2015-10-31 | 1 | -0/+5 |
* | Added HAVE_LIBOTR checks | James Booth | 2015-10-31 | 1 | -0/+2 |
* | Tidied remaining chatwin functions | James Booth | 2015-10-27 | 1 | -15/+10 |
* | Renamed _win_show_history -> _chatwin_history | James Booth | 2015-10-27 | 1 | -4/+4 |
* | Tidied chatwin_outgoing_carbon | James Booth | 2015-10-27 | 1 | -10/+8 |
* | Renamed ui_outgoing_chat_msg -> chatwin_outgoing_msg | James Booth | 2015-10-27 | 1 | -1/+1 |
* | Renamed ui_incoming_msg -> chatwin_incoming_msg | James Booth | 2015-10-27 | 1 | -24/+24 |
* | Renamed ui_new_chat_win -> chatwin_new | James Booth | 2015-10-27 | 1 | -2/+2 |
* | Moved ui_handle_otr_error | James Booth | 2015-10-27 | 1 | -11/+0 |
* | Renamed ui_recipient_gone -> chatwin_recipeint_gone | James Booth | 2015-10-27 | 1 | -1/+1 |
* | Tidied ui_recipient_gone | James Booth | 2015-10-27 | 1 | -28/+12 |
* | Combined chatwin OTR SMP functions | James Booth | 2015-10-27 | 1 | -80/+42 |
* | Renamed chatwin OTR functions | James Booth | 2015-10-27 | 1 | -15/+15 |
* | remaining otr functions take ProfChatWin | James Booth | 2015-10-27 | 1 | -45/+39 |
* | ui_smp_successful takes ProfChatWin | James Booth | 2015-10-26 | 1 | -5/+4 |
* | ui_smp_aborted takes ProfChatWin | James Booth | 2015-10-26 | 1 | -5/+4 |
* | ui_smp_unsuccessful_receiver takes ProfChatWin | James Booth | 2015-10-26 | 1 | -5/+5 |
* | ui_smp_unsuccessful_sender takes ProfChatWin | James Booth | 2015-10-26 | 1 | -7/+9 |
* | ui_smp_recipient_initiated_q takes ProfChatWin | James Booth | 2015-10-26 | 1 | -7/+6 |
* | ui_smp_recipient_initiated takes ProfChatWin | James Booth | 2015-10-26 | 1 | -5/+4 |
* | Add assert checks for ProfChatWin functions | James Booth | 2015-10-26 | 1 | -0/+7 |
* | ui_gone_insecure takes ProfChatWin | James Booth | 2015-10-26 | 1 | -10/+7 |
* | ui_gone_secure takes ProfChatWin | James Booth | 2015-10-26 | 1 | -12/+4 |
* | ui_message_receipt takes ProfChatWin | James Booth | 2015-10-26 | 1 | -6/+3 |
* | Removed ui_chat_win_exists | James Booth | 2015-10-26 | 1 | -7/+0 |
* | Extracted chatwin.c | James Booth | 2015-10-26 | 1 | -0/+455 |