Build 0.9.2.48 released

agily-client-0.9.2.48-setup.exe

Enhanced ability to work behind strict firewalls with enforced transparent HTTP proxying

Fixes in the group invitation GUI

For Windows XPSP2 and up
For MacOS/X Leopard (i386)

Memory leak bugfix, recommended to upgrade.

P2P SDK preview now available

We have released our P2P SDK header files for API preview.

  1. include/pzz - this is our portable runtime. It contains portability and convenience wrappers around APIs provided by operating systems (Windows, MacOS/X, Linux). This library is quite generic and don't have any p2p specifics. It will be released in source form and under BSD license.
  2. include/p2p - this is our low-level p2p transport layer. It consist of p2p socket API (very similar to BSD sockets) plus many p2p-specific control functions (such as user authentication, contact list management, group management, etc). If you want to build a P2P VPN it's all you need.
  3. include/agily - this is our p2p platform, build on a top of p2p sockets. Roughly speaking, it consist of p2p messaging, generic data storage and data synchronization service.

Sorry, the written documentation is not released to public yes. But C header files are quite self-explanatory (and do include some explanatory material at the beginning).

Full SDK release with libraries and samples, will follow shortly.

 

agily-SDK-headers.zip

 

Server Upgrade

We have just upgraded our server software. Sporadic client disconnects, reported by few users, should go away

 

Source of the modified OpenVPN TUN/TAP driver uploaded

tapwin32.tar.gz

To comply with GPL requirements the modified source has been uploaded. There are no significant modifications though.

 

Build 0.9.2.41 released for Windows and MacOS/X Leopard

For MacOS/X Leopard

For Windows XPSP2 and up

  • Added support for group invitations management
  • FSM refactoring
  • Many fixes

Build 0.5.0.40 released

agily-client-0.9.2.40-setup.exe

agily-client-0.9.2.40.dmg

 

  • Now supports IPv4 over IPv6 tunneling.
Windows XP/Vista 32bit 0.9.2.38

MacOS/X Leopard 32bit Intel 0.9.2.38

 

  1. Supports relaying of traffic through the server
  2. Supports TCP as well as UDP for client-server communication

For MacOS/X Leopard x86:

agily-client-0.9.2.37.dmg

 

For Windows XP SP2/x86 and later:

agily-client-0.9.2.37-setup.exe

 

  • Supposed to work on Vista/32bit
  • Many fixes

Build 0.9.2.36 released

 

agily-client-0.9.2.36-setup.exe

 

Changes:

  • Partial proxy support for restrictive firewalls
  • FSM improvements
  • New user dialog now supports invitation codes
  • Synchronizer fixes (protocol incompatible with builds less than .36)
  • Various minor fixes