]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
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-25 Alexander BartonAdded mailmap file for git-[short]log and git-blame
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 BartonInitial documentation for using PAM with ngIRCd
2010-07-12 Alexander BartonImplement asynchronous user authentication using PAM
2010-07-12 Alexander BartonAdd new pam.{c|h} module to Xcode project
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-25 Alexander BartonAdd some documentation for using BOPM with ngIRCd bug103-ConnNotice
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-24 Alexander Bartonngircd.init: require $network $remote_fs when stopping...
2010-06-23 Neale PickettShow SSL status in WHOIS, numeric 275
2010-06-09 Alexander BartonInclude correct header files when testing for arpa...
2010-06-09 Florian WestphalRevert "configure: make implicit declarations fatal"
2010-06-09 Florian Westphalconfigure: make implicit declarations fatal
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-05-02 Alexander BartonngIRCd release 16 rel-16
2010-05-01 Florian Westphaldoc/SSL: remove line continuation marker
2010-04-25 Alexander BartonngIRCd release 16~rc2 rel-16-rc2
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 BartonUpdated doc/Platforms.txt
2010-04-23 Alexander BartonOnly include <netinet/in_systm.h> if it exists
2010-04-23 Alexander BartonInclude netinet/{in.h, in_systm.h} when checking for...
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-04-02 Alexander BartonUpdated some more copyright notices, it's 2010 already :-)
2010-03-25 Alexander BartonngIRCd release 16~rc1 rel-16-rc1
2010-03-25 Alexander BartonUpdated NEWS and ChangeLog file for ngIRCd 16-rc1
2010-03-16 Alexander BartonDon't use port 6668 as example for both "Ports" and...
2010-02-17 Florian Westphalconfigure.in: only add -lnsl when needed
2010-02-10 Alexander BartonImplement WEBIRC command
2010-02-10 Alexander Bartonngircd.conf.5: Document missing "Password" variable
2010-02-10 Alexander BartonRe-format Init_New_Client() function
2010-02-04 Alexander BartonNew README-Interix.txt for running ngIRCd on MS SFU...
2010-01-22 Alexander BartonAdded "i586/pc/interix3.5" (MS Services for UNIX) to...
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
2010-01-01 Alexander BartonUpdated links to ngIRCd homepage (bug tracker, mailing...
2009-12-30 Alexander Bartonsetsockopt(): use IPPROTO_IP instead of SOL_IP to set...
2009-12-30 Alexander BartonReally test for netinet/ip.h and set HAVE_NETINET_IP_H
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-12-27 Alexander BartonXcode: fix "-Wuninitialized is not supported without -O"
2009-12-02 Alexander BartonAdded i686/unknown/kfreebsd7.2-gnu
2009-11-15 Alexander Bartonplatformtest.sh: Only show latest commit
2009-11-07 Alexander BartonMerge commit 'cade80dcf516f40e7d53124bc98526e6e5b3fb66'
2009-11-07 Alexander BartonAdded missing contrib/platformtest.sh to distribution rel-15
2009-11-07 Florian WestphalRemove limit on max number of configured irc operators.
2009-11-07 Alexander BartonngIRCd release 15
2009-10-17 Florian Westphalconfigtest: print ssl config options even when unset
next