Skip to content

v.1.4.4

Choose a tag to compare

@xiphon xiphon released this 17 Aug 09:06
· 79 commits to master since this release

Implemented: Non-blocking connections for TCP/IP network layer
Implemented: Human-readable config format. Single config file amount the daemon and the wallet.
Changed: Max outgoing connections set to 8. Max incoming connections set to 125.
Changed: RPC control port binds to 127.0.0.1 by default.
Changed: Mining server port binds to 0.0.0.0 by default.
Implemented: RPC ip/port and Mining server ip/port settings.
UI: Options dialog expanded with settings for RPC and Mining servers.
Changed: config filename to 'pascallite.ini'
Fixed: daemon crashes due to invalid log finalization order
Fixed: invalid termination sequence in daemon
Fixed: Daemon's second instance binds RPC port somewhere it wants bug #3
Fixed: daemon does not creating config with default values on first start
Fixed: Wallet hangs on close
Fixed: networking, threading, daemon hangs on shutdown.
Fixed: FPC bug 3.0.2 <-> 3.0.2
Fixed: memory leaks