about summary refs log tree commit diff
AgeCommit message (Expand)Author
2010-01-16Clean up and document IRC_JOIN() and join_allowed() functionsAlexander Barton
2010-01-16Show our name (IRCD=ngIRCd) in ISUPPORT (005) numericAlexander Barton
2010-01-16Added missing modes to USERMODES #defineAlexander Barton
2010-01-01Updated links to ngIRCd homepage (bug tracker, mailing list)Alexander Barton
2009-12-31setsockopt(): use IPPROTO_IP instead of SOL_IP to set IPTOS_LOWDELAYAlexander Barton
2009-12-31Really test for netinet/ip.h and set HAVE_NETINET_IP_HAlexander Barton
2009-12-30ReverseLookup(): fix documentation commentAlexander Barton
2009-12-30Move NewConnection handling from callbacks to New_Connection()Alexander Barton
2009-12-30Connection functions: add some more documentation commentsAlexander Barton
2009-12-30Clean up conn.{c|h} a little bitAlexander Barton
2009-12-27Xcode: fix "-Wuninitialized is not supported without -O"Alexander Barton
2009-12-02Added i686/unknown/kfreebsd7.2-gnuAlexander Barton
2009-11-15platformtest.sh: Only show latest commitAlexander Barton
2009-11-07Merge commit 'cade80dcf516f40e7d53124bc98526e6e5b3fb66'Alexander Barton
2009-11-07Added missing contrib/platformtest.sh to distribution rel-15Alexander Barton
2009-11-07Remove limit on max number of configured irc operators.Florian Westphal
2009-11-07ngIRCd release 15Alexander Barton
2009-10-17configtest: print ssl config options even when unsetFlorian Westphal
2009-10-15ngIRCd release 15~rc1 rel-15-rc1Alexander Barton
2009-10-03Updated NEWS and ChangeLog filesAlexander Barton
2009-09-30Make sure forwarded CONNECT commands are handled correctlyAlexander Barton
2009-09-30Generate WALLOPS message on operator-generated SQUITAlexander Barton
2009-09-30Enable SQUIT command for IRC OperatorsAlexander Barton
2009-09-30Xcode: added new op.{c|h} to project fileAlexander Barton
2009-09-30Use functions provided by op.c "module"Alexander Barton
2009-09-30New "module" op.c/op.h for IRC operator related functionsAlexander Barton
2009-09-30Allow forwarding of CONNECT commands.Alexander Barton
2009-09-30Check_Oper(): check origin of forwarded messages instead of server.Alexander Barton
2009-09-30No_Privileges(): handle forwarded messages.Alexander Barton
2009-09-30IRC_SendWallops(): support format string and variable parameter lists.Alexander Barton
2009-09-30CONNECT, DISCONNECT: generate WALLOPS messagesAlexander Barton
2009-09-30New function IRC_SendWallops().Alexander Barton
2009-09-30Code cleanup of IRC_DISCONNECT().Alexander Barton
2009-09-30Code cleanup of IRC_SQUIT() in preparation to deal with bug #73.Alexander Barton
2009-09-30New local functions Check_Oper() and No_Privileges().Alexander Barton
2009-09-30Bad_OperPass(): code cleanup.Alexander Barton
2009-09-30New configuration option "AllowRemoteOper"Alexander Barton
2009-09-26fix assertion failure in ng_ipaddr.cFlorian Westphal
2009-09-20configtest: complain when ssl keys are not readableFlorian Westphal
2009-09-14Check for sockaddr_in.sin_len and initialize itAlexander Barton
2009-09-14Always use get{addr|name}info() when availableAlexander Barton
2009-09-14Xcode: add "debug" configuration to projectAlexander Barton
2009-09-12Fix cb_connserver() to handle aborted outgoing connectionsAlexander Barton
2009-09-11conn.c: fix more sizeof(..dst_addr) misuseFlorian Westphal
2009-09-11resolve.c: fix valgrind 'uninitialized memory' warningFlorian Westphal
2009-09-11conn.c: fix resolver server address backlogFlorian Westphal
2009-09-11Fix "implicit conversion shortens 64-bit value" warningAlexander Barton
2009-09-11Xcode: use gcc 4.0 for Mac OS X 10.4 compatibilityAlexander Barton
2009-09-11Channel_Mode(): fix return code of functionAlexander Barton
2009-09-11IRC_SERVER(): code cleanup, remove unneeded variableAlexander Barton