about summary refs log tree commit diff stats
path: root/src/ui.h
Commit message (Expand)AuthorAgeFilesLines
* Added /wins command to list active windowsJames Booth2012-11-141-0/+2
* Set correct window type on private messagesJames Booth2012-11-141-1/+1
* Fixed help command name clash on statusJames Booth2012-11-131-1/+1
* Added basic /status command to find out about a specific contactJames Booth2012-11-131-0/+1
* Added win_type to prof_win structureJames Booth2012-11-121-0/+9
* Added /help list to list all commandsJames Booth2012-11-111-0/+2
* add subscription supportDmitry Podgorny2012-11-111-0/+1
* Renamed parameter in win_join_chatJames Booth2012-11-101-1/+1
* Handle subject from roomJames Booth2012-11-101-0/+2
* Using vargs in cons_bad_showJames Booth2012-11-101-1/+1
* Added #define's to headersJames Booth2012-11-081-2/+2
* Continue to send chat states when no viewing chat windowJames Booth2012-11-081-0/+2
* Show delayed time on messages received whilst offlineJames Booth2012-11-081-1/+2
* Basic chat room handling of presenceJames Booth2012-11-081-0/+2
* windows: format room rosterJames Booth2012-11-071-2/+1
* Handle incoming groupchatJames Booth2012-11-051-0/+2
* Handle chat history from groupchatJames Booth2012-11-051-0/+2
* Do not send presence when in groupchatJames Booth2012-11-051-0/+1
* Handle room presence notificationsJames Booth2012-11-051-0/+4
* Show message when other user <gone/>James Booth2012-11-011-0/+1
* Send <gone/> when closing chat windowJames Booth2012-10-311-1/+1
* Moved autcomplete code to command.cJames Booth2012-10-281-0/+1
* Made version check a user preferenceJames Booth2012-10-241-0/+1
* Added /about commandJames Booth2012-10-231-0/+1
* Split help into sectionsJames Booth2012-10-221-0/+4
* Removed trailing whitespace from src and testsJames Booth2012-10-211-5/+5
* handle error messages from serverDmitry Podgorny2012-10-181-0/+1
* Showing history from current log in chat windowsJames Booth2012-10-141-0/+1
* Added argument to /who command to specify statusJames Booth2012-10-041-1/+1
* cons_show now uses vargsJames Booth2012-10-031-1/+1
* Now sends desktop notification periodically to remind of unread messagesJames Booth2012-09-231-1/+1
* Added unread message count to chat windowsJames Booth2012-09-231-0/+2
* Check for ncurses headers on cygwinJames Booth2012-09-081-0/+8
* Tidied all includesJames Booth2012-08-261-2/+2
* Added colour macrosJames Booth2012-08-191-0/+13
* Moved typing notification from main chat to title barJames Booth2012-08-161-0/+3
* Added typing notifications and related preferencesJames Booth2012-08-161-0/+1
* Show tinyurl errors and usage in chat windowsJames Booth2012-07-291-0/+2
* Added prefs commandJames Booth2012-07-191-0/+1
* Fixed delete when going off left side of screenJames Booth2012-07-091-0/+2
* Added autobuild toolsJames Booth2012-07-011-0/+100