]> arthur.barton.de Git - ngircd-alex.git/history - src
Move "ClientHost" and "ClientUserNick" to end of [Global] section
[ngircd-alex.git] / src /
2010-07-31 Florian Westphalstartup: open /dev/null before chroot
2010-07-25 Alexander BartonAllow IRC ops to change channel modes even without...
2010-07-25 Florian WestphalAllow IRC operators to use MODE command on any channel...
2010-07-14 Alexander BartonRemove Proc_Kill(), use timeout to kill child processes generic-proc
2010-07-14 Alexander BartonNew function Conn_CloseAllSockets() to close all open...
2010-07-13 Alexander BartonAuthenticated users should be registered without the...
2010-07-13 Alexander BartonDon't Proc_Kill() childs after Proc_Read(): done there...
2010-07-13 Alexander BartonDon't even fork a PAM-subprocess if "NoPAM" option...
2010-07-13 Alexander BartonUse Proc_GenericSignalHandler() as handler for SIGTERM...
2010-07-13 Alexander BartonMark some variables as "unused" to prevent compiler...
2010-07-13 Alexander BartonSet NoPAM=yes in configuration files used for the testsuite
2010-07-13 Alexander BartonNew configuration option "NoPAM" to disable PAM
2010-07-12 Alexander Bartonio.c: Include conn.h when using the select() API
2010-07-12 Alexander BartonUse correct preprocessor syntax when testing for PAM...
2010-07-12 Alexander BartonMake sure signal.h is #include'd when needed
2010-07-12 Alexander BartonImplement asynchronous user authentication using PAM
2010-07-12 Alexander BartonAdd pam.{c|h} to project and implement PAM_Authenticate...
2010-07-11 Alexander BartonNew functions Client_[Set]OrigUser() to get/set user...
2010-07-11 Alexander BartonDetect PAM libraries
2010-07-11 Alexander BartonRefactor Resolve_Read() into generic Proc_Read() function
2010-07-11 Alexander BartonMake Proc_Kill() more fault-tolerant
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"
next