about summary refs log tree commit diff stats
path: root/src/ui/ui.h
Commit message (Collapse)AuthorAgeFilesLines
* Added test for /join with nick optionJames Booth2014-03-081-1/+1
|
* Added /otr myfp testJames Booth2014-02-171-1/+1
|
* Added tests for /otr warnJames Booth2014-02-161-0/+1
|
* Refactored handle_presence_error, removed no longer used functionsJames Booth2014-01-301-2/+0
|
* Added fallback message error handlersJames Booth2014-01-271-0/+2
|
* Show original error messageJames Booth2014-01-261-1/+1
|
* Handle recipient not foundJames Booth2014-01-261-0/+1
|
* Added aliases to autocompleteJames Booth2014-01-231-1/+0
|
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-231-0/+1
|
* Added skeleton /alias commandJames Booth2014-01-231-0/+1
|
* Added UI presence functionsJames Booth2014-01-191-0/+4
|
* Inlined ui_contact_online and ui_contact_offlineJames Booth2014-01-191-4/+0
|
* Tidied OTR messagesJames Booth2014-01-161-0/+1
|
* Show OTR coloured statusJames Booth2014-01-161-0/+1
| | | | | | | | | | | | 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-1/+0
|
* Removed title_bar_show from UI moduleJames Booth2014-01-161-1/+0
|
* Renamed title bar status -> presenceJames Booth2014-01-161-1/+1
|
* Renamed title_bar_set_status -> title_bar_set_presenceJames Booth2014-01-161-1/+1
|
* Renamed title_bar_title -> title_bar_consoleJames Booth2014-01-161-1/+1
|
* Added setting /otr log on|off|redactJames Booth2014-01-131-0/+1
|
* Added /otr trust|untrust commandsJames Booth2014-01-121-1/+3
|
* End OTR session when user closes chat windowJames Booth2014-01-111-1/+2
|
* Handle window creation for incoming and outgoing OTR sessionsJames Booth2014-01-111-0/+1
|
* Require '/otr start' from both parties before encryption used both waysJames Booth2014-01-111-0/+2
|
* Bind remaining ui functions in main.cJames Booth2013-12-231-0/+4
|
* Bind console functions in main.cJames Booth2013-12-231-0/+1
|
* Bind ui core functions in main.cJames Booth2013-12-221-0/+2
|
* Dynamically load UI functions, fixed testsJames Booth2013-12-221-173/+168
|
* Added mocks and stubs for cons_showJames Booth2013-12-191-1/+1
|
* Moved _ask_password to UI moduleJames Booth2013-12-151-0/+1
|
* Added simple mock test, refactored rosterJames Booth2013-12-141-2/+15
|
* Merge branch 'master' into refactor2James Booth2013-11-111-0/+1
|\ | | | | | | | | Conflicts: src/ui/core.c
| * Allow "account" setting in [connection] to autconnect the accountJames Booth2013-11-071-0/+1
| | | | | | | | closes #251
* | Moved idle chat state handling out of ui moduleJames Booth2013-10-071-1/+1
|/
* Moved UI error handler code to ui/coreJames Booth2013-10-061-0/+1
|
* Show current window in status barJames Booth2013-10-021-0/+1
|
* Next and previous windows, handle KEY_CODE_YES terms, jump empty winsJames Booth2013-09-261-0/+2
|
* Fixed ">" indicator when tidying windowsJames Booth2013-08-301-0/+1
|
* Removed limit on number of windows, WIPJames Booth2013-08-271-1/+0
|
* Refactor _cmd_closeJames Booth2013-08-261-0/+2
|
* Removed cons_create from console.cJames Booth2013-08-261-1/+0
|
* Merge branch 'master' into windowsJames Booth2013-08-251-0/+1
|\
| * draft of bookmarks implementationDmitry Podgorny2013-07-141-0/+1
| | | | | | | | '/bookmark add' and '/bookmark remove' ain't finished
* | Initial code refactor for growable window listJames Booth2013-08-201-5/+0
|/
* Show current setting with settings commandsJames Booth2013-06-251-0/+22
| | | | closes #139
* Show messages on /group add and /group removeJames Booth2013-06-231-0/+2
| | | | | closes #189 closes #190
* Show message when removing contact from group when not in groupJames Booth2013-06-231-1/+2
|
* Show message when contact already in groupJames Booth2013-06-231-0/+1
|
* Added group add and group remove to /roster commandJames Booth2013-06-021-0/+1
|
* Added message in console on /roster removeJames Booth2013-06-021-0/+1
|