summaryrefslogtreecommitdiff
path: root/chat/loudmouth/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2009-03-11Fix compile on platforms without libresolv. It should still work fine onhasso1-1/+2
platforms with libresolv (tested with Linux).
2008-10-30Update to 1.4.3:wiz1-4/+4
Fixed issues in Loudmouth 1.4.3 * [#19] - Uses old style auth if server provides old style auth and SASL * [#22] - Handlers which were registered for message ids should always be called if the id matches * [#23] - Receiving messages larger than 1023 bytes are not fully processed with OpenSSL backend * [#27] - Functions missing in docs from LmSSL
2008-10-13Changes 1.4.2:adam1-6/+4
* Bug fixes.
2008-08-17Update to 1.4.1:wiz1-4/+6
Loudmouth 1.4.1 Loudmouth 1.4.1 contains a bugfix from 1.4.0 causing some clients to be disconnected if connected through a NAT firewall. Loudmouth 1.4.0 contains no changes from 1.3.4 but is simply a release to mark it as the new stable branch. Loudmouth 1.3.4 Loudmouth 1.3.4 is a release on the unstable 1.3 branch. It contains of added features and bug fixes. Loudmouth 1.3.3 released Loudmouth 1.3.3 is a release on the unstable 1.3 branch. It contains of added features and bug fixes. Loudmouth 1.3.2 released Loudmouth 1.3.2 is a release on the unstable 1.3 branch. It contains of added features and bug fixes.
2007-10-13Changes 1.2.0:adam1-4/+4
* This is the same as 1.1.5 but marked as stable and released as 1.2.0. * For a complete list of changes since 1.0.5 look at the changes in 1.1.1-1.1.5 Changes 1.1.5: * Fixed leak when closing a connection, LM-59 * Escape the resource string (fixes problems with iChat contacts), LM-48 * Stale incoming source destroyed/unreffed, LM-60 * Fixed a leak in the synchronous layer, LM-66 * Fixed a couple of warning when building on 64 bit alpha, LM-41. Changes 1.1.4: * Generate better message IDs, LM-56 * Fixed a leaking proxy object, LM-51 * Fixed random bugs on connection errors, LM-58 * Removed a warning when using proxy, LM-50.
2006-07-31Changes 1.0.4:adam1-4/+4
* Fixed issue where no disconnect signal was emitted when connection closed during opening * Plugged a memory leak in LmConnection * Fixed warnings due to uninitialized value * Fixed a reentrancy-related issue with LmConnection
2006-04-15Changes 1.0.3:adam1-4/+4
* Quick build fix release when building without SSL, LM-25. Changes 1.0.2: * Fixed issue when opening in blocking mode failed, LM-15 * Unregister sources when connection fails to avoid later segfault, LM-16 * Fixed an issue where large messages would get trunkated, LM-17
2005-09-05Changes 1.0.1:adam1-4/+4
* Unref contexts when freeing the connection
2005-08-25Update to 1.0:jmmv1-5/+4
Changes in 1.0: --------------- * Fix crash when connection goes down using SSL, LM-3 (Mikael Hallendal) * Fixed some GCC 4.0 warnings (Mikael Hallendal) * Some API fixups for consistency in LmSLL (Mikael Hallendal) * Don't try to setup SSL if it's not supported (Martyn Russel) * Documentation fixes (Mikael Hallendal) * State fixes when using blocking API, LM-7 (Mikael Hallendal) * Check that connection is open before using it, LM-6 (Mikael Hallendal) * Fix infinite loop in blocking open if failed, LM-8 (Mikael Hallendal) Changes in 0.90: ---------------- * Two crashers for ssl read fixed (Micke, Daniel Lavalliere) * Fixed a couple of leaks when freeing the connection (Daniel Lavalliere) * A couple of thread related issues solved (Micke, Daniel Lavalliere) * Work with latest GnuTLS (foser) * Improved the example tools some (Micke)
2005-02-23Fix build with gnutls-1.2.0, and depend on it.wiz1-1/+2
Bump PKGREVISION because of dependency change.
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-11-02Update to 0.17.2:jmmv1-3/+3
* Unset proxy by setting it to NULL. * Fixes for 64 bit architectures. * Fixed an issue when not using default main context. * Fixed UTF-8 issue that lead to a few weird problems in Gossip.
2004-10-22Changes 0.17.1:adam1-3/+3
* Fixed problem when not setting a keep alive rate
2004-09-04Update to 0.17:jmmv1-3/+3
Changes in 0.17: ---------------- * Compile fixes (Sjoerd Simons) * Depends on GLib 2.4 * Fixed memory leak * Added support to work tunnel, using another JID than the connect server. * Support for keep alive packages Changes in 0.16: ---------------- * Support for giving the context to which an LmConnection should run in (should solve issues when wanting to run several LmConnections in various threads) * HTTP proxy support * Memory leak fix * Distribute the win32-config.h file needed to build on Windows.
2004-02-20Move loudmouth from devel to chat, as this is a library to write Jabberjmmv1-0/+4
clients. This is version 0.15.1. Ok'ed by xtraeme@ (maintainer).