about summary refs log tree commit diff stats
path: root/src/database.h
Commit message (Expand)AuthorAgeFilesLines
* Apply coding styleMichael Vetter2020-07-071-7/+6
* Revert "Apply coding style"Michael Vetter2020-07-071-7/+8
* Apply coding styleMichael Vetter2020-07-071-8/+7
* db: Use type from message struct instead of having individual functionsMichael Vetter2020-04-061-3/+1
* Remove chat_log_get_previous()Michael Vetter2020-04-061-1/+1
* Get regular chat history out of sql backendMichael Vetter2020-04-061-0/+1
* db: log all incoming and outgoing messagesMichael Vetter2020-04-061-1/+3
* db: log outgoing message in one caseMichael Vetter2020-04-061-0/+1
* db: add dedicated chat, muc, muc pm logging functionsMichael Vetter2020-04-061-1/+3
* db: insert message typeMichael Vetter2020-04-061-1/+1
* db: move includesMichael Vetter2020-04-061-2/+6
* db: Have one database per accountMichael Vetter2020-04-061-1/+1
* database: log stanza_id and whether it is a muc messageMichael Vetter2020-04-061-1/+1
* database: log incoming messagesMichael Vetter2020-04-061-0/+1
* Start SQLite db moduleMichael Vetter2020-04-061-0/+43
s revision' href='/akspecs/aerc/blame/doc/aerc-search.1.scd?id=39307a6fa7e96641b822ed0a9acb75021dcf7fe9'>^
35dc57e ^


d2a18e2 ^



f13f9a8 ^








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