bme-develop Mailing List for Be-messeng-er
Status: Planning
Brought to you by:
sirmik
You can subscribe to this list here.
2004 |
Jan
(7) |
Feb
(15) |
Mar
(45) |
Apr
(46) |
May
(18) |
Jun
(6) |
Jul
(12) |
Aug
(45) |
Sep
(7) |
Oct
(9) |
Nov
(37) |
Dec
(24) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: D. G. <A00...@it...> - 2005-02-09 06:48:00
|
Hi, I finally commited the changes to get the contacts picture and display it when on a conversation. There are still some bugs, I noticed some crashes when chatting with MSN 7 (BETA) on Windows, getting some unexpected answers, I will continue to work on this. If you feel the need to turn it off go to MsnSBHandler::handleIRO_JOI(const char* account) and comment the following line (652) userPictGetter->invite(account); You also will need to remove any previous cache files. There was a problem in the instantiation of contacts. Regards, Daniel |
From: S.J. T. <sj...@ca...> - 2005-01-30 09:40:21
|
> Hi guys > > I noticed something weird about the contact list cache. I looked at the > logs and the server is always responding with listversion + 1 and > sending the complete list. I did a little research, it seems like MSNP9 > no longer supports this feature; you can read about it in the forum. > > http://www.hypothetic.org/docs/msn/phorum/read.php?f=1&i=10056&t=10047 Thanks for the link. Maybe we should think about switching to MSNP10 then. > I think the program has a memory leek because of this issue. When it > handles the LST command it creates a new Contact, I would rather stay > with the cached version because it also caches the contacts image. > > Regards, > Daniel. > > PS: I am working on the getting/caching contacts image, I hope to > upload it next weekend. Cool, nice work :D > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > bme-develop mailing list > bme...@li... > https://lists.sourceforge.net/lists/listinfo/bme-develop |
From: D. G. <A00...@it...> - 2005-01-30 08:03:52
|
Hi guys I noticed something weird about the contact list cache. I looked at the logs and the server is always responding with listversion + 1 and sending the complete list. I did a little research, it seems like MSNP9 no longer supports this feature; you can read about it in the forum. http://www.hypothetic.org/docs/msn/phorum/read.php?f=1&i=10056&t=10047 I think the program has a memory leek because of this issue. When it handles the LST command it creates a new Contact, I would rather stay with the cached version because it also caches the contacts image. Regards, Daniel. PS: I am working on the getting/caching contacts image, I hope to upload it next weekend. |
From: Simon T. <sim...@ga...> - 2005-01-23 19:44:12
|
I've got some odd bitmap-related problems running any of our code on my new fresh system. I get the crash someone mentioned on BeBits talkback, it can be fixed by doing status->archive(archive, false); where needed to stop it trying to archive the bitmap (I believe the root problem is the bitmap not being initialised for some reason). Also I have no deskbar replicant, which again may be due to some bitmap issues. The only thing I can think of as different is that I'm now using the plain R5 translation kit, where I have been using the Haiku one before. Any ideas? Simon --------------------------------------------- Free POP3 Email from www.Gawab.com Sign up NOW and get your account @gawab.com!! |
From: Simon T. <sim...@ga...> - 2005-01-17 09:26:50
|
>> Hi Guys, >> >> look at the following pics: >> >> http://www.itbug.org/images/im_kit_rulez.jpg and: >> >> http://www.itbug.org/images/im_kit_rulez2.jpg >> >> maybe we should look at their code? >> >> regards, >> >> Tim > That code is not inlisted in the source from im_kit. > The Italian guys are doing this as a side project. ;) Ah OK. I don't see any problems with the way we're planning emoticons. I guess his implementation is a derived BTextView - that might be interesting for out ScreenNameView and SendTextView in the conv window. Simon > Greetz, > > Luc aka Begasus --------------------------------------------- Free POP3 Email from www.Gawab.com Sign up NOW and get your account @gawab.com!! |
From: Begasus <Be...@sk...> - 2005-01-15 10:37:12
|
On 2005-01-15 at 05:03:39 [+0100], bme...@li... wrote: > Send bme-develop mailing list submissions to > bme...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/bme-develop > or, via email, send a message with subject or body 'help' to > bme...@li... > > You can reach the person managing the list at > bme...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of bme-develop digest..." > > > Today's Topics: > > 1. IM kit has emoticon support.... (Sir Mik) > > --__--__-- > > Message: 1 > From: "Sir Mik" <obe...@ho...> > To: bme...@li... > Date: Fri, 14 Jan 2005 14:37:37 +0100 > Subject: [bme-develop] IM kit has emoticon support.... > Reply-To: bme...@li... > > Hi Guys, > > look at the following pics: > > http://www.itbug.org/images/im_kit_rulez.jpg and: > > http://www.itbug.org/images/im_kit_rulez2.jpg > > maybe we should look at their code? > > regards, > > Tim > > _________________________________________________________________ That code is not inlisted in the source from im_kit. The Italian guys are doing this as a side project. ;) Greetz, Luc aka Begasus > > > > > --__--__-- > > _______________________________________________ > bme-develop mailing list > bme...@li... > https://lists.sourceforge.net/lists/listinfo/bme-develop > > > End of bme-develop Digest |
From: Sir M. <obe...@ho...> - 2005-01-14 13:38:56
|
Hi Guys, look at the following pics: http://www.itbug.org/images/im_kit_rulez.jpg and: http://www.itbug.org/images/im_kit_rulez2.jpg maybe we should look at their code? regards, Tim _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ |
From: Simon T. <sim...@nt...> - 2004-12-30 20:15:09
|
Hi Guys, Quick note to say phpMyAdmin is now working on our database. I installed the latest release, 2.6.1-rc1. http://bme.sourceforge.net/pma/ Username is "bme", password is the same one Tim emailed around a while ago. @ Tim: I couldn't delete the old install (due to permissions of subfolders - the root chmod worked though). To allow group writing to all the foles and folders you have added, do "chmod -R g+w ." from the htdocs folder. I've just done this to all the files/folders I own on our webspace. Simon |
From: Simon T. <sim...@nt...> - 2004-12-28 15:19:39
|
> Hi Guys, > > hope this one makes it throught to the mailing list.... Yup :) > I'm happy to report I've added basic contact list caching and it > seems to > work now....only doesn't show in the GUI yet, or so I think. It could > be > that you'll get an empty contact list when the list versions are the > same....(have to add the GUI code tomorrow)....changes are in CVS > now... Cool. [snip] > As I said in my previous mail, that didn't get through to the mailing > list....don't bother about US, just keep it day-month-year (the EU > way ;)). Sure. > > > I've been doing all my changes on line - the new css is in > > > bme.sf.net/ > > > main2.css (as Tim had the bin directory protected so I couldn't > > > write > > > to it). The only css change I remember is adding some definitions > > > for > > > the welcome block on my index2 page. Any other changes (some > > > little > > > things in header.php is all I remember) are just overwritten on > > > the old > > > files. > > > >Oky .... Mil, can you send them to me ? > > > what do you need, main2.css? I'll send them asap :) I meant they are online so you can access them with any webbrowser. Just go to bme.sf.net/main2.css and take a look :D > >Well, so i think what would be the simpliest is two fields, a first > > one for > >introduction, and a second one with the article. So there, you could > > cut > >wherever you want. Here, a readmore checkbox wouldn't be necessary > > cause if > >the article field is empty, it doesn't put a read more link. > >Good ? > > > Ok nice! Sounds perfect. Simon |
From: Sir M. <obe...@ho...> - 2004-12-28 14:58:33
|
Hi Guys, hope this one makes it throught to the mailing list.... I'm happy to report I've added basic contact list caching and it seems to work now....only doesn't show in the GUI yet, or so I think. It could be that you'll get an empty contact list when the list versions are the same....(have to add the GUI code tomorrow)....changes are in CVS now... >They are in it too !! Everything that is part of the website language is >set >by those locale files (only CVS instructions are not part of it yet but >will). > Nice work! >It's up to you guys. French use day month year like 31/12/2004 .... and i >think only US is 12/31/2004. Doing this will need i think the have three >columns in the database with day, month and year to change the way it >screens, or make some substring(); ...... and i means also to make a >difference between UK and US .... i think it would be better to keep d/m/Y >for everyone but it's ike you want !!! > > As I said in my previous mail, that didn't get through to the mailing list....don't bother about US, just keep it day-month-year (the EU way ;)). > > I've been doing all my changes on line - the new css is in bme.sf.net/ > > main2.css (as Tim had the bin directory protected so I couldn't write > > to it). The only css change I remember is adding some definitions for > > the welcome block on my index2 page. Any other changes (some little > > things in header.php is all I remember) are just overwritten on the old > > files. > >Oky .... Mil, can you send them to me ? > what do you need, main2.css? I'll send them asap :) >Well, so i think what would be the simpliest is two fields, a first one for >introduction, and a second one with the article. So there, you could cut >wherever you want. Here, a readmore checkbox wouldn't be necessary cause if >the article field is empty, it doesn't put a read more link. >Good ? > Ok nice! > >Happy new year !!!!! > And to you :) >Rémi >ps: i will be in Ireland since tomorrow to the fourth of january, so it's >possible i do not answer very quicly or perhaps not at all before that. > I'm a bit jealous...but as the Irish say: "Slaínte!" I spontaniously get a thirst for Guinness ;) regards, Tim _________________________________________________________________ Talk with your online friends with MSN Messenger http://messenger.msn.nl/ |
From: <rem...@gm...> - 2004-12-28 14:17:07
|
> How about larger blocks of text? If someone translated the whole about > page into another language, how would that work? They are in it too !! Everything that is part of the website language is set by those locale files (only CVS instructions are not part of it yet but will). > > Also there are some other things needing localisation - Date strings > for news articles for instance (on my index2 page, I decided on "Author > - Date" instead of a "Posted by Author, on Date" format as I thought it > would work in most languages like that) It's up to you guys. French use day month year like 31/12/2004 .... and i think only US is 12/31/2004. Doing this will need i think the have three columns in the database with day, month and year to change the way it screens, or make some substring(); ...... and i means also to make a difference between UK and US .... i think it would be better to keep d/m/Y for everyone but it's ike you want !!! > I've been doing all my changes on line - the new css is in bme.sf.net/ > main2.css (as Tim had the bin directory protected so I couldn't write > to it). The only css change I remember is adding some definitions for > the welcome block on my index2 page. Any other changes (some little > things in header.php is all I remember) are just overwritten on the old > files. Oky .... Mil, can you send them to me ? > I have some ideas on the lite-forum page, I'll try to get a basic page > working to show sometime next week. You can do only muckups if you want ... or explaning you ideas. > > Another change I have thought of is being able to decide whether or not > a Read More... is necessary, rather than having it cut automatically at > x chars. Maybe another field in the news table "ReadMoreText" or > something that gets added on the end of the article when Read More... > is clicked. Well, so i think what would be the simpliest is two fields, a first one for introduction, and a second one with the article. So there, you could cut wherever you want. Here, a readmore checkbox wouldn't be necessary cause if the article field is empty, it doesn't put a read more link. Good ? Happy new year !!!!! Rémi ps: i will be in Ireland since tomorrow to the fourth of january, so it's possible i do not answer very quicly or perhaps not at all before that. |
From: Simon T. <sim...@nt...> - 2004-12-27 17:56:00
|
> also English dates have a different order than the dates "on the > continent". > If I remember correctly English uses month-day-year, while Dutch (and > French?) use day-month-year...but that's not difficult to change, if > we are > going to change it :) That's those *&!&ing Americans, who have ruined our language! UK English has day-month-year too (makes sense too; from smallest timescale to largest). > >I've been doing all my changes on line - the new css is in > > bme.sf.net/ > >main2.css (as Tim had the bin directory protected so I couldn't > > write > >to it). The only css change I remember is adding some definitions > > for > >the welcome block on my index2 page. Any other changes (some little > >things in header.php is all I remember) are just overwritten on the > > old > >files. > > > ow? must have done that by accident then :S...I only used scp and > ssh... > didn't modify access rights, maybe it's done automatically....if you > tell me > how to change it back to the normal access rights I will change it > right > away! I'm not sure myself! I think it was probably the fact that it's in a new directory (did u "mkdir bin"?). I think chmod is the command you need, but no idea what flags need to be set. Try to find the perms on the main htdocs directory and copy them. > >Another change I have thought of is being able to decide whether or > > not > >a Read More... is necessary, rather than having it cut automatically > > at > >x chars. Maybe another field in the news table "ReadMoreText" or > >something that gets added on the end of the article when Read > > More... > >is clicked. > > > That's the way it's done in the bebug admin tools...(two textfields) Yeh, that was my idea too. It means we can choose a sensible place to cut long articles (after a short summary but before the detail, for example). > > > Merry x-mas guys ! > > > >And to you! > > > Well a bit late merry christmas to you all....and I'll include a very > early > happy new year wish too :) Hehe thanks, and the same to you :D > regards, > > Tim Simon |
From: Sir M. <obe...@ho...> - 2004-12-27 10:51:08
|
Hi All! :D > > > Here you can find a screenshot with both english and french > > locale files, > > the website in french and the information of Firefox showing it's set > > in UTF-8, > > and the source of the page in HTML showing that special caracters > > (here, it's > > korean caracters) are well supported. (see screenshot at > > >http://www.beosfrance.com/muckups/BME/bme_website_utf8_&_localefiles.png) > > >Looks nice :) > Looks good yeah(although my French is rusty and I don't know any Korean :P) >How about larger blocks of text? If someone translated the whole about >page into another language, how would that work? > Yes I was asking myself the same question, anyway if everything's in place I'll do the Dutch translation. How about the news items, btw? Are they only in English or can they be localised too? The Bebug site does that as follows: first post the news item in dutch, then you can translate it into other languages, I like that approach...although we have to post everything three times...maybe that isn't that great... >Also there are some other things needing localisation - Date strings >for news articles for instance (on my index2 page, I decided on "Author >- Date" instead of a "Posted by Author, on Date" format as I thought it >would work in most languages like that) > also English dates have a different order than the dates "on the continent". If I remember correctly English uses month-day-year, while Dutch (and French?) use day-month-year...but that's not difficult to change, if we are going to change it :) >I've been doing all my changes on line - the new css is in bme.sf.net/ >main2.css (as Tim had the bin directory protected so I couldn't write >to it). The only css change I remember is adding some definitions for >the welcome block on my index2 page. Any other changes (some little >things in header.php is all I remember) are just overwritten on the old >files. > ow? must have done that by accident then :S...I only used scp and ssh... didn't modify access rights, maybe it's done automatically....if you tell me how to change it back to the normal access rights I will change it right away! >Another change I have thought of is being able to decide whether or not >a Read More... is necessary, rather than having it cut automatically at >x chars. Maybe another field in the news table "ReadMoreText" or >something that gets added on the end of the article when Read More... >is clicked. > That's the way it's done in the bebug admin tools...(two textfields) > > Merry x-mas guys ! > >And to you! > Well a bit late merry christmas to you all....and I'll include a very early happy new year wish too :) regards, Tim _________________________________________________________________ MSN Search, for accurate results! http://search.msn.nl |
From: Simon T. <sim...@nt...> - 2004-12-27 09:06:55
|
> Hi there, Hi Remi, [snip] > Here you can find a screenshot with both english and french > locale files, > the website in french and the information of Firefox showing it's set > in UTF-8, > and the source of the page in HTML showing that special caracters > (here, it's > korean caracters) are well supported. (see screenshot at > http://www.beosfrance.com/muckups/BME/bme_website_utf8_&_localefiles.png) > Looks nice :) How about larger blocks of text? If someone translated the whole about page into another language, how would that work? Also there are some other things needing localisation - Date strings for news articles for instance (on my index2 page, I decided on "Author - Date" instead of a "Posted by Author, on Date" format as I thought it would work in most languages like that) > Simon, i'm waiting for your modified version of the .css file and > then we > could put this new version online. Then, i think that we could see to > make > changes you were talking about like a new name, a new logo and > merging feedback > / contact / forum in a new something like a lite-forum perhaps :) I've been doing all my changes on line - the new css is in bme.sf.net/ main2.css (as Tim had the bin directory protected so I couldn't write to it). The only css change I remember is adding some definitions for the welcome block on my index2 page. Any other changes (some little things in header.php is all I remember) are just overwritten on the old files. I have some ideas on the lite-forum page, I'll try to get a basic page working to show sometime next week. Another change I have thought of is being able to decide whether or not a Read More... is necessary, rather than having it cut automatically at x chars. Maybe another field in the news table "ReadMoreText" or something that gets added on the end of the article when Read More... is clicked. > Merry x-mas guys ! And to you! > Remi Simon > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real > users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > bme-develop mailing list > bme...@li... > https://lists.sourceforge.net/lists/listinfo/bme-develop |
From: contact <co...@be...> - 2004-12-26 23:39:06
|
Hi there, I have finished all we were talking about. Everything was working fine before i choose to convert every files in UTF-8 .... here begans problems ! The main problem is with session. Everytime i start a "session_start();", i have a send session cache limiter error. I don't know how to fix it at the moment but it's where things get interesting :) (first, it was making xhtml / css working in firefox and IE). Btw, the localisation system is closely working in the same way that the Zeta locale kit, a text file containing variables attached to sentences. So you just have to translate the one you want in a new language and save in in the correct name. Cause it's all in UTF-8 (like the BFS ;) ), it can be french, russian or korean or any language, even with special caracters. You just have to put them in the /locale/ folder, one for the website, and one for the admin. Here you can find a screenshot with both english and french locale files, the website in french and the information of Firefox showing it's set in UTF-8, and the source of the page in HTML showing that special caracters (here, it's korean caracters) are well supported. (see screenshot at http://www.beosfrance.com/muckups/BME/bme_website_utf8_&_localefiles.png) Simon, i'm waiting for your modified version of the .css file and then we could put this new version online. Then, i think that we could see to make changes you were talking about like a new name, a new logo and merging feedback / contact / forum in a new something like a lite-forum perhaps :) Merry x-mas guys ! Remi |
From: contact <co...@be...> - 2004-12-26 13:06:28
|
1. Website changes (Simon Taylor) > > Hi guys, > > Tim said yesterday he and Remi had been exchanging some emails about > changes to the website; I thought we could move the discussion to this > list. Cause it was not about big changes on the website, that's why i didn't send a message to the mailing-list. Also, i'm not used to work liike this so excuse me if somethimes, i forgot to talk about it here. BTW, Merry X-mas folks :) > > -I don't think the "front" page should necessarily just be the "About > Bme" page - I think it should have a little information about what Bme > is, and some of the latest news articles as well. After Bme is > released, it would be nice to add some screenshots and a download link > to the welcome section on the front page. I have played around a bit > with this - check > http://bme.sf.net/index2.php Nice shot. The only thing is that i don't think for the two news, the body is needed, only the title would be enough IMHO. What you think ?? > > -Forum/Contact Us/Feedback all have similar purposes - it would be nice > if these could be unified into a single "Contact" page; although that > would mean writing some php to enable a simple forum-like page. I can > try this in the next couple of days (btw, does phpMyAdmin work yet?) > I don't think PMA is actually working, but on that point, Mik knows more than me. I agree that it's three same way to get in contact, so something between a forum and the simple feedback form could do the job. > -For my changes yesterday I had to change the stylesheet (to main2.css > I think) as the one there already has rights set so only "sirmik" can > write to it. Please send it to me when you make some changes in files, so we could work both on same files :) My code is surely not the cleanest so feel free to make some changes !!! > > -Logo - I still think it would be nice to have a name that hasn't got > "Be" in it (be-messeng-er was only a temporary joke name really), and > with a new name, a new logo. Maybe if we get a threaded forum working > we can ask for people's ideas on this. > > Simon > > Also, i'm actually finishing a localisation system for the website, so you would only need to change sentences in a text file to have menus and things in your language (just like the Zeta Locale Kit in fact). It's all done, i just have now to put everything in UTF-8 and test with various browsers (IE6, Firefox, Safari, Opera...) and i will then send files to Mik. Rémi |
From: Simon T. <sim...@nt...> - 2004-12-24 09:27:22
|
Hi guys, Tim said yesterday he and Remi had been exchanging some emails about changes to the website; I thought we could move the discussion to this list. -I don't think the "front" page should necessarily just be the "About Bme" page - I think it should have a little information about what Bme is, and some of the latest news articles as well. After Bme is released, it would be nice to add some screenshots and a download link to the welcome section on the front page. I have played around a bit with this - check http://bme.sf.net/index2.php -Forum/Contact Us/Feedback all have similar purposes - it would be nice if these could be unified into a single "Contact" page; although that would mean writing some php to enable a simple forum-like page. I can try this in the next couple of days (btw, does phpMyAdmin work yet?) -For my changes yesterday I had to change the stylesheet (to main2.css I think) as the one there already has rights set so only "sirmik" can write to it. -Logo - I still think it would be nice to have a name that hasn't got "Be" in it (be-messeng-er was only a temporary joke name really), and with a new name, a new logo. Maybe if we get a threaded forum working we can ask for people's ideas on this. Simon |
From: Cian D. <my...@gm...> - 2004-12-15 17:00:30
|
> btw Cian...should I add you to the list of devs at our page? Are you > planning(or maybe busy) porting Bme to ppc? or do you plan to help us with > our code? If you want to - I'm busy ATM so can't help beyond making sure it compiles on Dano (which I must make myself do tonight) but in the new year I'll be able to have a go at PPC porting again. Cian |
From: Sir M. <obe...@ho...> - 2004-12-15 10:43:02
|
Nope, other then the ContactListView these aren't classes that are present in Bme....so either he has made his own code, or changed the classnames...the last is not very likely cause we haven't got equivalents of MsnSessions and MsnChatSession in our code. Probably he started his own msn-project, it's a shame...duplicating applications...but maybe he doesn't like Bme... don't know... btw Cian...should I add you to the list of devs at our page? Are you planning(or maybe busy) porting Bme to ppc? or do you plan to help us with our code? regards, Tim >From: Cian Duffy <my...@gm...> >Reply-To: bme...@li... >To: bme...@li... >Subject: Re: [bme-develop] Competition >Date: Wed, 15 Dec 2004 09:26:09 +0000 > >"MsnSession" "MsnChatSession" "MsnApplication" "ContactListView" >"ContactListWindow" > >They sound like Bme classes? I don't know the code well... > >They CAN use Bme code, but it hasn't got any mention of "BME", "Bme" >or even "MIT" in the code.... > >Cian > >On Wed, 15 Dec 2004 10:20:56 +0100, Sir Mik <obe...@ho...> wrote: > > Hi, > > > > >"Competition" - that looks like Bme to me, only changed a bit. > > > > > >grep the binaries :-) > > > > > Do you think so? Well only binary it has is the Msn++ file...so..not >sure > > how I can find out if it's Bme... And on the other hand, we decided to > > release this program under MIT so everyone can do with it what they >want, as > > long as they include our license header right? if it is the case that > > they're using our code, we must make sure they name us as the persons >having > > done most work on it... but on the other hand, maybe someone programmed >his > > own version...how can we be sure? > > > > regards, > > > > Tim > > > > _________________________________________________________________ > > MSN Search, for accurate results! http://search.msn.nl > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://productguide.itmanagersjournal.com/ > > _______________________________________________ > > bme-develop mailing list > > bme...@li... > > https://lists.sourceforge.net/lists/listinfo/bme-develop > > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://productguide.itmanagersjournal.com/ >_______________________________________________ >bme-develop mailing list >bme...@li... >https://lists.sourceforge.net/lists/listinfo/bme-develop _________________________________________________________________ Play online games with your friends with MSN Messenger http://messenger.msn.nl/ |
From: Cian D. <my...@gm...> - 2004-12-15 09:26:12
|
"MsnSession" "MsnChatSession" "MsnApplication" "ContactListView" "ContactListWindow" They sound like Bme classes? I don't know the code well... They CAN use Bme code, but it hasn't got any mention of "BME", "Bme" or even "MIT" in the code.... Cian On Wed, 15 Dec 2004 10:20:56 +0100, Sir Mik <obe...@ho...> wrote: > Hi, > > >"Competition" - that looks like Bme to me, only changed a bit. > > > >grep the binaries :-) > > > Do you think so? Well only binary it has is the Msn++ file...so..not sure > how I can find out if it's Bme... And on the other hand, we decided to > release this program under MIT so everyone can do with it what they want, as > long as they include our license header right? if it is the case that > they're using our code, we must make sure they name us as the persons having > done most work on it... but on the other hand, maybe someone programmed his > own version...how can we be sure? > > regards, > > Tim > > _________________________________________________________________ > MSN Search, for accurate results! http://search.msn.nl > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > bme-develop mailing list > bme...@li... > https://lists.sourceforge.net/lists/listinfo/bme-develop > |
From: Sir M. <obe...@ho...> - 2004-12-15 09:21:08
|
Hi, >"Competition" - that looks like Bme to me, only changed a bit. > >grep the binaries :-) > Do you think so? Well only binary it has is the Msn++ file...so..not sure how I can find out if it's Bme... And on the other hand, we decided to release this program under MIT so everyone can do with it what they want, as long as they include our license header right? if it is the case that they're using our code, we must make sure they name us as the persons having done most work on it... but on the other hand, maybe someone programmed his own version...how can we be sure? regards, Tim _________________________________________________________________ MSN Search, for accurate results! http://search.msn.nl |
From: Cian D. <my...@gm...> - 2004-12-15 09:15:26
|
"Competition" - that looks like Bme to me, only changed a bit. grep the binaries :-) Cian On Wed, 15 Dec 2004 10:10:53 +0100, Sir Mik <obe...@ho...> wrote: > Hmm guys, > > seems we've got another competitor: > Msn++ : http://www.bebits.com/app/4032 > > see screenshot: http://www.student.kuleuven.ac.be/~m0219577/msn++.png > > regards, > > Tim > > _________________________________________________________________ > Talk with your online friends with MSN Messenger http://messenger.msn.nl/ > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > bme-develop mailing list > bme...@li... > https://lists.sourceforge.net/lists/listinfo/bme-develop > |
From: Sir M. <obe...@ho...> - 2004-12-15 09:12:47
|
Hmm guys, seems we've got another competitor: Msn++ : http://www.bebits.com/app/4032 see screenshot: http://www.student.kuleuven.ac.be/~m0219577/msn++.png regards, Tim _________________________________________________________________ Talk with your online friends with MSN Messenger http://messenger.msn.nl/ |
From: <re...@as...> - 2004-12-07 09:19:08
|
Strange, cause i have logged in successfully ..... but another problem is that you don't have to !!! Just go on news.php and there you are. I have to fix that ! Remi |
From: <re...@as...> - 2004-12-06 09:02:24
|
> Hi guys, > > just got the bme page working online. Had to use the mysql db of our > sourceforge account and almost everything works now. One weird thing though: > I can't login to the admin page...I'm using remi's username and password, > but it doesn't login.... any idea what's wrong Rémi? > > regards, > > Tim Wouhou ... can't tell .... i have to check how sessions are based on sourceforge accounts, perhaps like Online.fr, they need a /sessions folder a the root... |