<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_namesx.cpp, branch v1.2.0a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_namesx.cpp?h=v1.2.0a1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_namesx.cpp?h=v1.2.0a1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-03-24T13:41:25Z</updated>
<entry>
<title>And more of them</title>
<updated>2008-03-24T13:41:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-03-24T13:41:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=638381c529a2f19c699718234d689e54ad459c97'/>
<id>urn:sha1:638381c529a2f19c699718234d689e54ad459c97</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9186 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add support for CAP in uhnames, it has the token 'userhost-in-names'. Comments welcome.</title>
<updated>2008-03-21T16:23:55Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-03-21T16:23:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6f566e0a322ab0af2f4bb16c77a1c787ae6dad26'/>
<id>urn:sha1:6f566e0a322ab0af2f4bb16c77a1c787ae6dad26</id>
<content type='text'>
Add a function to m_cap.h, "GenericCapHandler" which allows a one-line definition of a CAP token that just adds a metadata tag, as used by NAMESX and UHNAMES. Saves code duplication.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9145 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert to new api</title>
<updated>2008-03-21T16:17:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-03-21T16:17:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f6b8a12a8066b60446570729f77084116853fe2e'/>
<id>urn:sha1:f6b8a12a8066b60446570729f77084116853fe2e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9144 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add support for OnNamesListItem, discussed with w00t a few days ago. This makes NAMESX etc a LOT cleaner and safer.</title>
<updated>2008-03-21T15:54:15Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-03-21T15:54:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9855300460b2e695b44646897811cc3f28428fa0'/>
<id>urn:sha1:9855300460b2e695b44646897811cc3f28428fa0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9140 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Crash fixes from nenolod</title>
<updated>2008-03-18T23:54:33Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-03-18T23:54:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=525eeb51a52ca9dbd001f0897222f6e5a3dccfb1'/>
<id>urn:sha1:525eeb51a52ca9dbd001f0897222f6e5a3dccfb1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9126 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add support for CAP to this via multi-prefix. NOTE, the OnNamesList for this and others want refactoring, because theyre craq. Ask me sometime about the new way we have in mind for this.</title>
<updated>2008-03-18T23:32:58Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-03-18T23:32:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9a2481ebf1109adc4b626414108d92674793cd5d'/>
<id>urn:sha1:9a2481ebf1109adc4b626414108d92674793cd5d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9125 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Wheee, mass commit! this adds const stafety, throwing a compile error if anyone does: "parameters[n] = blahvar;" in a command handler etc. where they REALLY SHOULD NOT fuck with the value and should </title>
<updated>2008-02-20T19:07:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-02-20T19:07:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dd36852a52e8541306b76c5b88bce8ab9b36654c'/>
<id>urn:sha1:dd36852a52e8541306b76c5b88bce8ab9b36654c</id>
<content type='text'>
copy the pointer.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8971 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Header update: 2007 -&gt; 2008</title>
<updated>2008-01-10T13:27:07Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-01-10T13:27:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a'/>
<id>urn:sha1:e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8694 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove Implements() method from every module. booya.</title>
<updated>2007-11-04T22:51:22Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-11-04T22:51:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=53afaa7cadcdf222dcf761441727305f79b4c557'/>
<id>urn:sha1:53afaa7cadcdf222dcf761441727305f79b4c557</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8536 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert all to new Attach() system. The Implements() method needs removing from all modules as it is dead weight. </title>
<updated>2007-11-04T18:30:43Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-11-04T18:30:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cadc11999ee28545e9beb92de116c151832af5c4'/>
<id>urn:sha1:cadc11999ee28545e9beb92de116c151832af5c4</id>
<content type='text'>
WARNING: there are segfaults here! HERE BE DRAGONS, i am not finished!


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8510 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
