source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Date Author Log Message
(edit) @27b407f   2010-10-09T18:28:33Z wilmer Added Debian packaging for OTR plugin. It's built by default but this …
(edit) @508588a   2010-10-07T06:32:06Z wilmer Merging smpq fix from pesco.
(edit) @3ad8036   2010-10-04T21:55:18Z pesco q&a-style smp only affects trust on the asking side
(edit) @25b5a4a   2010-10-03T03:03:19Z wilmer Make sure events_*.c are fully compatible to callers so plugins built …
(edit) @04f0c10   2010-10-03T02:50:20Z wilmer At least for now, only enable OTR if the user specifically asks for …
(edit) @8e9e2b7   2010-10-03T02:45:26Z wilmer Merging mainline, which includes a huge msnp13 merge. Not 100% sure …
(edit) @2af3e23   2010-10-02T06:56:33Z wilmer Restore MSN password truncation code. MSN still can't handle passwords …
(edit) @62f53b50   2010-10-02T05:34:53Z wilmer Merging msnp13 branch which, confusingly, upgrades the msn module to …
(edit) @88de0c9   2010-10-02T05:28:43Z wilmer Merging some more fixes (dealing with incoming smpq stuff).
(edit) @04cd284   2010-10-02T05:19:27Z wilmer Export block/allow list again. The way this is done is ugly though and …
(edit) @05bf2a0   2010-10-02T04:51:19Z wilmer Force the default/first channel to be a control channel, fixing one …
(edit) @ed86165   2010-10-02T04:22:57Z wilmer Silence some debugging stuff that was still going to stdout.
(edit) @52f5e90   2010-10-02T04:21:50Z wilmer Fixed possible crash bug on removing contacts while the auth cookie …
(edit) @faa75c0e   2010-10-01T21:39:31Z pesco cosmetic: show smpq question in bold
(edit) @944d7a5   2010-10-01T21:36:44Z pesco libotr forgets to set trust when responding to smpq
(edit) @f26db4a8   2010-10-01T20:38:16Z pesco explicitly handle cheating by smp opponent
(edit) @7c91392   2010-10-01T20:14:45Z pesco give smp/smpq command handler a better name
(edit) @03e5fb7   2010-10-01T19:25:48Z pesco clarify copyright
(edit) @560129a   2010-09-30T06:30:07Z wilmer Fix use of g_convert(), thanks to an anonymous person who opened #676.
(edit) @6ce2240   2010-09-30T06:02:01Z wilmer Merging some fixes from pesco. Adds support for the SMP flavour used …
(edit) @858ea01   2010-09-30T05:50:43Z wilmer Allow building OTR support as a plugin. Fairly simple, let's hope I …
(edit) @665c24f   2010-09-30T05:28:36Z wilmer Some simple error msgs on failed Twitter commands (undo and rt).
(edit) @4752063   2010-09-19T20:12:12Z pesco bump copyright year to 2010 in the right place
(edit) @0e078a7   2010-09-19T20:04:32Z pesco complain when trying smp without an otr channel
(edit) @10d89be   2010-09-19T19:16:43Z pesco cosmetics
(edit) @9cc653c   2010-09-19T19:12:49Z pesco let 'otr smpq' only work for smp init, not reply
(edit) @2171044   2010-09-19T18:52:37Z pesco help entry for 'otr smpq'
(edit) @99a01b9   2010-09-19T18:23:05Z pesco add 'otr smpq' command for q&a-style smp authentication
(edit) @51e9a1d   2010-09-19T18:19:31Z pesco call storage_save before freeing plugins, avoids segfault in otr.c
(edit) @76e2f62   2010-09-19T17:29:10Z pesco handle SMP1Q packets (smp init with question)
(edit) @ecae65f   2010-09-10T11:45:31Z wilmer Some doc fixes, removing a % that was never supposed to be at the end …
(edit) @3c9b095   2010-09-06T09:26:39Z wilmer libpurple insists on storing its own version of reality somewhere. I …
(edit) @674a01d   2010-09-06T00:20:01Z wilmer Move whatsnew stuff into help.txt. Stop putting too much string …
(edit) @d6657ce   2010-09-05T23:30:40Z wilmer Fix NULL pointer dereference when removing nicks from groupchats.
(edit) @2c6b0f4   2010-09-05T14:09:43Z wilmer Fix auth for @msn.com accounts.
(edit) @975708a   2010-09-05T12:08:12Z wilmer Mainline merge.
(edit) @ed320e8   2010-09-05T11:48:26Z wilmer Oops. One more compiler warning. I wish GCC would give the same …
(edit) @fef7813   2010-09-05T11:31:22Z wilmer Fix compiler warnings. Also fixing irc_send_motd(), which so far got …
(edit) @41e0c00   2010-09-05T10:27:12Z wilmer Fixing handling of (Jabber) chatroom topic changes done by the user.
(edit) @52d63dc   2010-09-04T23:31:47Z wilmer Slightly better documentation of control channels and groups.
(edit) @4e1be76   2010-09-04T17:23:46Z wilmer Clean up any stuff stuck in the soap queue at disconnect time.
(edit) @27053b5   2010-09-04T17:13:55Z wilmer Finish re-authentication works. Should now work for OIMs as well.
(edit) @4aa8a04   2010-09-04T15:54:52Z wilmer This works (includes some token sabotage code to ease testing), but I …
(edit) @bae0617   2010-09-03T21:24:58Z wilmer Rearrange things a bit to support multiple NS connections. This is …
(edit) @64768d4   2010-09-02T09:15:44Z wilmer Replace msn*write functions with saner versions that accept format …
(edit) @4c737ebd   2010-09-01T23:06:56Z wilmer Fixed NULL ptr dereference when hilighting non-IM users in chatrooms.
(edit) @2dcaf9a   2010-09-01T22:35:06Z wilmer Load/save code. It'd be better if the OTR module would just save its …
(edit) @934db064   2010-09-01T22:09:27Z wilmer Do encryption and decryption. Somehow SMP and other things aren't …
(edit) @0c85c08   2010-08-31T23:18:21Z wilmer Pluginify this thing a little bit. Not so much in the dynamically …
(edit) @f5c0d8e   2010-08-31T20:06:14Z wilmer Merge mainline stuff.
(edit) @8358691   2010-08-31T20:05:36Z wilmer Added root_command_add() and use it to create the "otr" command.
(edit) @31dbb90a   2010-08-30T22:02:46Z wilmer Suppress subjects in Jabber conversations after showing them once.
(edit) @fda55fa   2010-08-30T20:12:34Z wilmer Revert to the old control channel messages for fullname changes, the …
(edit) @c55701e   2010-08-30T19:58:33Z wilmer Due to popular demand, now using mode=chat by default.
(edit) @df61c35a   2010-08-30T19:24:28Z wilmer Warn the user when his/her AIM/ICQ password seems to be too long. For …
(edit) @02bb9db   2010-08-29T09:39:27Z wilmer Handle payloads attached to errors (assume any number in cmd[2] would …
(edit) @feb1bad   2010-08-28T12:24:37Z wilmer Pull in Makefile dependencies fix from mainline.
(edit) @00374ac   2010-08-28T12:22:50Z wilmer Don't treat error 241 as fatal since it isn't - or at least not always.
(edit) @b0a89cc   2010-08-27T08:48:18Z wilmer Use nifty gcc -MD feature to automatically track .h dependencies of …
(edit) @b78c4b9   2010-08-27T04:22:50Z wilmer Merging minor mainline changes.
(edit) @ad2d8bc   2010-08-25T23:03:11Z wilmer It compiles, including otr.c. Time to hook it up with the rest again.
(edit) @3f10fad   2010-08-25T21:37:57Z wilmer The "transfers" command was renamed to "transfer" but this wasn't …
(edit) @3cd4016   2010-08-25T21:35:49Z wilmer I guess the nick command was never deprecated clearly, so let's do …
(edit) @a72af0d   2010-08-25T00:18:27Z wilmer Fix /WHO on single nicks.
(edit) @ea728e6   2010-08-24T12:19:52Z wilmer Merging mainline.
(edit) @be999a5   2010-08-23T23:12:24Z wilmer First step in this merge. Mostly a bzr merge and then a cleanup of …
(edit) @9b1d2d6   2010-08-22T10:42:27Z wilmer Ignore empty status messages, and msnmsgrp2p invitations.
(edit) @bd599b9   2010-08-22T08:07:48Z wilmer Fix two compiler warnings.
(edit) @1aa74f55   2010-08-23T10:34:36Z wilmer Process incoming XMPP groupchat invites in a saner way: Create a …
(edit) @241f9f6   2010-08-22T13:31:53Z wilmer Better handling of yahoo add responses: libyahoo2 seems to (IMHO) …
(edit) @1bb1e01   2010-08-22T12:15:53Z wilmer Fixed a misuse of xt_find_node() that could get into an infinite loop.
(edit) @f29f50e   2010-08-22T11:37:49Z wilmer Cleaning up utils directory, those scripts generate old-style files no …
(edit) @237eadd   2010-08-22T08:07:48Z wilmer Fix two compiler warnings.
(edit) @fd424c8   2010-08-21T23:08:33Z wilmer Also pick up MSN Messenger mobile info.
(edit) @4022b68   2010-08-21T22:42:01Z wilmer Merge mainline.
(edit) @c00dd71   2010-08-21T22:39:22Z wilmer Pick up away info from Yahoo! too.
(edit) @0ebf919   2010-08-21T22:25:37Z wilmer Pass "user is mobile" info coming from OSCAR up to BitlBee and show …
(edit) @a758ec1   2010-08-21T19:48:41Z wilmer Although the backward compatibility stuff for show_offline and …
(edit) @180ab31   2010-08-21T19:34:17Z wilmer Added some neat whatsnew code that keeps track of the newest version …
(edit) @5613af7   2010-08-21T17:59:03Z wilmer Clearer error message when trying to read/write setting that don't …
(edit) @4d4a7ed   2010-08-21T17:46:47Z wilmer Some IRC clients/proxies eat empty PRIVMSG lines. BitlBee likes to …
(edit) @327af51   2010-08-21T17:27:32Z wilmer Some general cleanup, plus fixing a bug in the memberlist parsing …
(edit) @a366cca   2010-08-20T23:04:12Z wilmer Now including a nice and compact 3DES implementation done by …
(edit) @801b90b   2010-08-20T19:30:12Z wilmer Check if a connection is down before handling its SOAP responses.
(edit) @f2520b5   2010-08-20T08:22:28Z wilmer In debugging mode, dump all SOAP requests + responses with some …
(edit) @bad41f56   2010-08-19T23:42:11Z wilmer libpurple: Fix typing notifications (in and out). Closes #671.
(edit) @acd7959   2010-08-19T12:21:22Z wilmer Forgot one NULL pointer check in the channel sensitivity code for the …
(edit) @80175a1   2010-08-18T19:21:44Z wilmer Fetch the user's profile to see if there's a display name set there. …
(edit) @763a3ab   2010-08-18T10:01:10Z wilmer Pass the -Npackage flag the right way so bitlbee-libpurple doesn't …
(edit) @57782e4   2010-08-17T23:57:50Z wilmer Alternative way for detecting upgrades: This should make sure that …
(edit) @5b94e9e   2010-08-17T23:34:25Z wilmer Move scripts, debconf and /etc stuff to bitlbee-common and really have …
(edit) @d20ea9f   2010-08-17T10:39:21Z wilmer Debian change: set BITLBEE_LIBPURPLE=0 to only build the native variant.
(edit) @762d96f   2010-08-15T22:07:57Z wilmer If a connection fails, try the next address from the getaddrinfo() …
(edit) @e0e1546   2010-08-15T18:46:10Z wilmer Making display name code a bit saner. Apparently PoS MSN is still …
(edit) @9b01339   2010-08-15T17:19:06Z wilmer Check the <isMessengerUser/> flag in address book entries, ignore the …
(edit) @9679fd8   2010-08-15T14:27:44Z wilmer Removing soap.h dependency in Makefile. I'll have to fix the internal …
(edit) @660cb00   2010-08-15T13:23:03Z wilmer Parse authentication errors.
(edit) @5a7af1b   2010-08-15T13:02:52Z wilmer The ADL command doesn't support >150 contacts. Split it up.
(edit) @ff27648   2010-08-15T00:05:49Z wilmer Read group info.
(edit) @d97f51b   2010-08-14T23:23:23Z wilmer Fix issues with logging in with huge SSO tickets (hilariously, the …
Note: See TracRevisionLog for help on using the revision log.