]> arthur.barton.de Git - ngircd-alex.git/history - src
Adjust log messages for invalid and spoofed prefixes
[ngircd-alex.git] / src /
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
2013-08-03 Alexander BartonIntroduce "CHANTYPES" #define
2013-08-02 Alexander BartonMerge remote-tracking branch 'fgsch/certfp'
2013-08-02 Federico G. SchwindtSimplify MOTD handling
2013-08-02 Federico G. SchwindtAdd certificate fingerprint support
2013-08-02 Alexander BartonUpdate irc-server.c to use irc-macros.h
2013-08-02 Alexander BartonUpdate irc-oper.c to use irc-macros.h
2013-08-01 Alexander BartonUpdate irc-mode.c to use irc-macros.h
2013-08-01 Alexander BartonUpdate irc-channel.c to use irc-macros.h
2013-07-31 Alexander BartonShow IRC Operator name when logging a successful OPER...
2013-07-30 Alexander BartonAdd penalty times in error paths of generic IRC helper...
2013-07-30 Alexander BartonAdd more penalty times in error paths
2013-07-30 Alexander BartonUpdate irc-login.c to use irc-macros.h
2013-07-18 Alexander BartonUpdate irc.c to use irc-macros.h
2013-07-18 Alexander BartonMerge pull request #4 from fgsch/master
2013-07-18 Federico G. SchwindtHandle services in IRC_WHOIS_SendReply()
2013-07-18 Federico G. SchwindtFix spelling
2013-05-30 Alexander BartonMerge pull request #3 from Cofyc/master
2013-05-30 Yecheng FuLINE_LEN -> COMMAND_LEN
2013-05-24 Alexander BartonIncludeDir: default to "$SYSCONFDIR/ngircd.conf.d" bug157-IncludeDir
2013-05-24 Alexander Barton"IncludeDir" can't be overwritten by included files
2013-05-24 Alexander BartonImplement new configuration option "IncludeDir"
2013-05-24 Alexander Bartonconf.c: New function Read_Config_File()
2013-04-21 Alexander BartonRename "Mask" variables into "Pattern" in assert()...
2013-04-20 Federico G. SchwindtEnsure there is enough space for the mask
2013-04-19 Federico G. SchwindtBetter description for Lists_CheckReason()
2013-04-19 Federico G. SchwindtChange Lists_MakeMask() to receive a buffer for the...
2013-04-19 Federico G. SchwindtFix use-after-free on Lists_CheckReason()
2013-03-20 Sebastian KöhlerLists_CheckReason(): Check for Client_MaskCloaked()
2013-03-09 Alexander BartonConn_Handler(): Don't test for penalty times
2013-03-09 Alexander BartonDon't read SSL client data before DNS resolver is finished
2013-03-08 Alexander BartonIncrease password length limit to 64 characters
2013-02-24 Alexander Bartonirc-op.c: use irc-macros.h
2013-02-24 Alexander Bartonirc-cap.c: use irc-macros.h
2013-02-24 Alexander Bartonirc-op.c: Update source code documentation
next