]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
2010-12-29 Alexander BartonCommand throttling: introduce MAX_COMMANDS_SERVICE
2010-12-29 Alexander BartonDon't throttle services and servers beeing registered
2010-12-29 Alexander BartonXcode: correctly sort files
2010-12-24 Alexander BartonDon't assert() when serching a client for an invalid...
2010-12-19 Alexander BartonngIRCd release 17.1 rel-17.1
2010-12-02 Alexander Barton--configtest: remember if MOTD is configured by file...
2010-12-02 Alexander BartonEnhance log messages when establishing server links...
2010-12-02 Alexander BartonReset ID of outgoing server link on DNS error correctly
2010-12-02 Alexander BartonDon't log critical (or worse) messages to stderr
2010-12-01 Alexander BartonManual page ngircd(8): add SIGNALS section
2010-12-01 Alexander BartonManual pages: update and simplyfy AUTHORS section
2010-12-01 Alexander BartonRemove "error file" when compiled with debug code enabled RemoveErrorfile
2010-11-19 Alexander BartonREADME: Updated list of implemented commands
2010-11-15 Alexander Bartonadd doc/README-Interix.txt and doc/Bopm.txt to distribu...
2010-11-15 Alexander BartonMerge branch 'numeric-329'
2010-11-14 Florian Westphaladd doc/PAM.txt to distribution tarball
2010-11-11 Alexander BartonNew numeric 329: get channel creation time on "MODE... numeric-329
2010-11-11 Alexander BartonSave channel creation time; new function Channel_Creati...
2010-11-07 Alexander BartonngIRCd release 17 rel-17
2010-11-07 Alexander BartonUpdated doc/Platforms.txt for upcoming release 17
2010-11-07 Alexander Bartoncontrib/platformtest.sh: make command name quoting...
2010-11-07 Alexander Bartoncontrib/ngircd-redhat.init: updated email address of...
2010-11-03 Alexander BartonFix up generation and distribution of sample-ngircd...
2010-11-03 Florian Westphaldoc: change path names in sample-ngircd.conf depending...
2010-10-27 Alexander BartonngIRCd Release 17~rc3 rel-17-rc3
2010-10-27 Alexander BartonFix connect attempts to further IP addresses of outgoin...
2010-10-26 Alexander BartonDebian: Install default /etc/pam.d/ngircd allowing...
2010-10-26 Alexander BartonDebian: update standards to 3.9.1; add libpam0g-dev...
2010-10-26 Alexander BartonMake contrib/platformtest.sh more portable
2010-10-26 Alexander BartonMac OS X package ("make osxpkg"): generate PAM configur...
2010-10-26 Alexander BartonXcode builds ("make xcode"): disable pam_fail_delay()
2010-10-26 Alexander BartonXcode: update project file, use 10.5.x SDK
2010-10-26 Alexander BartonXcode builds ("make xcode"): detect version number...
2010-10-25 Alexander BartonngIRCd release 17~rc2 rel-17-rc2
2010-10-25 Alexander BartonUpdated contrib/platformtest.sh (new version scheme)
2010-10-25 Alexander BartonNew doc/HowToRelease.txt file describing the release...
2010-10-24 Alexander BartonZeroConf: include header files missing since commit...
2010-10-24 Alexander BartonGenerate ngIRCd version number from GIT tag version-detect
2010-10-24 Alexander BartonMake sourcecode compatible with ansi2knr again
2010-10-24 Alexander Barton./configure: check if C compiler can compile ISO Standard C
2010-10-24 Alexander Barton./configure: check support for C prototypes again
2010-10-24 Alexander BartonDon't use PARAMS() macro for function implementations
2010-10-19 Alexander BartonAdded m68k/apple/aux3.0.1 (gcc 2.7.2) to doc/Platforms.txt
2010-10-19 Alexander BartonOnly try to set FD_CLOEXEC if this flag is defined
2010-10-19 Alexander BartonOnly use "__attribute__ ((unused))" if GCC >=2.8 is...
2010-10-13 Alexander Bartondoc/Makefile.am: don¹t set docdir, automake handles...
2010-10-11 Alexander BartonngIRCd release 17~rc1 rel-17-rc1
2010-10-11 Alexander BartonNew configuration option "NoZeroConf" to disable ZeroCo...
2010-10-09 Alexander BartonXcode: only build current architecture in "Debug" target
2010-10-07 Alexander Bartondoc/Platforms.txt: added NetBSD 5.0.2
2010-10-05 Alexander BartonUpdated doc/Platforms.txt
2010-10-05 Alexander BartonMake sure sighandlers.h is listed in noinst_HEADERS
2010-10-05 Alexander Bartonconst'ify ngt_SyslogFacilityName() function
2010-10-03 Alexander BartonDebian packages: build "-full" and "-full-dbg" with...
2010-09-24 Alexander BartonNew configuration option "SyslogFacility"
2010-09-24 Alexander BartonNew functions ngt_SyslogFacilityName() and ngt_SyslogFa...
2010-09-22 Alexander BartonExplicitly cast return value of read(2) to "int"
2010-09-22 Alexander BartonAdd sighandlers.{c|h} to Xcode project
2010-09-22 Alexander BartonDon't call sigaction() if it is not available on the...
2010-09-14 Florian WestphalFix signalpipe file descriptor leak on RESTART
2010-09-13 Alexander Bartonsighandlers.{c|h}: Code cleanup
2010-09-13 Alexander BartonMake sighandlers.{c|h} compatible with ansi2knr
2010-09-13 Alexander BartonUpdated ChangeLog to include signal handler changes
2010-09-13 Alexander BartonBump version number to "17-dev"
2010-09-13 Alexander BartonUpdate ChangeLog and NEWS: include SIGUSR1/SIGUSR2...
2010-09-13 Alexander BartonOutput connection status when dumping the internal...
2010-09-13 Alexander BartonReformat "server state" debug messages a little bit
2010-09-13 Alexander BartonEnable the daemon to dump its internal state in debug...
2010-09-11 Florian Westphalsignalhandlers: add fallback to deprecated sysv API
2010-09-11 Florian Westphalremove NGIRCd_SignalRehash
2010-09-11 Florian WestphalAdd new 'delayed' signal handlers.
2010-09-11 Florian Westphalio: add io_cloexec to set close-on-exec flag.
2010-09-11 Florian Westphalng_ipaddr.h: include assert.h
2010-09-08 Alexander BartonConn_SyncServerStruct(): test all connections; and...
2010-09-07 Alexander BartonCheck_Servers(): skip servers already beeing connected
2010-09-07 Alexander BartonCheck_Servers(): Code cleanup
2010-08-29 Alexander BartonUpdate ChangeLog and NEWS in preparation for the next...
2010-08-29 Alexander BartonFix linebreak in INSTALL text to fit in 80 columns
2010-08-24 Alexander Bartonconfigure: correctly indent IPv6 yes/no summary output
2010-08-19 Alexander BartonDon't reset My_Connections[Idx].lastping when reading...
2010-08-17 Alexander Bartonwrite_whoreply(): respect hostname cloaking bug102-CloakHost
2010-08-17 Alexander BartonIRC_USERHOST(): respect hostname cloaking
2010-08-17 Alexander BartonIRC_USERHOST(): Code cleanup & some documentation
2010-08-17 Alexander BartonSend_Message(): respect hostname cloaking
2010-08-17 Alexander BartonIRC_WriteStrClientPrefix() / Get_Prefix(): respect...
2010-08-17 Alexander BartonRefactor IRC_WriteStr{Channel|Related}Prefix(); support...
2010-08-17 Alexander BartonImplement user mode "x": hostname cloaking (closes...
2010-08-17 Alexander BartonWHOWAS: respect hostname cloaking
2010-08-17 Alexander BartonWHOIS: respect hostname cloaking
2010-08-17 Alexander BartonImplement Client_HostnameCloaked() and Client_MaskCloaked()
2010-08-17 Alexander BartonClean up an document Client_Hostname() and Client_Mask()
2010-08-17 Alexander BartonMake configure switch "--docdir" work (closes: #108)
2010-08-13 Alexander BartonReformat and update FAQ.txt a little bit
2010-08-12 Florian WestphalINSTALL: mention SSL and IPv6
2010-08-12 Florian WestphalINSTALL: mention changed handling of MotdFile.
2010-08-12 Florian Westphalngircd: change MOTD file handling
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
next