<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/compat.cpp, branch v2.0.0b1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/compat.cpp?h=v2.0.0b1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/compat.cpp?h=v2.0.0b1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2010-01-17T16:00:02Z</updated>
<entry>
<title>Change more modules to VF_OPTCOMMON and assert identical charsets in m_nationalchars</title>
<updated>2010-01-17T16:00:02Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-17T16:00:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=92974819e3bf1c3a97b83f6f4ccc612283120794'/>
<id>urn:sha1:92974819e3bf1c3a97b83f6f4ccc612283120794</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12277 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Route SVSSILENCE/SVSWATCH using OPT_UCAST, marking them OPTCOMMON</title>
<updated>2010-01-15T20:31:35Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-15T20:31:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=57e51adaf1b1e30b06bebf5fe8fb13e937e96c5e'/>
<id>urn:sha1:57e51adaf1b1e30b06bebf5fe8fb13e937e96c5e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12264 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove VF_COMMON from mode-provider modules (no longer needed due to better CAPAB checking)</title>
<updated>2010-01-15T20:05:13Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-15T20:05:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f8ccaed31d68661d16eae1a412b337af09de111b'/>
<id>urn:sha1:f8ccaed31d68661d16eae1a412b337af09de111b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12263 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Specify regex engine in m_filter/m_rline CAPAB line instead of marking m_regex_* as VF_COMMON</title>
<updated>2010-01-14T18:47:51Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-14T18:47:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=79228c71c3cf862046ef456f2fbb0cc2fe4c9369'/>
<id>urn:sha1:79228c71c3cf862046ef456f2fbb0cc2fe4c9369</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12259 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Verify cloak keys match during CAPAB negotiation</title>
<updated>2010-01-14T18:22:39Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-14T18:22:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ac002a195d35b12218b912d369570aad45c1839f'/>
<id>urn:sha1:ac002a195d35b12218b912d369570aad45c1839f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12258 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>...because every now and again, i have to do a massive commit.</title>
<updated>2010-01-11T03:07:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2010-01-11T03:07:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=cd712c40e1b352c05e7ae0f72e0a5e84cdf64323'/>
<id>urn:sha1:cd712c40e1b352c05e7ae0f72e0a5e84cdf64323</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Use ServiceProvider for inter-module dependencies</title>
<updated>2009-11-16T17:59:06Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-16T17:59:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=54fb0cd5aa7d090d5c3da5ab54988c86ba8a2e8e'/>
<id>urn:sha1:54fb0cd5aa7d090d5c3da5ab54988c86ba8a2e8e</id>
<content type='text'>
This will stop dependency chains from preventing module reloads when
it is not actually needed; however, it removes some failsafes that will
need to be reimplemented in order to avoid unmapped vtables.

This deprecates Request as an inter-module signaling mechanism, although
SQL still uses it.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12140 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove m_halfop from list in compat linking mode</title>
<updated>2009-11-03T18:22:56Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-03T18:22:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e27b8377a0c2ae6855d680f6b2eb44dc093813fc'/>
<id>urn:sha1:e27b8377a0c2ae6855d680f6b2eb44dc093813fc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11998 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing</title>
<updated>2009-10-01T21:41:52Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-01T21:41:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=75d9c67804196c2e4059f3ff89f2ed5ee79a175f'/>
<id>urn:sha1:75d9c67804196c2e4059f3ff89f2ed5ee79a175f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11791 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change SWHOIS to OPTCOMMON, remove m_operinvex</title>
<updated>2009-10-01T03:37:40Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-01T03:37:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6d715e128f9cea6c25cc57dc23c1bccdbbfda475'/>
<id>urn:sha1:6d715e128f9cea6c25cc57dc23c1bccdbbfda475</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11789 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
