about summary refs log tree commit diff stats
path: root/src/chat_log.c
Commit message (Collapse)AuthorAgeFilesLines
* Tidied all includesJames Booth2012-08-261-1/+0
|
* Merge common and utilJames Booth2012-08-231-1/+1
|
* Added some logging and updated man pageJames Booth2012-08-221-0/+3
|
* Function signatures across linesJames Booth2012-07-241-4/+8
|
* Removed @ from log file namesJames Booth2012-07-231-2/+7
|
* Close logs on exitJames Booth2012-07-231-9/+9
|
* Created log dir for each loginJames Booth2012-07-221-6/+12
|
* Basic chat log per userJames Booth2012-07-221-12/+33
|
* Added datetime to chat loggingJames Booth2012-07-221-1/+10
|
* Flush after chat log writesJames Booth2012-07-221-7/+8
|
* Added simple chat logJames Booth2012-07-221-0/+51
iv>
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