aboutsummaryrefslogtreecommitdiffstats
path: root/otr.c
Commit message (Collapse)AuthorAgeLines
...
* - use a recursive otr_mutexSven Moritz Hallberg2008-02-11-38/+223
| | | | | - implement 'otr forget fingerprint' and 'otr forget context' commands
* honor simulate_netsplit for encrypted/trusted mode changesSven Moritz Hallberg2008-02-11-2/+7
|
* log out all accounts when going into keygenSven Moritz Hallberg2008-02-10-3/+11
|
* remove cleartext fallbacks during keygenSven Moritz Hallberg2008-02-10-20/+2
|
* add 'otr keygen' commandSven Moritz Hallberg2008-02-10-6/+29
|
* - rename request/abort commands to connect/disconnectSven Moritz Hallberg2008-02-10-136/+183
| | | | | | - support 'otr info' without argument for general info - some cosmetics
* Support halfops for 'notaway' status etc.Sven Moritz Hallberg2008-02-10-21/+46
|
* - add support for setting ops/voice according to OTR msgstateSven Moritz Hallberg2008-02-09-50/+236
| | | | | | | | | | | - add 'otr trust' user command - support non-otr messages during keygen - run otr messages through strip_html - interpret <b> and <i> tags in html messages - record max message size in prpl - add 'encrypted' flag to user_t - cosmetics
* use peernicks and try to guess max message sizeSven Moritz Hallberg2008-02-06-15/+35
|
* otr: check some error conditionsSven Moritz Hallberg2008-02-03-5/+13
|
* OTR support, first checkinSven Moritz Hallberg2008-02-03-0/+953