You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(8) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jason T. <tow...@ma...> - 2003-07-04 08:25:55
|
OK, I believe I have the current state of everything checked in. I've cleaned out a lot of files from the firelite tree (which are now just used from the main Fire tree). There are still a few modified ones that over time I want to merge the changes in from, but for now they are still duplicated: ServiceController, MainController, etc. To build Firelite you will need to check out three source trees and do two builds. Here are the steps: How to build ------------ (You'll probably want to actually use SSH CVS instead of anonymous, but you get the idea.) % cvs -d :pserver:ano...@cv...:/cvsroot/imservices login % cvs -d :pserver:ano...@cv...:/cvsroot/imservices co imservices % cvs -d :pserver:ano...@cv...:/cvsroot/fire login % cvs -d :pserver:ano...@cv...:/cvsroot/fire co fire % cvs -d :pserver:ano...@cv...:/cvsroot/fire co firelite % cd imservices/imservices % make all Then build the Fire (Everything) target in Firelite.pbproj. This is all in the Firelite-README.txt as well when you check out Firelite. -Jason On Thursday, July 3, 2003, at 11:33 PM, Jason Townsend wrote: > With Justin's help this evening I was able to get Firelite launching > again, and editing accounts as well. It will quit when you try to > connect however. > > I hope to have these changes checked in this weekend and also update > the instructions on how you would build it and help out with getting > more stuff working. > > -Jason > > On Wednesday, July 2, 2003, at 11:06 PM, pr...@in... > wrote: >> I'll post something about this when I get back into town, I'm out >> visiting >> for a few days. >> >> You'll need to actually generate a key RSA512 bit, pass the public >> version >> of that to the server, -then- connect (via authorize or addClient) >> otherwise you'll just be refused access. >> >> Remote connections (not from localhost) have to be authorized, >> addClient >> will just fail outright. >> >> There's a little bit of a different process, but I'll post it up, it's >> nothing too complex. >> - J >> >>> OK, I've run into a snag. >>> >>> I think I've got everything built correctly, but when I launch I >>> can't >>> seem to connect to the imservices daemon. I can see it is running >>> from >>> ps/top. I immediately get the daemonNotResponding error which says to >>> try relaunching. >>> >>> I haven't checked any of this into CVS yet, but if anyone has ideas >>> on >>> what I need to change in IMNotificationCenter let me know. I hope to >>> be >>> able to put this in CVS in the next few days. >>> >>> -Jason >> >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email sponsored by: Free pre-built ASP.NET sites including >> Data Reports, E-commerce, Portals, and Forums are available now. >> Download today and enter to win an XBOX or Visual Studio .NET. >> http://aspnet.click-url.com/go/psa00100006ave/ >> direct;at.asp_061203_01/01 >> _______________________________________________ >> Imservices-development mailing list >> Ims...@li... >> https://lists.sourceforge.net/lists/listinfo/imservices-development > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/ > 01 > _______________________________________________ > Imservices-development mailing list > Ims...@li... > https://lists.sourceforge.net/lists/listinfo/imservices-development |
From: Jason T. <tow...@ma...> - 2003-07-04 06:34:04
|
With Justin's help this evening I was able to get Firelite launching again, and editing accounts as well. It will quit when you try to connect however. I hope to have these changes checked in this weekend and also update the instructions on how you would build it and help out with getting more stuff working. -Jason On Wednesday, July 2, 2003, at 11:06 PM, pr...@in... wrote: > I'll post something about this when I get back into town, I'm out > visiting > for a few days. > > You'll need to actually generate a key RSA512 bit, pass the public > version > of that to the server, -then- connect (via authorize or addClient) > otherwise you'll just be refused access. > > Remote connections (not from localhost) have to be authorized, > addClient > will just fail outright. > > There's a little bit of a different process, but I'll post it up, it's > nothing too complex. > - J > >> OK, I've run into a snag. >> >> I think I've got everything built correctly, but when I launch I can't >> seem to connect to the imservices daemon. I can see it is running from >> ps/top. I immediately get the daemonNotResponding error which says to >> try relaunching. >> >> I haven't checked any of this into CVS yet, but if anyone has ideas on >> what I need to change in IMNotificationCenter let me know. I hope to >> be >> able to put this in CVS in the next few days. >> >> -Jason > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/ > 01 > _______________________________________________ > Imservices-development mailing list > Ims...@li... > https://lists.sourceforge.net/lists/listinfo/imservices-development |
From: Justin W. <jw...@in...> - 2003-07-04 03:42:02
|
On Thursday, July 3, 2003, at 10:11 PM, Jason Townsend wrote: > Thanks Justin. When you get back, it would be helpful if we could get > the sample client updated to demonstrate how things are supposed to > work. In the meantime I'll see about getting what I've done so far > checked in to CVS. > > -Jason > I'm back now, I'll post some sample code this weekend, but the client won't be updated to working condition, I just don't have the time for it. As of wednesday I'll be pretty much offline for about a month or so, off to the wilderness! But i'll post more than enough to get things working! - J |
From: Jason T. <tow...@ma...> - 2003-07-04 02:11:47
|
Thanks Justin. When you get back, it would be helpful if we could get the sample client updated to demonstrate how things are supposed to work. In the meantime I'll see about getting what I've done so far checked in to CVS. -Jason On Wednesday, July 2, 2003, at 11:06 PM, pr...@in... wrote: > I'll post something about this when I get back into town, I'm out > visiting > for a few days. > > You'll need to actually generate a key RSA512 bit, pass the public > version > of that to the server, -then- connect (via authorize or addClient) > otherwise you'll just be refused access. > > Remote connections (not from localhost) have to be authorized, > addClient > will just fail outright. > > There's a little bit of a different process, but I'll post it up, it's > nothing too complex. > - J > >> OK, I've run into a snag. >> >> I think I've got everything built correctly, but when I launch I can't >> seem to connect to the imservices daemon. I can see it is running from >> ps/top. I immediately get the daemonNotResponding error which says to >> try relaunching. >> >> I haven't checked any of this into CVS yet, but if anyone has ideas on >> what I need to change in IMNotificationCenter let me know. I hope to >> be >> able to put this in CVS in the next few days. >> >> -Jason > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/ > 01 > _______________________________________________ > Imservices-development mailing list > Ims...@li... > https://lists.sourceforge.net/lists/listinfo/imservices-development |
From: <pr...@in...> - 2003-07-03 06:03:02
|
I'll post something about this when I get back into town, I'm out visiting for a few days. You'll need to actually generate a key RSA512 bit, pass the public version of that to the server, -then- connect (via authorize or addClient) otherwise you'll just be refused access. Remote connections (not from localhost) have to be authorized, addClient will just fail outright. There's a little bit of a different process, but I'll post it up, it's nothing too complex. - J > OK, I've run into a snag. > > I think I've got everything built correctly, but when I launch I can't > seem to connect to the imservices daemon. I can see it is running from > ps/top. I immediately get the daemonNotResponding error which says to > try relaunching. > > I haven't checked any of this into CVS yet, but if anyone has ideas on > what I need to change in IMNotificationCenter let me know. I hope to be > able to put this in CVS in the next few days. > > -Jason |
From: Jason T. <tow...@ma...> - 2003-07-02 16:22:08
|
OK, I've run into a snag. I think I've got everything built correctly, but when I launch I can't seem to connect to the imservices daemon. I can see it is running from ps/top. I immediately get the daemonNotResponding error which says to try relaunching. I haven't checked any of this into CVS yet, but if anyone has ideas on what I need to change in IMNotificationCenter let me know. I hope to be able to put this in CVS in the next few days. -Jason On Tuesday, July 1, 2003, at 07:54 PM, Jason Townsend wrote: > Now that the Proteus 3 code is posted on SourceForge, I've been > looking again at Firelite and what it would take to move that project > forward. > > As far as I know Andrew has not heard of Firelite before, so here's > the quick summary: > > Last December we started an experiment to combine the Fire UI with the > IMServices backend from Proteus. This project is called Firelite. We > got to the point of being able to log on and receive messages. > > Since then there has been a lot of change both in Fire and IMServices. > > Moving forward, here's the plan: > 1) change Service to ServiceItem in Fire to avoid conflict with the > Service class in IMServices > 2) change firelite tree to depend on main fire tree to allow it to > track Fire changes more closely > 3) update IM* classes in Firelite for new IMServices framework/Fire > changes to regain previous level of functionality > > I've completed 1 and part of 2 so far. Once the basic system is in > place I will let everyone know. |
From: Jason T. <tow...@ma...> - 2003-07-02 02:55:11
|
Now that the Proteus 3 code is posted on SourceForge, I've been looking again at Firelite and what it would take to move that project forward. As far as I know Andrew has not heard of Firelite before, so here's the quick summary: Last December we started an experiment to combine the Fire UI with the IMServices backend from Proteus. This project is called Firelite. We got to the point of being able to log on and receive messages. Since then there has been a lot of change both in Fire and IMServices. Moving forward, here's the plan: 1) change Service to ServiceItem in Fire to avoid conflict with the Service class in IMServices 2) change firelite tree to depend on main fire tree to allow it to track Fire changes more closely 3) update IM* classes in Firelite for new IMServices framework/Fire changes to regain previous level of functionality I've completed 1 and part of 2 so far. Once the basic system is in place I will let everyone know. -Jason |
From: Jason T. <tow...@ma...> - 2003-07-01 06:17:36
|
I am unable to build the currently checked in source for imservices... I added AIM Oscar and Rendezvous to the main Makefile, but the Rendezvous service doesn't build. I get errors because of libexpat. There's an absolute path in the project, and it seems to me that libexpat should be built from source as part of the iChat Rendezvous Service project. -Jason |
From: Jason T. <tow...@ma...> - 2003-02-23 21:23:57
|
Any idea when we will see the AIM Oscar code in SourceForge CVS? -Jason |
From: Jason T. <tow...@ma...> - 2002-12-08 06:40:45
|
I reread the documentation and figured out what was wrong with commit notifications. I forgot to modify the checkoutlist file inside CVSROOT to make sure the syncmail script is checked out properly. It looks like someone upgraded the scripting support because now syncmail is working when there are spaces in the name. I checked in some more warning fixes for MSN and Yahoo. Yahoo is down to 4 warnings which are all in glib. I recommend that we fix those by removing the glib dependency like we have done in Fire. libyahoo2 0.6 and later can work in the absence of glib. -Jason |
From: Jason T. <tow...@ma...> - 2002-12-07 07:04:09
|
On Friday, December 6, 2002, at 09:10 AM, Jason Townsend wrote: > On the bright side, I was able to log in from firelite yesterday. I've > started checking in the code but what's there is not compilable yet. > I'm fixing up some spaces in paths before adding all the directories. Everything is checked in and compilable for Firelite. It is very incomplete right now however the account editing is pretty much complete, and you can log on/off. To build this, check out imservices and firelite to the same directory, build imservices, then firelite. % cvs -d :ext:<user>@cvs.imservices.sourceforge.net:/cvsroot/imservices co imservices % cvs -d :ext:<user>@cvs.fire.sourceforge.net:/cvsroot/fire co firelite % cd imservices/imservices % make all Then build Firelite.pbproj. -Jason |
From: Graham B. <gb...@ta...> - 2002-12-06 20:14:49
|
I had a wild idea: What would you think about putting account and buddy list information in a separate plist for imservices. This would allow users to use the same account and buddy list information between Proteus, Fire, and any other UI front ends that come along. This would significantly reduce the complexity of another UI like an app-less menu extra, mail plugin, or CLI because they would just need to interface with IMservices, and let it know the buddy lists and accounts. The account/buddy info is of course transferable between the UI's. I imagine with something like this, we may see more development on Front ends. Proteus and Fire would still augment this list of course. Justin, Jason, what do you think? ---------------------------------------------- Graham Booker Texas A&M University gb...@ta... Graduate Student in ELEN ---------------------------------------------- |
From: Jason T. <tow...@ma...> - 2002-12-06 17:10:11
|
I think I know why the commit notifications aren't working. They seem to have problems with paths with spaces in the name, which occur many places in imservices, for example "AIM Service". You can have the sourceforge people rename these for you, but the projects will break until their paths are updated. On the bright side, I was able to log in from firelite yesterday. I've started checking in the code but what's there is not compilable yet. I'm fixing up some spaces in paths before adding all the directories. -Jason |
From: Jason T. <tow...@ma...> - 2002-12-05 05:20:56
|
That seems to have fixed it. However I am having trouble sending a message using MSN with the client, but I can receive a message and connect and disconnect OK. Thanks for the quick response... I think I'm going to work on writing some wrapper classes for firelite next. -Jason On Wednesday, December 4, 2002, at 10:33 AM, Justin Wood wrote: > I just committed a couple fixes for this. The first is an addObserver > method for watching for connections dying. Previous to 10.2 I could > just watch for any connection dying and assume it was ours, but with > 10.2 it doesn't work anymore. I just move the addObserver method to > the connection area and watch for specifically our connection. > > As for the reconnect thing, yeah. Thats all in the GUI level, if the > connection drops, just launch the app again. > - Justin > > On Wednesday, December 4, 2002, at 01:21 PM, Graham Booker wrote: > >> I would guess that it would be better to change "Please relaunch >> Proteus" to "Please reconnect" and have the UI clients smart enough >> to relaunch IMservices. This is something that will likely come when >> IMservices can have multiple UI clients. That way, like in iChat, >> just telling it to go online again will relaunch the service. >> >> On Wednesday, Dec 4, 2002, at 10:59 US/Central, Jason Townsend wrote: >> >>> So I checked out the TOT last night and built imservices as well as >>> the example front end. It quits shortly after the app is launched >>> and I get this error: >>> >>> "Services >>> >>> An unexpected error has occured and all of your services have become >>> unavailable. Please relaunch Proteus." >>> >>> Any ideas what could be going wrong, or how I could debug the issue? >>> >>> Also, it would be good if there was some way to change the name of >>> the app that shows up. >>> >>> -Jason >>> >>> >>> >>> ------------------------------------------------------- >>> This SF.net email is sponsored by: Microsoft Visual Studio.NET >>> comprehensive development tool, built to increase your productivity. >>> Try a free online hosted session at: >>> http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en >>> _______________________________________________ >>> Imservices-development mailing list >>> Ims...@li... >>> https://lists.sourceforge.net/lists/listinfo/imservices-development >>> >>> >> >> >> ---------------------------------------------- >> Graham Booker Texas A&M University >> gb...@ta... Graduate Student in ELEN >> ---------------------------------------------- |
From: Justin W. <jw...@in...> - 2002-12-04 18:33:30
|
I just committed a couple fixes for this. The first is an addObserver method for watching for connections dying. Previous to 10.2 I could just watch for any connection dying and assume it was ours, but with 10.2 it doesn't work anymore. I just move the addObserver method to the connection area and watch for specifically our connection. As for the reconnect thing, yeah. Thats all in the GUI level, if the connection drops, just launch the app again. - Justin On Wednesday, December 4, 2002, at 01:21 PM, Graham Booker wrote: > I would guess that it would be better to change "Please relaunch > Proteus" to "Please reconnect" and have the UI clients smart enough to > relaunch IMservices. This is something that will likely come when > IMservices can have multiple UI clients. That way, like in iChat, > just telling it to go online again will relaunch the service. > > On Wednesday, Dec 4, 2002, at 10:59 US/Central, Jason Townsend wrote: > >> So I checked out the TOT last night and built imservices as well as >> the example front end. It quits shortly after the app is launched and >> I get this error: >> >> "Services >> >> An unexpected error has occured and all of your services have become >> unavailable. Please relaunch Proteus." >> >> Any ideas what could be going wrong, or how I could debug the issue? >> >> Also, it would be good if there was some way to change the name of >> the app that shows up. >> >> -Jason >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft Visual Studio.NET >> comprehensive development tool, built to increase your productivity. >> Try a free online hosted session at: >> http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en >> _______________________________________________ >> Imservices-development mailing list >> Ims...@li... >> https://lists.sourceforge.net/lists/listinfo/imservices-development >> >> > > > ---------------------------------------------- > Graham Booker Texas A&M University > gb...@ta... Graduate Student in ELEN > ---------------------------------------------- |
From: Graham B. <gb...@ta...> - 2002-12-04 18:21:48
|
I would guess that it would be better to change "Please relaunch Proteus" to "Please reconnect" and have the UI clients smart enough to relaunch IMservices. This is something that will likely come when IMservices can have multiple UI clients. That way, like in iChat, just telling it to go online again will relaunch the service. On Wednesday, Dec 4, 2002, at 10:59 US/Central, Jason Townsend wrote: > So I checked out the TOT last night and built imservices as well as > the example front end. It quits shortly after the app is launched and > I get this error: > > "Services > > An unexpected error has occured and all of your services have become > unavailable. Please relaunch Proteus." > > Any ideas what could be going wrong, or how I could debug the issue? > > Also, it would be good if there was some way to change the name of the > app that shows up. > > -Jason > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Microsoft Visual Studio.NET > comprehensive development tool, built to increase your productivity. > Try a free online hosted session at: > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en > _______________________________________________ > Imservices-development mailing list > Ims...@li... > https://lists.sourceforge.net/lists/listinfo/imservices-development > > ---------------------------------------------- Graham Booker Texas A&M University gb...@ta... Graduate Student in ELEN ---------------------------------------------- |
From: Jason T. <tow...@ma...> - 2002-12-04 16:59:36
|
So I checked out the TOT last night and built imservices as well as the example front end. It quits shortly after the app is launched and I get this error: "Services An unexpected error has occured and all of your services have become unavailable. Please relaunch Proteus." Any ideas what could be going wrong, or how I could debug the issue? Also, it would be good if there was some way to change the name of the app that shows up. -Jason |