Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Rebol/Core 2.5 released!

 [1/13] from: petr::krenzelok::trz::cz at: 26-Mar-2001 6:17


Just in case you haven't noticed yet :-) Just one question - maybe I don't remember correctly, but was following paragraph part of earlier licence agreement? (5) email copies of Your Application in source form to [core-scripts--rebol--com] within two (2) business days of distribution of Your Application. The source to Your Application will be posted by REBOL to the REBOL web site with the Licensee's name. Licensee may include any rights and notices in the REBOL header of Your Application as long as the rights and notices do not conflict with REBOL's redistribution of Your Application for free. Cheers, -pekr-

 [2/13] from: warp:reboot:ch at: 26-Mar-2001 18:18


SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. SMACK..SMACK.. Thankyou so much !!!!!!!!!!!!!!!!!!!!!!!!!!!! Will Arp

 [3/13] from: ralph:abooks at: 26-Mar-2001 10:47


I'm not sure I would go _quite_ as far as Will, in demonstrating accolade<g>, but Carl and the REBOL Rangers certainly "done good," as we say up heah in the Carolina hills. I've played with 2.5 this morning and it is definitely hot. --Ralph Roberts

 [4/13] from: ryan:christiansen:intellisol at: 26-Mar-2001 10:13


REBOL 2.5 gets a little "ink" http://www.benews.com/story/3894 Ryan C. Christiansen Web Developer Intellisol International 4733 Amber Valley Parkway Fargo, ND 58104 701-235-3390 ext. 6671 FAX: 701-235-9940 http://www.intellisol.com Global Leader in People Performance Software _____________________________________ Confidentiality Notice This message may contain privileged and confidential information. If you think, for any reason, that this message may have been addressed to you in error, you must not disseminate, copy or take any action in reliance on it, and we would ask you to notify us immediately by return email to [ryan--christiansen--intellisol--com]

 [5/13] from: jamesh:volition-inc at: 26-Mar-2001 10:12


> I'm not sure I would go _quite_ as far as Will, in demonstrating > accolade<g>, but Carl and the REBOL Rangers certainly "done > good," as we say > up heah in the Carolina hills. I've played with 2.5 this > morning and it is definitely hot.
How so? What are the major improvements from your point of view?

 [6/13] from: ralph:abooks at: 26-Mar-2001 15:07


>> I'm not sure I would go _quite_ as far as Will, in demonstrating >> accolade<g>, but Carl and the REBOL Rangers certainly "done
<<quoted lines omitted: 3>>
>How so? What are the major improvements from your point of view? >--
Well, the enhancements to the sort function are really nice (I've been developing an autograph price lookup application and this will help a lot). Network protocols are certainly slicker (POP reallys pops! now)... Read Carl's original announcement for more. The new Core is certainly worth the money (i.e. still free!). --Ralph

 [7/13] from: carl:rebol at: 26-Mar-2001 12:51


Thanks Ryan! At 3/26/01 10:13 AM -0600, you wrote:

 [8/13] from: al:bri:xtra at: 26-Mar-2001 16:24


Rebol/Core 2.5 is now available. Check Rebol's site: http://www.rebol.com Enjoy! Andrew Martin ICQ: 26227169 http://members.nbci.com/AndrewMartin/

 [9/13] from: gchiu:compkarori at: 27-Mar-2001 10:18


I get this with 2.5 Win32
>> mailbox: open pop://test:[test--compkarori--com]
connecting to: compkarori.com ** User Error: Server error: tcp connection failed ** Near: mailbox: open pop://test:[test--compkarori--com]
>>
Still works fine with View. -- Graham Chiu

 [10/13] from: bo:rebol at: 26-Mar-2001 16:34


Graham, Is the Core version using the same network settings as the View version? Make sure it is loading the correct user.r file with the correct settings. -Bo On 27-Mar-2001/10:18:13+12:00, [gchiu--compkarori--co--nz] wrote:
>I get this with 2.5 Win32 >>> mailbox: open pop://test:[test--compkarori--com]
<<quoted lines omitted: 9>>
>[rebol-request--rebol--com] with "unsubscribe" in the >subject, without the quotes.
-- Bohdan "Bo" Lechnowsky REBOL Adventure Guide REBOL Technologies 707-467-8000 (http://www.rebol.com) The Official Source for REBOL Books (http://www.REBOLpress.com)

 [11/13] from: holger:rebol at: 26-Mar-2001 16:08


On Tue, Mar 27, 2001 at 10:18:13AM +1200, Graham Chiu wrote:
> I get this with 2.5 Win32 > > >> mailbox: open pop://test:[test--compkarori--com] > connecting to: compkarori.com > ** User Error: Server error: tcp connection failed > ** Near: mailbox: open pop://test:[test--compkarori--com] > >>
We added support for APOP (POP with encrypted passwords) in this version of REBOL. The support is usually transparent, i.e. REBOL only uses APOP if the server declares that it supports it, and even then falls back to regular POP if an error occurs with APOP. It seems that in your case the server claims that it supports APOP, but then when REBOL sends the request it closes the connection instead of handling the request of at least returning a proper error :-(. Chances are this is because your server does support APOP, but your POP account has not been configured for it. Here is a quick (and ugly) workaround to put into your user.r that disables APOP support in REBOL, until we can provide a clean, configurable way to enable/disable APOP in the next release. Make sure you replace the last two numbers in the version number check with the numbers on your system. "3.1" refers to Windows. if system/version = 2.5.0.3.1 [ change pick find second get in system/schemes/pop/handler 'open 'if 3 true ] Of course a better solution would be to ask the sysadmin responsible for the POP server to enable APOP (encrypted passwords) for your POP account. That way you could use REBOL to retrieve mail without sending your password in the clear every time you poll for mail. -- Holger Kruse [holger--rebol--com]

 [12/13] from: gchiu:compkarori at: 27-Mar-2001 12:09


On Mon, 26 Mar 2001 16:34:28 -0700 [bo--rebol--com] wrote:
> Is the Core version using the same network settings as > the View version? > Make sure it is loading the correct user.r file with the > correct > settings.
Yes, they're the same. To be sure, I copied my view user.r over my core user.r and had the same result. BTW, the userid and password of test/test are valid for this test account. -- Graham Chiu

 [13/13] from: gchiu:compkarori at: 27-Mar-2001 13:03


On Mon, 26 Mar 2001 16:08:19 -0800 Holger Kruse <[holger--rebol--com]> wrote:
> if system/version = 2.5.0.3.1 [ > change pick find second get in > system/schemes/pop/handler 'open 'if 3 true > ]
Yep, that's fixed it for me too. No need I guess to fill in a feedback form :-) -- Graham Chiu

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted