]> arthur.barton.de Git - ngircd-alex.git/history - src
Update configure.ng for autoconf 2.67
[ngircd-alex.git] / src /
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
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. SchwindtAdd more penalty times
2013-09-06 Federico G. SchwindtRework check for number of parameters
2013-09-05 Federico G. SchwindtReorder checks
2013-09-05 Federico G. SchwindtMove the IRC_SetPenalty() call after the asserts
2013-09-05 Federico G. SchwindtCorrect numeric returned by whois
2013-09-05 Federico G. SchwindtMinor cosmetic change
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. SchwindtChange 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 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. SchwindtChange strdup() to strndup()
2013-08-26 Federico G. Schwindtprivate strndup() implementation in case libc does...
2013-08-25 Federico G. SchwindtSilence warning
2013-08-25 Federico G. SchwindtPlug memory leak
2013-08-25 Federico G. SchwindtImplement account login support
2013-08-24 Federico G. SchwindtFix spelling
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-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. SchwindtUse _IRC_ARGC_BETWEEN_OR_RETURN_ when possible
2013-08-12 Alexander BartonConnSSL_HandleError: Code cleanup, more documentation
2013-08-11 Alexander BartonChange log level of "SSL connection shutting down"
2013-08-11 Federico G. SchwindtFix 2 bugs introduced in 74514b8c23
2013-08-06 Alexander BartonIRC_SERVER(): Code cleanup
2013-08-06 Alexander BartonIntroduce new function IRC_WriteErrClient()
2013-08-06 Alexander Bartonirc-macros.h: Update copyright, don't forget contributors!
2013-08-06 Alexander Bartonirc-write.c: Clean up code and add more documentation...
2013-08-06 Alexander BartonFix return code of some IRC_WriteXXX() functions
2013-08-06 Alexander BartonStreamline punctuation of log messages
2013-08-05 Federico G. SchwindtInline who_flags_status
2013-08-04 Federico G. SchwindtConvert more code to use Channel_HasMode
2013-08-04 Federico G. SchwindtSimplify mode checking on channels and users within...
2013-08-04 Federico G. SchwindtUse Client_HasMode and Client_HasFlag where appropriate
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Alexander BartonImplement new configuration option "AllowedChannelTypes" bug152-AllowedChannelTypes
2013-08-04 Federico G. SchwindtMore spelling fixes
2013-08-04 Federico G. SchwindtChange cloaked hostname to be malloc'd on demand
2013-08-04 Federico G. SchwindtAdd Client_HasFlag() to check if a client has certain...
2013-08-04 Federico G. SchwindtFix spelling
2013-08-04 Federico G. SchwindtRename XXX_Fingerprint to XXX_CertFp
2013-08-03 Federico G. SchwindtImproved client announcement
next