about summary refs log tree commit diff
AgeCommit message (Expand)Author
2010-06-26const'ify Send_ListChange() function in irc-mode.cAlexander Barton
2010-06-26const'ify IRC_WriteStrXXX() and Get_Prefix() functionsAlexander Barton
2010-06-26const'ify command name variable in _COMMAND strcutureAlexander Barton
2010-06-26const'ify Client_TypeText()Alexander Barton
2010-06-25Add some documentation for using BOPM with ngIRCdAlexander Barton
2010-06-25Implement user mode "c": receive connect/disconnect NOTICEsAlexander Barton
2010-06-25Refactor Wall_ServerNotice() into more generic Log_ServerNotice()Alexander Barton
2010-06-25New function Conn_IPA(): get client IP address as stringAlexander Barton
2010-06-25ngircd.init: require $network $remote_fs when stopping ngircdAlexander Barton
2010-06-23Show SSL status in WHOIS, numeric 275Neale Pickett
2010-06-09Include correct header files when testing for arpa/inet.h (Closes: #105)Alexander Barton
2010-06-09Revert "configure: make implicit declarations fatal"Florian Westphal
2010-06-09configure: make implicit declarations fatalFlorian Westphal
2010-05-22Don't access already freed memory in IRC_KILL()Alexander Barton
2010-05-14fix "beeing" typoFlorian Westphal
2010-05-07SSL/TLS: fix bogus 'socket closed' error messageFlorian Westphal
2010-05-02ngIRCd release 16 rel-16Alexander Barton
2010-05-01doc/SSL: remove line continuation markerFlorian Westphal
2010-04-25ngIRCd release 16~rc2 rel-16-rc2Alexander Barton
2010-04-25Don't reset counters on RESTARTAlexander Barton
2010-04-23New numeric RPL_STATSCONN (250): display connection statisticsAlexander Barton
2010-04-23Display total number of served connections on daemon shutdownAlexander Barton
2010-04-23Enhace connection statistics countersAlexander Barton
2010-04-23Conn_Init: code cleanupAlexander Barton
2010-04-23Updated doc/Platforms.txtAlexander Barton
2010-04-23Only include <netinet/in_systm.h> if it existsAlexander Barton
2010-04-23Include netinet/{in.h, in_systm.h} when checking for netinet/ip.hAlexander Barton
2010-04-11Include netinet/in_systm.h alongside netinet/ip.hAlexander Barton
2010-04-09Fix gcc warning "ignoring return value of ..."Alexander Barton
2010-04-09Only compile in Get_Error() if really neededAlexander Barton
2010-04-02Updated some more copyright notices, it's 2010 already (part 2)Alexander Barton
2010-04-02Updated some more copyright notices, it's 2010 already :-)Alexander Barton
2010-03-25ngIRCd release 16~rc1 rel-16-rc1Alexander Barton
2010-03-25Updated NEWS and ChangeLog file for ngIRCd 16-rc1Alexander Barton
2010-03-16Don't use port 6668 as example for both "Ports" and "SSLPorts"Alexander Barton
2010-02-17configure.in: only add -lnsl when neededFlorian Westphal
2010-02-11Implement WEBIRC commandAlexander Barton
2010-02-10ngircd.conf.5: Document missing "Password" variableAlexander Barton
2010-02-10Re-format Init_New_Client() functionAlexander Barton
2010-02-05New README-Interix.txt for running ngIRCd on MS SFU and MS SUAAlexander Barton
2010-01-22Added "i586/pc/interix3.5" (MS Services for UNIX) to Platforms.txtAlexander Barton
2010-01-19Quote received messages of ERROR commands in log outputAlexander Barton
2010-01-17Implemented new "secure clients only" channel mode: +zAlexander Barton
2010-01-16Clean up and document IRC_STATS() functionAlexander Barton
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