aboutsummaryrefslogtreecommitdiffstats
path: root/otr.c
Commit message (Collapse)AuthorAgeLines
* Fixing "oppurtunistic" typo.Wilmer van der Gaast2012-08-19-1/+1
|
* make sure we avoid file traversal in otr load/save functions (#853)unknown2011-11-26-32/+54
|
* otr: only skip coloring of leading /me if the message will go to a query windowunknown2011-10-03-3/+4
|
* send user-specific otr messages generated by us as notices from that userunknown2011-10-03-5/+11
|
* rename irc_usermsg to irc_rootmsg.unknown2011-10-03-110/+110
| | | | | | add new irc_usermsg, irc_usernotice. deliver user-specific messages from libotr as notices to that user.
* make libotr messages associated with a user appear from that nickunknown2011-10-01-1/+9
|
* don't put color code before leading /me when coloring otr messagesunknown2011-09-30-14/+26
|
* nix html-escaping in otr pluginunknown2011-09-21-7/+12
|
* report trust state in gone_secure/still_secure messagesSven Moritz Hallberg2011-06-29-4/+8
|
* treat OTR plaintext as HTML (setting otr_does_html)Sven Moritz Hallberg2011-06-29-16/+37
|
* bump copyright yearSven Moritz Hallberg2011-06-29-1/+1
|
* make otr status changes visible againSven Moritz Hallberg2011-06-26-1/+1
|
* fix possible segfault(s) when changing otr statusSven Moritz Hallberg2011-06-26-11/+24
|
* add otr reconnect commandSven Moritz Hallberg2011-05-01-0/+8
|
* Advertise support for OTR 1 + 2 when doing "otr connect", as was suggestedWilmer van der Gaast2010-11-21-1/+1
| | | | | to me via e-mail.
* q&a-style smp only affects trust on the asking sideSven Moritz Hallberg2010-10-04-13/+15
|
* cosmetic: show smpq question in boldSven Moritz Hallberg2010-10-01-1/+1
|
* libotr forgets to set trust when responding to smpqSven Moritz Hallberg2010-10-01-9/+15
|
* explicitly handle cheating by smp opponentSven Moritz Hallberg2010-10-01-0/+8
|
* give smp/smpq command handler a better nameSven Moritz Hallberg2010-10-01-4/+4
|
* clarify copyrightSven Moritz Hallberg2010-10-01-2/+2
|
* Merging some fixes from pesco. Adds support for the SMP flavour used by PidginWilmer van der Gaast2010-09-29-43/+90
|\ | | | | | | | | (otr smpq).
| * bump copyright year to 2010 in the right placeSven Moritz Hallberg2010-09-19-2/+2
| |
| * complain when trying smp without an otr channelSven Moritz Hallberg2010-09-19-3/+7
| |
| * cosmeticsSven Moritz Hallberg2010-09-19-1/+1
| |
| * let 'otr smpq' only work for smp init, not replySven Moritz Hallberg2010-09-19-16/+19
| |
| * add 'otr smpq' command for q&a-style smp authenticationSven Moritz Hallberg2010-09-19-43/+67
| |
| * handle SMP1Q packets (smp init with question)Sven Moritz Hallberg2010-09-19-0/+16
| |
* | Allow building OTR support as a plugin. Fairly simple, let's hope I can getWilmer van der Gaast2010-09-29-12/+5
|/ | | | | away with doing this without libtool (eep).
* Load/save code. It'd be better if the OTR module would just save its infoWilmer van der Gaast2010-09-01-0/+4
| | | | | | in BitlBee settings that automatically end up in the existing .xml files (or whatever storage is used), but I realise this is non-trivial.
* Do encryption and decryption. Somehow SMP and other things aren't workingWilmer van der Gaast2010-09-01-18/+23
| | | | | | so well yet, at least when testing with Pidgin on the other side. Not sure where the bug is.
* Pluginify this thing a little bit. Not so much in the dynamically loadableWilmer van der Gaast2010-09-01-32/+56
| | | | | sense of the word, more in a way that core files don't have to include otr.h.
* Added root_command_add() and use it to create the "otr" command.Wilmer van der Gaast2010-08-31-1/+4
|
* It compiles, including otr.c. Time to hook it up with the rest again.Wilmer van der Gaast2010-08-26-179/+139
|
* add an option to disable otr on twitter (and other unsuitable protocols)Sven Moritz Hallberg2010-06-03-0/+15
|
* dont specify a background when coloring encrypted messagesSven Moritz Hallberg2009-03-13-1/+8
|
* merge in latest trunkSven Moritz Hallberg2008-07-17-14/+38
|
* minor bugfixesSven Moritz Hallberg2008-07-16-1/+1
|
* fix "purple background" bug *sigh* :PSven Moritz Hallberg2008-02-18-1/+1
|
* fix "purple message" bug ;)Sven Moritz Hallberg2008-02-18-4/+4
|
* tabidy some indentationSven Moritz Hallberg2008-02-17-5/+5
|
* don't unnecessarily duplicate otr userstate in keygen slaveSven Moritz Hallberg2008-02-17-10/+3
|
* fix an uninitialized valueSven Moritz Hallberg2008-02-17-0/+1
|
* remove debugging outputSven Moritz Hallberg2008-02-17-50/+0
|
* add TODO note about erasing forgotten keysSven Moritz Hallberg2008-02-17-0/+3
|
* put 'otr forget key' back in, which now worksSven Moritz Hallberg2008-02-17-0/+25
|
* free query strings after query_addSven Moritz Hallberg2008-02-17-0/+3
|
* explicitly initialize ssl in order to avoid gnutls and libotr fighting over ↵Sven Moritz Hallberg2008-02-17-7/+16
| | | | the global state of libgcrypt
* indent fingerprints in 'otr info <buddy>'Sven Moritz Hallberg2008-02-16-3/+3
|
* remove (broken) 'otr forget key' command againSven Moritz Hallberg2008-02-16-31/+0
|