Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added functions for autocompletion of JID on login | James Booth | 2012-05-10 | 1 | -2/+55 | |
* | Create GSList of jids on preferences load | James Booth | 2012-05-10 | 1 | -0/+24 | |
* | Logins remembered in ~/.profanity | James Booth | 2012-05-10 | 3 | -0/+48 | |
* | Removed comments from preferences | James Booth | 2012-05-10 | 1 | -5/+0 | |
* | Made _save_prefs static | James Booth | 2012-05-10 | 1 | -2/+2 | |
* | Write properties on change | James Booth | 2012-05-10 | 1 | -1/+13 | |
* | Moved beep/flash settings to preferences | James Booth | 2012-05-10 | 8 | -37/+43 | |
* | Renamed setttings -> ui in prefs | James Booth | 2012-05-10 | 1 | -2/+2 | |
* | Look up .profanity in home | James Booth | 2012-05-10 | 1 | -2/+5 | |
* | Added preferences | James Booth | 2012-05-10 | 5 | -3/+78 | |
* | Removed some oneliner functions | James Booth | 2012-05-10 | 3 | -31/+7 | |
* | Removed destroy_list, get_size from contact_list | James Booth | 2012-05-10 | 3 | -61/+17 | |
* | Using GSList for contact list | James Booth | 2012-05-10 | 6 | -189/+122 | |
* | Added const qualifiers to contact module | James Booth | 2012-05-09 | 2 | -6/+6 | |
* | Added license to contact module src | James Booth | 2012-05-04 | 2 | -0/+44 | |
* | Removed contact type from contact list | James Booth | 2012-05-04 | 1 | -6/+0 | |
* | Added contact module | James Booth | 2012-05-04 | 7 | -147/+189 | |
* | Refactored history | James Booth | 2012-05-02 | 1 | -11/+15 | |
* | Added license to new files | James Booth | 2012-05-02 | 2 | -0/+44 | |
* | Refactored prof_history | James Booth | 2012-05-02 | 1 | -121/+139 | |
* | Removed debug from prof_history | James Booth | 2012-05-01 | 1 | -2/+0 | |
* | Fixed segfault in prof_history | James Booth | 2012-05-01 | 2 | -13/+45 | |
* | Added test exposing segfault in history | James Booth | 2012-05-01 | 1 | -0/+18 | |
* | Bash style history | James Booth | 2012-05-01 | 12 | -199/+148 | |
* | More work on history | James Booth | 2012-04-30 | 2 | -36/+106 | |
* | Create history session | James Booth | 2012-04-30 | 3 | -39/+137 | |
* | Started work on bash style history | James Booth | 2012-04-30 | 7 | -3/+161 | |
* | Revert "Created command_t struct for command handling" | James Booth | 2012-04-28 | 1 | -18/+4 | |
* | Revert "Free split args in command.c" | James Booth | 2012-04-28 | 1 | -3/+1 | |
* | Revert "Free command memory" | James Booth | 2012-04-28 | 1 | -1/+0 | |
* | Free command memory | James Booth | 2012-04-27 | 1 | -0/+1 | |
* | Free split args in command.c | James Booth | 2012-04-27 | 1 | -1/+3 | |
* | Created command_t struct for command handling | James Booth | 2012-04-27 | 1 | -4/+18 | |
* | Merge branch 'glib' | James Booth | 2012-04-26 | 8 | -56/+39 | |
|\ | ||||||
| * | Removed trim method from util | James Booth | 2012-04-26 | 4 | -76/+2 | |
| * | Replaced trim implementation with g_strstrip | James Booth | 2012-04-26 | 3 | -18/+6 | |
| * | Added trim tests | James Booth | 2012-04-26 | 2 | -0/+68 | |
| * | Usage of gboolean in command.c | James Booth | 2012-04-24 | 3 | -25/+30 | |
| * | Removed ncurses.h from profanity.c | James Booth | 2012-04-24 | 1 | -2/+0 | |
| * | Removed commented code from main | James Booth | 2012-04-24 | 1 | -1/+0 | |
| * | Removed ncurses.h from command.c | James Booth | 2012-04-24 | 1 | -1/+0 | |
| * | Added glib to Makefile | James Booth | 2012-04-24 | 1 | -2/+2 | |
* | | Added flash notification and option | James Booth | 2012-04-24 | 4 | -0/+33 | |
* | | Added beep setting command | James Booth | 2012-04-24 | 3 | -1/+28 | |
* | | Beep on incomming message | James Booth | 2012-04-24 | 1 | -1/+2 | |
|/ | ||||||
* | Removed old files from .gitignore | James Booth | 2012-04-23 | 1 | -2/+0 | |
* | Pulled out TODO | James Booth | 2012-04-23 | 2 | -9/+6 | |
* | Tidy commands and contact list | James Booth | 2012-04-23 | 2 | -16/+28 | |
* | Added different colour for notifications | James Booth | 2012-04-23 | 1 | -0/+4 | |
* | Input buffer 200 chars | James Booth | 2012-04-23 | 1 | -1/+1 |