]> arthur.barton.de Git - ngircd-alex.git/history - src
Correctly show the configuration file used
[ngircd-alex.git] / src /
2024-01-23 Alexander BartonCorrectly show the configuration file used
2024-01-21 Alexander BartonDon't show the default config file name on config errors
2024-01-21 Alexander BartonUse a default "IncludeDir" only when no config file...
2024-01-21 Alexander BartonDo not log channel keys ("passwords") for predefined...
2024-01-21 Alexander BartonDeduce a server name when not set in the configuration
2024-01-20 Alexander BartonExplicitly test for the empty string in Channel_UserHas...
2024-01-18 Alexander BartonAnnotate "fall through" cases to silence warnings
2024-01-16 Alexander BartonSpelling fixes, mostly in file comments
2024-01-16 Alexander BartonDo IDENT requests even when DNS lookups are disabled
2024-01-11 Alexander BartonChannel Admins are not allowed to set Channel Owner...
2024-01-11 Alexander BartonTest suite: Update for OpenSSL 3.x
2024-01-11 Alexander BartonAllow SSL client-only configurations without keys/certi...
2024-01-11 Alexander Barton2024 =:)
2024-01-06 Alexander BartonFix showing the "Ident" option in --configtest output
2024-01-06 Alexander BartonChange GnuTLS "slot handling" messages to debug level
2024-01-06 Alexander BartonEnlarge buffer for log messages
2024-01-06 Alexander BartonRespect "SSLConnect" option for incoming connections
2024-01-06 Alexander BartonAlways initiate closing a connection on errors.
2023-09-17 Valentin LorentzReturn ERR_NOTEXTTOSEND on empty PRIVMSG content
2023-09-17 Alexander BartonMerge branch 'katp32/master'
2023-09-17 Alexander BartonConf_Test(): Use yesno_to_str() instead of individual...
2023-09-17 Alexander BartonChannel autojoin: Add missing variable in --configtest...
2023-09-17 Alexander BartonSilence compiler warning in Init_New_Client()
2023-09-17 Alexander BartonVarious fixes and enhancements for the "Autojoin" patch
2023-09-16 Ivan AgarkovChannel autojoin functionality
2023-08-03 Alexander Barton2023!
2023-08-03 Alexander BartonHide +i users on "WHOIS <pattern>"
2023-07-18 Alexander BartonUpdate the final "closing connection" message
2023-07-18 Alexander BartonFix RPL_INVITING message: It must originate from the...
2023-07-05 Alexander BartonEnhance log messages for refused connections
2023-01-02 Alexander BartonAdd "+DEBUG" to the version string only when configured...
2023-01-02 michiMake the debug loglevel always available
2023-01-02 Alexander BartonBetter validate MODE +k & +l parameters and return...
2023-01-02 Alexander BartonChannel modes +k & +l: Always report an error when...
2023-01-02 Alexander BartonRefactor Channel_Mode(), get rid of some nesting
2023-01-02 michiAllow ircops to use WHO on any channel.
2022-12-27 Alexander BartonRefactor join_send_topic() into IRC_Send_Channel_Info... bug288-Send-NAMES-TOPIC-to-NJOINed-users
2022-12-26 ewiredSend NAMES list and channel topic to NJOIN'ed users
2022-12-26 Alexander BartonChannel mode setting: The local server is allowed to...
2022-12-25 Alexander BartonSpelling fixes, mostly in file comments
2022-12-17 hello-smile6Use "||" instead of "|"
2022-12-17 9pfsFix gline/kline with cloaked hostnames
2022-12-17 Jules MaselbasConvert uses of Log(LOG_DEBUG, ...) to LogDebug()
2022-11-01 Katherine PeetersImprove documentation for --syslog
2022-11-01 salaaad2fix typo in conn.c
2022-10-30 Katherine PeetersAdded command line flag to enable syslog
2022-10-30 Katherine PeetersSplit NoSyslog from behaviour of NoDaemon
2022-01-01 Alexander Barton2022 =:)
2021-12-30 Alexander BartonFix a possible race condition in Client_Introduce()
2021-01-01 Alexander Barton2021! :-)
2020-12-29 Alexander BartonExplicitely cast Conf_MaxPenaltyTime (time_t) to "long"
2020-12-29 Alexander BartonDon't set AI_ADDRCONFIG, even when it exists
2020-11-02 Rolf Eike BeerFix typo in comment: operaor -> operator
2020-11-02 Alexander BartonRevert "Show allowed channel types in ISUPPORT(005...
2020-11-01 Alexander BartonTest suite: Wait 2 seconds after reloading the daemon
2020-06-11 Alexander BartonDon't send invalid CHANINFO commands when no key is set
2020-05-25 Alexander BartonIRC_SQUIT(): Fix use-after-free when unregistering...
2020-05-25 Alexander BartonIRC_SERVER: Make sure that the client sent a prefix
2020-05-25 Alexander BartonEnhance debug logging for PONG commands
2020-05-25 Alexander BartonFix PING-PONG handling when processing backlog in read...
2020-05-25 Alexander BartonRevert "Set the "last data" time to "last ping" time...
2020-05-22 Hilko Bengentestsuite: Add missing files to EXTRA_DIST
2020-05-07 Alexander BartonAllow more characters per line in MOTD and help text...
2020-05-07 Alexander BartonShow allowed channel types in ISUPPORT(005) numeric...
2020-05-06 Alexander BartonSSL test server: Use port 6790, like "test server #2"
2020-05-06 Alexander BartonMerge pull request #269 from hillu/gnutls-reload-cert
2020-05-03 Alexander BartonUpdate Client_SetHostname() to not use strpbrk()
2020-05-03 michiAllow hostmask cloaking when rDNS is disabled
2020-05-03 Alexander BartonDon't wait for the network when read buffers possibly...
2020-05-03 Alexander BartonHandle commands in the read buffer before reading more...
2020-05-03 Alexander BartonRead_Request(): Clean up code and add some more comments
2020-05-03 Alexander BartonRevert "Increase read buffer size for server connections"
2020-05-03 Alexander BartonCorrectly use Config_Error() instead of Log() in Read_C...
2020-05-03 Alexander BartonLog G-/K-Line changes only when not initiated by a...
2020-05-03 Alexander BartonSet the "last data" time to "last ping" time when updat...
2020-04-24 Johann Hartwig Hau... updating testsuite to support ssl-tests
2020-04-19 michiRemove legacy configuration options
2020-04-19 michiIncrease read buffer size for server connections
2020-04-19 michiFix recursion bug on write error
2020-04-19 michiFix hostmask cloaking bug for IPv6 too
2020-04-19 michiUnbreak GCC 10 (-fno-common) build
2020-04-19 Hilko BengenGnuTLS: Eliminate memory leaks for DH parameters, prior...
2020-04-17 Hilko BengenAdd support for GnuTLS certificate reload
2020-03-29 Alexander BartonAdd deprecation warnings for "Key" and "MaxUsers" in...
2020-03-29 Alexander BartonTest suite: Test multiple "Modes" lines in [Channel...
2020-03-28 Alexander BartonPredefined channles: Fix handling of legacy configurati...
2020-03-28 Alexander BartonEnhance logging while setting up predefined channels
2020-03-28 michiAllow multiple "Modes =" lines per [Channel] section
2020-03-28 michiEvaluate initial channel modes
2020-03-22 Alexander BartonAdd "FNC" (forced nick changes) to ISUPPORT(005) numeric
2020-02-15 Alexander BartonFix memory leak in portabtest Check_strtok_r()
2020-02-15 michiReuse old SSL key if loading a new one failed
2020-01-21 Alexander Barton2020!
2019-12-31 Alexander BartonEnhance handling of command line errors, and "--help...
2019-11-10 Alexander BartonLog received signals (using strsignal(3), when available)
2019-11-03 Alexander BartonMake test suite compatible with Haiku
2019-09-09 JRMUFix hostmask cloaking bug, don't cloak multiple times
2019-07-21 Alexander BartonFix some typos (documentation files, ngircd.conf manual...
2019-06-29 Alexander BartonEnlage buffers of info texts to 128 bytes.
2019-06-29 Alexander BartonStreamline handling of invalid and unset server name
next