From: William T. M. <wt...@du...> - 2002-09-25 03:41:27
|
Hi all, This is just a brief notice that I have uploaded a new version of my Oscar file transfer patch to the patches area of http://sf.net/projects/gaim . This patch provides support for transferring files using Gaim's Oscar protocol; it uses a generic user interface designed to avoid introducing any GTK into the protocol handlers. This version adds preliminary support for sending files; it is now possible to transfer a file between two patched Gaim clients. See the download page for details. Please note, however, that this is nowhere near production quality yet. I just wanted to inform anyone who may be willing to give feedback. Also, if anyone is planning major changes to the Oscar protocol handler in the near future, I would be interested in knowing about it, so that I don't waste effort on code that will be useless later. Thanks. -- Wil |
From: Luke S. <lsc...@gm...> - 2002-09-25 03:48:49
|
On Tue, Sep 24, 2002 at 11:41:22PM -0400, William T. Mahan wrote: > Hi all, > > This is just a brief notice that I have uploaded a new version of my > Oscar file transfer patch to the patches area of > http://sf.net/projects/gaim . This patch provides support for > transferring files using Gaim's Oscar protocol; it uses a generic > user interface designed to avoid introducing any GTK into the protocol > handlers. this is good :-) > > This version adds preliminary support for sending files; it is now > possible to transfer a file between two patched Gaim clients. See the how does it work for between gaim and winaim? > download page for details. Please note, however, that this is nowhere > near production quality yet. I just wanted to inform anyone who may > be willing to give feedback. i've sent a couple people to see the patch and told them to leave any comments there in the tracker attached to the patch. i haven't checked to see if they have. > > Also, if anyone is planning major changes to the Oscar protocol > handler in the near future, I would be interested in knowing about it, > so that I don't waste effort on code that will be useless later. > Thanks. work is being done on oscar, but not with the file transfer code. kingant is working on server stored lists and authorization stuff for icq via oscar. luke > > -- Wil > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel -- -This email is made of 100% recycled electrons. -If something can go wrong.... FIX IT! If it's Microsoft...delete it. -There are three ways to get something done: (1) Do it yourself. (2) Hire someone to do it for you. (3) Forbid your kids to do it. |
From: William T. M. <wt...@du...> - 2002-09-25 04:42:40
|
On Tue, Sep 24, 2002 at 11:48:34PM -0400, Luke Schierer wrote: > > > This version adds preliminary support for sending files; it is now > > possible to transfer a file between two patched Gaim clients. See the >=20 > how does it work for between gaim and winaim? Oh, Winaim to Gaim transfers have been my primary focus (obviously, that's what I had to use for the initial development). It just happens that I was able to emulate the OFT protocol faithfully enough that Gaim-Gaim transfers also work. :-) >=20 > i've sent a couple people to see the patch and told them to leave any > comments there in the tracker attached to the patch. i haven't checked to > see if they have.=20 Thanks. I have gotten some useful feedback from a few users, but it never hurts to have more. > > work is being done on oscar, but not with the file transfer code. kingant > is working on server stored lists and authorization stuff for icq via > oscar. That doesn't sound like it would conflict with my work. I chatted with Rob Flynn tonight about how to better generalize the user interface (by adding hooks to prpl.[hc]), so it looks like there is plenty for me to do that will not conflict with other peoples' changes. :-) -- Wil |
From: Mark D. <ma...@ki...> - 2002-09-25 04:49:17
|
> > work is being done on oscar, but not with the file transfer code. kingant > > is working on server stored lists and authorization stuff for icq via > > oscar. > > That doesn't sound like it would conflict with my work. I chatted > with Rob Flynn tonight about how to better generalize the user > interface (by adding hooks to prpl.[hc]), so it looks like there is > plenty for me to do that will not conflict with other peoples' > changes. :-) Yeah, the stuff I work on not-often-enough shouldn't interfere at all. The only thing I can think of that might overlap would be non-direct connect typing notification. It involves adding support for a few more snacs to im.c. But at the rate you're going, you'll probably have that finished before that becomes an issue (and a minor issue, at that). -Mark |
From: Rob F. <ro...@ma...> - 2002-09-25 05:29:27
|
If anyone wants to make any suggestions as to how the prpl interface for file transfer should exist then I'd like to hear them. On Wed, 2002-09-25 at 00:49, Mark Doliner wrote: > > > work is being done on oscar, but not with the file transfer code. kingant > > > is working on server stored lists and authorization stuff for icq via > > > oscar. > > > > That doesn't sound like it would conflict with my work. I chatted > > with Rob Flynn tonight about how to better generalize the user > > interface (by adding hooks to prpl.[hc]), so it looks like there is > > plenty for me to do that will not conflict with other peoples' > > changes. :-) > > Yeah, the stuff I work on not-often-enough shouldn't interfere at all. > The only thing I can think of that might overlap would be non-direct > connect typing notification. It involves adding support for a few more > snacs to im.c. But at the rate you're going, you'll probably have that > finished before that becomes an issue (and a minor issue, at that). > -Mark > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel |