Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Max size added for input | James Booth | 2012-07-07 | 1 | -6/+6 |
* | Changed input window to use pad instead of window | James Booth | 2012-07-07 | 1 | -7/+9 |
* | Update master | James Booth | 2012-07-05 | 1 | -0/+2 |
* | Merge pull request #26 from dotoole/master | James Booth | 2012-07-03 | 1 | -1/+7 |
|\ | |||||
| * | escaping XML tags and fixed a small memory leak | Dolan O'Toole | 2012-07-03 | 1 | -1/+7 |
|/ | |||||
* | Backward compatibility for libnotify pre 0.7.0 | James Booth | 2012-06-29 | 1 | -0/+4 |
* | Changed notify urgency | James Booth | 2012-06-28 | 1 | -3/+3 |
* | Added notify preference | James Booth | 2012-06-28 | 4 | -1/+33 |
* | Added desktop notification | James Booth | 2012-06-28 | 2 | -2/+29 |
* | Removed dependency on preferences from status bar | James Booth | 2012-06-28 | 2 | -4/+2 |
* | Updated help | James Booth | 2012-06-19 | 1 | -2/+2 |
* | Update master | James Booth | 2012-06-19 | 1 | -17/+13 |
* | Using markup for README | James Booth | 2012-06-19 | 1 | -0/+0 |
* | Updated README | James Booth | 2012-06-19 | 1 | -5/+82 |
* | Removed dependency on libcrypto | James Booth | 2012-06-19 | 1 | -1/+1 |
* | Commented bold styles | James Booth | 2012-06-18 | 2 | -7/+7 |
* | Added remaining colours | James Booth | 2012-06-18 | 2 | -4/+4 |
* | Added remaining basic terminal colours | James Booth | 2012-06-18 | 3 | -1/+14 |
* | Added offline message colour preference | James Booth | 2012-06-18 | 3 | -8/+18 |
* | Loading all colour prefs | James Booth | 2012-06-18 | 1 | -28/+19 |
* | Added basic colour preferences loading | James Booth | 2012-06-18 | 5 | -7/+64 |
* | Load colours from preferences | James Booth | 2012-06-18 | 3 | -11/+94 |
* | Added timeout on input to stop 100% cpu usage | James Booth | 2012-06-13 | 1 | -1/+1 |
* | Added command autocomplete | James Booth | 2012-06-04 | 6 | -2/+59 |
* | Added cmd_t struct | James Booth | 2012-06-04 | 1 | -35/+32 |
* | Commands follow uniform function type | James Booth | 2012-06-04 | 1 | -12/+12 |
* | Merge pull request #25 from dotoole/master | James Booth | 2012-06-04 | 4 | -1/+52 |
|\ | |||||
| * | added help text for /showsplash | Dolan O'Toole | 2012-06-04 | 1 | -0/+1 |
| * | added switching of splash logo on or off | Dolan O'Toole | 2012-06-04 | 1 | -8/+20 |
| * | added showsplash command | Dolan O'Toole | 2012-06-03 | 3 | -0/+31 |
| * | added ascii logo on startup | Dolan O'Toole | 2012-06-01 | 1 | -1/+8 |
|/ | |||||
* | Allow message with status updates | James Booth | 2012-05-28 | 4 | -21/+56 |
* | Refactored presence commands | James Booth | 2012-05-28 | 1 | -50/+23 |
* | Updated help command with presence commands | James Booth | 2012-05-27 | 1 | -0/+5 |
* | Implemented xa, chat and dnd presence | James Booth | 2012-05-27 | 4 | -3/+77 |
* | Implemented presence function | James Booth | 2012-05-27 | 1 | -0/+19 |
* | Commands for presence updates | James Booth | 2012-05-27 | 6 | -42/+64 |
* | Added _cmd_away | James Booth | 2012-05-27 | 3 | -0/+24 |
* | Removed example logs | James Booth | 2012-05-27 | 2 | -1786/+0 |
* | Added jabber_presence_t | James Booth | 2012-05-27 | 2 | -0/+11 |
* | Renamed jabber_status_t -> jabber_conn_status_t | James Booth | 2012-05-27 | 3 | -10/+12 |
* | Merge branch 'presence' | James Booth | 2012-05-26 | 11 | -42/+2003 |
|\ | |||||
| * | Updated prof_autocomplete in design doc | James Booth | 2012-05-24 | 1 | -0/+1 |
| * | Added more autcomplete tests, test updating items | James Booth | 2012-05-24 | 1 | -0/+115 |
| * | Only update a contact if data changed | James Booth | 2012-05-24 | 6 | -31/+68 |
| * | Added equality function types to autocomplete | James Booth | 2012-05-23 | 1 | -0/+2 |
| * | Added equality functions to contact | James Booth | 2012-05-23 | 2 | -0/+16 |
| * | Added result to add and remove from autocomplete | James Booth | 2012-05-23 | 5 | -21/+25 |
| * | Formatted presence examples | James Booth | 2012-05-23 | 1 | -5/+48 |
| * | Added some example data | James Booth | 2012-05-23 | 2 | -0/+1743 |