Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | | Renamed windows.h -> ui.h | James Booth | 2012-05-24 | 10 | -17/+18 | |
* | | Tidied up design doc | James Booth | 2012-05-24 | 1 | -21/+22 | |
|/ | ||||||
* | Added more code documentation | James Booth | 2012-05-22 | 1 | -0/+15 | |
* | Added some code documentation, DESIGN | James Booth | 2012-05-22 | 1 | -0/+166 | |
* | Changed linking order in makefile | James Booth | 2012-05-20 | 1 | -1/+1 | |
* | Added glib to test libs | James Booth | 2012-05-20 | 1 | -1/+1 | |
* | Updated README | James Booth | 2012-05-20 | 1 | -8/+5 | |
* | preferences now uses autcomplete for login | James Booth | 2012-05-20 | 1 | -59/+6 | |
* | Autcomplete defaults to string data | James Booth | 2012-05-20 | 4 | -21/+28 | |
* | Simplified autocomplete api | James Booth | 2012-05-20 | 4 | -151/+135 | |
* | Handling of NULL free_func in prof_autocompelte | James Booth | 2012-05-20 | 2 | -3/+123 | |
* | Added common to tests | James Booth | 2012-05-19 | 1 | -2/+2 | |
* | Added common module for glib compatibility | James Booth | 2012-05-19 | 4 | -1/+66 | |
* | Autocomplete tests use heap instead of literals | James Booth | 2012-05-18 | 1 | -9/+33 | |
* | Autocomplte uses default functions | James Booth | 2012-05-18 | 7 | -14/+173 | |
* | Autocompletion takes NULL str_func parameter | James Booth | 2012-05-13 | 1 | -6/+12 | |
* | Changed contact list to use generic autocomplete | James Booth | 2012-05-13 | 7 | -157/+49 | |
* | Removed tabcompletion | James Booth | 2012-05-13 | 2 | -71/+0 | |
* | Added generic prof_autocomplete | James Booth | 2012-05-13 | 3 | -2/+242 |