]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/resolvers.cpp
Change CacheRefreshTimer tick time back to 5 minutes
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / resolvers.cpp
2013-05-23 AdamChange CacheRefreshTimer tick time back to 5 minutes
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-04-27 attilamolnarMerge insp20
2013-04-26 AdamModularize DNS
2013-04-21 attilamolnarm_spanningtree Move CacheTimer into utils
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
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.
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-11 attilamolnarm_spanningtree Only add a resolved server IP as valid...
2012-06-11 attilamolnarm_spanningtree Move SecurityIPResolver code to resolver...
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...
2010-02-13 danieldgClean up treesocket naming confusion by adding a link...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-09 danieldgprivate, who needs private...
2009-10-09 danieldgFix hook finding code and error reporting
2009-10-09 danieldgMove autoconnect next-server to TreeSocket::cull, and...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-30 danieldgAllow multiple autoconnects in a single <autoconnect...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-17 danieldgAdd <autoconnect> blocks [jackmcbarn]
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-06-30 w00tRoll back mysterious DNS change from 2007 which broke...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-31 w00tAdd snomask +s +L - remote link notices.
2008-09-08 w00tRemove old listening stuff from spanningtree, use a...
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-07-19 brainFix total mess of makefile dependency macros (all depen...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-08-28 w00tRemove unneeded headers from spanningtree. This was...
2007-08-26 brainRouting failure messages back where they came from...
2007-08-20 brainThe only possibility for the issue sts found is that...
2007-08-19 brainAllow support for multiple dns results per request...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-05-21 brainMove inspircd.h to top
2007-04-07 brainAdd licensing headers to files which are missing them...
2007-02-07 brainSupport port binding here
2007-02-06 brainAnd fix typo.
2007-02-06 brainStuff to allow resolving of AAAA record, and on failure...
2007-01-19 brainFix dependencies
2007-01-19 brainSplit this up even more, much smaller files that are...