]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
2014-09-22 Alexander BartonUpdate NEWS and ChangeLog for ngIRCd 22 once more ...
2014-09-22 Alexander BartonSync "except lists" between servers SyncExceptLists
2014-09-11 Alexander BartonAllow longer usernames for authentication AuthUsername
2014-09-10 Alexander BartonCorrectly check that a server has a valid hostname...
2014-09-04 Alexander BartonFix spelling and whitespaces in INSTALL
2014-09-04 Alexander BartonUpdate NEWS and ChangeLog for ngIRCd 22
2014-08-08 Alexander BartonLists_MakeMask: Don't destroy source buffer
2014-07-29 Alexander BartonInitialize Conf_ScrubCTCP even when SYSLOG isn't #define'd
2014-07-26 Alexander BartonPlatforms.txt: Add and update systems
2014-07-20 Alexander BartonIncrease MAX_SERVERS from 16 to 64
2014-07-14 Alexander BartonNew "Debian release" 21.1-0ab2
2014-07-14 Alexander BartonDebian: Don't adjust path names that are correct by...
2014-07-14 Alexander BartonDebian: Correctly set and use "docdir"
2014-07-14 Alexander BartonUpdate config.guess and config.sub to recent versions
2014-06-04 Alexander BartonAdd "tests-skipped.lst" to src/testsuite/.gitignore
2014-06-04 Alexander BartonTest suite/platformtest.sh: Detect when tests have...
2014-05-05 Alexander BartonPlatforms.txt: Add and update systems
2014-05-01 Alexander BartonAdd "cov-int" directory (Coverity test tool) to .gitign...
2014-04-17 Alexander BartonTest suite: Update file headers and comments
2014-03-25 Alexander BartonUpdate links to "Arthur" to use the HTTP protocol
2014-03-25 Alexander BartonngIRCd Release 21.1
2014-03-19 Alexander BartonPlatforms.txt: Update i686/unknown/gnu0.5
2014-03-19 Alexander BartonPlatforms.txt: Update powerpc/apple/darwin7.9.0
2014-03-19 Alexander BartonPlatforms.txt: Update x86_64/unkn./linux-gnu, clang 3.x
2014-03-19 Alexander BartonPlatforms.txt: Add and update more systems
2014-03-18 Alexander Bartondoc/Bopm.txt: Update file header
2014-03-18 Alexander Bartondoc/Bopm.txt: Update "connregex" and "kline" for curren...
2014-03-18 Alexander BartonAllow "DefaultUserModes" to set all possible modes
2014-03-18 Alexander BartonSpoofed prefixes: Really kill connection on non-server...
2014-03-18 Alexander BartonImplement user mode "F": "relaxed flood protection"
2014-03-18 Alexander BartonHandle "throttling" in a single function
2014-03-18 Alexander BartonUpdated config.{guess|sub} to version 2014-03-13
2014-03-17 Alexander BartonStreamline DEBUG_ARRAY, DEBUG_BUFFER, DEBUG_IO, DEBUG_ZIP
2014-03-17 Alexander Bartonconn.c: Code cleanup
2014-03-17 Alexander BartonXcode: remove imp.h and exp.h from project file
2014-03-17 Alexander BartonRe-add #include's for header files of the C file itself
2014-03-17 Alexander BartonUpdate copyright notices of recently changed files
2014-03-17 Alexander BartonUpdate #include's: remove unused and add missing ones
2014-03-17 Alexander Bartonportab.h: Restructure and clean up code
2014-03-16 Alexander Bartonconfigure[.ng]: <sys/types.h> is a required header...
2014-03-16 Alexander Bartonio.c: <sys/time.h> is only needed when using select()
2014-03-16 Alexander BartonRemove imp.h and exp.h header files
2014-03-16 Alexander Bartonstrdup.c: Code cleanup
2014-03-16 Alexander BartonDon't define SSL_Want{Read|Write}() when SSL is disabled
2014-03-16 Alexander BartonCode cleanup, remove blank lines
2014-03-16 Alexander BartonFix two K&R C portability issues
2014-02-28 Alexander BartonMerge pull request #6 from norrs/pam_server_password_fix
2014-02-28 Roy Sindre... Use server password when PAM is compiled in but disabled
2014-02-23 Alexander BartonCHARCONV: Fix handling conversion errors
2014-02-09 Alexander BartonStreamline punctuation of log messages
2014-02-02 Alexander BartonServices.txt: Update information for Anope 2.x
2014-02-01 Alexander BartonIRC_INVITE(): Code cleanup
2014-02-01 Alexander BartonStreamline punctuation of log messages
2014-01-27 Alexander BartonCorrectly use cloaked IRC masks on "INVITE nickname"
2014-01-27 Alexander BartonUse correct sender as target for ISUPPORT replies on...
2014-01-26 Alexander BartonReturn ISUPPORT(005) numerics on "VERSION"
2014-01-26 Alexander Bartonconfigure: Only link "contrib/Debian" if it exists
2014-01-21 Alexander BartonMerge pull request #5 from grawity/accountname-whois
2014-01-20 Mantas MikulėnasShow account name in WHOIS
2014-01-19 Alexander Bartonngircd.conf.5: Update manual page
2014-01-17 Alexander BartonMerge branch 'no-range-matching' of git://arthur.barton...
2014-01-17 Alexander BartonUse $(MKDIR_P) instead of $(mkinstalldirs) in Makefile's
2014-01-17 Alexander BartonFix configure script and "make check" for TCP Wrappers
2014-01-17 Alexander BartonAdd libwrap at the end of the configure run
2014-01-15 Alexander BartonRemove "range matching" functionality no-range-matching
2014-01-11 Alexander Bartonplatformtest.sh: Allow using separate source and build...
2014-01-11 Alexander Bartonplatformtest.sh: Show only up to 10 bytes of version...
2014-01-11 Alexander Bartonplatformtest.sh: New option "-x", don't renegerate...
2014-01-10 Alexander BartonClient_SetHostname(): Don't use strlen() to test for...
2014-01-10 Alexander BartonTest suite: explicitely enable glibc memory checking
2014-01-08 Alexander BartonSend "fake '*' key" in "MODE -k" replies
2014-01-06 Alexander BartonAdd "config.cache" to .gitignore file
2014-01-04 Alexander Bartonplatformtest.sh: don't use "test -e", it isn't portable
2014-01-04 Alexander BartonMakefile.am: don't use "test -e", it isn't portable
2014-01-04 Alexander BartonSupport non-standard vsnprintf() return code
2014-01-04 Alexander BartonPartially revert bc098794: don't require autoconf 2.67
2014-01-02 Alexander Bartondoc/Platforms.txt: Update some systems to ngIRCd 21
2014-01-02 Alexander BartonUpdate configure.ng for autoconf 2.67
2014-01-02 Alexander BartonUpdate Copyright notices for 2014
2014-01-01 Alexander BartonMerge branch 'bug167-WebircIPAnoDNS' of git://arthur...
2014-01-01 Alexander BartonMerge branch 'bug165-005-NETWORK' of git://arthur.barto...
2014-01-01 Alexander Bartonportabtest: Add checks for strdup(), strndup(), and... enhance-portabtest
2014-01-01 Alexander Bartonportabtest: Actually test functions
2013-12-29 Alexander Bartonportabtest: Only use one exit code to indicate errors
2013-12-29 Alexander Bartonportabtest: Code cleanup
2013-12-29 Federico G... Fix permanent k/gline
2013-12-27 Alexander BartonImplement new configuration option "Network" bug165-005-NETWORK
2013-12-27 Alexander BartonWEBIRC: Don't respect hostname when DNS is disabled bug167-WebircIPAnoDNS
2013-12-27 Alexander BartonOS X has a working getaddrinfo() implementation
2013-12-27 Alexander BartonCheck for working getaddrinfo() function
2013-12-07 Federico G... Fix spelling
2013-12-03 Alexander Bartondoc/Platforms.txt: Add and update more systems
2013-11-24 Alexander Bartondoc/Platforms.txt: Add and update more systems
2013-11-13 Alexander Bartondoc/Platforms.txt: add DragonflyBSD 3.4 on x86_64
2013-11-11 Alexander Bartondoc/Platforms.txt: add OpenBSD 5.4 on HPPA
2013-11-11 Alexander Bartonconfigure: clean up function definitions
2013-11-10 Alexander BartonOnly use unsetenv() when it is available
2013-11-09 Alexander Bartonconf-ssl.h: make code compatible with pre-ANSI C compilers
2013-11-09 Alexander Bartonvsnprintf.c: make code compatible with ansi2knr tool
2013-11-09 Alexander BartonRemove unused vsnprintf.c test function
next