index
:
bitlbee
develop
install-dev
master
patched-3.4.1
patched-master
scram
server-time
set-account
tagged_msg
twitter-reconnect
personal fork of github.com/bitlbee/bitlbee
Marius Halden
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
otr.c
Commit message (
Expand
)
Author
Age
Lines
*
Fixing "oppurtunistic" typo.
Wilmer van der Gaast
2012-08-19
-1
/
+1
*
make sure we avoid file traversal in otr load/save functions (#853)
unknown
2011-11-26
-32
/
+54
*
otr: only skip coloring of leading /me if the message will go to a query window
unknown
2011-10-03
-3
/
+4
*
send user-specific otr messages generated by us as notices from that user
unknown
2011-10-03
-5
/
+11
*
rename irc_usermsg to irc_rootmsg.
unknown
2011-10-03
-110
/
+110
*
make libotr messages associated with a user appear from that nick
unknown
2011-10-01
-1
/
+9
*
don't put color code before leading /me when coloring otr messages
unknown
2011-09-30
-14
/
+26
*
nix html-escaping in otr plugin
unknown
2011-09-21
-7
/
+12
*
report trust state in gone_secure/still_secure messages
Sven Moritz Hallberg
2011-06-29
-4
/
+8
*
treat OTR plaintext as HTML (setting otr_does_html)
Sven Moritz Hallberg
2011-06-29
-16
/
+37
*
bump copyright year
Sven Moritz Hallberg
2011-06-29
-1
/
+1
*
make otr status changes visible again
Sven Moritz Hallberg
2011-06-26
-1
/
+1
*
fix possible segfault(s) when changing otr status
Sven Moritz Hallberg
2011-06-26
-11
/
+24
*
add otr reconnect command
Sven Moritz Hallberg
2011-05-01
-0
/
+8
*
Advertise support for OTR 1 + 2 when doing "otr connect", as was suggested
Wilmer van der Gaast
2010-11-21
-1
/
+1
*
q&a-style smp only affects trust on the asking side
Sven Moritz Hallberg
2010-10-04
-13
/
+15
*
cosmetic: show smpq question in bold
Sven Moritz Hallberg
2010-10-01
-1
/
+1
*
libotr forgets to set trust when responding to smpq
Sven Moritz Hallberg
2010-10-01
-9
/
+15
*
explicitly handle cheating by smp opponent
Sven Moritz Hallberg
2010-10-01
-0
/
+8
*
give smp/smpq command handler a better name
Sven Moritz Hallberg
2010-10-01
-4
/
+4
*
clarify copyright
Sven Moritz Hallberg
2010-10-01
-2
/
+2
*
Merging some fixes from pesco. Adds support for the SMP flavour used by Pidgin
Wilmer van der Gaast
2010-09-29
-43
/
+90
|
\
|
*
bump copyright year to 2010 in the right place
Sven Moritz Hallberg
2010-09-19
-2
/
+2
|
*
complain when trying smp without an otr channel
Sven Moritz Hallberg
2010-09-19
-3
/
+7
|
*
cosmetics
Sven Moritz Hallberg
2010-09-19
-1
/
+1
|
*
let 'otr smpq' only work for smp init, not reply
Sven Moritz Hallberg
2010-09-19
-16
/
+19
|
*
add 'otr smpq' command for q&a-style smp authentication
Sven Moritz Hallberg
2010-09-19
-43
/
+67
|
*
handle SMP1Q packets (smp init with question)
Sven Moritz Hallberg
2010-09-19
-0
/
+16
*
|
Allow building OTR support as a plugin. Fairly simple, let's hope I can get
Wilmer van der Gaast
2010-09-29
-12
/
+5
|
/
*
Load/save code. It'd be better if the OTR module would just save its info
Wilmer van der Gaast
2010-09-01
-0
/
+4
*
Do encryption and decryption. Somehow SMP and other things aren't working
Wilmer van der Gaast
2010-09-01
-18
/
+23
*
Pluginify this thing a little bit. Not so much in the dynamically loadable
Wilmer van der Gaast
2010-09-01
-32
/
+56
*
Added root_command_add() and use it to create the "otr" command.
Wilmer van der Gaast
2010-08-31
-1
/
+4
*
It compiles, including otr.c. Time to hook it up with the rest again.
Wilmer van der Gaast
2010-08-26
-179
/
+139
*
add an option to disable otr on twitter (and other unsuitable protocols)
Sven Moritz Hallberg
2010-06-03
-0
/
+15
*
dont specify a background when coloring encrypted messages
Sven Moritz Hallberg
2009-03-13
-1
/
+8
*
merge in latest trunk
Sven Moritz Hallberg
2008-07-17
-14
/
+38
*
minor bugfixes
Sven Moritz Hallberg
2008-07-16
-1
/
+1
*
fix "purple background" bug *sigh* :P
Sven Moritz Hallberg
2008-02-18
-1
/
+1
*
fix "purple message" bug ;)
Sven Moritz Hallberg
2008-02-18
-4
/
+4
*
tabidy some indentation
Sven Moritz Hallberg
2008-02-17
-5
/
+5
*
don't unnecessarily duplicate otr userstate in keygen slave
Sven Moritz Hallberg
2008-02-17
-10
/
+3
*
fix an uninitialized value
Sven Moritz Hallberg
2008-02-17
-0
/
+1
*
remove debugging output
Sven Moritz Hallberg
2008-02-17
-50
/
+0
*
add TODO note about erasing forgotten keys
Sven Moritz Hallberg
2008-02-17
-0
/
+3
*
put 'otr forget key' back in, which now works
Sven Moritz Hallberg
2008-02-17
-0
/
+25
*
free query strings after query_add
Sven Moritz Hallberg
2008-02-17
-0
/
+3
*
explicitly initialize ssl in order to avoid gnutls and libotr fighting over t...
Sven Moritz Hallberg
2008-02-17
-7
/
+16
*
indent fingerprints in 'otr info <buddy>'
Sven Moritz Hallberg
2008-02-16
-3
/
+3
*
remove (broken) 'otr forget key' command again
Sven Moritz Hallberg
2008-02-16
-31
/
+0
[next]