]> arthur.barton.de Git - ngircd-alex.git/history - src
Fix typo in src/testsuite/README
[ngircd-alex.git] / src /
2015-03-11 Alexander BartonFix typo in src/testsuite/README
2015-01-20 Alexander BartonAuth PING: Fix our information text for manual sending...
2015-01-20 Alexander BartonAuth PING: The numeric ID is a "long", use atol()
2015-01-20 Alexander BartonAuth PING: Don't send a prefix in our PING command
2014-12-27 Alexander BartonFix syntax of ERR_LISTFULL_MSG(478) numeric
2014-12-20 Alexander BartonEnhance debug messages while sending CHANINFO commands
2014-12-20 Alexander BartonReset "last try" timer when enabling a passive server
2014-12-10 Alexander BartonChange log message for "Can't resolve address"
2014-12-10 Alexander BartonChange log messages issued for IP address forgeries
2014-11-01 Alexander BartonMerge remote-tracking branch 'alex/TestsuiteNoDNS'
2014-10-26 Alexander BartonMerge branch 'CipherListNoSSL3'
2014-10-16 Alexander BartonUpdate "CipherList" to not enable SSLv3 by default
2014-10-06 Alexander BartonMatch list patterns case-insensitive
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-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-20 Alexander BartonIncrease MAX_SERVERS from 16 to 64
2014-06-09 Alexander BartonTest suite: Don't use DNS lookups TestsuiteNoDNS
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-04-17 Alexander BartonTest suite: Update file headers and comments
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-17 Alexander BartonStreamline DEBUG_ARRAY, DEBUG_BUFFER, DEBUG_IO, DEBUG_ZIP
2014-03-17 Alexander Bartonconn.c: Code cleanup
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 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 NorangsholUse 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-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-21 Alexander BartonMerge pull request #5 from grawity/accountname-whois
2014-01-20 Mantas MikulėnasShow account name in WHOIS
2014-01-17 Alexander BartonMerge branch 'no-range-matching' of git://arthur.barton...
2014-01-17 Alexander BartonFix configure script and "make check" for TCP Wrappers
2014-01-15 Alexander BartonRemove "range matching" functionality no-range-matching
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-04 Alexander BartonSupport non-standard vsnprintf() return code
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. SchwindtFix 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 BartonCheck for working getaddrinfo() function
2013-12-07 Federico G. SchwindtFix spelling
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
2013-11-07 Federico G. SchwindtAdd comments around some IRC_SetPenalty() calls
2013-11-07 Federico G. SchwindtRework the penalty handling slightly
2013-11-07 Federico G. SchwindtMove IRC_SetPenalty() to Handle_Request() when possible
2013-11-07 Federico G. SchwindtIntroduce a macro to define the command list
2013-11-07 Federico G. SchwindtWhen sending an error use the IRC_WriteErrClient()...
2013-11-06 Federico G. SchwindtOn bad /oper set the penalty to 10 seconds
2013-11-06 Federico G. SchwindtRemove unneded IRC_SetPenalty() calls
2013-11-06 Federico G. SchwindtUse sizeof() intead of the explicit size
2013-11-01 Alexander BartonRemove wrong #ifdef in Option_String()
2013-10-23 Federico G. SchwindtCheck and call arc4random_stir() if present
2013-10-17 Federico G. SchwindtAdd support for longer config lines
2013-10-17 Federico G. SchwindtReport the correct file on error
2013-10-16 Federico G. SchwindtAdd support for arc4random
2013-10-16 Federico G. SchwindtFix another strcat warning missed in commit 4c5b43
2013-10-07 Alexander Bartonngircd.c, main(): use strlcat() instead of strcat()
2013-10-01 Alexander BartonActually KILL clients on GLINE/KLINE bug156-GKLine-Kill
2013-10-01 Alexander BartonDon't forward KILL commands for unknown clients
2013-10-01 Alexander BartonNew function IRC_KillClient() to kill clients
2013-09-26 Alexander BartonAdjust log messages for invalid and spoofed prefixes
2013-09-24 Alexander BartonRemove CLIENT.oper_by_my, Client_SetOperByMe() and... RemoveOperByMe
2013-09-24 Federico G. SchwindtAdd support to show user links using "STATS L"
2013-09-23 Alexander BartonLog an error (not info) when working directory can...
2013-09-17 Federico G. SchwindtChange the certificate fingerprint digest to sha256
2013-09-17 Federico G. SchwindtChange cipher defaults
2013-09-16 Alexander BartonMerge remote-tracking branch 'alex/bug162-SSLCipherList'
2013-09-16 Federico G. SchwindtFix server reconnection
2013-09-15 Alexander BartonDon't ignore SSL-related errors during startup
next