about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Desktop notifications only if libnotify installedJames Booth2012-07-021-0/+10
* Use glib-2.0 and continues when no libnotifyJames Booth2012-07-021-2/+2
* Set compiler, preprocessor flags in configure.acJames Booth2012-07-022-13/+14
* Added libnotify headers to configure.acJames Booth2012-07-012-7/+12
* Moved config.h to source folderJames Booth2012-07-014-2/+56
* Added autobuild toolsJames Booth2012-07-0138-55/+14
* Backward compatibility for libnotify pre 0.7.0James Booth2012-06-291-0/+4
* Changed notify urgencyJames Booth2012-06-281-3/+3
* Added notify preferenceJames Booth2012-06-284-1/+33
* Added desktop notificationJames Booth2012-06-282-2/+29
* Removed dependency on preferences from status barJames Booth2012-06-282-4/+2
* Updated helpJames Booth2012-06-191-2/+2
* Update masterJames Booth2012-06-191-17/+13
* 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 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
* 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
* 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