about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Commands for presence updatesJames Booth2012-05-276-42/+64
|
* Added _cmd_awayJames Booth2012-05-273-0/+24
| | | | Not yet sending message to server
* Removed example logsJames Booth2012-05-272-1786/+0
|
* Added jabber_presence_tJames Booth2012-05-272-0/+11
|
* Renamed jabber_status_t -> jabber_conn_status_tJames Booth2012-05-273-10/+12
|
* Merge branch 'presence'James Booth2012-05-2611-42/+2003
|\
| * Updated prof_autocomplete in design docJames Booth2012-05-241-0/+1
| |
| * Added more autcomplete tests, test updating itemsJames Booth2012-05-241-0/+115
| |
| * Only update a contact if data changedJames Booth2012-05-246-31/+68
| |
| * Added equality function types to autocompleteJames Booth2012-05-231-0/+2
| |
| * Added equality functions to contactJames Booth2012-05-232-0/+16
| |
| * Added result to add and remove from autocompleteJames Booth2012-05-235-21/+25
| |
| * Formatted presence examplesJames Booth2012-05-231-5/+48
| |
| * Added some example dataJames Booth2012-05-232-0/+1743
| |
* | Renamed windows.h -> ui.hJames Booth2012-05-2410-17/+18
| |
* | Tidied up design docJames Booth2012-05-241-21/+22
|/
* Added more code documentationJames Booth2012-05-221-0/+15
|
* Added some code documentation, DESIGNJames Booth2012-05-221-0/+166
|
* Changed linking order in makefileJames Booth2012-05-201-1/+1
|
* Added glib to test libsJames Booth2012-05-201-1/+1
|
* Updated READMEJames Booth2012-05-201-8/+5
|
* preferences now uses autcomplete for loginJames Booth2012-05-201-59/+6
|
* Autcomplete defaults to string dataJames Booth2012-05-204-21/+28
| | | | | | p_obj_autocomplete_new() can be used to create an autocompleter that stores arbitrary data structures passing memory management functions to get a string, copy and free
* Simplified autocomplete apiJames Booth2012-05-204-151/+135
| | | | | Now stores memory management functions, passed on p_autocomplete_new
* Handling of NULL free_func in prof_autocompelteJames Booth2012-05-202-3/+123
|
* Added common to testsJames Booth2012-05-191-2/+2
|
* Added common module for glib compatibilityJames Booth2012-05-194-1/+66
|
* Autocomplete tests use heap instead of literalsJames Booth2012-05-181-9/+33
|
* Autocomplte uses default functionsJames Booth2012-05-187-14/+173
|
* Autocompletion takes NULL str_func parameterJames Booth2012-05-131-6/+12
| | | | | For cases where the list is made of pure strings, rather than some struct (void *)
* Changed contact list to use generic autocompleteJames Booth2012-05-137-157/+49
|
* Removed tabcompletionJames Booth2012-05-132-71/+0
|
* Added generic prof_autocompleteJames Booth2012-05-133-2/+242
|
* contact_list_remove returns voidJames Booth2012-05-132-5/+5
|
* contact_list_add returns voidJames Booth2012-05-132-6/+6
|
* 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
|