about summary refs log tree commit diff stats
path: root/src/ui/chatwin.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add titlebar encryption text to plugins apiJames Booth2017-01-191-0/+18
* Add win_print_historyJames Booth2016-10-151-1/+1
* Use win_print_outgoing for carbonsJames Booth2016-10-151-1/+1
* Rename win_print_incoming_message -> win_print_incomingJames Booth2016-10-151-2/+2
* Add win_print_outgoingJames Booth2016-10-151-1/+1
* Add win_printJames Booth2016-10-151-19/+19
* Remove win_vprintln_chJames Booth2016-10-151-12/+12
* Use win_printf_line where appropriateJames Booth2016-10-151-6/+6
* Add ch arg to win_printf_lineJames Booth2016-10-151-1/+1
* Use THEME_DEFAULTJames Booth2016-10-141-1/+1
* Add win_printf_lineJames Booth2016-10-141-1/+1
* Always use string format in win_printfJames Booth2016-10-121-4/+4
* Remove args from win_print_with_receiptJames Booth2016-10-111-1/+1
* Remove win_print, use win_printf insteadJames Booth2016-10-111-9/+9
* Rename win_vprint -> win_printfJames Booth2016-10-111-1/+1
* Send receipt request only when receiver supports featureJames Booth2016-08-181-2/+3
* Add resource to chat message plugin hooksJames Booth2016-08-101-2/+2
* Moved roster_list.cJames Booth2016-07-241-1/+1
* Moved chat_session.cJames Booth2016-07-241-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* 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