about summary refs log tree commit diff stats
path: root/src/windows.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved colour initialisation to themeJames Booth2012-11-211-35/+1
|
* Added theme files support with /theme commandJames Booth2012-11-211-9/+15
|
* Separated colours from main preferencesJames Booth2012-11-211-21/+22
|
* Added more colour preferencesJames Booth2012-11-211-74/+88
|
* Handling commands after /disconnectJames Booth2012-11-191-4/+16
|
* Handle room broadcastsJames Booth2012-11-191-0/+22
|
* Handle room member presenceJames Booth2012-11-191-0/+14
|
* Show message when own nickname changed in chat roomsJames Booth2012-11-181-0/+14
|
* Handle nick changes from other usersJames Booth2012-11-181-1/+19
|
* _win_notify_remind: fix possible buffer overflowDmitry Podgorny2012-11-161-1/+1
| | | | fix buffer overflow when 'unread' is greater than 999
* Changed /wins outputJames Booth2012-11-141-18/+9
|
* Fixed spelling mistake in helpJames Booth2012-11-141-1/+1
|
* Show when unread messages in /wins listJames Booth2012-11-141-3/+18
|
* Treat room presence as onlineJames Booth2012-11-141-4/+13
| | | | Needs to be changed to show status changes
* Added /wins command to list active windowsJames Booth2012-11-141-1/+60
|
* Set correct window type on private messagesJames Booth2012-11-141-2/+9
|
* Merge pull request #81 from pasis/priorityJames Booth2012-11-131-0/+2
|\ | | | | introduce priority support
| * introduce priority supportDmitry Podgorny2012-11-131-0/+2
| | | | | | | | | | | | | | add new command /priority <int> improve jabber_update_presence() use jabber_update_presence() for sending initial presence save priority and status string to jabber_conn structure
* | Fixed help command name clash on statusJames Booth2012-11-131-7/+7
| |
* | Tidy up /statusJames Booth2012-11-131-42/+39
| |
* | Added basic /status command to find out about a specific contactJames Booth2012-11-131-52/+72
| |
* | Handle typing notifications in private room chatJames Booth2012-11-131-12/+8
| |
* | Allow incoming private messages from chat roomsJames Booth2012-11-121-13/+9
| |
* | Added win_type to prof_win structureJames Booth2012-11-121-16/+14
|/
* Added log to /prefs outputJames Booth2012-11-121-0/+2
|
* Added /help list to list all commandsJames Booth2012-11-111-4/+21
|
* Shortened /sub "request" parameter to "req", and formatted helpJames Booth2012-11-111-1/+1
|
* add subscription supportDmitry Podgorny2012-11-111-0/+33
|
* Renamed parameter in win_join_chatJames Booth2012-11-101-3/+3
|
* Handle /me in chat roomsJames Booth2012-11-101-5/+29
|
* Handle subject from roomJames Booth2012-11-101-0/+26
|
* Using vargs in cons_bad_showJames Booth2012-11-101-2/+8
|
* Continue to send chat states when no viewing chat windowJames Booth2012-11-081-0/+42
|
* Show delayed time on messages received whilst offlineJames Booth2012-11-081-3/+21
| | | | Also do not show chat state notifications received whilst offline
* Using /who in chat room shows room occupantsJames Booth2012-11-081-12/+13
|
* Basic chat room handling of presenceJames Booth2012-11-081-3/+32
|
* windows: format room rosterJames Booth2012-11-071-3/+19
|
* room_chat: rename room_is_activeJames Booth2012-11-071-1/+1
|
* Merge branch 'master' into mucJames Booth2012-11-061-1/+1
|\
| * Updated website location in /vercheckJames Booth2012-11-061-1/+1
| |
* | Handle sending messages in groupchatJames Booth2012-11-051-7/+18
| |
* | Flash, beep, notify, remind on groupchat new messagesJames Booth2012-11-051-3/+26
| |
* | Handle incoming groupchatJames Booth2012-11-051-0/+15
| |
* | Handle chat history from groupchatJames Booth2012-11-051-0/+20
| |
* | Do not send presence when in groupchatJames Booth2012-11-051-0/+11
| |
* | Handle room presence notificationsJames Booth2012-11-051-0/+27
|/
* Show message when other user <gone/>James Booth2012-11-011-0/+25
|
* Added a seperate option to enable outgoing typing notificationsJames Booth2012-11-011-0/+5
|
* Added states preference to enable chat statesJames Booth2012-10-311-0/+5
|
* Send <gone/> when closing chat windowJames Booth2012-10-311-19/+11
|