about summary refs log tree commit diff stats
path: root/src/event/client_events.h
Commit message (Collapse)AuthorAgeFilesLines
* Make header defines consistentJames Booth2016-07-241-2/+2
|
* Moved chat state handling code to chat_state.cJames Booth2016-07-241-0/+2
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-3/+3
|
* Updated copyrightJames Booth2016-02-141-1/+1
|
* Add cl_ev_disconnectJames Booth2016-01-031-0/+2
|
* Applied coding style to src/event/James Booth2015-10-251-5/+5
|
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-181-1/+1
|
* Include last activity in initial presenceJames Booth2015-09-271-2/+2
|
* Added cl_ev_presence_sendJames Booth2015-05-071-0/+2
|
* Added ui_ev_new_private_win to ui eventsJames Booth2015-05-041-1/+1
|
* cl_ev_send_muc_msg takes ProfMucWin as argJames Booth2015-05-041-1/+1
|
* Return result on OTR message sendingJames Booth2015-04-291-1/+1
|
* Added ui events moduleJames Booth2015-04-281-3/+0
|
* Renamed event functionsJames Booth2015-04-281-7/+7
|
* Tidied account loginJames Booth2015-04-231-2/+2
|
* Moved login events to client events moduleJames Booth2015-04-221-0/+3
|
* Moved new chat win events to client events moduleJames Booth2015-04-211-0/+3
|
* Moved all message sending to client events moduleJames Booth2015-04-211-1/+3
|
* Added client_events module, reuse message sending code for all commandsJames Booth2015-04-191-0/+40
e previous revision' href='/akkartik/mu/blame/055parse_tree.cc?h=main&id=79eef536f5fc2c427e3601e0dcca705aad1d7023'>^
6808ff7d ^

af023b32 ^
1f7e3c05 ^
af023b32 ^


66abe7c1 ^
6808ff7d ^
66abe7c1 ^









6808ff7d ^
a17f9186 ^
6808ff7d ^
af023b32 ^











6808ff7d ^
a17f9186 ^
6808ff7d ^

9cfd925a ^
1ead3562 ^
15f79a66 ^
6808ff7d ^
15f79a66 ^




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