about summary refs log tree commit diff stats
path: root/src/chat_log.c
Commit message (Expand)AuthorAgeFilesLines
* 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
='#n42'>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