about summary refs log tree commit diff stats
path: root/src/jabber.h
Commit message (Expand)AuthorAgeFilesLines
* Allow nick change in chat roomJames Booth2012-11-181-0/+1
* introduce priority supportDmitry Podgorny2012-11-131-0/+3
* add subscription supportDmitry Podgorny2012-11-111-1/+7
* Renamed params in jabber_joinJames Booth2012-11-101-1/+1
* Leaving chat rooms on /closeJames Booth2012-11-061-0/+1
* Handle sending messages in groupchatJames Booth2012-11-051-0/+1
* Added jabber_join for MUCJames Booth2012-11-041-0/+1
* Handling paused statusJames Booth2012-10-311-0/+2
* Basic state handlingJames Booth2012-10-311-0/+2
* Load roster before sending presenceJames Booth2012-10-281-1/+0
* Added basic subscriptionsJames Booth2012-10-281-0/+1
* Refactored disconnectJames Booth2012-10-271-1/+1
* Added /disconnect commandJames Booth2012-10-271-0/+1
* Removed trailing whitespace from src and testsJames Booth2012-10-211-3/+3
* Moved jabber_free_resources callJames Booth2012-10-161-1/+0
* Merge branch 'master' of https://github.com/pasis/profanityJames Booth2012-10-161-0/+1
|\
| * jabber: fix crash when disconnection timeout is reachedDmitry Podgorny2012-10-171-0/+1
* | Attempted fix at causing segfault by freeing connectionJames Booth2012-10-161-0/+1
|/
* Tidy up jabber module, removed unused code, made local functions privateJames Booth2012-10-021-3/+2
* Created shutdown init function to initiate and wait for shutdownJames Booth2012-09-111-1/+2
* Tidied all includesJames Booth2012-08-261-1/+15
* Added autobuild toolsJames Booth2012-07-011-0/+40
>
a654e4ec ^
fe8bf967 ^
9e751bb8 ^
fe8bf967 ^
672e3e50 ^

a654e4ec ^



e5c11a51 ^






















a654e4ec ^

672e3e50 ^
e5c11a51 ^
a654e4ec ^
204dae92 ^


201458e3 ^
204dae92 ^

201458e3 ^

204dae92 ^


201458e3 ^
204dae92 ^




201458e3 ^
204dae92 ^



201458e3 ^
204dae92 ^
201458e3 ^
204dae92 ^

201458e3 ^
204dae92 ^
4a48bedc ^
201458e3 ^
204dae92 ^


201458e3 ^
204dae92 ^
4a48bedc ^
204dae92 ^
9e751bb8 ^







f0c55e6b ^
9e751bb8 ^



f0c55e6b ^
204dae92 ^

201458e3 ^
f0c55e6b ^
204dae92 ^




201458e3 ^
204dae92 ^
4a48bedc ^
201458e3 ^
204dae92 ^



f0c55e6b ^
204dae92 ^

aac2775a ^
204dae92 ^
4a48bedc ^
204dae92 ^
9e751bb8 ^



aac2775a ^
124c6764 ^
f0c55e6b ^
204dae92 ^



201458e3 ^
204dae92 ^
4a48bedc ^
204dae92 ^
9e751bb8 ^


f0c55e6b ^
204dae92 ^


996ce5f1 ^

4a48bedc ^
996ce5f1 ^


672e3e50 ^


a654e4ec ^
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