comparison mcabber/src/histolog.c @ 1311:0dda8238af21

Implement "/roster display"
author Mikael Berthe <mikael@lilotux.net>
date Thu, 13 Sep 2007 20:05:21 +0200
parents b6fdbfa6b219
children 06441b6cc23a
comparison
equal deleted inserted replaced
1310:a5336c44d4e2 1311:0dda8238af21
126 * (Old format: "TI DDDDDDDDDD LLL [data])" 126 * (Old format: "TI DDDDDDDDDD LLL [data])"
127 * T=Type, I=Info, yyyymmddThh:mm:ssZ=date, LLL=0-padded-len 127 * T=Type, I=Info, yyyymmddThh:mm:ssZ=date, LLL=0-padded-len
128 * 128 *
129 * Types: 129 * Types:
130 * - M message Info: S (send) R (receive) 130 * - M message Info: S (send) R (receive)
131 * - S status Info: [_oifdna] 131 * - S status Info: [_ofdnai]
132 * We don't check them, we'll trust the caller. 132 * We don't check them, we'll trust the caller.
133 */ 133 */
134 134
135 fp = fopen(filename, "a"); 135 fp = fopen(filename, "a");
136 g_free(filename); 136 g_free(filename);