]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/ngircd.c
Update Copyright notices for 2013
[ngircd-alex.git] / src / ngircd / ngircd.c
2013-01-01 Alexander BartonUpdate Copyright notices for 2013
2012-10-11 Alexander BartonDisable UID/GID checks on "single user OS"
2012-10-06 Alexander BartonMerge branch 'bug141-ModesQq'
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-09-24 Alexander BartonMerge branch 'automake-am11-am12'
2012-09-23 Alexander BartonMerge branch 'bug92-xop'
2012-09-21 Alexander BartonInitialize SSL when needed only, and disable SSL on...
2012-09-16 Alexander BartonAdd "CHARCONV" to "feature string" when enabled
2012-09-16 Alexander BartonSort "feature string" alphabetically
2012-09-16 Alexander BartonMerge branch 'autoconf-update'
2012-09-12 Alexander Bartonconfigure.in: use AC_CANONICAL_HOST (not AC_CANONICAL_T...
2012-09-11 Alexander BartonMerge pull request #2 from briancollins/master
2012-09-11 Alexander BartonCorrectly re-initialize signal handlers on RESTART
2012-09-11 Alexander BartonUse HAVE_SETSID #define when testing for setsid()
2012-05-22 Alexander BartonPidfile_Create(): Don't leak file descriptor on error...
2012-03-28 Alexander BartonDon't ignore "permission denied" errors when enabling...
2012-02-14 Alexander BartonCorrectly re-open syslog logging after reading of confi...
2012-01-03 Alexander BartonEnhance log messages when setting user and group bug118-UnknownUID
2012-01-03 Alexander BartonNGIRCd_getNobodyID(): Code cleanup
2012-01-03 Alexander BartonNGIRCd_Init(): Code cleanup
2012-01-03 Alexander Bartonmain(): Code cleanup
2012-01-03 Alexander BartonUpdate Copyright notices for 2012
2011-12-24 Alexander BartonAdd new class.{c|h} to project
2011-08-13 Alexander BartonMerge branch 'ServerMode'
2011-08-09 Alexander BartonMerge branch 'bug113-SrvPrefix'
2011-08-02 Alexander BartonCast getpid() and time() results for srand() input
2011-06-26 Alexander BartonUse srand()/rand() instead of srandom()/random(); seems...
2011-05-06 Florian Westphalfix clang warning about dead stores
2011-03-27 Florian Westphalngircd: improve rng initialisation
2011-03-27 Alexander BartonMerge branch 'AuthPing'
2011-03-27 Alexander BartonNew configuration option "RequireAuthPing": PING-PONG...
2011-02-13 Alexander BartonDoxygen'ify and update comments in ngircd.{c|h}
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-01-09 Alexander BartonRemove support for ZeroConf/Bonjour/Rendezvous service...
2011-01-09 Alexander BartonUpdate copyright notices for 2010 :)
2010-12-01 Alexander BartonRemove "error file" when compiled with debug code enabled RemoveErrorfile
2010-09-13 Alexander BartonEnable the daemon to dump its internal state in debug...
2010-09-11 Florian Westphalremove NGIRCd_SignalRehash
2010-09-11 Florian WestphalAdd new 'delayed' signal handlers.
2010-07-31 Florian Westphalstartup: open /dev/null before chroot
2010-07-11 Alexander BartonDetect PAM libraries
2010-06-30 Alexander BartonDon't #include client.h when conn.h/conn-func.h is...
2010-06-29 Alexander BartonOnly #include resolve.h if it is really needed
2010-04-09 Alexander BartonFix gcc warning "ignoring return value of ..."
2010-04-02 Alexander BartonUpdated some more copyright notices, it's 2010 already...
2009-05-05 Alexander BartonUpdate copyright notice, it's 2009 already!
2009-04-21 Florian Westphalremove or translate old comments
2009-01-09 Florian Westphalremove unneeded LOG_DEBUG when not compiling with DEBUG...
2008-12-17 Florian Westphaldon't print pid_t type with %ld format specifier
2008-11-20 Alexander BartonChange formatting of some log messages
2008-09-13 Florian WestphalTLS/SSL support: code changes.
2008-08-18 Alexander BartonInclude "mcheck.h" when using mtrace().
2008-08-13 Alexander BartonEnable GNU libc "memory tracing" when compiled with...
2008-08-01 Alexander BartonMake ngIRCd compile and run on NeXTSTEP 3.3 and OPENSTE...
2008-05-18 Jari AaltoAdd option aliases -V (for --version) and -h (for ...
2008-05-08 ashemira@ucsd.eduAdded Cygwin uid kludge. (verified working)
2008-04-29 Alexander BartonMerge branch 'master' of git://git.breakpoint.cc/fw...
2008-04-24 Alexander BartonGet rid of cvs-version.* and CVSDATE definition.
2008-04-20 Alexander BartonUpdated copyright notice to read "2001-2008".
2008-03-26 Florian WestphalDo not exit unconditionally if config file cannot be...
2008-02-26 Florian WestphalIPv6 support.
2007-11-21 Alexander BartonIntroduce option to configure the maximum nick name...
2007-11-15 Florian Westphalif ngircd doesn't run chrooted, it tries to chdir
2007-04-09 Alexander Barton2007 :-)
2006-12-07 Florian Westphalmoved invite/ban lists to channel structure
2006-07-23 Alexander BartonUpdated copyright notice ;-)
2006-05-10 Alexander BartonUse some more specific data types (e. g. pid_t vs....
2005-11-21 Alexander BartonMinor whitespace fixes.
2005-09-02 Alexander BartonUpdated copyright notice.
2005-08-25 Alexander BartonChanged log level of "Initialization failed" message...
2005-07-31 Alexander BartonRemoved unnecessary #define of "LOCAL", now use plain...
2005-07-10 Florian Westphals/strcpy/strlcpy/
2005-07-08 Alexander BartonOnly setuid()/setgid() if it differs from current UID...
2005-07-08 Alexander BartonUse "ServerUID" (and not internal variable name) for...
2005-07-08 Alexander BartonRenamed "Rendezvous" to "Zeroconf".
2005-07-07 Florian Westphalremoved Resolve_Init()
2005-06-24 Alexander BartonGet rid of Log_SetDaemonized().
2005-06-24 Florian Westphalremoved global variable NGIRCd_NoDaemon
2005-06-17 Florian Westphalfix embarassing cut&paste error (add missing } )
2005-06-17 Florian Westphalfix "Can't get user information for UID" error message
2005-06-17 Florian Westphalonly chdir() to users home when running as daemon
2005-06-17 Florian Westphalstartup: fork only once, never run with uid 0.
2005-06-01 Alexander BartonAdded some Doxygen documentation.
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-02-11 Alexander BartonWhitespace fixes.
2005-02-10 Alexander BartonDon't play games with FILE* stdin/out/err, only touch...
2005-02-10 Alexander BartonRenamed NGIRCd_FillVersion() to Fill_Version(); Code...
2005-02-10 Alexander BartonWrite "error file" (/tmp/ngircd-XXX.err) only if compil...
2005-02-09 Alexander BartonDon't create version information string each time a...
2005-02-07 Alexander BartonMake sure that errno of fopen() isn't overwritten by...
2005-02-04 Alexander BartonNew configuration variable "PidFile", section "[Global...
2005-01-26 Alexander BartonWe are in the year 2005 now! :-)
2004-09-04 Alexander BartonIf ServerUID is defined change the working directory...
2004-05-11 Alexander BartonFixed resolver when using IDENT lookups, cleaned up...
2004-05-07 Alexander BartonNew "chroot" feature (from Benjamin Pineau), introducin...
2004-01-19 Alexander BartonRemoved some debug code; translated some source code...
2004-01-17 Alexander BartonFixed order of #include's: time.h moves up! ;-)
2004-01-02 Alexander BartonAdjusted copyright notice to include 2004.
2003-12-29 Alexander BartonAdded new short command line option "-t" as alternative...
2003-12-27 Alexander BartonAdded IDENT option to version string.
next