index
:
profani-tty
this commit
main
Profanity fork with TTY improvements
danisanti <danisanti@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Inlined _title_bar_draw_title and _title_bar_draw_presence
James Booth
2014-01-16
1
-24
/
+8
|
*
Use title_bar_draw where possible in title bar
James Booth
2014-01-16
1
-15
/
+3
|
*
Always erase and refresh titlebar when drawing
James Booth
2014-01-16
1
-0
/
+8
|
*
Added _title_bar_draw_title when setting presence
James Booth
2014-01-16
1
-1
/
+2
|
*
Removed _title_bar_show
James Booth
2014-01-16
1
-13
/
+6
|
*
Removed title_bar_show from UI module
James Booth
2014-01-16
2
-3
/
+2
|
*
Renamed title bar status -> presence
James Booth
2014-01-16
2
-11
/
+11
|
*
Renamed title_bar_set_status -> title_bar_set_presence
James Booth
2014-01-16
6
-11
/
+13
|
*
Renamed title_bar -> win
James Booth
2014-01-16
1
-31
/
+31
|
*
Renamed title_bar_title -> title_bar_console
James Booth
2014-01-16
3
-9
/
+9
|
*
Removed dirty flag from titlebar
James Booth
2014-01-16
1
-15
/
+16
|
*
Implemented chat logging options for OTR messages
James Booth
2014-01-13
5
-7
/
+27
|
|
|
|
|
|
|
|
on - Log OTR messages as plaintext off - Do not log OTR messages redact - Log, but replace the text with '[redacted]' Defaults to redact
*
Added setting /otr log on|off|redact
James Booth
2014-01-13
6
-5
/
+66
|
*
Fixed GString freeing before use in otr.c
James Booth
2014-01-13
1
-2
/
+2
|
*
Check for already established but not used OTR session on /otr start <contact>
James Booth
2014-01-13
1
-2
/
+3
|
|
|
|
|
For example, one may have been established from the other end, without any messages being sent yet
*
Implemented /otr start <contact>
James Booth
2014-01-13
1
-0
/
+11
|
*
Open new chat win, or use existing for /otr start <contact>
James Booth
2014-01-13
1
-9
/
+25
|
*
Added contact autocompletion to /otr start <contact>
James Booth
2014-01-13
1
-0
/
+5
|
*
Moved otr autocompletion to function
James Booth
2014-01-13
1
-3
/
+17
|
*
Removed unused otr callbacks
James Booth
2014-01-13
1
-59
/
+0
|
*
Added /otr to /help chatting
James Booth
2014-01-12
1
-1
/
+1
|
*
Merge branch 'otr'
James Booth
2014-01-12
17
-48
/
+1018
|
\
|
*
Added libotr dev packages for ubuntu and fedora in install-all.sh
James Booth
2014-01-12
1
-2
/
+2
|
|
|
*
Removed debug statements
James Booth
2014-01-12
1
-24
/
+0
|
|
|
*
Added conditionals to makefile for otr support
James Booth
2014-01-12
5
-7
/
+23
|
|
|
*
Merge branch 'master' into otr
James Booth
2014-01-12
2
-2
/
+5
|
|
\
|
|
/
|
/
|
*
|
Check for res_query, then for __res_query in libresolv
Jasper van Bourgognie
2014-01-09
1
-2
/
+3
|
|
*
|
Fixed win_handle_error_message
James Booth
2014-01-08
1
-0
/
+2
|
|
|
*
Added /otr trust|untrust commands
James Booth
2014-01-12
6
-6
/
+148
|
|
|
*
Implemented write fingerprints callback
James Booth
2014-01-12
1
-1
/
+20
|
|
|
*
Added /otr autocompleter and updated help
James Booth
2014-01-12
1
-5
/
+17
|
|
|
*
Added /otr end command
James Booth
2014-01-11
2
-1
/
+16
|
|
|
*
End OTR session when user closes chat window
James Booth
2014-01-11
4
-5
/
+62
|
|
|
*
Handle window creation for incoming and outgoing OTR sessions
James Booth
2014-01-11
6
-8
/
+53
|
|
|
*
Show contacts fingerprint on /otr theirfp
James Booth
2014-01-11
2
-3
/
+14
|
|
|
*
Added /otr theirfp with hardcoded fingerprint
James Booth
2014-01-11
7
-9
/
+47
|
|
|
*
Renamed fingerprint command, updated help
James Booth
2014-01-11
2
-6
/
+7
|
|
|
*
Added [OTR] and (trusted/untrusted) to titlebar for OTR sessions
James Booth
2014-01-11
5
-0
/
+17
|
|
|
*
Refactored setting window recipient
James Booth
2014-01-11
2
-32
/
+30
|
|
|
*
Use version 1 query to start OTR session
James Booth
2014-01-11
1
-0
/
+2
|
|
|
*
Require '/otr start' from both parties before encryption used both ways
James Booth
2014-01-11
9
-18
/
+114
|
|
|
*
Load OTR private key on connect, gen command checks if already generated
James Booth
2014-01-11
4
-25
/
+102
|
|
|
*
Implemented message encryption, session started with whitspace tags on first ↵
James Booth
2014-01-10
2
-20
/
+8
|
|
|
|
|
|
|
|
message
|
*
Added "/otr fp" to show users fingerprint
James Booth
2014-01-10
4
-11
/
+27
|
|
|
*
Show users fingerprint after generating key
James Booth
2014-01-10
1
-0
/
+4
|
|
|
*
Use data home for otr keys and fingerprints files
James Booth
2014-01-10
1
-24
/
+34
|
|
|
*
WIP - OTR support
James Booth
2014-01-10
5
-31
/
+109
|
|
|
*
Merge branch 'master' into otr
James Booth
2014-01-08
7
-130
/
+76
|
|
\
|
|
/
|
/
|
*
|
Removed handle error message function from ProfWin
James Booth
2014-01-08
6
-120
/
+51
|
|
*
|
Removed print message function from ProfWin
James Booth
2014-01-08
3
-12
/
+26
|
|
[prev]
[next]