about summary refs log tree commit diff stats
path: root/src/log.c
Commit message (Expand)AuthorAgeFilesLines
* Fix errors in log.cMichael Vetter2020-02-221-1/+2
* get_log_file_location () should return const char*Michael Vetter2020-02-211-1/+1
* Allow setting custom log file via -f FILENAMEMichael Vetter2020-02-211-10/+28
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Actually log MUC PM messagesMichael Vetter2019-10-281-11/+11
* Properly display chatwin historyMichael Vetter2019-10-211-1/+0
* Improve MUC 1:1 loggingMichael Vetter2019-10-071-25/+79
* log: set nonblocking mode for stderrDmitry Podgorny2019-09-131-6/+16
* Rename prof_message_t into ProfMessagePaul Fariello2019-06-201-4/+4
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-12/+12
* Add myself to copyrightMichael Vetter2019-06-171-0/+1
* Iterate logfiles until 100 are reachedMichael Vetter2019-06-071-6/+9
* Log and print outgoing encrypted messagePaul Fariello2019-04-101-1/+63
* Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-0/+34
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Fix gcc8 error about strncpyMichael Vetter2018-07-061-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Recreate chat log when removedJames Booth2017-06-131-1/+6
* Update CopyrightJames Booth2017-01-281-1/+1
* Remove copied char* in groupchat_log_chatJames Booth2016-07-261-9/+7
* Fix memory leaksJames Booth2016-07-251-1/+2
* Move all filepath handling to files.cJames Booth2016-07-241-37/+5
* Move xgd functionsJames Booth2016-07-241-2/+2
* Move resource conversionsJames Booth2016-07-241-1/+1
* Add config/files.cJames Booth2016-07-241-0/+1
* Tidy headersJames Booth2016-07-241-1/+0
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Move connection fulljid functionJames Booth2016-05-061-6/+6
* Rename jabber_ functionsJames Booth2016-05-061-6/+6
* Updated copyrightJames Booth2016-02-141-1/+1
* Applied coding style to src/James Booth2015-10-261-40/+36
* Pass delay timestamp to all incoming chat eventsJames Booth2015-09-081-18/+7
* Dereference timestamp on chat loggingJames Booth2015-08-091-1/+6
* WIP fix for #516, needs memory cleanupJames Booth2015-06-291-14/+6
* log: Introduced stderr log handlerDmitry Podgorny2015-06-231-0/+103
* Added PGP logging preferencesJames Booth2015-06-211-0/+34
* Use null check convention in log.cJames Booth2015-05-041-8/+8
* Move common chat logging code to log.cJames Booth2015-03-151-4/+74
* Updated copyrightJames Booth2015-02-101-1/+1
* Used g_hash_table_destroy to free logsJames Booth2015-02-101-4/+4
* Set file permissions for logsJames Booth2014-10-181-0/+4
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Fixed memleak in chat log historyJames Booth2014-06-271-8/+11
* Fixed cppcheck warningsJames Booth2014-04-261-3/+2
* Added /log where commandJames Booth2014-04-131-0/+9
* Added /log shared settingJames Booth2014-04-131-5/+17
* Added /log rotate optionJames Booth2014-04-131-3/+5
* Updated copyrightJames Booth2014-03-091-1/+1
* Add level to log outputJames Booth2014-01-271-1/+23
* fixed segfault when home directory doesn't existDmitry Podgorny2014-01-031-27/+31
-27 17:43:41 -0700 2812' href='/akkartik/mu/commit/html/071rewrite_stash.cc.html?h=hlt&id=a654e4ecace2d506d1b10f1dde2c287ebe84ef37'>a654e4ec ^
c842d90b ^
3e1349d2 ^
f344b250 ^
c842d90b ^
3e1349d2 ^
c842d90b ^









ced133e4 ^
a654e4ec ^

ced133e4 ^
a654e4ec ^
ced133e4 ^
a654e4ec ^

ced133e4 ^
a654e4ec ^

ced133e4 ^
a654e4ec ^
d059fe74 ^
a654e4ec ^
ced133e4 ^
a654e4ec ^
d059fe74 ^
f344b250 ^
a654e4ec ^
32b8fac2 ^
ced133e4 ^
c842d90b ^


d059fe74 ^
f344b250 ^
c842d90b ^

ced133e4 ^








f344b250 ^
d059fe74 ^
ced133e4 ^



a654e4ec ^







c842d90b ^

ced133e4 ^
c842d90b ^
f344b250 ^
c842d90b ^



















2f02189d ^
44c1aeef ^

a654e4ec ^
44c1aeef ^
a654e4ec ^

2f02189d ^
32b8fac2 ^
44c1aeef ^
32b8fac2 ^

ced133e4 ^

3e1349d2 ^
ced133e4 ^
f344b250 ^
ced133e4 ^


f344b250 ^
ced133e4 ^

a654e4ec ^


a654e4ec ^

3e1349d2 ^
f344b250 ^

a654e4ec ^
3e1349d2 ^
a654e4ec ^




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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210