about summary refs log tree commit diff stats
path: root/src/contact_list.c
Commit message (Expand)AuthorAgeFilesLines
* Added autocomplete for /software commandJames Booth2013-02-171-1/+23
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-4/+9
* Removed whitespaceJames Booth2013-02-141-2/+2
* Simple default resource hanlding on presenceJames Booth2013-02-141-19/+19
* Added p_contact_add_resourceJames Booth2013-02-101-2/+1
* Only create contacts resource when onlineJames Booth2013-02-101-2/+1
* Fixed error clearing contact listJames Booth2013-02-101-3/+4
* Changed parameter to contact_list_add jid->barejidJames Booth2013-02-101-15/+15
* Added command and tools subdirs to sourceJames Booth2013-02-021-1/+1
* Tidied #include'sJames Booth2013-02-021-1/+1
* Got rid of old naming convention on prof_autocompleteJames Booth2013-01-251-8/+8
* Added client to /info command in chat roomsJames Booth2013-01-201-2/+2
* Added retrieval of caps string from presenceJames Booth2013-01-191-6/+10
* Updated copyrightJames Booth2013-01-111-1/+1
* Autocomplete: added free functionJames Booth2013-01-111-0/+6
* Handle idle time from contactsJames Booth2012-12-091-1/+22
* Implemented "/sub sent" to show outstanding sent subscription requestsJames Booth2012-11-281-0/+18
* Add and remove from roster on subscription presenceJames Booth2012-11-281-1/+9
* Handle roster subscription updatesJames Booth2012-11-271-0/+14
* Show "request pending" in /sub show, when request has been sentJames Booth2012-11-271-2/+3
* Added parser moduleJames Booth2012-11-181-2/+0
* Fixed testsJames Booth2012-10-291-4/+5
* Split contact add and update presenceJames Booth2012-10-291-43/+27
* Handle presence after roster requestJames Booth2012-10-281-23/+82
* Load roster before sending presenceJames Booth2012-10-281-4/+6
* Renamed other autocompletersJames Booth2012-10-211-2/+2
* Removed trailing whitespace from src and testsJames Booth2012-10-211-5/+5
* Now checks for exitence of contact before sending messageJames Booth2012-10-041-0/+18
* Tidied all includesJames Booth2012-08-261-7/+0
* Merge common and utilJames Booth2012-08-231-2/+0
* Added some logging and updated man pageJames Booth2012-08-221-0/+2
* Function signatures across linesJames Booth2012-07-241-7/+14
* Added autobuild toolsJames Booth2012-07-011-0/+72
@gmail.com> 2012-11-08 22:51:49 +0000 committer James Booth <boothj5@gmail.com> 2012-11-08 22:51:49 +0000 Added #define's to headers' href='/danisanti/profani-tty/commit/src/room_chat.h?id=ba11e88dcb4ba2554c690a7ecc10652b28a4d4a4'>ba11e88d ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69