Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | cmd_otr_keygen: improve argument parsing | dequis | 2015-01-16 | -13/+4 |
| | ||||
* | Replace isdigit/isalpha/.../tolower/toupper with glib variants | dequis | 2015-01-16 | -3/+3 |
| | | | | | | | | | | | This fixes warnings about passing signed chars to them (apparently they are implemented as macros that do array lookups without checks in some platforms, yay) Specifically: functions=isalnum|isalpha|isdigit|isspace|isxdigit|tolower|toupper sed -ir "s/$functions/g_ascii_&/g" **/*.c | |||
* | Fix incorrect Free Software Foundation address | Matej Cepl | 2015-01-16 | -2/+2 |
| | ||||
* | fix 'otr connect' command | unknown | 2014-02-13 | -1/+11 |
| | ||||
* | fix a segfault when otr-coloring /me messages | unknown | 2014-02-11 | -1/+2 |
| | ||||
* | close otr connections on quit, add 'otr disconnect *' command | unknown | 2014-02-07 | -27/+47 |
| | ||||
* | use OTRL_INSTAG_BEST instead of _RECENT to work around a segfault in libotr | unknown | 2014-02-02 | -2/+5 |
| | ||||
* | work around libotr 4 not sending outgoing plaintext messages | unknown | 2014-02-02 | -18/+12 |
| | ||||
* | Merging fix from Flexo for #1109. | Wilmer van der Gaast | 2014-01-20 | -4/+11 |
| | ||||
* | log OTR heartbeats if set verbose | unknown | 2013-08-03 | -1/+13 |
| | ||||
* | cleanup and docs | unknown | 2013-08-03 | -5/+12 |
| | ||||
* | persist instags (also works around "malformed message" bug) | unknown | 2013-08-03 | -1/+25 |
| | ||||
* | do 'otr connect' with the proper query message (generated by libotr) | unknown | 2013-08-02 | -1/+3 |
| | ||||
* | timer cleanup and "other instance" error message | unknown | 2013-08-02 | -2/+8 |
| | ||||
* | some more instag updates | unknown | 2013-08-02 | -6/+11 |
| | ||||
* | use INSTAG_RECENT for outgoing messages | unknown | 2013-08-02 | -1/+3 |
| | ||||
* | better workaround for libotr's NULL opdata bug | unknown | 2013-08-02 | -6/+13 |
| | ||||
* | regularly call otrl_message_poll | unknown | 2013-08-02 | -1/+18 |
| | ||||
* | implement otr_error_message callback | unknown | 2013-08-02 | -2/+22 |
| | ||||
* | work around libotr bugs | unknown | 2013-08-02 | -5/+10 |
| | ||||
* | implement handle_msg_event | unknown | 2013-08-01 | -35/+102 |
| | ||||
* | update smp event handling | unknown | 2013-08-01 | -137/+72 |
| | ||||
* | move html coding and coloring into convert callback | unknown | 2013-08-01 | -83/+78 |
| | ||||
* | make otr compile with libotr 4.0.0, minimal functionality | Sven M. Hallberg | 2013-08-01 | -32/+49 |
| | ||||
* | I'm still bored on a long flight. Wrote a script to automatically update | Wilmer van der Gaast | 2013-02-21 | -1/+1 |
| | | | | | | | my copyright mentions since some were getting pretty stale. Left files not touched since before 2012 alone so that this change doesn't touch almost EVERY source file. | |||
* | 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 |
| | | | | | | 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 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 |
| | | | | | to me via e-mail. | |||
* | 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 |
|\ | | | | | | | | | (otr smpq). | |||
| * | 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 |
| | |