about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Using markup for READMEJames Booth2012-06-191-0/+0
|
* Updated READMEJames Booth2012-06-191-5/+82
|
* Removed dependency on libcryptoJames Booth2012-06-191-1/+1
|
* Commented bold stylesJames Booth2012-06-182-7/+7
|
* Added remaining coloursJames Booth2012-06-182-4/+4
|
* Added remaining basic terminal coloursJames Booth2012-06-183-1/+14
| | | | Added bar_text style
* Added offline message colour preferenceJames Booth2012-06-183-8/+18
|
* Loading all colour prefsJames Booth2012-06-181-28/+19
|
* Added basic colour preferences loadingJames Booth2012-06-185-7/+64
|
* Load colours from preferencesJames Booth2012-06-183-11/+94
|
* Added timeout on input to stop 100% cpu usageJames Booth2012-06-131-1/+1
|
* Added command autocompleteJames Booth2012-06-046-2/+59
|
* Added cmd_t structJames Booth2012-06-041-35/+32
| | | | Got rid of big if statement handling commands
* Commands follow uniform function typeJames Booth2012-06-041-12/+12
|
* Merge pull request #25 from dotoole/masterJames Booth2012-06-044-1/+52
|\
| * added help text for /showsplashDolan O'Toole2012-06-041-0/+1
| |
| * added switching of splash logo on or offDolan O'Toole2012-06-041-8/+20
| |
| * added showsplash commandDolan O'Toole2012-06-033-0/+31
| |
| * added ascii logo on startupDolan O'Toole2012-06-011-1/+8
|/
* Allow message with status updatesJames Booth2012-05-284-21/+56
|
* Refactored presence commandsJames Booth2012-05-281-50/+23
|
* Updated help command with presence commandsJames Booth2012-05-271-0/+5
|
* Implemented xa, chat and dnd presenceJames Booth2012-05-274-3/+77
|
* Implemented presence functionJames Booth2012-05-271-0/+19
|
* 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
|