Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -5/+5 |
| | | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame. | |||
* | Fix incorrect Free Software Foundation address | Matej Cepl | 2015-01-16 | -2/+2 |
| | ||||
* | timer cleanup and "other instance" error message | unknown | 2013-08-02 | -0/+3 |
| | ||||
* | make otr compile with libotr 4.0.0, minimal functionality | Sven M. Hallberg | 2013-08-01 | -2/+2 |
| | ||||
* | Do encryption and decryption. Somehow SMP and other things aren't working | Wilmer van der Gaast | 2010-09-01 | -26/+0 |
| | | | | | | 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 loadable | Wilmer van der Gaast | 2010-09-01 | -6/+0 |
| | | | | | 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 Gaast | 2010-08-31 | -3/+0 |
| | ||||
* | fix compilation without otr support | Sven Moritz Hallberg | 2008-02-17 | -1/+1 |
| | ||||
* | explicitly initialize ssl in order to avoid gnutls and libotr fighting over ↵ | Sven Moritz Hallberg | 2008-02-17 | -4/+4 |
| | | | | the global state of libgcrypt | |||
* | rework keygen messages and add some notices | Sven Moritz Hallberg | 2008-02-16 | -1/+1 |
| | ||||
* | keep track of which keys are queued for generation | Sven Moritz Hallberg | 2008-02-16 | -4/+30 |
| | ||||
* | otr_load error handling + stonedcoder copyright notice | Sven Moritz Hallberg | 2008-02-15 | -0/+2 |
| | ||||
* | bugfix for compiling with otr disabled | Sven Moritz Hallberg | 2008-02-12 | -1/+1 |
| | ||||
* | - add global policy setting | Sven Moritz Hallberg | 2008-02-12 | -0/+28 |
| | | | | | - add copyright and author notices to otr.h and otr.c | |||
* | OTR support, first checkin | Sven Moritz Hallberg | 2008-02-03 | -0/+61 |