about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Use null check convention in server_events.cJames Booth2015-05-041-7/+7
|
* Use null check convention in theme.cJames Booth2015-05-041-8/+8
|
* Use null check convention in preferences.cJames Booth2015-05-041-4/+4
|
* Use null check convention in accounts.cJames Booth2015-05-041-17/+17
|
* Use null check convention in account.cJames Booth2015-05-041-8/+8
|
* Use null check convention in commands.cJames Booth2015-05-041-50/+50
|
* Use null check convention in command.cJames Booth2015-05-041-110/+110
|
* Added enc_mode to ProfChatWinJames Booth2015-05-044-10/+15
|
* Extracted carbons handlingJames Booth2015-05-041-41/+55
|
* Revert "Added carbons handler"James Booth2015-05-041-52/+52
| | | | This reverts commit ff867e7f2bdfbd8856bd2a010e9d19b9a429a239.
* Added ui_ev_new_private_win to ui eventsJames Booth2015-05-048-27/+33
|
* cl_ev_send_muc_msg takes ProfMucWin as argJames Booth2015-05-043-5/+5
|
* ui_outgoing_chat_msg now takes ProfChatWin as argumentJames Booth2015-05-045-15/+13
|
* Added roster list function to get display name for messagesJames Booth2015-05-033-24/+37
|
* Added carbons handlerJames Booth2015-05-031-52/+52
|
* Show resource in status barJames Booth2015-05-031-1/+6
|
* Extracted receipt request processing in message.cJames Booth2015-05-031-12/+31
|
* Extract private message hanlding in message.cJames Booth2015-05-033-70/+75
|
* Tidy message.cJames Booth2015-05-031-40/+50
|
* Extracted receipt received handlerJames Booth2015-05-031-30/+34
|
* Tidy message.cJames Booth2015-05-021-68/+62
|
* Pass ProfChatWin to otr_on_message_sendJames Booth2015-05-024-52/+22
|
* Removed server event delegation functionsJames Booth2015-05-018-394/+76
|
* Move current win check to event, removed next and prev win functionsJames Booth2015-04-307-90/+30
|
* Removed ui_win_switch_numJames Booth2015-04-3010-155/+77
|
* Added assert to ui_switch_winJames Booth2015-04-301-0/+1
|
* Removed some ui functions, inlinedJames Booth2015-04-304-36/+13
|
* Added ui_win_error_line()James Booth2015-04-294-2/+10
|
* Return result on OTR message sendingJames Booth2015-04-2911-49/+74
|
* Return new window on new chat win eventJames Booth2015-04-293-12/+9
|
* Changed message when sending non encrypted message with OTR policy alwaysJames Booth2015-04-291-2/+2
|
* Reuse ui_new_chat_winJames Booth2015-04-291-55/+17
|
* _win_show_history takes ProfChatWin as first argJames Booth2015-04-291-66/+55
|
* Added ui events moduleJames Booth2015-04-286-16/+92
|
* Renamed event functionsJames Booth2015-04-2811-251/+251
|
* Removed commented codeJames Booth2015-04-281-26/+0
|
* Moved otr message send event to otr moduleJames Booth2015-04-274-33/+44
|
* Removed server_events dependency on libotr headersJames Booth2015-04-274-41/+48
|
* Renamed incoming otr messageJames Booth2015-04-271-6/+6
|
* Tidied account loginJames Booth2015-04-235-60/+79
|
* Moved login events to client events moduleJames Booth2015-04-223-98/+121
|
* Tidy execute alias codeJames Booth2015-04-211-11/+11
|
* Moved new chat win events to client events moduleJames Booth2015-04-219-67/+102
|
* Moved all message sending to client events moduleJames Booth2015-04-213-50/+57
|
* Removed unused otr checkJames Booth2015-04-191-5/+0
|
* Added client_events module, reuse message sending code for all commandsJames Booth2015-04-194-77/+132
|
* Renamed server event functionsJames Booth2015-04-198-221/+221
|
* Moved server_events to event/James Booth2015-04-1910-10/+10
|
* Added option to show jids in occupants panelJames Booth2015-04-1216-23/+113
|
* Updated travis build to include uuid-dev dependencyJames Booth2015-04-121-1/+1
|
or Kartik Agaram <vc@akkartik.com> 2018-07-27 17:07:52 -0700 committer Kartik Agaram <vc@akkartik.com> 2018-07-27 17:08:29 -0700 4447' href='/akkartik/mu/commit/html/084console.mu.html?h=main&id=5fe060d582d4a82444243a28b18085c971a85628'>5fe060d5 ^
805d58c6 ^



5fe060d5 ^
204dae92 ^

b301e0c0 ^
5fe060d5 ^
204dae92 ^




b301e0c0 ^
204dae92 ^
4a48bedc ^
b301e0c0 ^
204dae92 ^


5fe060d5 ^

204dae92 ^

cdf28227 ^
204dae92 ^
4a48bedc ^
204dae92 ^
b301e0c0 ^
805d58c6 ^

b301e0c0 ^

cdf28227 ^
805d58c6 ^
204dae92 ^



b301e0c0 ^
204dae92 ^
4a48bedc ^
204dae92 ^
b301e0c0 ^
805d58c6 ^


204dae92 ^


b301e0c0 ^
996ce5f1 ^
4a48bedc ^
5fe060d5 ^
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