about summary refs log tree commit diff stats
path: root/src/ui/chatwin.c
Commit message (Expand)AuthorAgeFilesLines
* Move connection fulljid functionJames Booth2016-05-061-1/+1
* Rename jabber_ functionsJames Booth2016-05-061-1/+1
* Add session.cJames Booth2016-05-051-1/+1
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
* Add PGP decryption for incoming/outgoing carbonsJames Booth2016-03-221-2/+7
* 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