]> arthur.barton.de Git - ngircd-alex.git/history - src
New function Conn_GetProcStat()
[ngircd-alex.git] / src /
2010-07-11 Alexander BartonNew function Conn_GetProcStat()
2010-07-11 Alexander BartonCode cleanup: don't reset penalty time on DNS resolver...
2010-06-30 Alexander BartonNew function Proc_GenericSignalHandler()
2010-06-30 Alexander BartonRename Log_[{Init|Exit}_]Resolver to Log_[{Init|Exit...
2010-06-30 Alexander BartonDon't #include client.h when conn.h/conn-func.h is...
2010-06-29 Alexander BartonNew function Conn_GetFromProc() to get CONN_ID of a...
2010-06-29 Alexander BartonResolver: Implement signal handler and catch TERM signal
2010-06-29 Alexander BartonDon't set a penalty time when doing DNS lookups
2010-06-29 Alexander BartonUpdate comments: subprocesses not only can be resolver...
2010-06-29 Alexander BartonRefactoring: Rename CONNECTION.res_stat to .proc_stat
2010-06-29 Alexander BartonNew "module" proc.c/proc.h for generic process handling
2010-06-29 Alexander BartonOnly #include resolve.h if it is really needed
2010-06-25 Alexander BartonFix redundant redeclaration of Conn_Count*() functions
2010-06-25 Alexander Bartonconst'ify Conn_WriteStr() function
2010-06-25 Alexander Bartonconst'ify Send_ListChange() function in irc-mode.c
2010-06-25 Alexander Bartonconst'ify IRC_WriteStrXXX() and Get_Prefix() functions
2010-06-25 Alexander Bartonconst'ify command name variable in _COMMAND strcuture
2010-06-25 Alexander Bartonconst'ify Client_TypeText()
2010-06-24 Alexander BartonImplement user mode "c": receive connect/disconnect...
2010-06-24 Alexander BartonRefactor Wall_ServerNotice() into more generic Log_Serv...
2010-06-24 Alexander BartonNew function Conn_IPA(): get client IP address as string
2010-06-23 Neale PickettShow SSL status in WHOIS, numeric 275
2010-05-22 Alexander BartonDon't access already freed memory in IRC_KILL()
2010-05-14 Florian Westphalfix "beeing" typo
2010-05-07 Florian WestphalSSL/TLS: fix bogus 'socket closed' error message
2010-04-25 Alexander BartonDon't reset counters on RESTART numeric-250
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 BartonOnly include <netinet/in_systm.h> if it exists
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-02-10 Alexander BartonImplement WEBIRC command
2010-02-10 Alexander BartonRe-format Init_New_Client() function
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
2009-12-30 Alexander Bartonsetsockopt(): use IPPROTO_IP instead of SOL_IP to set...
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-11-07 Alexander BartonMerge commit 'cade80dcf516f40e7d53124bc98526e6e5b3fb66'
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-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-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
next