mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 18:16:22 +00:00
Blockers: - SPDX/CProof copyright headers (7 files) - stanza-id non-uniqueness: warn-only, don't skip (matches SQLite) - fopen → open(O_EXCL|O_NOFOLLOW, 0600) + fdopen in export Medium: - log_info → log_warning for SQLite fallback - remove prefs_save() auto-save from backend switch - vtable null → log_warning in 4 dispatch functions - log_debug → log_warning + null error handling in export - rename failure → cons_show_error to user - remove unused total_skipped variable - LMC respects PREF_CORRECTION_ALLOW Low nits: - man page .SS fix + jabber.space URL - profrc.example simplified - show flatfile path on /logging flatfile - EXPORT_PROGRESS_INTERVAL constant (magic 500) - FF_META_PREFIX_ID/AID constants + FF_INDEX_STEP comment - buffer overflow guard on close[1]/close[2] - for-loop → memchr for JID resource scan - BOM check extracted to ff_skip_bom() (DRY) - index building extracted to _ff_maybe_index_line() - O_APPEND+O_EXCL comment rewritten - Makefile.am spaces → tabs
65 lines
883 B
Plaintext
65 lines
883 B
Plaintext
[ui]
|
|
splash=true
|
|
intype=true
|
|
beep=false
|
|
statuses.muc=all
|
|
theme=default
|
|
history=true
|
|
titlebar=true
|
|
mouse=false
|
|
flash=false
|
|
vercheck=false
|
|
statuses.console=all
|
|
statuses.chat=all
|
|
color.nick=true
|
|
|
|
[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
|
|
room.offline=true
|
|
|
|
[alias]
|
|
colour=/color
|
|
topic=/subject
|
|
friends=/who online friends
|
|
bob=/msg bob@server.org hey wassup?
|
|
|
|
[logging]
|
|
chlog=true
|
|
grlog=true
|
|
maxsize=1048580
|
|
rotate=true
|
|
shared=true
|
|
# Database backend: on (SQLite), off, redact, flatfile
|
|
dblog=on
|
|
|
|
[otr]
|
|
warn=true
|
|
log=redact
|
|
policy=manual
|
|
|
|
[presence]
|
|
autoaway.mode=away
|
|
autoaway.time=15
|
|
autoaway.message=Away from computer
|
|
autoaway.check=true
|