]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
2009-01-06 Alexander BartonXcode: define TARGET_VENDOR and TARGET_OS
2009-01-06 Alexander BartonAdd new and missing files to Mac OS X Xcode project
2009-01-05 Alexander BartonRename Channel_Free() to Free_Channel(), it is a local...
2009-01-05 Alexander BartonClean up channel allocation table on shutdown/restart.
2009-01-05 Florian WestphalAdd Channel_Free().
2009-01-04 Alexander BartonClean up (reformat and comment) Delete_Channel() function.
2009-01-04 Alexander BartonFree topic array on channel deletion.
2009-01-01 Alexander BartonFix spelling in some documents.
2008-12-30 Alexander BartonAllow pre-defined server local channels ("&").
2008-12-30 Alexander BartonSpell check and enhance ngIRCd manual pages.
2008-12-29 Florian Westphalman ngircd.conf: line break missing before the SSLConne...
2008-12-27 Florian Westphaldefines.h: remove MAX_LISTEN_PORTS, MAX_SERVICES
2008-12-26 Florian WestphalRemove limit on max number of predefined channels.
2008-12-26 Florian Westphalchannel.c: constify a few function arguments.
2008-12-26 Florian Westphaluse %ld as format specifier for posix data types
2008-12-25 Alexander BartonngIRCd release 13 rel-13
2008-12-17 Florian Westphaldon't print pid_t type with %ld format specifier
2008-12-05 Alexander BartonUpdate the date ("Dec 2008") of the manual pages.
2008-12-05 Alexander Bartondoc/Platforms.txt: added x86_64/unknown/linux-gnu
2008-12-05 Alexander Bartondoc/Platforms.txt: update list of tested platforms.
2008-12-04 Alexander Bartondoc/SSL.txt: enhance documentation.
2008-12-04 Alexander Bartondoc/Services.txt: explain which IRC Services versions...
2008-12-03 Alexander BartonTestsuite start-server.sh: return correct exit code.
2008-12-03 Alexander BartonMake testsuite (getpid.sh) work on OpenSolaris (i386...
2008-12-02 Alexander Bartondoc/Services.txt: document using ngIRCd with IRC Services.
2008-11-22 Alexander Bartonsample-ngircd.conf: remove now unused CVS "$Id$"
2008-11-21 Alexander BartonngIRCd release 13~rc1 rel-13-rc1
2008-11-21 Alexander BartonFix double minus signs in manual pages
2008-11-21 Alexander BartonDebian package ("make deb"): fix some lintian(1) warnings
2008-11-20 Alexander BartonChange formatting of some log messages
2008-11-20 Alexander BartonFix pem_passwd_cb(): unused variable "rwflag" (OpenSSL)
2008-11-19 Alexander BartonNew configuration option "NoIdent" to disable IDENT...
2008-11-19 Alexander BartonImplement the IRC command "SERVLIST"
2008-11-19 Alexander BartonUpdated NEWS and ChangeLog, using NEWS for news only :-)
2008-11-17 Alexander BartonCreate local &SERVER channel and log server messages... bug87-LocalChannel
2008-11-17 Alexander BartonImplement local channels (prefix "&")
2008-11-13 Alexander BartonAdded some missing files of GIT tree to distribution...
2008-11-13 Alexander BartonTest suite: start two servers and test server-server...
2008-11-12 Alexander BartonAdd conf-ssl.h to "noinst_HEADERS"
2008-11-12 Alexander BartonRe-add CVE identifiers to ChangeLog.
2008-11-12 Alexander BartonUpdated NEWS and ChangeLog to include 0.12.1 and the...
2008-11-12 Alexander BartonConnection counter: count outgoing connections as well.
2008-11-11 Alexander BartonIgnore numeric 020 ("please wait while we process your...
2008-11-11 Alexander BartonGNUTLS: define new API types when installed library...
2008-11-11 Alexander BartonConsole log: output timestamp (seconds since start...
2008-11-10 Alexander BartonConsole log: output timestamp (seconds since start...
2008-10-29 Florian Westphalconn-ssl.c: work around gnutls API problems on 64 bit...
2008-10-29 Alexander BartonGIT: don't ignore cvs-version.{h|new}, because it isn...
2008-10-19 Alexander BartonFix ForwardLookup(): "ISO C90 forbids specifying subobj...
2008-10-19 Alexander BartonFix ConnSSL_LogCertInfo(): unused variable "cred" ...
2008-10-03 Alexander BartonDebian: build ngircd-full with support for GNU TLS...
2008-10-03 Alexander BartonDebian: make sure that /var/run/ircd is owned by user...
2008-10-03 Alexander BartonGIT: Ignore Debian-related generated files.
2008-10-03 Alexander BartonUpdated config.{guess|sub} to version 2008-01-16.
2008-09-23 Alexander BartonEnable KICK to be handled from remote servers and from... services
2008-09-23 Alexander BartonRespect RFC 1459 compatibility mode when announcing...
2008-09-23 Alexander BartonDocument the server flag "S": SERVICE command is supported.
2008-09-23 Alexander BartonAnnounce IRC services in the network.
2008-09-23 Alexander BartonChange Introduce_Client() to set the correct client...
2008-09-23 Alexander BartonConvert SQUERY to PRIVMSG on RFC 1459 compliant links.
2008-09-23 Alexander BartonDon't allow SQUERY to send to "target masks" and channe...
2008-09-23 Alexander BartonFix PRIVMSG/NOTICE handler (II): keep command when...
2008-09-23 Alexander BartonNew function ngt_UpperStr()
2008-09-23 Alexander BartonFix PRIVMSG/NOTICE handler Send_Message(): don't forwar...
2008-09-23 Alexander BartonMake real use of the CLIENT_SERVICE client type.
2008-09-23 Alexander BartonAllow IRC services to change their nick names.
2008-09-23 Alexander BartonNew function Client_TypeText() and Destroy_UserOrService().
2008-09-23 Alexander BartonSend_Message(): really enforce target client type.
2008-09-23 Alexander Bartonsample-ngircd.conf & ngircd.conf(5): document "ServiceM...
2008-09-23 Alexander BartonAllow ngIRCd to detect services connected to an "virtua...
2008-09-23 Alexander BartonCentralize logging functions in Introduce_Client().
2008-09-23 Alexander BartonGet rid of INTRO_INFO structure again: we don't need...
2008-09-23 Alexander BartonAnnounce_User(): support RFC 1459 compatibility mode.
2008-09-23 Alexander BartonIntroduce_Client(): send MODES in RFC 1459 mode, too.
2008-09-23 Alexander Bartonnumeric.c: whitespace fixes ...
2008-09-23 Alexander BartonServer links: detect RFC 1459 mode direct after SERVER...
2008-09-23 Alexander BartonSend and handle NICK+USER commands for user registratio...
2008-09-23 Alexander BartonNew function IRC_WriteStrServersPrefixFlag_CB() using...
2008-09-23 Alexander BartonNew function Introduce_Client() to announce new local...
2008-09-23 Alexander BartonNew connection option CONN_RFC1459.
2008-09-23 Alexander BartonNew global function Conn_SetOption().
2008-09-23 Alexander BartonUSER: servers and services can alter user information...
2008-09-23 Alexander BartonNICK: allow servers and services to use RFC 1459 syntax...
2008-09-23 Alexander BartonWhitespace fixes: remove trailing tabulator characters.
2008-09-15 Florian Westphalconn-ssl.c: don't append a newline to ConnSSL_GetCipherInfo
2008-09-13 Florian WestphalTLS/SSL support: code changes.
2008-09-13 Florian WestphalTLS/SSL support: documentation.
2008-09-13 Florian WestphalTLS/SSL support: core files.
2008-08-30 Florian WestphalFix handling of MaxConnections option
2008-08-18 Alexander BartonInclude "mcheck.h" when using mtrace().
2008-08-17 Alexander BartonSECURITY: Fixed a message handling bug which could...
2008-08-13 Alexander BartonEnable GNU libc "memory tracing" when compiled with...
2008-08-12 Alexander BartonNew make target: "osxpkg" to create an Mac OS X install...
2008-08-11 Alexander BartonClean up Mac OS X Xcode environment.
2008-08-10 Alexander Bartondoc/Platforms.txt: added Debian GNU/Hurd, "i686/unknown...
2008-08-10 Alexander BartonAdded CVE identifiers to ChangeLog.
2008-08-06 Alexander BartonRemove de.barton.ngircd.plist on "make clean", its...
2008-08-01 Alexander BartonMake ngIRCd compile and run on NeXTSTEP 3.3 and OPENSTE...
2008-07-31 Alexander BartonMerge branch 'master' of git://ngircd.barton.de/ngircd
2008-07-31 Alexander BartonInstall /Library/LaunchDaemons/de.barton.ngircd.plist...
next