Commits
- Commit:
7cf9d93aeebad0b7b5bdf1ef1de58d2e7b2300e4
- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd release 13~rc1
- Commit:
ffc5f93ef543189626e0e4e269f125aea15a5053
- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix double minus signs in manual pages
This patch fixes the following lintian(1) warning: "Manual page seems
to contain a hyphen where a minus sign was intended. '-' chars are
interpreted as hyphens (U+2010) by groff, not as minus signs (U+002D).
Since options to programs use minus signs (U+002D), this means for
example in UTF-8 locales that you cannot cut&paste options, nor search
for them easily. '-' must be escaped ('\-') to be interpreted as minus."
- Commit:
97d97ef5c4e0d5494e4b1301903c7730df6421a1
- From:
- Alexander Barton <alex@barton.de>
- Date:
Debian package ("make deb"): fix some lintian(1) warnings
- Commit:
2eb564ccaa0c560a49cb46bfc2ce8bd5dec77b57
- From:
- Alexander Barton <alex@barton.de>
- Date:
Change formatting of some log messages
- Fix formatting of some log messages, mostly punctuation.
- cb_Connect_to_Server(): don't use string concatenation, because it
is not supported by pre-ANSI C compilers ...
- Commit:
14baf64f41b696e7a04eb7c63b1776d0dc94a980
- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix pem_passwd_cb(): unused variable "rwflag" (OpenSSL)
This patch fixes the following warning of GCC (version 4.3.2) in
function pem_passwd_cb() when compiling with OpenSSL support and
without debug code:
conn-ssl.c: In function 'pem_passwd_cb':
conn-ssl.c:122: warning: unused parameter 'rwflag'
- Commit:
4c113d8850dfc423e3dae2d2f90e7e9a9d42f0b0
- From:
- Alexander Barton <alex@barton.de>
- Date:
New configuration option "NoIdent" to disable IDENT lookups
The new configuration option "NoIdent" in ngircd.conf can be used to
disable IDENT lookups even when the ngIRCd daemon is compiled with IDENT
lookups enabled.
- Commit:
3243d9ee441e9cd4338965bac7c2ed3b49a3c2dd
- From:
- Alexander Barton <alex@barton.de>
- Date:
Implement the IRC command "SERVLIST"
The IRC command "SERVLIST" lists all the registered services, see RFC 2811, section 3.5.1.
The syntax is "SERVLIST [<mask> [<type>]]". The parameter <type> is not used by ngIRCd at
the moment, all registered services are of type 0 (which is the default when omitted).
- Commit:
672b391523fcc33e4645980c10342478dd1baeb0
- From:
- Alexander Barton <alex@barton.de>
- Date:
Updated NEWS and ChangeLog, using NEWS for news only :-)
- Commit:
0eda085f1e001cb1f2381ffe3ca70299d32632d3
- From:
- Alexander Barton <alex@barton.de>
- Date:
Create local &SERVER channel and log server messages to it
ngIRCd now creates a server-local channel &SERVER with channel modes
+mnPt (moderated, no messages from outside the channel, persistent and
with the topic locked) and logs all the messages to it that a user with
mode +s ("server messages") receives.
If an IRC operator withdraws the +P ("persistent") mode and the &SERVER
channel is freed because of no members, nothing special happens. The
channel can be recerated any time later and ngIRCd would begin logging
to it again.
- Commit:
2cc21caf32323ebd778c16c8a7b69cd12d6ff01f
- From:
- Alexander Barton <alex@barton.de>
- Date:
Implement local channels (prefix "&")
This patch implements server-local channels, prefix "&", that are only
visible to users of the same local server and not in the network.
Patch written by Scott Perry (2008-06-04), see:
- http://arthur.barton.de/cgi-bin/bugzilla/show_bug.cgi?id=87
- http://arthur.barton.de/cgi-bin/bugzilla/attachment.cgi?id=24&action=view
- Commit:
7b69bc2ae80f43bb6ed823760c01132be83fa2b9
- From:
- Alexander Barton <alex@barton.de>
- Date:
Added some missing files of GIT tree to distribution archives
The following bits and bytes were not included in distribution archives:
- contrib: ngindent, ngircd.sh
- contrib/Debian: ngircd.postinst
- contrib/MacOSX: preinstall.sh, postinstall.sh
- doc/src: Doxyfile, header.inc.html, footer.inc.html, ngircd-doc.css
- src/portab: splint.h
- Commit:
7ad167f4c43948f19125123a27dbe68a93e863b8
- From:
- Alexander Barton <alex@barton.de>
- Date:
Test suite: start two servers and test server-server links
I changed the test suite to start two test servers (on port 6789 and 6790),
so server-server links can be tested as well for which I included the new
test script "server-link-test.e".
In addition the documentation of the test suite (src/testsuite/README) has
been updated and is more complete now.
- Commit:
920d0636ff5741cb191f895e97ad151186701816
- From:
- Alexander Barton <alex@barton.de>
- Date:
Add conf-ssl.h to "noinst_HEADERS"
conf-ssl.h must be listed in "noinst_HEADERS" so that it becomes included
in distribution archives generated by "make dist" and "make distcheck".
- Commit:
54e6a2dce5ef34a3ccc971af622fef33e6cb8950
- From:
- Alexander Barton <alex@barton.de>
- Date:
Re-add CVE identifiers to ChangeLog.
I'm lame. My last commit removed all the CVE numbers recently added in
commit 598df0758 to the ChangeLog ... shame on me!
See all the CVE entries of ngIRCd at:
<http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=ngircd>
- Commit:
b01a9bd86473c3100be059b9e6f35f97bcbbf6d2
- From:
- Alexander Barton <alex@barton.de>
- Date:
Updated NEWS and ChangeLog to include 0.12.1 and the development version
- Commit:
9f067a059d9f64c68a73a2f7fbf5308ee342fe2a
- From:
- Alexander Barton <alex@barton.de>
- Date:
Connection counter: count outgoing connections as well.
This patch lets ngIRCd count outgoing connections as well as incoming
connections (up to now only outgoing connections have been counted). This
change is required because the Conn_Close() function doesn't know whether
it closes an outgoing connection or not and therefore would decrement the
counter below zero when an outgoing connection existed -- which would
trigger an assert() call ...
Please note that this patch changes the (so far undocumented but now fixed)
behaviour of the "MaxConnections" configuration option to account the sum
of the in- and outbound connections!
- Commit:
5a91d621009d6a0f3b8e5ff054aa6ae7e3195191
- From:
- Alexander Barton <alex@barton.de>
- Date:
Ignore numeric 020 ("please wait while we process your coinnection")
Some servers send the numeric 020 ("please wait while we process your
connection") when a client connects. This is no useful information for
this server, so we simply ignore it :-)
- Commit:
3a5b7b63ae493aeff7b6ec85ebbfbc39202d0bc4
- From:
- Alexander Barton <alex@barton.de>
- Date:
GNUTLS: define new API types when installed library is too old
This patch enables ngIRCd to use GNUTLS in really old versions, tested
with version 1.0.16, that don't define the "new" data types ending in
xxx_t. LIBGNUTLS_VERSION_MAJOR isn't defined there as well, so we use
it to test if we must define the new types on our own.
- Commit:
9308541e6df05d141ea51125877239e01ee5a1f5
- From:
- Alexander Barton <alex@barton.de>
- Date:
Console log: output timestamp (seconds since start) for resolver, too
- Commit:
027cf22267e18cc8dec8f4e729267f9dec2060c3
- From:
- Alexander Barton <alex@barton.de>
- Date:
Console log: output timestamp (seconds since start of daemon)
- Commit:
125c05fba0315da143c3431a41bd930fcb992501
- From:
- Florian Westphal <fw@strlen.de>
- Date:
conn-ssl.c: work around gnutls API problems on 64 bit platforms
Alexander Barton reported a compiler warning on 64-bit platforms:
cc1: warnings being treated as errors
conn-ssl.c: In function 'ConnSSL_Init_SSL':
conn-ssl.c:403: error: cast to pointer from integer of
different size
Unfortunately, I couldn't find a real solution; the GNUTLS
API expects 'gnutls_transport_ptr_t' (which is void*),
but the default push/pull functions (send/recv) expect an int.
The only alternative solution is to pass in an address to the
file descriptor, then add send/recv wrappers that expect a pointer.
What a mess[tm].
- Commit:
fb19b05e1e3d638062dcfc4c263b02e7429c4d20
- From:
- Alexander Barton <alex@barton.de>
- Date:
GIT: don't ignore cvs-version.{h|new}, because it isn't used any more.
- Commit:
34b2f0085d8bf15d1187e743ae17f069acec7090
- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix ForwardLookup(): "ISO C90 forbids specifying subobject to initialize"
This patch fixes the following warning of GCC (version 4.3.2) in
function ForwardLookup():
resolve.c: In function 'ForwardLookup':
resolve.c:282: warning: ISO C90 forbids specifying subobject to initialize
resolve.c:284: warning: ISO C90 forbids specifying subobject to initialize
resolve.c:285: warning: ISO C90 forbids specifying subobject to initialize
- Commit:
ce2541a8266a1029ad7fef3aa82bfca22adec697
- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix ConnSSL_LogCertInfo(): unused variable "cred" (GNUTLS)
This patch fixes the following warning of GCC (version 4.3.2) in
function ConnSSL_LogCertInfo() when compiling with GNUTLS support:
conn-ssl.c: In function 'ConnSSL_LogCertInfo':
conn-ssl.c:542: warning: unused variable 'cred'
- Commit:
d44a7dac26c8dc1e756fb82074a3e7f298803f13
- From:
- Alexander Barton <alex@barton.de>
- Date:
Debian: build ngircd-full with support for GNU TLS and IPv6.