]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
2010-04-23 Alexander BartonNew numeric RPL_STATSCONN (250): display connection...
2010-04-23 Alexander BartonDisplay total number of served connections on daemon...
2010-04-23 Alexander BartonEnhace connection statistics counters
2010-04-23 Alexander BartonConn_Init: code cleanup
2010-04-23 Alexander BartonUpdated doc/Platforms.txt
2010-04-23 Alexander BartonOnly include <netinet/in_systm.h> if it exists
2010-04-23 Alexander BartonInclude netinet/{in.h, in_systm.h} when checking for...
2010-04-11 Alexander BartonInclude netinet/in_systm.h alongside netinet/ip.h
2010-04-09 Alexander BartonFix gcc warning "ignoring return value of ..."
2010-04-09 Alexander BartonOnly compile in Get_Error() if really needed
2010-04-02 Alexander BartonUpdated some more copyright notices, it's 2010 already...
2010-04-02 Alexander BartonUpdated some more copyright notices, it's 2010 already :-)
2010-03-25 Alexander BartonngIRCd release 16~rc1 rel-16-rc1
2010-03-25 Alexander BartonUpdated NEWS and ChangeLog file for ngIRCd 16-rc1
2010-03-16 Alexander BartonDon't use port 6668 as example for both "Ports" and...
2010-02-17 Florian Westphalconfigure.in: only add -lnsl when needed
2010-02-10 Alexander BartonImplement WEBIRC command
2010-02-10 Alexander Bartonngircd.conf.5: Document missing "Password" variable
2010-02-10 Alexander BartonRe-format Init_New_Client() function
2010-02-04 Alexander BartonNew README-Interix.txt for running ngIRCd on MS SFU...
2010-01-22 Alexander BartonAdded "i586/pc/interix3.5" (MS Services for UNIX) to...
2010-01-19 Alexander BartonQuote received messages of ERROR commands in log output
2010-01-17 Alexander BartonImplemented new "secure clients only" channel mode: +z
2010-01-16 Alexander BartonClean up and document IRC_STATS() function
2010-01-16 Alexander BartonClean up and document IRC_JOIN() and join_allowed(...
2010-01-16 Alexander BartonShow our name (IRCD=ngIRCd) in ISUPPORT (005) numeric
2010-01-16 Alexander BartonAdded missing modes to USERMODES #define
2010-01-01 Alexander BartonUpdated links to ngIRCd homepage (bug tracker, mailing...
2009-12-30 Alexander Bartonsetsockopt(): use IPPROTO_IP instead of SOL_IP to set...
2009-12-30 Alexander BartonReally test for netinet/ip.h and set HAVE_NETINET_IP_H
2009-12-30 Alexander BartonReverseLookup(): fix documentation comment
2009-12-30 Alexander BartonMove NewConnection handling from callbacks to New_Conne...
2009-12-30 Alexander BartonConnection functions: add some more documentation comments
2009-12-30 Alexander BartonClean up conn.{c|h} a little bit
2009-12-27 Alexander BartonXcode: fix "-Wuninitialized is not supported without -O"
2009-12-02 Alexander BartonAdded i686/unknown/kfreebsd7.2-gnu
2009-11-15 Alexander Bartonplatformtest.sh: Only show latest commit
2009-11-07 Alexander BartonMerge commit 'cade80dcf516f40e7d53124bc98526e6e5b3fb66'
2009-11-07 Alexander BartonAdded missing contrib/platformtest.sh to distribution rel-15
2009-11-07 Florian WestphalRemove limit on max number of configured irc operators.
2009-11-07 Alexander BartonngIRCd release 15
2009-10-17 Florian Westphalconfigtest: print ssl config options even when unset
2009-10-15 Alexander BartonngIRCd release 15~rc1 rel-15-rc1
2009-10-03 Alexander BartonUpdated NEWS and ChangeLog files
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 BartonXcode: added new op.{c|h} to project file
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-26 Florian Westphalfix assertion failure in ng_ipaddr.c
2009-09-20 Florian Westphalconfigtest: complain when ssl keys are not readable
2009-09-13 Alexander BartonCheck for sockaddr_in.sin_len and initialize it
2009-09-13 Alexander BartonAlways use get{addr|name}info() when available
2009-09-13 Alexander BartonXcode: add "debug" configuration to project
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-11 Alexander BartonXcode: use gcc 4.0 for Mac OS X 10.4 compatibility
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-09-10 Alexander BartonMac OS X: fix test for packagemaker(1) tool in Makefile
2009-09-02 Alexander BartonFix --with-{openssl|gnutls} to accept path names
2009-08-31 Florian Westphaldo not add default listening port if ssl ports were...
2009-08-29 Alexander BartonFix LSB header of Debian init script
2009-08-16 Alexander BartonUse AM_SILENT_RULES([yes]), if available
2009-08-12 Alexander BartonUpdate NEWS and ChangeLog for next release
2009-08-04 Alexander BartonUpdated doc/Platforms.txt
2009-08-04 Alexander BartonNew script contrib/platformtest.sh
2009-07-22 Florian Westphaldoc/Platforms.txt: ngircd builds on hppa2.0w-hp-hpux11...
2009-07-17 Alexander BartonClient_CheckID(): fix connection information
2009-07-17 Alexander BartonFix return code of Conf_EnableServer()
2009-06-08 Florian WestphalAUTHORS: update my email address
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 Westphalmanpage: move SSLConnect option to the right section
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 Alexander BartonUpdated Debian "changelog" file for ngIRCd 14.1 rel-14-1
2009-05-05 Alexander BartonngIRCd release 14.1
2009-05-05 Alexander BartonAdded start/stop script for Red Hat based distributions
next