.gitignore
Started work on bash style history
2012-04-30 01:09:42 +01:00
command.c
added showsplash command
2012-06-03 23:02:13 +01:00
command.h
Bash style history
2012-05-01 00:24:31 +01:00
common.c
Added common module for glib compatibility
2012-05-19 21:56:23 +01:00
common.h
Implemented xa, chat and dnd presence
2012-05-27 23:00:04 +01:00
contact_list.c
Only update a contact if data changed
2012-05-24 00:33:23 +01:00
contact_list.h
Added result to add and remove from autocomplete
2012-05-23 23:46:54 +01:00
contact.c
Only update a contact if data changed
2012-05-24 00:33:23 +01:00
contact.h
Only update a contact if data changed
2012-05-24 00:33:23 +01:00
COPYING
Added GPL
2012-02-20 20:07:38 +00:00
DESIGN
Merge branch 'presence'
2012-05-26 16:20:03 +01:00
history.c
Refactored history
2012-05-02 02:14:29 +01:00
history.h
Bash style history
2012-05-01 00:24:31 +01:00
input_win.c
Renamed windows.h -> ui.h
2012-05-24 01:11:43 +01:00
jabber.c
Allow message with status updates
2012-05-28 23:40:11 +01:00
jabber.h
Allow message with status updates
2012-05-28 23:40:11 +01:00
log.c
Added GPL
2012-02-20 20:07:38 +00:00
log.h
DIsabling tls on server
2012-02-26 03:15:42 +00:00
main.c
Removed commented code from main
2012-04-24 00:50:43 +01:00
Makefile
Renamed windows.h -> ui.h
2012-05-24 01:11:43 +01:00
preferences.c
added showsplash command
2012-06-03 23:02:13 +01:00
preferences.h
added showsplash command
2012-06-03 23:02:13 +01:00
prof_autocomplete.c
Only update a contact if data changed
2012-05-24 00:33:23 +01:00
prof_autocomplete.h
Only update a contact if data changed
2012-05-24 00:33:23 +01:00
prof_history.c
Added license to new files
2012-05-02 00:15:56 +01:00
prof_history.h
Added license to new files
2012-05-02 00:15:56 +01:00
profanity.c
Renamed windows.h -> ui.h
2012-05-24 01:11:43 +01:00
profanity.h
Usage of const
2012-03-09 01:06:55 +00:00
README
Updated README
2012-05-20 14:14:38 +01:00
status_bar.c
Renamed windows.h -> ui.h
2012-05-24 01:11:43 +01:00
test_contact_list.c
Changed contact list to use generic autocomplete
2012-05-13 23:06:01 +01:00
test_prof_autocomplete.c
Added more autcomplete tests, test updating items
2012-05-24 00:38:54 +01:00
test_prof_history.c
Fixed segfault in prof_history
2012-05-01 22:09:33 +01:00
test_util.c
Removed trim method from util
2012-04-26 23:27:40 +01:00
testsuite.c
Autocomplte uses default functions
2012-05-18 01:33:40 +01:00
testsuite.h
Autocomplte uses default functions
2012-05-18 01:33:40 +01:00
title_bar.c
Implemented xa, chat and dnd presence
2012-05-27 23:00:04 +01:00
TODO
Removed item from TODO and added issue instead
2012-05-10 23:57:31 +01:00
ui.h
Commands for presence updates
2012-05-27 20:36:31 +01:00
util.c
Removed trim method from util
2012-04-26 23:27:40 +01:00
util.h
Removed trim method from util
2012-04-26 23:27:40 +01:00
windows.c
added ascii logo on startup
2012-06-01 17:41:13 +01:00