Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show OTR coloured status | James Booth | 2014-01-16 | 1 | -0/+12 |
| | | | | | | | | | | | | 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' | ||||
* | Added setting /otr log on|off|redact | James Booth | 2014-01-13 | 1 | -0/+16 |
| | |||||
* | Added /otr theirfp with hardcoded fingerprint | James Booth | 2014-01-11 | 1 | -1/+1 |
| | |||||
* | Tidied navigation help | James Booth | 2014-01-02 | 1 | -4/+2 |
| | | | | | | Conflicts: src/ui/console.c | ||||
* | Added full stop to /help service summary | James Booth | 2014-01-02 | 1 | -1/+1 |
| | |||||
* | Removed wins_refresh_console when not required for /sub command output | James Booth | 2013-12-27 | 1 | -2/+0 |
| | | | | Implicitly called by cons_show | ||||
* | Bind console functions in main.c | James Booth | 2013-12-23 | 1 | -64/+66 |
| | |||||
* | Dynamically load UI functions, fixed tests | James Booth | 2013-12-22 | 1 | -120/+183 |
| | |||||
* | Added mocks and stubs for cons_show | James Booth | 2013-12-19 | 1 | -2/+3 |
| | |||||
* | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into refactor2 | James Booth | 2013-11-11 | 1 | -0/+13 |
|\ | | | | | | | | | Conflicts: src/ui/core.c | ||||
| * | Allow "account" setting in [connection] to autconnect the account | James Booth | 2013-11-07 | 1 | -0/+10 |
| | | | | | | | | closes #251 | ||||
| * | Merge remote-tracking branch 'tsenart/passwords-on-accounts-file' | James Booth | 2013-11-07 | 1 | -0/+3 |
| |\ | |||||
| | * | Use passwords from the accounts file | Tomás Senart | 2013-10-14 | 1 | -0/+1 |
| |/ | | | | | | | | | | | This commit makes it so that if the password in an account in the accounts file is present, then use it. Otherwise ask for the password to the user. | ||||
* | | Removed generic functions from ProfWin | James Booth | 2013-10-06 | 1 | -77/+77 |
| | | |||||
* | | Use ProfWin->print_line for console typing notifications | James Booth | 2013-10-06 | 1 | -4/+1 |
|/ | |||||
* | OO style for ProfWin type | James Booth | 2013-10-06 | 1 | -77/+79 |
| | |||||
* | Adding irssi style Alt-Left/Right window navigation | Jesse R. Adams | 2013-09-25 | 1 | -0/+2 |
| | |||||
* | Added git branch and revision to development builds | James Booth | 2013-09-17 | 1 | -0/+12 |
| | |||||
* | Allow users to set default muc service and nickname per account | James Booth | 2013-09-12 | 1 | -0/+6 |
| | | | | | | | | See #238 Conflicts: src/config/accounts.c | ||||
* | Show correct window number for incoming in console | James Booth | 2013-08-28 | 1 | -1/+2 |
| | |||||
* | Changes to status bar for unlimited windows - WIP | James Booth | 2013-08-28 | 1 | -1/+1 |
| | |||||
* | Moved static function in console.c | James Booth | 2013-08-26 | 1 | -76/+76 |
| | |||||
* | Removed cons_create from console.c | James Booth | 2013-08-26 | 1 | -9/+0 |
| | |||||
* | Fix console references after merging master | James Booth | 2013-08-25 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' into windows | James Booth | 2013-08-25 | 1 | -6/+35 |
|\ | |||||
| * | removed strdup from g_string_append | Dmitry Podgorny | 2013-08-25 | 1 | -5/+5 |
| | | |||||
| * | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 1 | -1/+1 |
| | | | | | | | | | | | | FREE_SET_NULL makes extra assignment of NULL for pointers in stack or dynamic memory that is going to be freed. FREE_SET_NULL is useful for pointers that can be used in future. | ||||
| * | draft of bookmarks implementation | Dmitry Podgorny | 2013-07-14 | 1 | -0/+29 |
| | | | | | | | | '/bookmark add' and '/bookmark remove' ain't finished | ||||
* | | Console module get console from windows | James Booth | 2013-08-20 | 1 | -4/+23 |
| | | |||||
* | | Initial code refactor for growable window list | James Booth | 2013-08-20 | 1 | -106/+49 |
|/ | |||||
* | Coloured contact and subscription in /roster and /group output | James Booth | 2013-07-03 | 1 | -55/+62 |
| | |||||
* | Show current setting with settings commands | James Booth | 2013-06-25 | 1 | -37/+150 |
| | | | | closes #139 | ||||
* | Restructured help | James Booth | 2013-06-25 | 1 | -76/+11 |
| | |||||
* | Added group add and group remove to /roster command | James Booth | 2013-06-02 | 1 | -0/+60 |
| | |||||
* | Added roster list when using /roster with no args | James Booth | 2013-06-01 | 1 | -0/+36 |
| | |||||
* | Include subscription states of "both" and "to" in /who output | James Booth | 2013-06-01 | 1 | -1/+2 |
| | |||||
* | Added /leave command | James Booth | 2013-05-30 | 1 | -42/+42 |
| | |||||
* | Show nickname rather than jid in room invites | James Booth | 2013-05-30 | 1 | -2/+16 |
| | |||||
* | Finished handle usage | James Booth | 2013-05-20 | 1 | -5/+13 |
| | |||||
* | Added sub to /notify preferences output | James Booth | 2013-05-19 | 1 | -6/+11 |
| | | | | Removed unused "status" value for /notify autocompleter | ||||
* | Show 0 rather than 10 in /wins | James Booth | 2013-05-16 | 1 | -4/+9 |
| | |||||
* | Fixed incoming message text in console to use 0 rather than 10 | James Booth | 2013-05-16 | 1 | -1/+5 |
| | |||||
* | Removed contact_list, moved roster logic to xmpp/roster module | James Booth | 2013-05-06 | 1 | -1/+1 |
| | |||||
* | Renamed contact_list_ functions to roster_ | James Booth | 2013-05-06 | 1 | -4/+4 |
| | |||||
* | Use autocomplete instead of hash table for subscription requests | James Booth | 2013-05-05 | 1 | -3/+4 |
| | |||||
* | Added /duck command to perform searches using duckduckgo chat bot | James Booth | 2013-05-05 | 1 | -3/+8 |
| | |||||
* | Added groupchat logs | James Booth | 2013-05-05 | 1 | -0/+5 |
| | | | | closes #168 | ||||
* | Moved display logic for subscriptions to console module | James Booth | 2013-04-27 | 1 | -0/+35 |
| | |||||
* | Support for XEP-0249 Direct MUC Invitations | James Booth | 2013-04-24 | 1 | -17/+20 |
| | | | | Commands /invite, /invites, /decline and /join |