about summary refs log tree commit diff stats
path: root/src/event/client_events.h
Commit message (Expand)AuthorAgeFilesLines
* Apply coding styleMichael Vetter2020-07-071-7/+7
* Revert "Apply coding style"Michael Vetter2020-07-071-7/+7
* Apply coding styleMichael Vetter2020-07-071-7/+7
* Add option for legacy authenticationDmitry Podgorny2020-06-051-1/+1
* xep-0308: Implement LMC for outgoing MUC messagesMichael Vetter2020-02-141-0/+1
* xep-0308: Implement `/correct` to correct the last send messageMichael Vetter2020-02-101-0/+1
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Remove status from cl_ev_presence_sendJames Booth2017-01-151-1/+1
* 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
t; 2019-05-02 23:44:43 -0700 committer Kartik Agaram <vc@akkartik.com> 2019-05-02 23:48:52 -0700 new primitives: append-byte, append-byte-hex' href='/akkartik/mu/commit/subx/064write-byte.subx?h=hlt&id=d134a83b7454911285101dee8d14b9a41671d850'>d134a83b ^
0e9503d7 ^
d134a83b ^










33352536 ^
d134a83b ^






33352536 ^
d134a83b ^







33352536 ^
d134a83b ^


83822d63 ^
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