about summary refs log tree commit diff stats
path: root/tests/test_server_events.c
Commit message (Expand)AuthorAgeFilesLines
* 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
Agaram <vc@akkartik.com> 2015-07-28 15:26:40 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-07-28 15:26:47 -0700 1872' href='/akkartik/mu/commit/048typecheck.cc?h=main&id=78c78c0636503de0ebfdeb8549eba9f4ed92b378'>78c78c06 ^
9dcbec39 ^
78c78c06 ^
ea19d0dc ^
04209f72 ^
78c78c06 ^

04209f72 ^
795f5244 ^
a70ce311 ^

6c96a437 ^
a70ce311 ^
6c96a437 ^
aae198a9 ^
d57bf669 ^
78c78c06 ^
6c96a437 ^
aae198a9 ^
d57bf669 ^
78c78c06 ^



aae198a9 ^
640d43bb ^
91abd257 ^
ada5eb55 ^



a70ce311 ^
aae198a9 ^

c4e143d6 ^
aae198a9 ^







91abd257 ^

d57bf669 ^
78c78c06 ^
3063b239 ^

ada5eb55 ^




a70ce311 ^
c4e143d6 ^
a70ce311 ^
ed09f738 ^
a70ce311 ^
9dcbec39 ^
cf363343 ^

af023b32 ^
a70ce311 ^
9dcbec39 ^
cf363343 ^

a70ce311 ^
9dcbec39 ^
cf363343 ^


78c78c06 ^
112613fe ^
efb7c8d6 ^
1ead3562 ^
192d59d3 ^

112613fe ^
a9a2f7db ^

112613fe ^
efb7c8d6 ^
1ead3562 ^
192d59d3 ^
112613fe ^

a9a2f7db ^

112613fe ^
efb7c8d6 ^
1ead3562 ^
192d59d3 ^
112613fe ^

a9a2f7db ^
112613fe ^
c91caafd ^
ada5eb55 ^







5f98a10c ^

1ead3562 ^
c91caafd ^
192d59d3 ^
c91caafd ^
9dcbec39 ^
d082b176 ^
ada5eb55 ^






5f98a10c ^

1ead3562 ^
760f683f ^
d082b176 ^

760f683f ^
cf363343 ^


1ead3562 ^
a0331a9b ^
cf363343 ^
9dcbec39 ^
a70ce311 ^


1ead3562 ^
a70ce311 ^
1ead3562 ^
a70ce311 ^
897ae8c1 ^
d52406cc ^
192d59d3 ^
a70ce311 ^


07c594eb ^







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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169