about summary refs log tree commit diff stats
path: root/src/ui/core.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyrightJames Booth2014-03-091-1/+1
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-081-2/+2
* Added test for /join with nick optionJames Booth2014-03-081-3/+3
* fixed build error when make run with -jN optionDmitry Podgorny2014-03-061-1/+1
* Removed debug on error messagesJames Booth2014-02-231-1/+0
* Added tests for /otr warnJames Booth2014-02-161-0/+7
* Moved otr sources into folderJames Booth2014-02-121-1/+1
* Use wnoutrefresh, pnoutrefresh and doupdateJames Booth2014-02-021-0/+1
* Refactored handle_presence_error, removed no longer used functionsJames Booth2014-01-301-33/+1
* Added fallback message error handlersJames Booth2014-01-271-0/+35
* Show original error messageJames Booth2014-01-261-8/+5
* Changed error message when couldn't join roomJames Booth2014-01-261-6/+16
* 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
* 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
|\
| * 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
* | Moved check for PREF_STATUSESJames Booth2013-10-061-17/+24