The Visio & Ssocket Extension Modules

Visio

News

What and why

Documentation

Download

Installation

Examples

Gtk-server


Simple Sockets

News

What and why

Documentation

Download

Installation

Examples


Other

Contact

Guestbook
January 23, 2003

- Updated the SMTP client to a generic format, so it works with all types of SMTP-servers.


January 4, 2003


- Uploaded a small SMTP client which is able to send e-mail. See the examples page.



November 19, 2002


- Uploaded a demo program to read DAYTIME servers. See the examples page.

- Also uploaded a new standalone Scriptbasic binary which contains both the Visio and the Ssocket library. See the download page.



November 10, 2002

- New release (version 5). Now it is possible to sniff RAW network content:

ssocket::getraw

- Solved a bug in the Base64 decoding implementation.
- Updated documentation and the Portforwarder example.



November 9, 2002


- New release (version 4). Added BASE64 support:

ssocket::b64_encode
ssocket::b64_decode


- Fixed bugs in the Win32 port. Improvements on the code and the Makefiles.
The Win32 version is no longer beta but as good as the original Linux version.
- Updated documentation and examples.


November 5, 2002


- Maintenance version released (version 3a). The way the internal administration of RAW data blocks was managed is changed.
- Merged the commands "write" and "write_raw".
See the documentation for details.
- Merged the commands "read" and "read_raw". See the documentation for details.
- Uploaded the infamous Port Forwarder. I have adjusted the Chatserver and the Chatclient.


November 4, 2002

- New version released (version 3). Commands added:

ssocket::read_raw
ssocket::write_raw
ssocket::version
ssocket::lastclient


- Better debugging support.
- Removed the obsolete Ssocket syntax. Now all programs must use the default Scriptbasic syntax to use Ssocket.
- Updated the documentation.


July 7, 2002


- New versions of the chat client and chat server on the example page. Take a look!


January 18, 2002

- Finally I managed to compile the Simple Socket library with Borland C++ Builder 5.5 compiler. This because the Borland compiler is free and I like to stick to the free and open source standards as much as possible. You can download a copy of the compiler at their site for free.
- Uploaded the newly compiled Ssocket library and other necessary files. Updated the compilation instructions.



Januar 16, 2002

- The new build of Scriptbasic has been released. I have tested my code with this new release and there seems to be no problem. My Simple Socket library compiles well. Standalone binaries also.


Januar 13, 2002

- After compiling the Windows version of Visio, why not compile the Simple Socket Module right away? It appeared to be rather easy, it took me just 30 minutes! Hit the download link to get a copy.
- This is the Win32 code of the Simple Socket Module.


December 30, 2001

- Added debugging facilities: ss_debug
- Released version 2 of the ssocket module.



December 27, 2001

- First release of the Simple Socket Extension Module.
- See the documentation for details.