about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
2010-07-11Code cleanup: don't reset penalty time on DNS resolver resultAlexander Barton
2010-07-01New function Proc_GenericSignalHandler()Alexander Barton
2010-07-01Rename Log_[{Init|Exit}_]Resolver to Log_[{Init|Exit}_]SubprocessAlexander Barton
2010-06-30Don't #include client.h when conn.h/conn-func.h is already includedAlexander Barton
2010-06-29New function Conn_GetFromProc() to get CONN_ID of a subprocessAlexander Barton
2010-06-29Resolver: Implement signal handler and catch TERM signalAlexander Barton
2010-06-29Don't set a penalty time when doing DNS lookupsAlexander Barton
2010-06-29Update comments: subprocesses not only can be resolver processesAlexander Barton
2010-06-29Refactoring: Rename CONNECTION.res_stat to .proc_statAlexander Barton
2010-06-29New "module" proc.c/proc.h for generic process handlingAlexander Barton
2010-06-29Only #include resolve.h if it is really neededAlexander Barton
2010-06-26Fix redundant redeclaration of Conn_Count*() functionsAlexander Barton
2010-06-26const'ify Conn_WriteStr() functionAlexander Barton
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-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-23Show SSL status in WHOIS, numeric 275Neale Pickett
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-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-23Only include <netinet/in_systm.h> if it existsAlexander 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-02-11Implement WEBIRC commandAlexander Barton
2010-02-10Re-format Init_New_Client() functionAlexander 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
2009-12-31setsockopt(): use IPPROTO_IP instead of SOL_IP to set IPTOS_LOWDELAYAlexander 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-11-07Remove limit on max number of configured irc operators.Florian Westphal
2009-10-17configtest: print ssl config options even when unsetFlorian Westphal
2009-09-30Make sure forwarded CONNECT commands are handled correctlyAlexander Barton