Mercurial > pidgin
diff src/protocols/oscar/Makefile.mingw @ 13592:6519aeb66b31
[gaim-migrate @ 15978]
Holy cow this is crazy.
34 files changed, 5760 insertions(+), 8517 deletions(-)
* Non-blocking I/O for all of oscar. That includes normal FLAP
connections as well as file transfers and direct IM.
* Kick-ass file transfer and direct IM. Either party can request
the connection. Gaim will try both the "public" IP and the
"client" IP. It'll fall back to transferring through a proxy
if that fails. Should be relatively few memleaks (I didn't
have a lot of confidence in the non-memleakiness of the old
code). And the code is reasonably generic, so it shouldn't
be too much work to add voice chat. This might still be a
LITTLE buggy, but it shouldn't be too bad. If anything, file
transfer will be more buggy than direct IM. And sending a
file will be more buggy than receiving a file. Bug reports
with a series of steps to reproduce are welcome.
* I merged OscarData and aim_session_t
* Somewhere between 50 and 100 hours of work.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Fri, 07 Apr 2006 05:10:56 +0000 |
| parents | e9802db22b06 |
| children |
line wrap: on
line diff
--- a/src/protocols/oscar/Makefile.mingw Fri Apr 07 01:05:48 2006 +0000 +++ b/src/protocols/oscar/Makefile.mingw Fri Apr 07 05:10:56 2006 +0000 @@ -69,7 +69,6 @@ C_SRC = \ bstream.c \ - conn.c \ family_admin.c \ family_advert.c \ family_alert.c \ @@ -90,16 +89,18 @@ family_stats.c \ family_translate.c \ family_userlookup.c \ + flap_connection.c \ misc.c \ msgcookie.c \ + odc.c \ + oft.c \ oscar.c \ + oscar_data.c \ peer.c \ + peer_proxy.c \ rxhandlers.c \ - rxqueue.c \ - session.c \ snac.c \ tlv.c \ - txqueue.c \ util.c
