]> arthur.barton.de Git - ngircd-alex.git/history - src
Fix spelling
[ngircd-alex.git] / src /
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
2013-02-24 Alexander Bartonirc-cap.c: Update source code documentation
2013-02-24 Alexander BartonAdd new _IRC_ARGC_EQ_OR_RETURN_ macro to irc-macros.h
2013-02-24 Alexander BartonAdd new _IRC_ARGC_BETWEEN_OR_RETURN_ macro to irc-macros.h
2013-02-24 Alexander Bartonirc-cap.c: move static functions to the top of the...
2013-02-22 Alexander Bartonsrc/testsuite/README: add whois-test.e
2013-02-22 Alexander Bartonirc-login.c: conenction -> connection
2013-02-15 Alexander BartonMerge branch 'bug151-iconv' into master
2013-02-15 Alexander BartonMerge branch 'bug153-ServerMask' into master
2013-02-15 Sebastian KöhlerKICK: Fix denial of service bug
2013-02-12 Alexander Bartonsighandlers.c: Update some log messages
2013-02-11 Alexander Bartonmy_sd_listen_fds(): really return an "int"
2013-02-11 Alexander BartonMerge branch 'bug155-allowAtInUser'
2013-02-11 Alexander BartonAllow "@" character in user names for authentication bug155-allowAtInUser
2013-02-10 Alexander BartonMerge branch 'systemd'
2013-02-10 Alexander BartonShow address and port of sockets passed-in by systemd(8)
2013-02-10 Alexander BartonCheck type of sockets passed-in by systemd(8)
2013-02-10 Alexander BartonAdjust severity levels of some log messages
2013-02-09 Alexander BartonMerge branch 'HelpText'
2013-02-09 Alexander BartonUpdate irc-info.c to use irc-macros.h bug153-ServerMask
2013-02-09 Alexander BartonAdd new irc-macros.h to project
2013-02-09 Alexander Bartonirc-info.c: add/streamline function documentation comments
2013-02-09 Alexander Bartonirc-info: move static functions at the top of the file
2013-02-08 Alexander Barton"WHO <hostmask>": use displayed hostname for matching
2013-02-05 Alexander BartonImplement new function Client_SearchServer()
2013-02-04 Alexander BartonNew configuration option "IdleTimeout": exit daemon...
2013-02-04 Alexander BartonImplement support for systemd(8) "socket activation"
2013-02-03 Alexander BartonRename ports_initlisteners() to Init_Listeners()
2013-02-03 Alexander BartonNewListener(): Code cleanup
2013-02-03 Alexander BartonEnable WHOIS to display information about IRC Services
2013-01-27 Alexander BartonExit message: use singular & plural :-)
2013-01-27 Alexander BartonIRC_WHO_Channel(): Use strlcpy() instead of strcpy()
2013-01-26 Alexander BartonStreamline punctuation of log messages
2013-01-22 Alexander BartonReturn better "Connection not registered as server...
2013-01-13 Alexander BartonMODE: don't report error on "more modes than parameters"
2013-01-07 Alexander BartonCorrectly detect when SSL subsystem must be initialized
2013-01-02 Alexander BartonMerge branch 'bug145-ProvideHelp'
2013-01-01 Alexander BartonUse "${docdir}/Commands.txt" as help text file bug145-ProvideHelp
2013-01-01 Alexander BartonUpdate Copyright notices for 2013
next