about summary refs log tree commit diff stats
path: root/contact_list.c
Commit message (Expand)AuthorAgeFilesLines
* Added result to add and remove from autocompleteJames Booth2012-05-231-4/+4
* Autcomplete defaults to string dataJames Booth2012-05-201-1/+1
* Simplified autocomplete apiJames Booth2012-05-201-17/+8
* Changed contact list to use generic autocompleteJames Booth2012-05-131-143/+19
* contact_list_remove returns voidJames Booth2012-05-131-4/+4
* contact_list_add returns voidJames Booth2012-05-131-5/+5
* Removed destroy_list, get_size from contact_listJames Booth2012-05-101-11/+0
* Using GSList for contact listJames Booth2012-05-101-122/+51
* Added contact moduleJames Booth2012-05-041-68/+27
* Tidy commands and contact listJames Booth2012-04-231-15/+28
* Rewrote copying of contact list for /whoJames Booth2012-03-201-56/+77
* Tidied up contact tab completionJames Booth2012-03-111-68/+43
* Tab completion of online contacts now rollsJames Booth2012-03-101-4/+73
* Moved page off, and added search_attemptsJames Booth2012-03-101-0/+12
* Added find contactJames Booth2012-03-101-1/+25
* Ordered contact listJames Booth2012-03-101-1/+16
* Added static modifier to _make_contact_nodeJames Booth2012-03-101-1/+1
* Dealt with online notifications when no showJames Booth2012-03-101-24/+28
* Update status in contact list on notificationJames Booth2012-03-091-3/+15
* Show status with online contact listJames Booth2012-03-091-17/+51
* Changed typenames in contact listJames Booth2012-03-091-17/+18
* Usage of constJames Booth2012-03-091-5/+4
* Added license to new filesJames Booth2012-03-081-0/+22
* Contact list synch with serverJames Booth2012-03-081-2/+25
* Fixed duplicated contactsJames Booth2012-03-081-54/+54
* Added basic online listJames Booth2012-03-081-0/+103