SSL init always fails when compiled against recent versions of OpenSSL
pkg-config
Fixed compilation on OpenSSL 1.0 too
Fix SSL 1.1 compatibility
patch to provide an autoconf (configure.ac) and automake files
The problem I've had with the static lib (.a file) is that it doesn't get installed when make install is run. using ./configure --prefix=$PWD/install-test && make install I'm on Debian 9, building with gcc-6 as a non-root user. Also, if I add --libdir=$PWD/install-test/lib to the configure options, I get this output. andy@oceanus:~/Downloads/libircclient-1.10$ make install for subdir in src examples; do \ make -C $subdir || exit 1; \ done make[1]: Entering directory '/home/andy/Downloads/libircclient-1.10/src'...
Seems like Sourceforge's problem.
on OS X 10.13.3, unknown option -soname
default download is 1.9 not 1.10
Released 1.10
Killed PDF output. All pdf outputs seem to be completely broken with
Fixed compatibility with OpenSSL 1.1.x
Removed more incorrect warnings
Disabling the useless misleading-indentation gcc warning
Fixed detection of OpenSSL 1.1.x (thanks to Antoine Amarilli)
Patch to add CloudABI support
Patch to fix several warnings in trunk
If it helps the decision to implement this patch: I can confirm this bug and that...
We've patched it like this.
VUL-1: libircclient: insecure openssl cipher suite
Version 1.9 released
Fixed invalid usage of int as type for SOCKET o...
Fixed non-blocking socket issue on Windows
Fixed WIN32 -> _WIN32 define to be Cygwin-compl...
Version updated to 1.9
Fixed the bug returning an error when connectio...
I'm trying to figure out a way to check if I'm the chan op when I enter in a channel....
Added passing LDFLAGS
Added forgotten mutex cleanup when session is d...
add an "idle_callback"
I had a similar problem with slow networks (high latency), and solved it raising...
Raising it to a greater number solved the problem in my case.
truncates messages from server: inconsistency with RFC1459
Added CTCP version support
libircclient.c line 820 copies the struct sockaddr_in6 into a irc_session_t->local_addr...
IPv6 connection causes segfault
irc_disconnect causes segmentation fault
My project using winsock2 library. It seems the release mode winsock2 library generating...
I using libircclient windows binary in my application. Builds of my application succeed...