]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd
Make configure[.ng] compatible with autoconf 1.10 again
[ngircd-alex.git] / src / ngircd /
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 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
2013-01-01 Alexander BartonImplement Help() function parsing and returning the...
2012-12-31 Alexander BartonAllow ERROR command on server and service links only
2012-12-31 Alexander BartonImplement new configuration option "HelpFile"
2012-12-31 Alexander BartonIRC_HELP(): Code cleanup
2012-12-31 Alexander BartonRefactor Read_Motd() into Read_TextFile()
2012-12-31 Alexander BartonGet rid of Conn_ResetPenalty(), it is unused
2012-12-31 Alexander BartonMode setting: only check channel user modes when on...
2012-12-25 Alexander BartonAdd some more casts in assert() statemens
2012-12-25 Alexander BartonAdd Cygwin binaries (*.exe) to .gitignore files
2012-12-25 Alexander BartonAdd a cast in ForwardLookup() to fix a gcc warning...
2012-12-10 Alexander BartonAllow user names up to 20 characters
2012-11-24 Alexander BartonRework cloaked hostname handling, implement "METADATA...
2012-11-24 Alexander BartonRPL_UMODEIS: send correct target name, even on server...
2012-11-24 Alexander BartonClient_HostnameCloaked() -> Client_HostnameDisplayed()
2012-11-12 Alexander BartonAdd a few casts, fix compiler warnings on NetBSD 5
2012-11-11 Alexander Bartonirc-info.c: Use strlcpy() instead of strcpy()
2012-11-11 Alexander Bartonconf.c: Use strlcpy() instead of strcpy()
2012-11-11 Alexander Bartonconf-ssl.h: Use "gnutls_session_t" instead of "gnutls_s...
2012-11-10 Alexander BartonAdd new IRC+ server flag "X": "XOP modes supported"
2012-11-05 Alexander BartonCorrectly add irc-metadata.{c|h} to Makefile.ng ... cmd-METADATA
2012-11-05 Alexander BartonGenerate "METADATA host" commands on "MODE +/-x"
2012-11-05 Alexander BartonDon't cloak already cloaked hostname when using METADATA
2012-11-05 Alexander BartonImplement METADATA command to update client metadata
2012-11-04 DNS777PredefChannelsOnly: Fix message for non pre-defined...
2012-11-04 Alexander BartonSend NICK commands with prefix of (target) user
2012-11-02 Alexander BartonImplement SVSNICK command to change remote nicknames
2012-11-02 Alexander BartonIRC_NICK(): Code cleanup, new function Change_Nick()
2012-11-02 Alexander BartonSpelling fix: "nick name" -> "nickname"
2012-10-29 Alexander BartonFix warning message introduced when cleaning up IRC_SER...
2012-10-29 Alexander BartonMake server reconnect time a little bit more random server-link-async
2012-10-29 Alexander BartonDon't accept connections for servers already beeing...
2012-10-29 Alexander BartonIRC_SERVER(): Code cleanup
2012-10-29 Alexander BartonUse lowercase "package name" for syslog logging again
2012-10-25 Brett SmithMake the maximum /list reply length a configurable...
2012-10-19 Alexander BartonAllow remote servers and IRC Ops to change channel...
2012-10-19 DNSIncreased maximum number of possible user and channel...
2012-10-19 DNS777Update error messages for user mode +b and channel...
2012-10-11 Alexander BartonDisable UID/GID checks on "single user OS"
2012-10-08 DNS777Implement user mode "b": block messages
2012-10-07 Alexander BartonFix ERR_CANNOTSENDTOCHAN_MSG message
2012-10-06 Alexander BartonWHOIS: show RPL_WHOISHOST_MSG to all IRC Ops in the...
2012-10-06 Alexander BartonMerge branch 'bug141-ModesQq'
2012-10-06 DNS777Show active user modes in WHOIS reply
2012-10-06 DNS777Implement channel mode 'V' (invite disallow)
2012-10-06 DNS777Allow channel admins to "de-admin" channel members
2012-10-06 Alexander BartonKICK-protect IRC services bug141-ModesQq
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-10-06 Alexander BartonImplement channel mode "Q" and user mode "q"
2012-10-06 Alexander BartonFix spelling: ERR_CHANOPPRIVTOLOW_MSG -> ERR_CHANOPPRIV...
2012-09-26 Federico G. SchwindtERR_CHANNELISFULL_MSG: better wording
2012-09-26 Federico G. SchwindtSend RPL_REHASHING if rehash was accepted
2012-09-26 Federico G. SchwindtChange variable name "SSLDHFile" to "DHFile" in log...
2012-09-26 Federico G. SchwindtMove ConnSSL_InitLibrary() "dummy" from header into...
2012-09-26 Alexander BartonNJOIN: correctly reset channel level flags
2012-09-26 Alexander BartonSimplify check for valid user names in IRC_USER().
2012-09-26 Alexander BartonAllow user mode +x only when "CloakHostModeX" is set
next