]> arthur.barton.de Git - ngircd-alex.git/history - src
Clarify that "CAFile" is not set by default
[ngircd-alex.git] / src /
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
2019-06-29 Alexander BartonSlightly reoder startup steps, and enhance logging
2019-01-01 Alexander Barton2019!
2018-11-28 Alexander BartonImplement new configuration option "MaxPenaltyTime...
2018-11-28 Rosen PenevFix compilation without deprecated OpenSSL APIs (#252)
2018-10-30 Alexander BartonFix some compiler warnings of Apple Xcode/Clang
2018-10-30 Alexander BartonFix typos/errors/... in file comments
2018-10-07 ItsOnlyBinaryAllow a 5th parameter in WEBIRC
2018-04-01 Alexander BartonInitialize listening socket: Streamline error message
2018-03-25 Alexander BartonCorrectly retry outgoing conenctions when forking a...
2018-03-11 Alexander BartonFix use-after-free while handling ERROR during client...
2018-03-11 Alexander BartonOnly send TOPIC updates to a channel when the topic...
2018-02-25 Alexander BartonLittle code cleanups, better comments
2018-02-25 Alexander BartonUser mode "C": Allow messages from servers, services... RelaxUserModeC
2018-02-25 Alexander Bartonportab/Makefile: Split list into separate lines
2018-02-09 Alexander Barton2018!
2018-01-29 Alexander BartonFix compiler warning in ForwardLookup()
2018-01-29 Alexander BartonFix compiler warning in Option_String()
2018-01-29 Alexander BartonFix Get_Error() usage, take II
2017-09-30 Alexander BartonAllow IRC Ops and remote servers to KILL service client...
2017-09-26 James LuDon't forward KILLs to other servers if they've been...
2017-09-17 Alexander BartonMerge pull request #240 from bkuhls/fix_Get_Error
2017-09-13 Bernd KuhlsFix Get_error usage
2017-01-18 Alexander BartonFix handling of connection pool allocation and enlargement
2017-01-15 Alexander Barton2017!
2016-12-08 Alexander BartonLog privilege violations and failed OPER as "error...
2016-12-08 Alexander BartonImmediately shut down connection on receiving ERROR
2016-12-07 Alexander Bartonx-Line synchronization: Don't send negative durations
2016-12-07 Alexander BartonList expiration: use same log level as when setting
2016-12-07 Alexander BartonRemove leftover debug message. Oops!
2016-12-07 Alexander BartonG-LINES: Forbid remote modifications if "AllowRemoteOpe...
2016-12-05 Christoph BiedlFix building ngIRCd with OpenSSL 1.1
2016-12-05 Alexander Bartongcc 6.2 warnings: fix code indentation
2016-07-22 Alexander BartonMake sure that SYSCONFDIR is always set
2016-06-05 Alexander BartonAdd "PAMServiceName" configuration option
2016-06-05 Christian AistleitnerAdd PAMServiceName setting to specify the used PAM...
2016-01-07 Alexander BartonSend_Message: Fix handling of "empty" targets
2016-01-04 Alexander BartonUpdate copyright notices for 2016
2016-01-04 Alexander BartonLimit the number of message targes, and suppress duplicates
2016-01-04 Alexander BartonAdd "_MSG" postfix to ERR_WILDTOPLEVEL_MSG
2016-01-04 Alexander BartonEnahnce comments for Send_Message() and Send_Message_Mask()
2016-01-04 Alexander BartonGet rid of unclever assert() in Send_Message_Mask()
2015-12-30 Alexander BartonTest suite: Add new test for server-server logins
2015-12-30 Alexander BartonFix NJOIN handler killing all clients
2015-12-13 Alexander BartonMake NJOIN handler more fault-tolerant
2015-12-13 Alexander BartonIRC_KillClient(): Don't break when called without ...
2015-12-13 Alexander BartonIRC_NJOIN(): Code cleanup
2015-12-13 Alexander BartonFix NJOIN not propagating "half ops" status
2015-11-15 Alexander BartonExplicitly cast time_t to long when printing it out
2015-09-03 Alexander BartonMake server-to-server protocol more robust
2015-08-26 Christoph BiedlReproducible builds
2015-08-01 Alexander BartonWhitespace fixes (no functional changes)
2015-08-01 Alexander BartonFix debug message "Client ... is closing connection"
2015-08-01 Alexander Barton"NoticeAuth" configuration variable is deprecated now!
2015-08-01 Alexander BartonMerge pull request #217 from SaberUK/master+notice...
2015-08-01 Alexander BartonFirst check if channel has mode "N", then check membership
2015-08-01 Alexander BartonMerge pull request #214 from Flupsy/channel-mode-N
2015-07-19 Alexander BartonStreamline ".gitignore" files
2015-07-14 Peter PowellRename NoticeAuth to NoticeBeforeRegistration.
2015-07-14 Peter PowellUse "NOTICE *" before registration instead of "NOTICE...
2015-06-26 Ian ChardOnly enforce channel mode N on users (not servers or...
2015-06-26 Alexander BartonMerge pull request #215 from tejr/master
2015-06-26 Tom RyderSpecify session context for OpenSSL clients
2015-06-24 Ian ChardDon't bother looking for +N channels for an op
2015-06-24 Ian ChardDon't use a standard message number
2015-06-24 Ian ChardAdd channel mode N (normal user can't change nick while...
2015-06-07 Alexander BartonMerge remote-tracking branch 'LucentW/master'
next