English Amiga Board


Go Back   English Amiga Board > News

 
 
Thread Tools
Old 02 January 2020, 13:40   #1
Phantasm
Not a Rebel anymore
 
Phantasm's Avatar
 
Join Date: Apr 2005
Location: UK
Age: 51
Posts: 497
Ami-Express 5.2.0 update released

Code:
[sof]                 ____
       ___________  __\  /________ ________________________________
       \_  _ ¬\  ¬\/ ¬\\/¡  ___/ ¬Y  / __  /__ ¬\   ___/ ___/  ___/C
.--/----¡  ¬   \  \/   \ | __/__> ' <  ¬__/  ¬ _/_ __/_____ ¬\___ ¬\-----\--.
|//     l__¡   \\_¡¡   \\!___  ¬\_.  \  ¡ l__¡  ¯¬\__  ¬\    \\    \\     \\|
/         ¬l____/¬'l____/: ¬l___/ l___\ !   ¬l____/¬l___/_____/_____/       \
|                      ·                 ·                                  |
| Ami-Express was a BBS System that ran on the Commodore Amiga series of    | 
| computers and was developed by Lightspeed Technologies in the 1990s.      | 
|                                                                           | 
| Version 5.2.0                                                             |
|                                                                           |
| This is a rewrite of that system written in Amiga E. It is open source    | 
| and has new features and bug fixes in addition to aiming for near 100%    |     
| backwards compatibility with the version 4.x releases.                    | 
|                                                                           |
| I contacted Joe Hodge/LightSpeed Technologies the owner of /X product     |
| in December 2018 and he has given his full approval for me to take over   |
| this software and to continue using the Ami-Express name.                 |
|                                                                           |
| I have also updated the documentation for Ami-Express as many existing    | 
| features were not properly documented. Some of the new features in this   | 
| release are:                                                              | 
|                                                                           | 
|     * Native telnet support, removing the need for telnetd.device         |
|                                                                           |
|     * Optional caching of file lists in RAM:                              |
|                                                                           |
|     * Configurable connection flood banning (native telnet only)          |
|                                                                           |
|     * Support for asyncio.library to speed up transfers                   |
|                                                                           |
|     * Ability to mimic older versions of /X version number                |
|                                                                           |
|     * Ability to list all messages                                        |
|                                                                           |
|     * UP command displays date/time node was last started                 |
|                                                                           |
| All source code is publicly available at:                                 |
|  https://github.com/dmcoles/AmiExpress along with the documentation.      |
|                                                                           |
| Included in this archive are several sample bbs configurations using      |
| tooltype (.info) and config file (.cfg) format. These are aimed at users  |
| wanting to set up a bbs for the first time. There is also a file called   |
| aeicon.json which can be imported using the json import tool or by        |
| selecting the file the first time you start /X with no configuration in   |
| place. This file will create a basic structure similar to the ones        |
| included in the archive.                                                  |
|                                                                           |
| If you are a pre-existing /X4 user, the ACP and Express files can just    |
| replace the old versions and should be as close to fully backwards        |
| compatible as possible. Plesae do contact me or raise issues in github if |
| you encounter any problems.                                               |
|                                                                           |
|---------------------------------------------------------------------------|
|      This release is dedicated to my partner Traci who was taken ill      |
|      unexpectedly at the end of 2018 and passed away after suffering      |
|               lung damage caused by Influenza. RIP Traci xx.              |
|---------------------------------------------------------------------------|
|                                                                           |
| Version History                                                           |
|                                                                           |
| 5.2.0 02 Jan 2020                                                         |
|       * Native Telnet, FTP File Transfers, some bugfixes.                 | 
| 5.1.0 03 June 2019                                                        |
        * New features and bugfixes.                                        |
