Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added comment to GLib compatibility function | James Booth | 2012-08-26 | 1 | -0/+1 |
| | |||||
* | Removed get_time from common.c | James Booth | 2012-08-26 | 4 | -31/+17 |
| | | | | Uses GDateTime instead | ||||
* | Moved create_config_dir function to profanity.c | James Booth | 2012-08-26 | 3 | -11/+12 |
| | |||||
* | Tidied all includes | James Booth | 2012-08-26 | 25 | -86/+56 |
| | |||||
* | Refactored log | James Booth | 2012-08-26 | 7 | -51/+89 |
| | | | | Added shortcut functions for prof logging levels | ||||
* | Merge common and util | James Booth | 2012-08-23 | 11 | -133/+82 |
| | |||||
* | Removed unused includes from command.c | James Booth | 2012-08-23 | 1 | -3/+0 |
| | |||||
* | Added comments to command.c | James Booth | 2012-08-23 | 1 | -0/+13 |
| | |||||
* | Moved input processing to profanity.c | James Booth | 2012-08-23 | 3 | -91/+90 |
| | |||||
* | Refactored setting boolean preferences | James Booth | 2012-08-23 | 5 | -94/+72 |
| | |||||
* | Command tidy | James Booth | 2012-08-22 | 1 | -9/+27 |
| | |||||
* | Added some logging and updated man page | James Booth | 2012-08-22 | 8 | -6/+28 |
| | |||||
* | Customisable logging levels | James Booth | 2012-08-19 | 6 | -12/+50 |
| | |||||
* | Basic log levels settings | James Booth | 2012-08-19 | 4 | -16/+68 |
| | |||||
* | Moved functions in jabber.c | James Booth | 2012-08-19 | 1 | -9/+6 |
| | |||||
* | Removed extern for log | James Booth | 2012-08-19 | 2 | -4/+1 |
| | |||||
* | Removed log reference from jabber.c | James Booth | 2012-08-19 | 1 | -3/+0 |
| | |||||
* | Added timestamp to log | James Booth | 2012-08-19 | 1 | -1/+10 |
| | |||||
* | Added status colour preference support | James Booth | 2012-08-19 | 1 | -5/+53 |
| | |||||
* | Added colour macros | James Booth | 2012-08-19 | 5 | -48/+71 |
| | |||||
* | Added chat status colours to preferences.c | James Booth | 2012-08-19 | 1 | -0/+40 |
| | |||||
* | No longer set win status new when typing | James Booth | 2012-08-16 | 1 | -1/+0 |
| | |||||
* | Removed typing notification when not in chat win | James Booth | 2012-08-16 | 1 | -10/+0 |
| | |||||
* | Moved typing notification from main chat to title bar | James Booth | 2012-08-16 | 3 | -5/+86 |
| | |||||
* | Message about F1 key | James Booth | 2012-08-16 | 1 | -7/+4 |
| | |||||
* | Show basic help on startup | James Booth | 2012-08-16 | 2 | -20/+18 |
| | |||||
* | Send active stanza in messages | James Booth | 2012-08-16 | 1 | -1/+6 |
| | | | | To continue receiving typing notifications | ||||
* | Improved help on typing notifications | James Booth | 2012-08-16 | 1 | -2/+2 |
| | |||||
* | Added typing notifications and related preferences | James Booth | 2012-08-16 | 6 | -13/+152 |
| | |||||
* | Simple incoming typing notification | James Booth | 2012-08-15 | 1 | -1/+13 |
| | |||||
* | Refactored command lookup | James Booth | 2012-08-15 | 1 | -29/+26 |
| | |||||
* | Added individual command help | James Booth | 2012-08-15 | 1 | -22/+128 |
| | |||||
* | Implemented help [command] | James Booth | 2012-08-14 | 1 | -22/+86 |
| | |||||
* | Added long help with dummy data | James Booth | 2012-08-14 | 2 | -19/+42 |
| | |||||
* | Command help now looked up | James Booth | 2012-08-14 | 3 | -30/+100 |
| | | | | | No longer need to write help strings in windows.c Usage and help are part of the command structure | ||||
* | Using usage from cmd struct | James Booth | 2012-08-12 | 1 | -84/+166 |
| | |||||
* | Split command groups | James Booth | 2012-08-11 | 1 | -68/+52 |
| | |||||
* | Refactored commands | James Booth | 2012-08-11 | 1 | -23/+80 |
| | | | | Now include usage and short help string | ||||
* | Command list size now calculated | James Booth | 2012-08-10 | 2 | -6/+7 |
| | | | | | No longer have to specify size, and keep it up to date when adding new commands | ||||
* | Removed tinyurl_init | James Booth | 2012-08-10 | 3 | -8/+0 |
| | |||||
* | Fixed autcomplete login | James Booth | 2012-07-31 | 1 | -1/+1 |
| | |||||
* | Fixed definite memory leaks | James Booth | 2012-07-31 | 2 | -0/+8 |
| | |||||
* | Reverted ncurses cleanup | James Booth | 2012-07-31 | 1 | -7/+0 |
| | | | | Changed valgrind options, still reachable ignored | ||||
* | Cleaning up memory allocated by ncurses pads | James Booth | 2012-07-31 | 4 | -1/+16 |
| | |||||
* | Fixed libnotify includes | James Booth | 2012-07-30 | 1 | -4/+4 |
| | |||||
* | Show tinyurl errors and usage in chat windows | James Booth | 2012-07-29 | 3 | -2/+32 |
| | |||||
* | Fixed bug in tinyurl | James Booth | 2012-07-29 | 1 | -16/+22 |
| | |||||
* | Changed help on tiny urls | James Booth | 2012-07-29 | 1 | -1/+1 |
| | |||||
* | Validate tinyurl | James Booth | 2012-07-29 | 3 | -27/+24 |
| | |||||
* | Fixed num commands | James Booth | 2012-07-29 | 1 | -2/+2 |
| |