about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Added prof_tabcompletionJames Booth2012-05-113-1/+73
* Removed item from TODO and added issue insteadJames Booth2012-05-101-1/+0
* Finished /connect tab completionJames Booth2012-05-104-8/+32
* Added functions for autocompletion of JID on loginJames Booth2012-05-101-2/+55
* Create GSList of jids on preferences loadJames Booth2012-05-101-0/+24
* Logins remembered in ~/.profanityJames Booth2012-05-103-0/+48
* Removed comments from preferencesJames Booth2012-05-101-5/+0
* Made _save_prefs staticJames Booth2012-05-101-2/+2
* Write properties on changeJames Booth2012-05-101-1/+13
* Moved beep/flash settings to preferencesJames Booth2012-05-108-37/+43
* Renamed setttings -> ui in prefsJames Booth2012-05-101-2/+2
* Look up .profanity in homeJames Booth2012-05-101-2/+5
* Added preferencesJames Booth2012-05-105-3/+78
* Removed some oneliner functionsJames Booth2012-05-103-31/+7
* Removed destroy_list, get_size from contact_listJames Booth2012-05-103-61/+17
* Using GSList for contact listJames Booth2012-05-106-189/+122
* Added const qualifiers to contact moduleJames Booth2012-05-092-6/+6
* Added license to contact module srcJames Booth2012-05-042-0/+44
* Removed contact type from contact listJames Booth2012-05-041-6/+0
* Added contact moduleJames Booth2012-05-047-147/+189
* Refactored historyJames Booth2012-05-021-11/+15
* Added license to new filesJames Booth2012-05-022-0/+44
* Refactored prof_historyJames Booth2012-05-021-121/+139
* Removed debug from prof_historyJames Booth2012-05-011-2/+0
* Fixed segfault in prof_historyJames Booth2012-05-012-13/+45
* Added test exposing segfault in historyJames Booth2012-05-011-0/+18
* Bash style historyJames Booth2012-05-0112-199/+148
* More work on historyJames Booth2012-04-302-36/+106
* Create history sessionJames Booth2012-04-303-39/+137
* Started work on bash style historyJames Booth2012-04-307-3/+161
* Revert "Created command_t struct for command handling"James Booth2012-04-281-18/+4
* Revert "Free split args in command.c"James Booth2012-04-281-3/+1
* Revert "Free command memory"James Booth2012-04-281-1/+0
* Free command memoryJames Booth2012-04-271-0/+1
* Free split args in command.cJames Booth2012-04-271-1/+3
* Created command_t struct for command handlingJames Booth2012-04-271-4/+18
* Merge branch 'glib'James Booth2012-04-268-56/+39
|\
| * Removed trim method from utilJames Booth2012-04-264-76/+2
| * Replaced trim implementation with g_strstripJames Booth2012-04-263-18/+6
| * Added trim testsJames Booth2012-04-262-0/+68
| * Usage of gboolean in command.cJames Booth2012-04-243-25/+30
| * Removed ncurses.h from profanity.cJames Booth2012-04-241-2/+0
| * Removed commented code from mainJames Booth2012-04-241-1/+0
| * Removed ncurses.h from command.cJames Booth2012-04-241-1/+0
| * Added glib to MakefileJames Booth2012-04-241-2/+2
* | Added flash notification and optionJames Booth2012-04-244-0/+33
* | Added beep setting commandJames Booth2012-04-243-1/+28
* | Beep on incomming messageJames Booth2012-04-241-1/+2
|/
* Removed old files from .gitignoreJames Booth2012-04-231-2/+0
* Pulled out TODOJames Booth2012-04-232-9/+6