<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_alias.cpp, branch v1.2.0a3</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_alias.cpp?h=v1.2.0a3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_alias.cpp?h=v1.2.0a3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-05-06T22:34:45Z</updated>
<entry>
<title>Fix broken m_alias, cant preallocate and  then push_back, because then its maxparams + size :p</title>
<updated>2008-05-06T22:34:45Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-06T22:34:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=565173aedd3926e63ae4b782466ce1e21c22ab4a'/>
<id>urn:sha1:565173aedd3926e63ae4b782466ce1e21c22ab4a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9658 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Ok 3rd time lucky, thanks for the pointers Brain</title>
<updated>2008-05-04T22:34:00Z</updated>
<author>
<name>peavey</name>
</author>
<published>2008-05-04T22:34:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e44c77aa89b0ff018645783172bcd84791c74c04'/>
<id>urn:sha1:e44c77aa89b0ff018645783172bcd84791c74c04</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9615 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>fix this</title>
<updated>2008-05-04T22:23:46Z</updated>
<author>
<name>peavey</name>
</author>
<published>2008-05-04T22:23:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ca6df5d5e1e63b66d28019e6cb4a786f8dfb94cd'/>
<id>urn:sha1:ca6df5d5e1e63b66d28019e6cb4a786f8dfb94cd</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9614 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>First attempt at converting to new command handler, please review diff Brain.</title>
<updated>2008-05-04T22:17:02Z</updated>
<author>
<name>peavey</name>
</author>
<published>2008-05-04T22:17:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6b10fa52627058111ad55531c8a97ae3de2d0b7d'/>
<id>urn:sha1:6b10fa52627058111ad55531c8a97ae3de2d0b7d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9613 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<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>Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumeric can capture them.</title>
<updated>2008-03-22T12:03:43Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-03-22T12:03:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=68730d4c9701b34c962302e6410908865fb2ba28'/>
<id>urn:sha1:68730d4c9701b34c962302e6410908865fb2ba28</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9175 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>Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a note to webirc that needs looking at.</title>
<updated>2008-02-11T09:41:58Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-02-11T09:41:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5db1d322be106c8462dc691072f9415dc0766ed4'/>
<id>urn:sha1:5db1d322be106c8462dc691072f9415dc0766ed4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8892 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix.. snomask O is already taken (ffs) so use A instead</title>
<updated>2008-01-17T15:54:33Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-01-17T15:54:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4426a2fc448f332e42a7e6ff778e5047bb588c98'/>
<id>urn:sha1:4426a2fc448f332e42a7e6ff778e5047bb588c98</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8729 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove InspIRCd::WriteOpers in favour of snomask O</title>
<updated>2008-01-17T13:07:49Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-01-17T13:07:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=94afde43b086f092bf8128d76d418cb63840e8eb'/>
<id>urn:sha1:94afde43b086f092bf8128d76d418cb63840e8eb</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8728 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
