1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix segfault in asyncns resolver More... over 14 years ago
Revert "Code looks for an auth element below the returned streams:feature" More... over 15 years ago
Ignore case when comparing the CN with the domain More... over 15 years ago
Removed an internal asyncns relict More... over 15 years ago
Remove internal asyncns More... over 15 years ago
Fix a double-free triggered by failed connection attempts More... over 15 years ago
Replaced every g_warning() with g_log() More... over 15 years ago
Refine "Allow replies to non-iq stanzas" More... over 15 years ago
lm_connection_get_keep_alive_rate was missing from loudmouth.sym More... over 15 years ago
Replace g_print with g_log in asyncns-resolver: I'll probably drop the internal asyncns, if nobody complains loud enough. More... over 15 years ago
Removed duplicated declarations More... over 15 years ago
Added lm_connection_unregister_reply_handler() More... over 15 years ago
Code looks for an auth element below the returned streams:feature element which afaics from rfc3920 does not go here. This causes the connection to just hang. More... almost 16 years ago
Some style fixes More... almost 16 years ago
asyncns resolver: fail when the server doesn't have a SRV field. Otherwise old_socket_resolver_srv_cb() does not try to connect to the domain from the jid instead. More... almost 16 years ago
lm_old_socket_close() leaks a file descriptor if connect() has not succeeded. socket_close_io_channel() is not called on the socket file descriptor if lm_old_socket_close() is called between when connect() has been called and when it has succeeded/failed. The patch came from the user emezeske on github. More... almost 16 years ago
There were two assignments in assertions, reported by Tommi Rantala at http://loudmouth.lighthouseapp.com/projects/17276/tickets/43-asyncnsc-assignment-in-assert More... almost 16 years ago
A patch is required for loudmouth configure script to detect gnutls (by using pkg-config instead of libgnutls-config). The patch was collected from the gentoo ebuild, which was borrowed from Mandriva. More... almost 16 years ago
[PATCH] Drop stanzas when failing to convert them to LmMessages. When a stanza comes in that for some reason can't be parsed into an LmMessage, just drop them on the floor instead of blocking the parser. I've seen this issue happen in practise because some (buggy?) client sending an iq with a prefix e.g. <client:iq xmlns:client="jabber:client" ... /> More... almost 16 years ago
Theoretically, getsockopt could fail and leave 'error' unset. While I don't think this will happen in practice, the failure can be handled by returning the value of errno. More... almost 16 years ago
The Digest URI in the MD5 SASL Response wasn't set correctly when using SRV records. More... almost 16 years ago
Fix g_log issue when configured with --enable-debug=no. More... over 16 years ago
Merge commit 'origin/loudmouth-1-5' More... over 16 years ago
Applied parallel make and asyncns patches from the mailing list. More... over 16 years ago
Removed Dangerous Instructions More... over 16 years ago
Update release information files. More... over 16 years ago
Added File Listing Known Bugs More... over 16 years ago
Made Tests Optional to Allow Older glib More... over 16 years ago
Logging Adjustments More... over 16 years ago
Fixed Retry Behavior, Fixed Crash on IPv6 Addresses, Log and Exit On No Host More... over 16 years ago