about summary refs log tree commit diff stats
path: root/src/ui/console.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Removed cons_bad_command()James Booth2013-04-211-12/+0
* Renamed window_show_time -> window_print_timeJames Booth2013-04-211-56/+56
* Moved remaining static functions to console moduleJames Booth2013-04-211-0/+18
* Moved cons_bad_command() to console moduleJames Booth2013-04-211-0/+12
* Moved cons_show_word() to console moduleJames Booth2013-04-211-0/+11
* Moved cons_debug() to console moduleJames Booth2013-04-211-0/+23
* Moved cons_show_time() to console moduleJames Booth2013-04-211-20/+26
* Moved cons_bad_show() to console moduleJames Booth2013-04-211-0/+25
* Moved cons_show_contacts() to console moduleJames Booth2013-04-211-0/+14
* Moved help display functions to console moduleJames Booth2013-04-211-0/+115
* Moved preferences display functions to console moduleJames Booth2013-04-211-0/+243
* Moved cons_show_account() to console moduleJames Booth2013-04-211-0/+115
* Moved cons_show_account_list() to console moduleJames Booth2013-04-211-0/+36
* Moved cons_show_room_invite() to console moduleJames Booth2013-04-211-0/+31
* Moved cons_show_status() to console moduleJames Booth2013-04-211-0/+12
* Moved cons_show_disco_info() and cons_show_disco_items() to consoleJames Booth2013-04-211-0/+71
* Moved cons_show_room_list() to console moduleJames Booth2013-04-211-0/+25
* Moved cons_show_software_version() to console moduleJames Booth2013-04-211-0/+28
* Moved cons_show_caps() to console moduleJames Booth2013-04-211-0/+76
* Moved cons_show_info() to console moduleJames Booth2013-04-211-0/+134
* Moved cons_show_wins() to console moduleJames Booth2013-04-211-0/+82
* Moved cons_show_login_success() to console moduleJames Booth2013-04-211-0/+19