Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added aliases to autocomplete | James Booth | 2014-01-23 | 1 | -1/+0 |
| | |||||
* | Added /alias command, writing aliases to [alias] group in profrc | James Booth | 2014-01-23 | 1 | -0/+1 |
| | |||||
* | Added skeleton /alias command | James Booth | 2014-01-23 | 1 | -0/+1 |
| | |||||
* | Added UI presence functions | James Booth | 2014-01-19 | 1 | -0/+4 |
| | |||||
* | Inlined ui_contact_online and ui_contact_offline | James Booth | 2014-01-19 | 1 | -4/+0 |
| | |||||
* | Tidied OTR messages | James Booth | 2014-01-16 | 1 | -0/+1 |
| | |||||
* | Show OTR coloured status | James Booth | 2014-01-16 | 1 | -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 module | James Booth | 2014-01-16 | 1 | -1/+0 |
| | |||||
* | Removed title_bar_show from UI module | James Booth | 2014-01-16 | 1 | -1/+0 |
| | |||||
* | Renamed title bar status -> presence | James Booth | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Renamed title_bar_set_status -> title_bar_set_presence | James Booth | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Renamed title_bar_title -> title_bar_console | James Booth | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Added setting /otr log on|off|redact | James Booth | 2014-01-13 | 1 | -0/+1 |
| | |||||
* | Added /otr trust|untrust commands | James Booth | 2014-01-12 | 1 | -1/+3 |
| | |||||
* | End OTR session when user closes chat window | James Booth | 2014-01-11 | 1 | -1/+2 |
| | |||||
* | Handle window creation for incoming and outgoing OTR sessions | James Booth | 2014-01-11 | 1 | -0/+1 |
| | |||||
* | Require '/otr start' from both parties before encryption used both ways | James Booth | 2014-01-11 | 1 | -0/+2 |
| | |||||
* | Bind remaining ui functions in main.c | James Booth | 2013-12-23 | 1 | -0/+4 |
| | |||||
* | Bind console functions in main.c | James Booth | 2013-12-23 | 1 | -0/+1 |
| | |||||
* | Bind ui core functions in main.c | James Booth | 2013-12-22 | 1 | -0/+2 |
| | |||||
* | Dynamically load UI functions, fixed tests | James Booth | 2013-12-22 | 1 | -173/+168 |
| | |||||
* | Added mocks and stubs for cons_show | James Booth | 2013-12-19 | 1 | -1/+1 |
| | |||||
* | Moved _ask_password to UI module | James Booth | 2013-12-15 | 1 | -0/+1 |
| | |||||
* | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 1 | -2/+15 |
| | |||||
* | Merge branch 'master' into refactor2 | James Booth | 2013-11-11 | 1 | -0/+1 |
|\ | | | | | | | | | Conflicts: src/ui/core.c | ||||
| * | Allow "account" setting in [connection] to autconnect the account | James Booth | 2013-11-07 | 1 | -0/+1 |
| | | | | | | | | closes #251 | ||||
* | | Moved idle chat state handling out of ui module | James Booth | 2013-10-07 | 1 | -1/+1 |
|/ | |||||
* | Moved UI error handler code to ui/core | James Booth | 2013-10-06 | 1 | -0/+1 |
| | |||||
* | Show current window in status bar | James Booth | 2013-10-02 | 1 | -0/+1 |
| | |||||
* | Next and previous windows, handle KEY_CODE_YES terms, jump empty wins | James Booth | 2013-09-26 | 1 | -0/+2 |
| | |||||
* | Fixed ">" indicator when tidying windows | James Booth | 2013-08-30 | 1 | -0/+1 |
| | |||||
* | Removed limit on number of windows, WIP | James Booth | 2013-08-27 | 1 | -1/+0 |
| | |||||
* | Refactor _cmd_close | James Booth | 2013-08-26 | 1 | -0/+2 |
| | |||||
* | Removed cons_create from console.c | James Booth | 2013-08-26 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into windows | James Booth | 2013-08-25 | 1 | -0/+1 |
|\ | |||||
| * | draft of bookmarks implementation | Dmitry Podgorny | 2013-07-14 | 1 | -0/+1 |
| | | | | | | | | '/bookmark add' and '/bookmark remove' ain't finished | ||||
* | | Initial code refactor for growable window list | James Booth | 2013-08-20 | 1 | -5/+0 |
|/ | |||||
* | Show current setting with settings commands | James Booth | 2013-06-25 | 1 | -0/+22 |
| | | | | closes #139 | ||||
* | Show messages on /group add and /group remove | James Booth | 2013-06-23 | 1 | -0/+2 |
| | | | | | closes #189 closes #190 | ||||
* | Show message when removing contact from group when not in group | James Booth | 2013-06-23 | 1 | -1/+2 |
| | |||||
* | Show message when contact already in group | James Booth | 2013-06-23 | 1 | -0/+1 |
| | |||||
* | Added group add and group remove to /roster command | James Booth | 2013-06-02 | 1 | -0/+1 |
| | |||||
* | Added message in console on /roster remove | James Booth | 2013-06-02 | 1 | -0/+1 |
| | |||||
* | Added message in console on /roster add | James Booth | 2013-06-02 | 1 | -0/+1 |
| | |||||
* | Added roster list when using /roster with no args | James Booth | 2013-06-01 | 1 | -0/+1 |
| | |||||
* | Added /leave command | James Booth | 2013-05-30 | 1 | -0/+1 |
| | |||||
* | Finished handle usage | James Booth | 2013-05-20 | 1 | -3/+3 |
| | |||||
* | Show contacts handle as window title in chat | James Booth | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | Added "tidy" and "prune" options to /wins command | James Booth | 2013-05-17 | 1 | -0/+4 |
| | |||||
* | Added "read" parameter to /close | James Booth | 2013-05-16 | 1 | -0/+1 |
| | | | | Closes all windows where there are no unread messages |