]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_ident.cpp
Fix the cloaking module on C++98 compilers.
[user/henk/code/inspircd.git] / src / modules / m_ident.cpp
2021-03-05 InspIRCd RobotUpdate copyright headers.
2020-11-20 Sadie PowellAvoid doing "IP changed" event stuff on quitting users.
2020-11-03 Sadie PowellMake connect class debug logging more complete and...
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-04-10 Sadie PowellUpdate the module descriptions using mkversion.
2020-03-30 Sadie PowellFix various documentation and formatting issues.
2020-02-19 Sadie PowellConvert some things to HasFd that were previously missed.
2020-02-15 Sadie PowellAdd HasFd to EventHandler and switch code to use it.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-02-04 Peter Powellident: fix erroneously prefixing an ident multiple...
2019-02-04 Peter Powellident: rename ext to socket.
2019-02-04 Peter Powellident: rename nolookupprefix to prefixunqueried.
2019-02-04 Peter Powellident: store the timeout as an unsigned value and limit...
2019-02-04 Peter Powellident: reduce the amount of messages sent when a lookup...
2019-02-04 Peter Powellident: Change idents with the ChangeIdent method.
2019-02-04 Peter Powellident: Fix making idents longer than maxident when...
2019-01-20 Peter PowellMove ident lookups to the OnSetUserIP hook.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-18 Peter PowellInitial support for listening on UNIX socket endpoints.
2018-07-18 Peter PowellAdd the family() member to the sockaddrs union.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-01-20 Peter PowellPass an irc::socket::sockaddrs to SocketEngine::Connect().
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-09-03 Peter PowellConvert a bunch of time-related config options to getDu...
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-04-15 Attila MolnarMerge branch 'master+ehdispatch'
2015-04-12 Attila MolnarDispatch EventHandler events to dedicated virtual functions
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-23 Attila MolnarMerge branch 'master+no-rtti'
2015-01-22 Attila MolnarMerge branch 'master+exttype' into master+no-rtti
2015-01-18 Attila MolnarSpecify which Extensible subclass an ExtensionItem...
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-05-28 Attila Molnarm_ident Close the ident socket when the object is culle...
2014-05-28 Attila Molnarm_ident Make use of the min parameter of ConfigTag...
2014-05-28 Robby-m_ident: Add an option to allow idents of users to...
2014-04-26 Attila MolnarRemove redundant IS_LOCAL() checks discovered by static...
2014-04-07 Attila MolnarMerge insp20
2014-03-24 Attila MolnarCull ident sockets instead of immediate delete, add...
2014-02-09 Attila MolnarCall DelFd() and SetFd(-1) from SocketEngine::Close...
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-02-08 Attila MolnarChange SocketEngine functions that do not require an...
2014-01-21 Attila MolnarMerge insp20
2013-12-18 Attila MolnarClean up CoreException
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-09-04 Attila MolnarMerge pull request #623 from ChrisTX/insp20+compilerfixes
2013-08-30 ChrisTXImprove support for rarely used compilers, EKOPath...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-09 attilamolnarAccept std::string as parameter in User::ChangeHost...
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-08-04 attilamolnarRemove a few not-so-useful debug messages
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellConvert a ton of uses of MAXBUF to use a fixed buffer...
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-04-27 attilamolnarMerge insp20
2013-04-19 attilamolnarm_ident Invalidate cache after changing User::ident
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2012-12-15 attilamolnarm_ident Reject invalid and error replies
2012-12-09 attilamolnarRemove ServerLimits::Finalise(), it's completely wrong
2012-12-02 attilamolnarRegister a few extensions that weren't registered
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-11-12 attilamolnarRemove usage of the deprecated ConfigReader
2012-10-18 attilamolnarm_ident Allow the usage of an overriden IsIdent() inste...
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-13 attilamolnarm_ident Fix casting User pointers to LocalUser pointers...
2012-07-13 attilamolnarm_ident Close the socket and mark as done when received...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
next