]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
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
2013-11-07 Federico G... Add comments around some IRC_SetPenalty() calls
2013-11-07 Federico G... Rework the penalty handling slightly
2013-11-07 Federico G... Move IRC_SetPenalty() to Handle_Request() when possible
2013-11-07 Federico G... Introduce a macro to define the command list
2013-11-07 Federico G... When sending an error use the IRC_WriteErrClient()...
2013-11-06 Federico G... On bad /oper set the penalty to 10 seconds
2013-11-06 Federico G... Remove unneded IRC_SetPenalty() calls
2013-11-06 Federico G... Use sizeof() intead of the explicit size
2013-11-01 Alexander BartonRemove wrong #ifdef in Option_String()
2013-10-31 Alexander BartonNEWS/ChangeLog: Clean up version numbers and release...
2013-10-30 Alexander BartonngIRCd Release 21 rel-21
2013-10-30 Alexander Bartondoc/Platforms.txt: add Mac OS X 10.6.8
2013-10-27 Alexander BartonUpdate doc/Platforms.txt
2013-10-26 Alexander Bartonngircd.init: Make sure no stale PID file is left over
2013-10-23 Alexander Bartonplatformtest.sh/Platforms.txt: allow user names up...
2013-10-23 Federico G... Check and call arc4random_stir() if present
2013-10-20 Alexander BartonDebian: Fix sed(1) rules adjusting "ngircd-full" package
2013-10-20 Alexander BartonDebian: Fix default "HelpFile" file name in ngircd...
2013-10-20 Alexander BartonngIRCd Release 21~rc2 rel-21-rc2
2013-10-20 Alexander Bartonplatformtest.sh: Detect clang compilers
2013-10-17 Federico G... Add support for longer config lines
2013-10-17 Federico G... Report the correct file on error
2013-10-16 Alexander Bartondoc/Platforms.txt: Add Open64 and tcc C compilers on...
2013-10-16 Alexander Bartonplatformtest.sh: Detect tcc compiler
2013-10-16 Federico G... Add support for arc4random
2013-10-16 Federico G... Fix another strcat warning missed in commit 4c5b43
2013-10-14 Alexander Bartonplatformtest.sh: Clean up GIT source tree, when possible
2013-10-14 Alexander Bartonplatformtest.sh: Detect Apple LLVM (clang) compiler
2013-10-07 Alexander BartonUpdate (date of) manual pages
2013-10-07 Alexander BartonChnageLog file: even more spelling fixes ...
2013-10-07 Alexander BartonINSTALL file: Update "Upgrade Information"
2013-10-07 Alexander BartonFix spelling in NEWS and ChangeLog files
2013-10-07 Alexander Bartonngircd.c, main(): use strlcat() instead of strcat()
2013-10-05 Alexander BartonngIRCd Release 21~rc1 rel-21-rc1
2013-10-02 Alexander BartonUpdate NEWS and ChangeLog files
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... Add support to show user links using "STATS L"
2013-09-23 Alexander BartonLog an error (not info) when working directory can...
2013-09-18 Alexander Bartondoc/PAM.txt: add a slightly more useful example
2013-09-17 Federico G... Change the certificate fingerprint digest to sha256
2013-09-17 Federico G... Change cipher defaults
2013-09-16 Alexander BartonMerge remote-tracking branch 'alex/bug162-SSLCipherList'
2013-09-16 Federico G... Fix server reconnection
2013-09-15 Alexander BartonDon't ignore SSL-related errors during startup
2013-09-15 Alexander BartonCipher list selection for GnuTLS bug162-SSLCipherList
2013-09-15 Alexander BartonConnSSL_Init_SSL(): correctly set CONN_SSL flag
2013-09-15 Alexander BartonCipher list selection for OpenSSL
2013-09-15 Alexander BartonConnSSL_InitLibrary(): Code cleanup
2013-09-06 Alexander BartonTRACE: fix error message when there are too many parameters
2013-09-06 Alexander BartonIRC_SetPenalty(): Code cleanup
2013-09-06 Federico G... Add more penalty times
2013-09-06 Federico G... Rework check for number of parameters
2013-09-05 Federico G... Reorder checks
2013-09-05 Federico G... Move the IRC_SetPenalty() call after the asserts
2013-09-05 Federico G... Correct numeric returned by whois
2013-09-05 Federico G... Minor cosmetic change
2013-09-04 Alexander BartonCommands.txt: Document proprietary DIE <message> parameter
2013-09-03 Alexander Bartongetpid.sh: use /bin/pidof when available
2013-09-03 Alexander BartonDon't enforce channel types for other servers
2013-09-02 Alexander BartonOnly log "IDENT ... no result" when IDENT was looked up
2013-08-31 Florian Westphalngircd: use setgid/setuid errno value in error path
2013-08-31 Alexander BartonShow connection flag "s" (SSL) in RPL_TRACE{LINK|SERVER}
2013-08-26 Federico G... Change away to be allocated dynamically
2013-08-26 Alexander BartonIgnore "operation not permitted" while dropping groups
2013-08-26 Florian Westphalngircd: discard supplementary group ids on startup
2013-08-26 Alexander BartonXcode: update project settings for Xcode 5
2013-08-26 Alexander BartonMerge branch 'bug159-WebircIPA'
2013-08-26 Alexander BartonIntroduce Free_Client() function to free CLIENT structure bug159-WebircIPA
2013-08-26 Alexander BartonSave client IP address text for "WebIRC" users
2013-08-26 Alexander BartonImplement new configuration option "DefaultUserModes" bug160-DefaultUserModes
2013-08-26 Federico G... Change strdup() to strndup()
2013-08-26 Federico G... private strndup() implementation in case libc does...
2013-08-25 Federico G... Cosmetic changes to METADATA
2013-08-25 Federico G... Silence warning
2013-08-25 Federico G... Plug memory leak
2013-08-25 Federico G... Implement account login support
2013-08-24 Federico G... Fix spelling
2013-08-23 Alexander BartonngIRCd Release 20.3
2013-08-23 Alexander BartonCorrectly handle return code of Handle_Write()
2013-08-20 Alexander BartonEnhance log messages on "recursive" connection errors
2013-08-20 Alexander BartonAdd some assert() calls to ng_ipaddr library
2013-08-20 Alexander BartonUpdate ChangeLog file
2013-08-19 Alexander BartonDebian init script: test for binary after reading defaults
2013-08-17 Alexander BartonMerge branch 'ssl-log-messages'
2013-08-14 Alexander BartonMake SSL-related log messages more readable ssl-log-messages
2013-08-13 Federico G... Use _IRC_ARGC_BETWEEN_OR_RETURN_ when possible
2013-08-12 Alexander BartonConnSSL_HandleError: Code cleanup, more documentation
next