This file is indexed.

/usr/share/ekg2/plugins/logsqlite/vars-en.txt is in ekg2-core 1:0.4~pre+20120506.1-8+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
// short description of vairables
// (c) copyright 2005 Leszek KrupiƄski <leafnode@wafel.com>

log
	type: number
	default value: 0
	
	define if plugin logs messages 

log_ignored
	type: bool
	default value: 0
	
	define if plugin logs ignored messages (NFY).

log_status
	type: bool
	default value: 0
	
	define if plugin logs changes of people's statuses from contact list
        list (variable ,,log'' must be other than 0)

path
	type: text 
	default value: ~/.ekg2/logsqlite.db
	
	Path to file with database. If file doesn't exists, it will be created.
	Recognized codes:
	* %S - our session
	* %Y, %M, %D - year, month, day
	Examples:
	- logging to directores by session:
	    log_path = "~/.ekg2/logsqlite/%S.db"
	  e.g. /home/users/leafnode/.ekg/logsqlite/gg:123.db
	- logging to directores by session (directory) and date (file):
	    log_path = "~/.ekg2/logsqlite/%S/%Y-%M-%D.db"
	  e.g. /home/users/leafnode/.ekg2/logsqlite/jid:fr@h.pl/2004-05-31.db
	- logging to /tmp with session and date:
	    log_path = "/tmp/%S-%Y.%M.%D.db"
	  e.g. /tmp/gg:31337-2004.05.31.db

last_limit_msg
	type: number
	default value: 10
	
	maximal number of messages displayed by command logsqlite:last

last_limit_status
	type: number
	default value: 10
	
	maximal number of statuses displayed by command logsqlite:laststatus


last_in_window
	type: bool
	default value: 0
	
	define if messages displayed by command will be displayed in chat
        window with this person. Opening of unexisting window will be defined
        by variable logsqlite:last_open_window. 

last_open_window
	type: bool
	default value: 0
	
        define if in the case of displaying of the person's message by lastlong
        in chat window with him the window will be opened if it's not
        (anybody understand that description?)

last_print_on_open
	type: bool
	default value: 0
	
        define if after opening a new chat window, logsqlite will display there 
        last_limit last messages with this person