aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* cosmeticsSven Moritz Hallberg2010-09-19-1/+1
|
* let 'otr smpq' only work for smp init, not replySven Moritz Hallberg2010-09-19-16/+19
|
* help entry for 'otr smpq'Sven Moritz Hallberg2010-09-19-0/+17
|
* add 'otr smpq' command for q&a-style smp authenticationSven Moritz Hallberg2010-09-19-43/+67
|
* call storage_save before freeing plugins, avoids segfault in otr.cSven Moritz Hallberg2010-09-19-4/+4
|
* handle SMP1Q packets (smp init with question)Sven Moritz Hallberg2010-09-19-0/+16
|
* Load/save code. It'd be better if the OTR module would just save its infoWilmer van der Gaast2010-09-01-0/+40
| | | | | | 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-63/+102
| | | | | | 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-57/+108
| | | | | sense of the word, more in a way that core files don't have to include otr.h.
* Merge mainline stuff.Wilmer van der Gaast2010-08-31-386/+321
|\
| * Suppress subjects in Jabber conversations after showing them once.Wilmer van der Gaast2010-08-31-1/+14
| |
| * Revert to the old control channel messages for fullname changes, the /noticesWilmer van der Gaast2010-08-30-1/+3
| | | | | | | | | | were probably just a bad idea.
| * Due to popular demand, now using mode=chat by default.Wilmer van der Gaast2010-08-30-6/+10
| |
| * Warn the user when his/her AIM/ICQ password seems to be too long. For someWilmer van der Gaast2010-08-30-0/+8
| | | | | | | | | | | | | | people with long passwords the removal of old ICQ-only authentication introduced login issues since the extra chars in the password upset the server.
| * Use nifty gcc -MD feature to automatically track .h dependencies of all CWilmer van der Gaast2010-08-27-3/+37
| | | | | | | | | | | | | | | | | | | | files, this finally gives proper dependencies, which means the end of getting broken binaries around headerfile changes, etc. Sure, this may not work on obscurux with superawesomeincompatiblecc while autoconf does, but at least BitlBee's configure script still runs in <1s. :-)
| * The "transfers" command was renamed to "transfer" but this wasn't reflectedWilmer van der Gaast2010-08-25-8/+8
| | | | | | | | | | in the docs so far.
| * I guess the nick command was never deprecated clearly, so let's do that now.Wilmer van der Gaast2010-08-25-0/+6
| |
| * Fix /WHO on single nicks.Wilmer van der Gaast2010-08-25-2/+10
| |
| * Fix two compiler warnings.Wilmer van der Gaast2010-08-22-2/+2
| |
| * Process incoming XMPP groupchat invites in a saner way: Create a temporaryWilmer van der Gaast2010-08-23-7/+86
| | | | | | | | | | channel the user can easily /join.
| * Better handling of yahoo add responses: libyahoo2 seems to (IMHO) wronglyWilmer van der Gaast2010-08-22-0/+19
| | | | | | | | | | | | assume that a non-0 status means the contact is on the list already and on-line. This causes ugly "imcb_buddy_status() for unknown handle" msgs.
| * Fixed a misuse of xt_find_node() that could get into an infinite loop.Wilmer van der Gaast2010-08-22-0/+4
| |
| * Cleaning up utils directory, those scripts generate old-style files no longerWilmer van der Gaast2010-08-22-358/+116
| | | | | | | | | | | | | | supported by BitlBee. Adding a script that converts libpurple configs (generated by stuff like Pidgin, Finch, possibly Adium, maybe other programs that are not BitlBee) into formats understood by BitlBee.
* | Added root_command_add() and use it to create the "otr" command.Wilmer van der Gaast2010-08-31-17/+53
| |
* | It compiles, including otr.c. Time to hook it up with the rest again.Wilmer van der Gaast2010-08-26-180/+143
| |
* | First step in this merge. Mostly a bzr merge and then a cleanup of conflictsWilmer van der Gaast2010-08-24-35/+2170
|\ \ | | | | | | | | | | | | and parts I want to/have to redo (because of ui-fix).
| * \ merge with upstraem bitlbee 1.2.8Sven Moritz Hallberg2010-07-11-52/+205
| |\ \
| * \ \ merge in bitlbee headSven Moritz Hallberg2010-06-04-144/+198
| |\ \ \
| * | | | add an option to disable otr on twitter (and other unsuitable protocols)Sven Moritz Hallberg2010-06-03-4/+21
| | | | |
| * | | | merge in bitlbee 1.2.7Sven Moritz Hallberg2010-06-03-220/+908
| |\ \ \ \
| * | | | | fix a double freeSven Moritz Hallberg2010-06-03-2/+2
| | | | | |
| * | | | | merge in bitlbee 1.2.6Sven Moritz Hallberg2010-06-03-216/+2170
| |\ \ \ \ \
| * \ \ \ \ \ merge in bitlbee 1.2.5Sven Moritz Hallberg2010-06-03-660/+808
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge in bitlbee 1.2.4Sven Moritz Hallberg2010-06-03-92/+600
| |\ \ \ \ \ \ \
| * | | | | | | | dont specify a background when coloring encrypted messagesSven Moritz Hallberg2009-03-13-1/+8
| | | | | | | | |
| * | | | | | | | pretty blind try at merging in the latest trunkSven Moritz Hallberg2009-03-12-360/+1008
| |\ \ \ \ \ \ \ \
| * | | | | | | | | commit updates by ashish shukla <wahjava@gmail.com>Sven Moritz Hallberg2009-03-12-284/+445
| | | | | | | | | |
| * | | | | | | | | local mergeSven Moritz Hallberg2008-07-17-0/+0
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | silence a warningSven Moritz Hallberg2008-03-22-1/+1
| | | | | | | | | | |
| | * | | | | | | | | fix a syntax error in ssl_openssl.cSven Moritz Hallberg2008-03-22-1/+1
| | | | | | | | | | |
| * | | | | | | | | | merge in latest trunkSven Moritz Hallberg2008-07-17-867/+2308
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | minor bugfixesSven Moritz Hallberg2008-07-16-2/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | 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
| | | | | | | | | | |
| * | | | | | | | | | remove gthread dependencySven Moritz Hallberg2008-02-17-2/+2
| | | | | | | | | | |
| * | | | | | | | | | 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
| | | | | | | | | | |
| * | | | | | | | | | fix compilation without otr supportSven Moritz Hallberg2008-02-17-1/+1
| | | | | | | | | | |
| * | | | | | | | | | remove debugging outputSven Moritz Hallberg2008-02-17-53/+0
| | | | | | | | | | |