about summary refs log tree commit diff stats
path: root/edit
Commit message (Expand)AuthorAgeFilesLines
* 2928 - fix sandbox restore in edit/ and sandbox/Kartik K. Agaram2016-05-051-3/+7
* 2890Kartik K. Agaram2016-05-021-1/+1
* 2864 - replace all address:shared with just addressKartik K. Agaram2016-04-2411-1333/+1333
* 2861 - 'maybe-convert' no longer returns addressKartik K. Agaram2016-04-239-123/+127
* 2853 - purge get-address from edit/ appKartik K. Agaram2016-04-2211-470/+563
* 2852Kartik K. Agaram2016-04-211-1/+2
* 2851Kartik K. Agaram2016-04-211-109/+109
* 2830 - bring back deleted test from 2829Kartik K. Agaram2016-04-101-2/+0
* 2806 - bugfix: cleaning up in 'reload'Kartik K. Agaram2016-03-211-1/+1
* 2782 - directly use string literals everywhereKartik K. Agaram2016-03-144-20/+10
* 2777 - pass literal strings into functionsKartik K. Agaram2016-03-131-9/+10
* 2735 - define recipes using 'def'Kartik K. Agaram2016-03-0811-170/+170
* 2716 - more holes in immutability checksKartik K. Agaram2016-02-262-4/+4
* 2707Kartik K. Agaram2016-02-253-14/+0
* 2705 - eradicate 'warning' from appsKartik K. Agaram2016-02-251-49/+49
* 2661 - warn if a reply doesn't match recipe headerKartik K. Agaram2016-02-151-1/+2
* 2624Kartik K. Agaram2016-02-012-15/+23
* 2623 - bugfix: editing sandboxesKartik K. Agaram2016-02-013-5/+15
* 2622 - bugfix: left-arrowKartik K. Agaram2016-01-311-3/+78
* 2610 - warn when recipes don't use default-spaceKartik K. Agaram2016-01-272-9/+19
* 2608 - fix-up tests in sandbox/ appKartik K. Agaram2016-01-274-39/+16
* 2604 - clearing line was sometimes hiding cursorKartik K. Agaram2016-01-251-1/+1
* 2602Kartik K. Agaram2016-01-241-1/+1
* 2598 - bugfix: scrolling after editKartik K. Agaram2016-01-231-0/+72
* 2595 - bugfix: update state when restoring sandboxesKartik K. Agaram2016-01-231-0/+3
* 2594 - bugfixes: managing state when deleting
[colours]
bkgnd=blue
titlebar=white
titlebar.text=black
titlebar.brackets=black
titlebar.unencrypted=black
titlebar.encrypted=black
titlebar.untrusted=black
titlebar.trusted=black
titlebar.online=black
titlebar.offline=black
titlebar.away=black
titlebar.xa=black
titlebar.dnd=black
titlebar.chat=black
statusbar=white
statusbar.text=black
statusbar.time=black
statusbar.brackets=black
statusbar.active=black
statusbar.new=black
main.text=bold_white
main.text.me=bold_white
main.text.them=bold_white
main.splash=bold_green
main.help.header=bold_white
main.time=bold_green
input.text=bold_white
subscribed=bold_green
unsubscribed=bold_red
otr.started.trusted=bold_green
otr.started.untrusted=bold_yellow
otr.ended=bold_red
otr.trusted=bold_green
otr.untrusted=bold_yellow
online=bold_green
away=bold_cyan
chat=bold_white
dnd=bold_red
xa=bold_cyan
offline=bold_blue
incoming=bold_yellow
mention=bold_green
trigger=bold_green
typing=bold_yellow
gone=bold_red
error=bold_red
roominfo=bold_yellow
roommention=bold_green
roommention.term=bold_green
roomtrigger=bold_green
roomtrigger.term=bold_green
me=bold_cyan
them=bold_magenta
roster.header=bold_magenta
roster.chat=white
roster.online=green
roster.away=cyan
roster.xa=cyan
roster.dnd=red
roster.offline=bold_blue
roster.chat.active=white
roster.online.active=green
roster.away.active=cyan
roster.xa.active=cyan
roster.dnd.active=red
roster.offline.active=bold_blue
roster.chat.unread=bold_white
roster.online.unread=bold_green
roster.away.unread=bold_cyan
roster.xa.unread=bold_cyan
roster.dnd.unread=bold_red
roster.offline.unread=bold_blue
roster.room=bold_red
roster.room.unread=bold_magenta
roster.room.mention=bold_magenta
roster.room.trigger=bold_magenta
occupants.header=bold_magenta
receipt.sent=bold_blue

[ui]
beep=false
flash=false
splash=true
wrap=true
time.console=%H:%M:%S
time.chat=%d/%m/%y %H:%M:%S
time.muc=%d/%m/%y %H:%M:%S
time.config=off
time.private=%d/%m/%y %H:%M:%S
time.xmlconsole=%H:%M:%S
time.statusbar=%H:%M:%S
time.lastactivity=%d/%m/%y %H:%M:%S
privileges=true
presence=true
intype=true
enc.warn=true
resource.title=true
resource.message=true
statuses.console=all
statuses.chat=all
statuses.muc=none
roster=true
roster.offline=true
roster.empty=false
roster.by=group
roster.order=presence
roster.unread=before
roster.count=true
roster.priority=false
roster.size=25
roster.wrap=true
roster.header.char=@
roster.contact.indent=1
roster.resource=true
roster.resource.char=/
roster.resource.indent=1
roster.resource.join=true
roster.presence=true
roster.presence.indent=-1
roster.status=true
roster.contacts=true
roster.rooms=true
roster.rooms.order=name
roster.rooms.unread=before
roster.rooms.pos=last
occupants=true
occupants.size=15
occupants.jid=false
wins.autotidy=true
otr.char=@
pgp.char=%
omemo.char=*
tls.show=true
console.muc=first
titlebar.position=1
mainwin.position=2
statusbar.position=3
inputwin.position=4
le='2016-01-20 20:32:43 -0800'>2016-01-20
1-10/+10
* 2576 - distinguish allocated addresses from othersKartik K. Agaram2016-01-1911-1257/+1257
* 2558Kartik K. Agaram2016-01-121-2/+5
* 2548 - teach 'print' to print integersKartik K. Agaram2015-12-286-21/+38
* three bugs fixedKartik K. Agaram2015-12-152-0/+65
* rest of edit/ fixedKartik K. Agaram2015-12-154-8/+8
* layer 3 of edit/ now workingKartik K. Agaram2015-12-151-6/+8
* layers 1 and 2 of edit/ now workingKartik K. Agaram2015-12-152-5/+5
* 2480Kartik K. Agaram2015-11-271-2/+2
* 2477Kartik K. Agaram2015-11-271-2/+2
* 2476Kartik K. Agaram2015-11-271-1/+1
* 2474 - overload 'copy' and 'equal' for textKartik K. Agaram2015-11-221-1/+1
* 2471Kartik K. Agaram2015-11-221-4/+0
* 2468 - overload print-character as just 'print'Kartik K. Agaram2015-11-217-31/+31
* 2467 - rename 'string' to 'text' everywhereKartik K. Agaram2015-11-216-24/+24