Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'master' into wheel | James Booth | 2012-11-25 | 1 | -370/+415 | |
| |\ | ||||||
| * \ | Merge branch 'master' into wheel | James Booth | 2012-11-21 | 1 | -74/+88 | |
| |\ \ | ||||||
| * | | | Listen only for mouse events we're interested in | James Booth | 2012-11-20 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Wheel jumps four lines | James Booth | 2012-11-20 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Added basic mouse wheel handling | James Booth | 2012-11-20 | 1 | -1/+32 | |
| | | | | ||||||
* | | | | Fixed /prefs output when no theme chosen | James Booth | 2012-11-25 | 1 | -1/+6 | |
| |_|/ |/| | | ||||||
* | | | Added auto reconnect, and /reconnect command to control interval | James Booth | 2012-11-25 | 1 | -0/+9 | |
| | | | ||||||
* | | | Messages not lost when run out of windows | James Booth | 2012-11-24 | 1 | -51/+90 | |
| | | | | | | | | | | | | Incoming messages are shown in the console when all windows are full | |||||
* | | | Status bar active on console messages when not in console | James Booth | 2012-11-24 | 1 | -21/+58 | |
| | | | ||||||
* | | | Added console to statusbar window list | James Booth | 2012-11-24 | 1 | -0/+1 | |
| | | | ||||||
* | | | Allow alt-num to select window | James Booth | 2012-11-24 | 1 | -15/+14 | |
| | | | ||||||
* | | | Switched to ncurses raw mode | James Booth | 2012-11-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | Revert "Stop ctrl-c quitting with /ctrlc off" | James Booth | 2012-11-23 | 1 | -6/+1 | |
| | | | | | | | | | | | | This reverts commit 721df8ca48b8cbf0026f3a36a3d17b45cb82b850. | |||||
* | | | Stop ctrl-c quitting with /ctrlc off | James Booth | 2012-11-23 | 1 | -1/+6 | |
| | | | ||||||
* | | | Allocate memory for windows when needed | James Booth | 2012-11-23 | 1 | -262/+241 | |
| | | | ||||||
* | | | Added time to themes, and some example themes | James Booth | 2012-11-22 | 1 | -0/+6 | |
| | | | ||||||
* | | | Added theme to prefs output | James Booth | 2012-11-22 | 1 | -0/+2 | |
| | | | ||||||
* | | | Moved colour initialisation to theme | James Booth | 2012-11-21 | 1 | -35/+1 | |
| | | | ||||||
* | | | Added theme files support with /theme command | James Booth | 2012-11-21 | 1 | -9/+15 | |
| | | | ||||||
* | | | Separated colours from main preferences | James Booth | 2012-11-21 | 1 | -21/+22 | |
| |/ |/| | ||||||
* | | Added more colour preferences | James Booth | 2012-11-21 | 1 | -74/+88 | |
|/ | ||||||
* | Handling commands after /disconnect | James Booth | 2012-11-19 | 1 | -4/+16 | |
| | ||||||
* | Handle room broadcasts | James Booth | 2012-11-19 | 1 | -0/+22 | |
| | ||||||
* | Handle room member presence | James Booth | 2012-11-19 | 1 | -0/+14 | |
| | ||||||
* | Show message when own nickname changed in chat rooms | James Booth | 2012-11-18 | 1 | -0/+14 | |
| | ||||||
* | Handle nick changes from other users | James Booth | 2012-11-18 | 1 | -1/+19 | |
| | ||||||
* | _win_notify_remind: fix possible buffer overflow | Dmitry Podgorny | 2012-11-16 | 1 | -1/+1 | |
| | | | | fix buffer overflow when 'unread' is greater than 999 | |||||
* | Changed /wins output | James Booth | 2012-11-14 | 1 | -18/+9 | |
| | ||||||
* | Fixed spelling mistake in help | James Booth | 2012-11-14 | 1 | -1/+1 | |
| | ||||||
* | Show when unread messages in /wins list | James Booth | 2012-11-14 | 1 | -3/+18 | |
| | ||||||
* | Treat room presence as online | James Booth | 2012-11-14 | 1 | -4/+13 | |
| | | | | Needs to be changed to show status changes | |||||
* | Added /wins command to list active windows | James Booth | 2012-11-14 | 1 | -1/+60 | |
| | ||||||
* | Set correct window type on private messages | James Booth | 2012-11-14 | 1 | -2/+9 | |
| | ||||||
* | Merge pull request #81 from pasis/priority | James Booth | 2012-11-13 | 1 | -0/+2 | |
|\ | | | | | introduce priority support | |||||
| * | introduce priority support | Dmitry Podgorny | 2012-11-13 | 1 | -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 status | James Booth | 2012-11-13 | 1 | -7/+7 | |
| | | ||||||
* | | Tidy up /status | James Booth | 2012-11-13 | 1 | -42/+39 | |
| | | ||||||
* | | Added basic /status command to find out about a specific contact | James Booth | 2012-11-13 | 1 | -52/+72 | |
| | | ||||||
* | | Handle typing notifications in private room chat | James Booth | 2012-11-13 | 1 | -12/+8 | |
| | | ||||||
* | | Allow incoming private messages from chat rooms | James Booth | 2012-11-12 | 1 | -13/+9 | |
| | | ||||||
* | | Added win_type to prof_win structure | James Booth | 2012-11-12 | 1 | -16/+14 | |
|/ | ||||||
* | Added log to /prefs output | James Booth | 2012-11-12 | 1 | -0/+2 | |
| | ||||||
* | Added /help list to list all commands | James Booth | 2012-11-11 | 1 | -4/+21 | |
| | ||||||
* | Shortened /sub "request" parameter to "req", and formatted help | James Booth | 2012-11-11 | 1 | -1/+1 | |
| | ||||||
* | add subscription support | Dmitry Podgorny | 2012-11-11 | 1 | -0/+33 | |
| | ||||||
* | Renamed parameter in win_join_chat | James Booth | 2012-11-10 | 1 | -3/+3 | |
| | ||||||
* | Handle /me in chat rooms | James Booth | 2012-11-10 | 1 | -5/+29 | |
| | ||||||
* | Handle subject from room | James Booth | 2012-11-10 | 1 | -0/+26 | |
| | ||||||
* | Using vargs in cons_bad_show | James Booth | 2012-11-10 | 1 | -2/+8 | |
| | ||||||
* | Continue to send chat states when no viewing chat window | James Booth | 2012-11-08 | 1 | -0/+42 | |
| |