]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd
New configuration option "NoZeroConf" to disable ZeroConf registration
[ngircd-alex.git] / src / ngircd /
2009-11-07 Florian WestphalRemove limit on max number of configured irc operators.
2009-10-17 Florian Westphalconfigtest: print ssl config options even when unset
2009-09-30 Alexander BartonMake sure forwarded CONNECT commands are handled correctly bug73-SQUIT
2009-09-30 Alexander BartonGenerate WALLOPS message on operator-generated SQUIT
2009-09-30 Alexander BartonEnable SQUIT command for IRC Operators
2009-09-30 Alexander BartonUse functions provided by op.c "module"
2009-09-30 Alexander BartonNew "module" op.c/op.h for IRC operator related functions
2009-09-30 Alexander BartonAllow forwarding of CONNECT commands.
2009-09-30 Alexander BartonCheck_Oper(): check origin of forwarded messages instea...
2009-09-30 Alexander BartonNo_Privileges(): handle forwarded messages.
2009-09-30 Alexander BartonIRC_SendWallops(): support format string and variable...
2009-09-30 Alexander BartonCONNECT, DISCONNECT: generate WALLOPS messages
2009-09-30 Alexander BartonNew function IRC_SendWallops().
2009-09-30 Alexander BartonCode cleanup of IRC_DISCONNECT().
2009-09-30 Alexander BartonCode cleanup of IRC_SQUIT() in preparation to deal...
2009-09-30 Alexander BartonNew local functions Check_Oper() and No_Privileges().
2009-09-30 Alexander BartonBad_OperPass(): code cleanup.
2009-09-30 Alexander BartonNew configuration option "AllowRemoteOper"
2009-09-20 Florian Westphalconfigtest: complain when ssl keys are not readable
2009-09-11 Alexander BartonFix cb_connserver() to handle aborted outgoing connections
2009-09-11 Florian Westphalconn.c: fix more sizeof(..dst_addr) misuse
2009-09-11 Florian Westphalresolve.c: fix valgrind 'uninitialized memory' warning
2009-09-11 Florian Westphalconn.c: fix resolver server address backlog
2009-09-11 Alexander BartonFix "implicit conversion shortens 64-bit value" warning
2009-09-10 Alexander BartonChannel_Mode(): fix return code of function
2009-09-10 Alexander BartonIRC_SERVER(): code cleanup, remove unneeded variable
2009-09-10 Alexander BartonIRC_PASS(): remove unnecessary variable initialization
2009-09-10 Alexander BartonConn_Close(): remove unused variable "txt"
2009-08-31 Florian Westphaldo not add default listening port if ssl ports were...
2009-07-17 Alexander BartonClient_CheckID(): fix connection information
2009-07-17 Alexander BartonFix return code of Conf_EnableServer()
2009-06-04 Florian Westphaladd section and rfc number to comment about QUIT error
2009-05-25 Florian Westphalenforce upper limit on maximum number of handled commands
2009-05-17 Florian Westphalconn.c: fix NumConnections imbalance
2009-05-17 Florian WestphalSSL/TLS: fix error handling when ssl ctx init for outgo...
2009-05-17 Florian WestphalSSL/TLS: fix error path in gnutls ssl ctx allocation
2009-05-16 Florian WestphalSSL/TLS: remove redundant asserts/ifdefs
2009-05-13 Florian WestphalSSL/TLS: proper indentation, remove erroneous comment
2009-05-05 Alexander BartonUpdate copyright notice, it's 2009 already!
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 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-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-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 BartonFix PRIVMSG/NOTICE handler Send_Message(): don't forwar...
2008-09-23 Alexander BartonMake real use of the CLIENT_SERVICE client type.
next