about summary refs log tree commit diff stats
path: root/src/muc.h
Commit message (Expand)AuthorAgeFilesLines
* Updated copyrightJames Booth2016-02-141-1/+1
* Applied coding style to src/James Booth2015-10-261-4/+3
* Use consistent style for pointersMichael Vetter2015-10-211-48/+48
* Added current window reference to command functionsJames Booth2015-06-171-1/+2
* Optimised occupant comparisons, create utf8 collate key onceJames Booth2015-05-071-0/+1
* Use password for chat room invitesJames Booth2015-03-291-1/+2
* Set members only property when getting room featuresJames Booth2015-03-291-0/+2
* Added check members only room to send mediated invitesJames Booth2015-03-281-0/+8
* Updated copyrightJames Booth2015-02-101-1/+1
* Simplified autocompleters and command historyJames Booth2015-01-161-2/+2
* Refactor muc user handlerJames Booth2014-10-071-1/+1
* Added jid autocomplete for affiliation commandsJames Booth2014-10-061-0/+4
* Store real jid with occupantsJames Booth2014-10-011-2/+3
* Added /room <affiliation> commandJames Booth2014-10-011-0/+1
* Added /room <role> commandJames Booth2014-10-011-1/+2
* Show occupants affiliation and role with /info in roomsJames Booth2014-09-301-0/+2
* wip - Store roles and affiliations with occupantsJames Booth2014-09-301-1/+2
* Changed rooms to use Occupant type instead of PContactJames Booth2014-09-301-2/+27
* Tidied muc moduleJames Booth2014-09-281-44/+45
* Store room affiliation and roleJames Booth2014-09-281-0/+5
* Removed _get_caps_key functionJames Booth2014-09-211-2/+1
* Validate usage of /room config command, added UI messagesJames Booth2014-09-031-0/+3
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Save chat room message prefix for autocompleteJames Booth2014-07-151-0/+1
* Added autocomplete for nicknames in MUC input textJames Booth2014-07-091-0/+2
* Handle room subject and broadcasts sent before roster receivedJames Booth2014-05-051-0/+5
* Rejoin private rooms after reconnectingJames Booth2014-04-231-1/+2
* Chat room windows now created only after successful joinJames Booth2014-04-211-1/+3
* Store password with roomJames Booth2014-04-201-1/+1
* Updated copyrightJames Booth2014-03-091-1/+1
* 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-0/+1
* Handle when servers dont send status 101 or jid for MUC nick changesJames Booth2013-08-051-1/+2
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-241-0/+10
* Added command and tools subdirs to sourceJames Booth2013-02-021-1/+1
* Added xmpp_presence.cJames Booth2013-01-281-0/+2
* Got rid of old naming convention on prof_autocompleteJames Booth2013-01-251-2/+2
* Added client to /info command in chat roomsJames Booth2013-01-201-1/+2
* Allow /info and /msg in private room chat when nick has space in nameJames Booth2013-01-151-0/+1
* Use Jid datatype in chat roomsJames Booth2013-01-131-1/+1
* Added jid datatypeJames Booth2013-01-121-2/+2
* Moved jid related functions to commonJames Booth2013-01-121-8/+0
* Renamed muc functionsJames Booth2013-01-121-22/+26
* Renamed room_chat module to mucJames Booth2013-01-121-0/+59
y/commit/theme_template?id=216493ef07662e8f53f7c0de2391a43ef9bd3a8a'>216493ef ^
5bccee93 ^
abc2f0de ^
97d96746 ^

cce01f1d ^
5bccee93 ^
f91b21a1 ^
2bda22c3 ^
a00095c8 ^
2bda22c3 ^

30b5f112 ^
b21edfaa ^
57dc5f14 ^
f0f3a739 ^
35239ee3 ^

fb7001cf ^
72c1c496 ^
bab75cae ^
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