about summary refs log tree commit diff stats
path: root/src/ui/console.c
Commit message (Collapse)AuthorAgeFilesLines
* Command '/statuses muc' now allows 'all', 'online' and 'none' settingsJames Booth2014-03-151-9/+4
|
* Updated copyrightJames Booth2014-03-091-2/+2
|
* fixed build error when make run with -jN optionDmitry Podgorny2014-03-061-1/+1
| | | | | Race can occur when gitversion file isn't fully generated before it is used.
* Show message on /alias list when no aliasesJames Booth2014-02-151-0/+5
|
* Use wnoutrefresh, pnoutrefresh and doupdateJames Booth2014-02-021-1/+1
| | | | Issue #298
* Added aliases to autocompleteJames Booth2014-01-231-7/+0
|
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-231-0/+16
|
* Added skeleton /alias commandJames Booth2014-01-231-0/+7
|
* Added statuses settings to prefs outputJames Booth2014-01-211-20/+28
|
* Added UI presence functionsJames Booth2014-01-191-0/+36
|
* Added port to /account show <account>James Booth2014-01-191-0/+3
|
* Show OTR coloured statusJames Booth2014-01-161-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|redactJames Booth2014-01-131-0/+16
|
* Added /otr theirfp with hardcoded fingerprintJames Booth2014-01-111-1/+1
|
* Tidied navigation helpJames Booth2014-01-021-4/+2
| | | | | | Conflicts: src/ui/console.c
* Added full stop to /help service summaryJames Booth2014-01-021-1/+1
|
* Removed wins_refresh_console when not required for /sub command outputJames Booth2013-12-271-2/+0
| | | | Implicitly called by cons_show
* Bind console functions in main.cJames Booth2013-12-231-64/+66
|
* Dynamically load UI functions, fixed testsJames Booth2013-12-221-120/+183
|
* Added mocks and stubs for cons_showJames Booth2013-12-191-2/+3
|
* Added simple mock test, refactored rosterJames Booth2013-12-141-1/+1
|
* Merge branch 'master' into refactor2James Booth2013-11-111-0/+13
|\ | | | | | | | | Conflicts: src/ui/core.c
| * Allow "account" setting in [connection] to autconnect the accountJames Booth2013-11-071-0/+10
| | | | | | | | closes #251
| * Merge remote-tracking branch 'tsenart/passwords-on-accounts-file'James Booth2013-11-071-0/+3
| |\
| | * Use passwords from the accounts fileTomás Senart2013-10-141-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 ProfWinJames Booth2013-10-061-77/+77
| |
* | Use ProfWin->print_line for console typing notificationsJames Booth2013-10-061-4/+1
|/
* OO style for ProfWin typeJames Booth2013-10-061-77/+79
|
* Adding irssi style Alt-Left/Right window navigationJesse R. Adams2013-09-251-0/+2
|
* Added git branch and revision to development buildsJames Booth2013-09-171-0/+12
|
* Allow users to set default muc service and nickname per accountJames Booth2013-09-121-0/+6
| | | | | | | | See #238 Conflicts: src/config/accounts.c
* Show correct window number for incoming in consoleJames Booth2013-08-281-1/+2
|
* Changes to status bar for unlimited windows - WIPJames Booth2013-08-281-1/+1
|
* Moved static function in console.cJames Booth2013-08-261-76/+76
|
* Removed cons_create from console.cJames Booth2013-08-261-9/+0
|
* Fix console references after merging masterJames Booth2013-08-251-1/+3
|
* Merge branch 'master' into windowsJames Booth2013-08-251-6/+35
|\
| * removed strdup from g_string_appendDmitry Podgorny2013-08-251-5/+5
| |
| * most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-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 implementationDmitry Podgorny2013-07-141-0/+29
| | | | | | | | '/bookmark add' and '/bookmark remove' ain't finished
* | Console module get console from windowsJames Booth2013-08-201-4/+23
| |
* | Initial code refactor for growable window listJames Booth2013-08-201-106/+49
|/
* Coloured contact and subscription in /roster and /group outputJames Booth2013-07-031-55/+62
|
* Show current setting with settings commandsJames Booth2013-06-251-37/+150
| | | | closes #139
* Restructured helpJames Booth2013-06-251-76/+11
|
* Added group add and group remove to /roster commandJames Booth2013-06-021-0/+60
|
* Added roster list when using /roster with no argsJames Booth2013-06-011-0/+36
|
* Include subscription states of "both" and "to" in /who outputJames Booth2013-06-011-1/+2
|
* Added /leave commandJames Booth2013-05-301-42/+42
|
* Show nickname rather than jid in room invitesJames Booth2013-05-301-2/+16
|