<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/main.cpp, branch v2.1b2</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/main.cpp?h=v2.1b2</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/main.cpp?h=v2.1b2'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2011-05-04T22:28:12Z</updated>
<entry>
<title>Update copyright notices to 2011</title>
<updated>2011-05-04T22:28:12Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-05-04T22:28:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3cb24a1ec87a7ef5bd87eae2509b33ff0246712c'/>
<id>urn:sha1:3cb24a1ec87a7ef5bd87eae2509b33ff0246712c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove cull_list.h from inspircd.h</title>
<updated>2011-01-29T21:29:33Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-01-29T21:29:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5dbabb823456744e7442edc2bfde1272bb2edcb1'/>
<id>urn:sha1:5dbabb823456744e7442edc2bfde1272bb2edcb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite TreeSocket timeout and lifecycle management</title>
<updated>2010-10-10T04:54:28Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-10-10T04:46:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=de3871ce941ab3dc97cebb7a296c828428ab39a0'/>
<id>urn:sha1:de3871ce941ab3dc97cebb7a296c828428ab39a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add command to control autoconnect blocks</title>
<updated>2010-10-07T15:33:22Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2010-10-07T15:32:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7241f4cd7e5f6e505f2fde2d41e6ab5f67f8c37c'/>
<id>urn:sha1:7241f4cd7e5f6e505f2fde2d41e6ab5f67f8c37c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid RESYNC on channel creation when possible</title>
<updated>2010-10-03T01:01:58Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-10-03T01:01:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3fa51c7caa0199568507ecf9fd4aac7c954a6a2f'/>
<id>urn:sha1:3fa51c7caa0199568507ecf9fd4aac7c954a6a2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix error handling and bad SQL syntax</title>
<updated>2010-10-02T21:25:07Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-10-02T21:25:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=02528316c5ccbe10464a3aeed12eef5637d2319b'/>
<id>urn:sha1:02528316c5ccbe10464a3aeed12eef5637d2319b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some unneeded complexity from spanningtree</title>
<updated>2010-10-02T20:27:19Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-10-02T20:27:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1540f7475f4439a029f881eaa1efe747ee79da14'/>
<id>urn:sha1:1540f7475f4439a029f881eaa1efe747ee79da14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove "assign()" converter between irc::string and std::string</title>
<updated>2010-08-22T16:42:59Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-22T16:42:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=95b496c831e86c8ba57223bd69aa33a2f1bb9f88'/>
<id>urn:sha1:95b496c831e86c8ba57223bd69aa33a2f1bb9f88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change config reading hook for better error reporting</title>
<updated>2010-08-21T15:13:59Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-21T04:48:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e95a4358c193ddd3e60da28ae55b44986c73c4d0'/>
<id>urn:sha1:e95a4358c193ddd3e60da28ae55b44986c73c4d0</id>
<content type='text'>
This eliminates the OnRehash hook, and replaces it with ReadConfig which
is called on boot, module load, and rehash.
</content>
</entry>
<entry>
<title>Move a useful utility function from spanningtree to core</title>
<updated>2010-08-15T20:37:26Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-15T20:36:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e25437558ccbe50b985d3b7a27328a2b46e7e79b'/>
<id>urn:sha1:e25437558ccbe50b985d3b7a27328a2b46e7e79b</id>
<content type='text'>
</content>
</entry>
</feed>