| 5.0.0 23 December 2018                                                    |
|       * First release of this project                                     |
\                                                                           /
|\\                                                                       //|
`--\---------------------------------------------------------------------/--'
                                                                        [eof]
Phantasm is offline  
Old 02 January 2020, 17:18   #2
don27dog
Registered User
 
Join Date: Jan 2008
Location: UZi SUiCiDE!
Posts: 80
Awesome News!
don27dog is offline  
Old 02 January 2020, 22:16   #3
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
Only 5.1 on github/release...

5.2 in The Zone..
Foul is offline  
Old 02 January 2020, 23:44   #4
Phantasm
Not a Rebel anymore
 
Phantasm's Avatar
 
Join Date: Apr 2005
Location: UK
Age: 51
Posts: 497
Quote:
Originally Posted by Foul View Post
Only 5.1 on github/release...

5.2 in The Zone..
I knew there would be somewhere I forgot to upload lol. Will sort it tomorrow

Sent from my I3213 using Tapatalk
Phantasm is offline  
Old 03 January 2020, 01:59   #5
redblade
Zone Friend
 
redblade's Avatar
 
Join Date: Mar 2004
Location: Middle Earth
Age: 40
Posts: 2,127
Well done with the release, Sad to hear about Traci in the comments.

Was original AmiExpress in Amiga E? Are the passwords encrypted because I remember using LSD-Wall and seeing, usernames password is ....
redblade is offline  
Old 03 January 2020, 10:22   #6
Phantasm
Not a Rebel anymore
 
Phantasm's Avatar
 
Join Date: Apr 2005
Location: UK
Age: 51
Posts: 497
Quote:
Originally Posted by redblade View Post
Well done with the release, Sad to hear about Traci in the comments.

Was original AmiExpress in Amiga E? Are the passwords encrypted because I remember using LSD-Wall and seeing, usernames password is ....

Original AmiExpress was all written in C. I took the publicly available source from the v3.xx series of Ami-Express, rewrote/ported it to E and backported all the features from the v4.xx series (by disassembling v4.20 and re-implementing the functionality).


The passwords are all hashed using the same algorithm from the v4.xx series. Its probably not particularly secure by modern standards but at least they are not stored as plain text.

I uploaded the release to the github page and its also available on the aminet as well now.
Phantasm is offline  
Old 03 January 2020, 14:10   #7
Jax
Registered User
 
Jax's Avatar
 
Join Date: May 2018
Location: Czech Republic
Posts: 24
Many thanks!!!
Jax is offline  
Old 28 May 2020, 14:24   #8
don27dog
Registered User
 
Join Date: Jan 2008
Location: UZi SUiCiDE!
Posts: 80
Thanks to Phantasm's work many old scene boards are coming back. Current list of /X boards back online:Phantasm, Sanctuary, UZi SUiCiDE, Fastline, The Edge, Masturbation Station, Death Row, Cement City, The Northern Palace, Hidden Power, and Terminal Obsession. Coming soon TOS and Metal Impact
don27dog is offline  
Old 28 May 2020, 17:30   #9
cloverskull
Registered User
 
Join Date: Sep 2018
Location: California
Posts: 322
Are the addresses for these listed anywhere?
cloverskull is offline  
Old 28 May 2020, 17:33   #10
Phantasm
Not a Rebel anymore
 
Phantasm's Avatar
 
Join Date: Apr 2005
Location: UK
Age: 51
Posts: 497
many are listed here: https://www.telnetbbsguide.com/bbs/software/amiexpress/
Phantasm is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ami-Express 5.1.0 update released Phantasm News 6 05 June 2019 17:50
Ami-Express 5 Phantasm News 1 26 December 2018 19:36
Ami-Express Question don27dog support.Apps 15 08 August 2009 23:15
Ami-Express V1.3 or 2.0 WANTED! W4r3DeV1L request.Apps 0 31 May 2008 11:27
Ami-Express V1.3 or 2.0 WANTED! W4r3DeV1L support.Apps 0 30 May 2008 19:51

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 00:14.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.09250 seconds with 15 queries