summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/resolvers.cpp
AgeCommit message (Expand)Author
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-21Fixes by misspell-fixerInspIRCd Robot
2020-02-15Add HasFd to EventHandler and switch code to use it.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-04-15Fix linking servers with UNIX sockets.Peter Powell
2016-09-02m_spanningtree Allow multiple valid ips for link blocks as a result of Securi...Adam
2016-08-26m_spanningtree Drop unnecessary c_str() call when passing Link::Name to metho...Attila Molnar
2016-08-25m_spanningtree Handle unload in resolversAttila Molnar
2016-08-25core_dns Make question a member of request, move common FindAnswerOfType to b...Adam
2014-07-10Remove current time parameter of the Timer constructorAttila Molnar
2013-08-17m_spanningtree Remove SpanningTreeUtilities* fields and parametersattilamolnar
2013-08-15Remove $ModDep commentsattilamolnar
2013-08-04Change modules to use the MODNAME constant when logging.Peter Powell
2013-05-23Change CacheRefreshTimer tick time back to 5 minutesAdam
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-04-26Modularize DNSAdam
2013-04-21m_spanningtree Move CacheTimer into utilsattilamolnar
2013-04-12m_spanningtree Remove unneeded #includesattilamolnar
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-06-11m_spanningtree Only add a resolved server IP as valid if it still exists when...attilamolnar
2012-06-11m_spanningtree Move SecurityIPResolver code to resolvers.cpp from resolvers.hattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-02-13Clean up treesocket naming confusion by adding a link block reference during ...danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-09private, who needs private...danieldg
2009-10-09Fix hook finding code and error reportingdanieldg
2009-10-09Move autoconnect next-server to TreeSocket::cull, and drop autoconnect refere...danieldg
2009-10-08Update Event and Request APIsdanieldg
2009-09-30Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failoverdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-17Add <autoconnect> blocks [jackmcbarn]danieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-06-30Roll back mysterious DNS change from 2007 which broke multiple-answerw00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-10-31Add snomask +s +L - remote link notices.w00t
2008-09-08Remove old listening stuff from spanningtree, use a new derived listener class.w00t
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-07-19Fix total mess of makefile dependency macros (all depending on stuff they don...brain
2008-01-10Header update: 2007 -> 2008w00t
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-08-28Remove unneeded headers from spanningtree. This was done to the rest of the s...w00t
2007-08-26Routing failure messages back where they came from on /rconnectbrain
2007-08-20The only possibility for the issue sts found is that a socket is deleted but ...brain
2007-08-19Allow support for multiple dns results per request. This is a significant cha...brain