about summary refs log tree commit diff stats
path: root/src/ui/console.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Allow "account" setting in [connection] to autconnect the accountJames Booth2013-11-071-0/+10
| * 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
| |/
* | 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
* 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
| * draft of bookmarks implementationDmitry Podgorny2013-07-141-0/+29
* | 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
* 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
* Finished handle usageJames Booth2013-05-201-5/+13
* Added sub to /notify preferences outputJames Booth2013-05-191-6/+11
* Show 0 rather than 10 in /winsJames Booth2013-05-161-4/+9
* Fixed incoming message text in console to use 0 rather than 10James Booth2013-05-161-1/+5
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-061-1/+1
* Renamed contact_list_ functions to roster_James Booth2013-05-061-4/+4
* Use autocomplete instead of hash table for subscription requestsJames Booth2013-05-051-3/+4
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-051-3/+8
* Added groupchat logsJames Booth2013-05-051-0/+5
* Moved display logic for subscriptions to console moduleJames Booth2013-04-271-0/+35
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-241-17/+20
* Added desktop notifications for chat room invitesJames Booth2013-04-221-0/+10
* Refactor marking windows as dirty and status bar new indicatorJames Booth2013-04-221-128/+81
* Renamed window_ functions win_James Booth2013-04-211-72/+72
* Renamed remaining win_ functionsJames Booth2013-04-211-1/+1
* Replace window type functions with single function returning typeJames Booth2013-04-211-28/+28
* Renamed cons_bad_show -> cons_show_errorJames Booth2013-04-211-1/+1