about summary refs log tree commit diff stats
path: root/src/ui/core.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Handle recipient not foundJames Booth2014-01-261-0/+27
|
* Added UI presence functionsJames Booth2014-01-191-0/+43
|
* Inlined ui_contact_online and ui_contact_offlineJames Booth2014-01-191-56/+0
|
* Added OTR remaining system messages and colouringJames Booth2014-01-171-4/+8
|
* Tidied OTR messagesJames Booth2014-01-161-0/+17
|
* Show OTR coloured statusJames Booth2014-01-161-9/+0
| | | | | | | | | | | | Customisable within theme files e.g.: titlebar.unencrypted=red titlebar.encrypted=green titlebar.trusted=red titlebar.untrusted=green Shows [unencrypted] for all non-OTR chat Disable with '/otr warn off'
* Removed title_bar_draw from UI moduleJames Booth2014-01-161-9/+0
|
* Renamed title_bar_set_status -> title_bar_set_presenceJames Booth2014-01-161-1/+1
|
* Renamed title_bar_title -> title_bar_consoleJames Booth2014-01-161-5/+5
|
* Added /otr trust|untrust commandsJames Booth2014-01-121-1/+41
|
* Added /otr end commandJames Booth2014-01-111-1/+2
|
* End OTR session when user closes chat windowJames Booth2014-01-111-2/+26
|
* Handle window creation for incoming and outgoing OTR sessionsJames Booth2014-01-111-0/+29
|
* Added /otr theirfp with hardcoded fingerprintJames Booth2014-01-111-4/+7
|
* Added [OTR] and (trusted/untrusted) to titlebar for OTR sessionsJames Booth2014-01-111-0/+9
|
* Refactored setting window recipientJames Booth2014-01-111-30/+27
|
* Require '/otr start' from both parties before encryption used both waysJames Booth2014-01-111-0/+16
|
* Removed handle error message function from ProfWinJames Booth2014-01-081-1/+1
|
* Removed print message function from ProfWinJames Booth2014-01-081-2/+2
|
* src/ui/core.c: Removed duplicate const keywordJasper van Bourgognie2013-12-271-4/+4
|
* Bind ui core functions in main.cJames Booth2013-12-221-81/+73
|
* Bind jabber functions in main.cJames Booth2013-12-221-0/+1
|
* Dynamically load UI functions, fixed testsJames Booth2013-12-221-136/+216
|
* Moved _ask_password to UI moduleJames Booth2013-12-151-0/+13
|
* Added simple mock test, refactored rosterJames Booth2013-12-141-1/+1
|
* Merge branch 'master' into refactor2James Booth2013-11-111-2/+2
|\ | | | | | | | | Conflicts: src/ui/core.c
| * Fixed compile error for -Wduplicate-decl-specifier on OSXJames Booth2013-11-101-2/+2
| |
* | Removed usages of ui_current_print_line from ui/core.cJames Booth2013-10-071-3/+3
| |
* | Tidy _ui_draw_win_titleJames Booth2013-10-071-3/+8
| |
* | Removed _win_show_error_msgJames Booth2013-10-071-11/+1
| |
* | Refactor ui_create_duck_winJames Booth2013-10-071-2/+1
| |
* | Refactor ui_recipient_goneJames Booth2013-10-071-6/+1
| |
* | Added win_page_offJames Booth2013-10-071-12/+2
| |
* | Moved idle chat state handling out of ui moduleJames Booth2013-10-071-25/+3
| |
* | Added p_contact_create_display_stringJames Booth2013-10-071-38/+8
| |
* | Moved win_show_status function to window moduleJames Booth2013-10-061-94/+7
| |
* | PREF_STATUSES, moved checks to profanity moduleJames Booth2013-10-061-24/+14
| | | | | | | | Removed checks from muc presence, and when contact is offline on message
* | Moved check for PREF_STATUSESJames Booth2013-10-061-17/+24
| |
* | Rename window in ui_handle_error_messageJames Booth2013-10-061-2/+2
| |
* | Removed generic functions from ProfWinJames Booth2013-10-061-28/+28
| |
* | Refactor ui_current_error_lineJames Booth2013-10-061-6/+2
| |
* | Refactor ui_incoming_messageJames Booth2013-10-061-22/+1
| |
* | Moved status display when receiveing delayed deliveryJames Booth2013-10-061-7/+8
| |
* | ProfWin->print_incoming_message addedJames Booth2013-10-061-22/+1
| |
* | Added show_char and attrs to ProfWin->print_lineJames Booth2013-10-061-1/+1
|/
* Remove implicit refresh from ProfWin->print_lineJames Booth2013-10-061-0/+1
|
* Refactored ui_current_print_lineJames Booth2013-10-061-7/+1
|
* OO style for ProfWin typeJames Booth2013-10-061-28/+28
|
* Refactored error message handlingJames Booth2013-10-061-15/+2
|
* Refactor error handling to use win_type switchJames Booth2013-10-061-7/+17
|