about summary refs log tree commit diff stats
path: root/src/contact.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyrightJames Booth2015-02-101-1/+1
* Removed strdup passed to autocompleterJames Booth2015-02-061-1/+1
* Added /resource autocompletionJames Booth2014-12-041-1/+22
* Fixed roster resource listJames Booth2014-11-131-1/+1
* Fixed freeing listsJames Booth2014-11-131-1/+12
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Use g_list_free() when finding resource availabilityJames Booth2014-06-241-6/+7
* Check for null before freeing X11info, removed free current resourceJames Booth2014-06-241-1/+0
* Free some memoryImmae2014-06-231-0/+2
* Updated copyrightJames Booth2014-03-091-1/+1
* Added contact presence offline testJames Booth2014-01-051-3/+3
* Refactored contact display stringJames Booth2014-01-051-6/+3
* Added p_contact_create_display_stringJames Booth2013-10-071-0/+25
* Show only nick or jid in /wins outputJames Booth2013-08-311-0/+10
* most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-19/+15
* Coloured contact and subscription in /roster and /group outputJames Booth2013-07-031-0/+14
* Added group add and group remove to /roster commandJames Booth2013-06-021-0/+14
* Add groups to roster contactsJames Booth2013-05-221-2/+26
* Roster handle changes handled correctlyJames Booth2013-05-201-0/+2
* Changing roster handle with no argument clears handleJames Booth2013-05-191-1/+3
* Added /roster command with nick option to change handleJames Booth2013-05-191-23/+10
* Colour title on /caps and /software outputJames Booth2013-02-171-0/+6
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-73/+66
* Dealing with mulitple contact resources, work in progressJames Booth2013-02-141-19/+90
* Simple default resource hanlding on presenceJames Booth2013-02-141-13/+8
* Added p_contact_add_resourceJames Booth2013-02-101-9/+11
* Use resource_presence_t in ResourceJames Booth2013-02-101-9/+6
* Renamed resources->available_resourcesJames Booth2013-02-101-20/+17
* Only create contacts resource when onlineJames Booth2013-02-101-12/+37
* Fixed error clearing contact listJames Booth2013-02-101-0/+26
* Added default resource to contactJames Booth2013-02-101-31/+25
* Renamed contact property jid->barejidJames Booth2013-02-091-6/+6
* Tidied #include'sJames Booth2013-02-021-1/+2
* Added client to /info command in chat roomsJames Booth2013-01-201-3/+8
* Added retrieval of caps string from presenceJames Booth2013-01-191-51/+31
* Updated copyrightJames Booth2013-01-111-1/+1
* Handle idle time from contactsJames Booth2012-12-091-35/+22
* Handle roster subscription updatesJames Booth2012-11-271-0/+21
* Show "request pending" in /sub show, when request has been sentJames Booth2012-11-271-1/+10
* Default contact subscription set to "none"James Booth2012-11-271-1/+1
* Split contact add and update presenceJames Booth2012-10-291-0/+30
* Subscription managementJames Booth2012-10-281-1/+23
* Load roster before sending presenceJames Booth2012-10-281-17/+49
* Removed trailing whitespace from src and testsJames Booth2012-10-211-5/+5
* Function signatures across linesJames Booth2012-07-241-7/+14
* Added autobuild toolsJames Booth2012-07-011-0/+108