about summary refs log tree commit diff stats
path: root/tests/test_server_events.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed testsJames Booth2015-01-111-4/+4
* Send active chat state, handle composing and gone from recipientsJames Booth2015-01-101-4/+4
* Added tests for clearing chat sessions on lost connectionJames Booth2015-01-101-0/+16
* Fixed chat session testsJames Booth2015-01-101-8/+8
* Added offline handler for chat sessionsJames Booth2015-01-061-0/+19
* Fixed testsJames Booth2015-01-061-6/+0
* Fixed chat sessions testJames Booth2015-01-051-3/+2
* Refactored chat session handling on sending messageJames Booth2015-01-041-2/+3
* Use resource in chat sessionsJames Booth2015-01-041-1/+2
* Use events for chat sessionsJames Booth2014-12-291-2/+2
* Fixed chat state for non OTRJames Booth2014-12-281-1/+1
* Added server_event testsJames Booth2014-12-251-23/+20
* Moved roster functionsJames Booth2014-12-161-1/+1
* Fixed broken testJames Booth2014-11-131-0/+1
* Fixed testsJames Booth2014-09-211-6/+6
* Chat room windows now created only after successful joinJames Booth2014-04-211-52/+1
* Store password with roomJames Booth2014-04-201-2/+2
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-081-1/+1
* Added presence_error tests, added muc_close()James Booth2014-01-301-8/+89
* Added message stanza error testsJames Booth2014-01-281-1/+40
* Moved error handling logic to server_eventsJames Booth2014-01-281-0/+9
* Added statuses settings to prefs outputJames Booth2014-01-211-9/+9
* WIP - /statuses command optionsJames Booth2014-01-201-0/+106
;id=4f2df30807d145ff78ca7db8ca5601187e1f6e03'>^
fae694a0 ^
fe179145 ^
5822dff7 ^
9506fb8e ^
fae694a0 ^
9506fb8e ^
fae694a0 ^
fe179145 ^

fae694a0 ^
fe179145 ^
fae694a0 ^


4c05e43d ^

fae694a0 ^

fe179145 ^

fae694a0 ^




9506fb8e ^
fae694a0 ^
fae694a0 ^
1159f9ec ^



fe179145 ^
5822dff7 ^
9506fb8e ^
fae694a0 ^
fe179145 ^
fae694a0 ^
fe179145 ^

fae694a0 ^

fe179145 ^
fae694a0 ^
9506fb8e ^

f6f26231 ^
4c05e43d ^
f6f26231 ^







9506fb8e ^
fae694a0 ^

f6f26231 ^










4c05e43d ^

fae694a0 ^

fe179145 ^
5822dff7 ^

fe179145 ^
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103