about summary refs log tree commit diff stats
path: root/profrc.example
blob: 88a04e508d99c563a074767a87eabd9d8aa3ec07 (plain) (blame)
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
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5
[ui]
splash=true
intype=true
beep=false
statuses.muc=all
theme=boothj5
history=true
titlebar=true
mouse=false
flash=false
vercheck=false
statuses.console=all
statuses.chat=all

[connection]
autoping=60
reconnect=5
account=me@server.org

[chatstates]
enabled=true
outtype=false
gone=10

[notifications]
remind=60
invite=true
sub=true
message=true
room=mention
message.current=true
room.current=true
typing=true
typing.current=false
message.text=true
room.text=true

[alias]
friends=/who online friends
bob=/msg bob@server.org hey wassup?

[logging]
chlog=true
grlog=true
maxsize=1048580
rotate=true
shared=true

[otr]
warn=true
log=redact
policy=manual

[presence]
autoaway.mode=away
autoaway.time=15
autoaway.message=Away from computer
autoaway.check=true
an class="w"> **state); void first_three_elements_correct(void **state); void add_twice_at_beginning_adds_once(void **state); void add_twice_in_middle_adds_once(void **state); void add_twice_at_end_adds_once(void **state); void find_first_exists(void **state); void find_second_exists(void **state); void find_third_exists(void **state); void find_returns_null(void **state); void find_on_empty_returns_null(void **state); void find_twice_returns_second_when_two_match(void **state); void find_five_times_finds_fifth(void **state); void find_twice_returns_first_when_two_match_and_reset(void **state); void add_contact_with_no_group(void **state); void add_contact_with_group(void **state); void add_contact_with_two_groups(void **state); void add_contact_with_three_groups(void **state); void add_contact_with_three_groups_update_adding_two(void **state); void add_contact_with_three_groups_update_removing_one(void **state); void add_contact_with_three_groups_update_removing_two(void **state); void add_contact_with_three_groups_update_removing_three(void **state); void add_contact_with_three_groups_update_two_new(void **state); void add_remove_contact_groups(void **state); void add_contacts_with_different_groups(void **state); void add_contacts_with_same_groups(void **state); void add_contacts_with_overlapping_groups(void **state); void remove_contact_with_remaining_in_group(void **state);