| | 6 | |
| | 7 | 2008-08-20 Tomasz Sterna <tomek@xiaoka.com> |
| | 8 | |
| | 9 | * Detecting unrecoverable stream errors on establishing an outgoing s2s |
| | 10 | connection. Refs #244 |
| | 11 | |
| | 12 | 2008-08-19 Tomasz Sterna <tomek@xiaoka.com> |
| | 13 | |
| | 14 | * Do not offer compression if STARTTLS is required and not enabled |
| | 15 | * Return better error on STARTTLS required failure. |
| | 16 | |
| | 17 | 2008-08-18 Adam Strzelecki <ono@java.pl> |
| | 18 | |
| | 19 | * [WIN32] server.pem has to be permanent in order to not disappear on upgrade. |
| | 20 | * [WIN32] Put stats on the main folder of win32 distro too. |
| | 21 | * [WIN32] Cleanup win32 README a bit. |
| | 22 | * [WIN32] Don't override server.pem on upgrade. |
| | 23 | |
| | 24 | 2008-08-17 Adam Strzelecki <ono@java.pl> |
| | 25 | * [WIN32] Bump minor revision to 2.2. |
| | 26 | * [WIN32] Unfortunately we need to wait on services during setup or |
| | 27 | uninstallation and upgrades will fail. |
| | 28 | * [WIN32] Fix latest WiX 3 Beta compatibility. |
| | 29 | * [WIN32] Add TLS server certificate for default win32 c2s config. |
| | 30 | * [WIN32] Create initial SQLite database on build. |
| | 31 | * [WIN32] Add stream compression support and zlib1 dependencies. |
| | 32 | * [WIN32] Remove ENABLE_SUPERSEDED from projects, this is now part of config.h for win32. |
| | 33 | |
| | 34 | 2008-08-17 Adam Strzelecki <ono@java.pl> |
| | 35 | * [WIN32] Update win32 config.h to latest configure.ac with selected features: |
| | 36 | * ENABLE_SUPERSEDED |
| | 37 | * HAVE_ZLIB |
| | 38 | * HAVE_SQLITE |
| | 39 | ..etc. |
| | 40 | * [WIN32] Don't fail when service fails to start (Should popup ignore box) |
| | 41 | * [WIN32] Add udns library to setup. |
| | 42 | * [WIN32] Adding udns dependency in the README.win32 |
| | 43 | |
| | 44 | 2008-08-15 Tomasz Sterna <tomek@xiaoka.com> |
| | 45 | * Implemented logging of compressed conection established. Closes #243 |
| | 46 | |
| | 47 | 2008-08-15 Adam Strzelecki <ono@java.pl> |
| | 48 | * [WIN32] Change default SM storage driver to SQLite on Windows. |
| | 49 | * [WIN32] Use DES_crypt as a replacement for Posix crypt on Windows. |
| | 50 | * [WIN32] Add UDNS dependencies for linkage. |
| | 51 | |
| | 52 | 2008-08-14 Adam Strzelecki <ono@java.pl> |
| | 53 | * [WIN32] File must be opened as binary (only Windows affected), so fseek & ftell tells |
| | 54 | proper size for the buffer. With single "r" buffer will be too small. |
| | 55 | * [WIN32] generate configuration XML files out of dist files on build (using Perl) |
| | 56 | * [WIN32] copy default server.pem (localhost) |
| | 57 | * [WIN32] add Perl dependency to README.win32 |
| | 58 | |
| | 59 | 2008-08-13 Adam Strzelecki <ono@java.pl> |
| | 60 | * [WIN32] Using SubWCRev from TortoiseSVN for version files generation, updating notes. |
| | 61 | * [WIN32] Enable USE_LIBSUBST for Windows builds. |
| | 62 | |
| | 63 | 2008-08-10 Tomasz Sterna <tomek@xiaoka.com> |
| | 64 | * Implemented My IP Address extension |
| | 65 | http://delta.affinix.com/specs/xmppstream.html#myip |