]> arthur.barton.de Git - ngircd-alex.git/history - src
Added start/stop script for Red Hat based distributions
[ngircd-alex.git] / src /
2009-05-05 Florian Westphalsecurity: fix remotely triggerable crash in SSL/TLS...
2009-04-25 Tassilo SchweyerFix server list announcement
2009-04-23 David Kingstonallow ping timeout quit messages to show the timeout...
2009-04-22 Florian Westphalirc-server: do not remove hostnames from info text
2009-04-21 Florian Westphalconn-zip: fix error handling
2009-04-21 Florian Westphalremove or translate old comments
2009-04-21 Florian Westphalclient.c: remove unecessary comments
2009-04-21 Florian Westphaladd const qualifier to pointers where possible
2009-04-10 Alexander BartonDisplay IPv6 addresses as "[<addr>]" when accepting...
2009-03-25 Dana Dahlstrommisspelling in ERR_NORECIPIENT reply
2009-03-06 Florian Westphaltestsuite: add more predefined channels to server config
2009-03-06 Florian Westphalallow creation of persistent modeless channels
2009-03-06 Florian Westphaladd and use Channel_IsModeless()
2009-03-05 Alexander BartonEnhance INFO command to report compile time, if available
2009-03-03 Alexander BartonChannel mode changes: break on error
2009-03-03 Alexander BartonChannel_Mode(): code cleanup (no functional changes)
2009-02-05 Florian WestphalTLS/SSL: remove useless error message when ssl connecti...
2009-02-04 Florian WestphalSSL/TLS: clear all ssl realted flags on shutdown
2009-02-04 Florian WestphalTLS/SSL: fix memory leak when using compressed server...
2009-01-20 Alexander BartonFix spelling of log message: "channek" vs. "channel... ChannelKeyFile
2009-01-20 Alexander BartonChannel key file: store file name and open on each...
2009-01-20 Alexander BartonSupport individual channel keys for pre-defined channels.
2009-01-20 Alexander BartonRFC 2812, sec. 3.3.1: really check for the last dot
2009-01-17 Florian Westphalirc.c: reject masks with wildcard after last dot
2009-01-17 Florian Westphalirc.c: Fix handling of channels containing dots
2009-01-09 Florian Westphalremove unneeded LOG_DEBUG when not compiling with DEBUG...
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.
2008-12-30 Alexander BartonAllow pre-defined server local channels ("&").
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-17 Florian Westphaldon't print pid_t type with %ld format specifier
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-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-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 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-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 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 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: 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-01 Alexander BartonMake ngIRCd compile and run on NeXTSTEP 3.3 and OPENSTE...
2008-07-27 Alexander BartonGIT: added src/testsuite/message-test to ignore list.
2008-07-27 Alexander BartonFix Validate_Args(): unused parameter "Idx" and "Req"
2008-07-27 Alexander Bartonmessage-test: Disable two tests using "localhost" as...
2008-07-27 Alexander BartonFix Send_Message(): "lastCurrentTarget" may be used...
2008-07-27 Alexander BartonFix t_diff(): declaration of 'div' shadows a global...
2008-07-27 Alexander BartonCosmetic whitespace and line length fixes, mostly in... bug77-PRIVMSG-NOTICE
2008-07-27 Alexander BartonAdded "message-test" to Makefile, so it is distrubuted...
next