<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/commands/cmd_whois.cpp, branch v1.2.0rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/commands/cmd_whois.cpp?h=v1.2.0rc2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/commands/cmd_whois.cpp?h=v1.2.0rc2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-02-13T09:21:30Z</updated>
<entry>
<title>Add security:genericoper as requested by Strawberry and TwinShadow.</title>
<updated>2009-02-13T09:21:30Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-02-13T09:21:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9bca43848201f951a5887ef79469139c2915e9ad'/>
<id>urn:sha1:9bca43848201f951a5887ef79469139c2915e9ad</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11098 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update copyrights for 2009.</title>
<updated>2009-01-02T18:16:05Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-01-02T18:16:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=43847ec9c7e1a195163eb4c529f1c92fd1ace0a4'/>
<id>urn:sha1:43847ec9c7e1a195163eb4c529f1c92fd1ace0a4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Use servers/auspex and users/auspex privs where needed.</title>
<updated>2008-10-18T16:52:55Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-10-18T16:52:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=63693d848328c335c5ddc7c51300d2fda0f4d140'/>
<id>urn:sha1:63693d848328c335c5ddc7c51300d2fda0f4d140</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10669 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Win32 compilation fixes</title>
<updated>2008-06-13T17:52:11Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-06-13T17:52:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b22124cbc3f4fb365a743cd5d5bb76223e48eeed'/>
<id>urn:sha1:b22124cbc3f4fb365a743cd5d5bb76223e48eeed</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9904 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert connection::host</title>
<updated>2008-05-19T19:12:43Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-19T19:12:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=12427e75fe175fe7a62f388281dd7ab5100c9dda'/>
<id>urn:sha1:12427e75fe175fe7a62f388281dd7ab5100c9dda</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9768 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make User:: nick/ident/dhost/fullname and some other things std::string instead of char*/char[] (MODULES DO NOT COMPILE)</title>
<updated>2008-05-18T23:15:53Z</updated>
<author>
<name>aquanight</name>
</author>
<published>2008-05-18T23:15:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4b856bda135a08e800b96c970a10b0b6a34d433a'/>
<id>urn:sha1:4b856bda135a08e800b96c970a10b0b6a34d433a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9748 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>fix LoopCalls to not send param count thus avoiding a crash in command parser</title>
<updated>2008-05-05T10:07:55Z</updated>
<author>
<name>peavey</name>
</author>
<published>2008-05-05T10:07:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bc4828bbbde8a596b80b8f1d2c7349551f0f43b8'/>
<id>urn:sha1:bc4828bbbde8a596b80b8f1d2c7349551f0f43b8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9642 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Conversion of command handler params from "const char* const* parameters, int pcnt" to "const std::vector&lt;std::string&gt;&amp; parameters". All of core is converted, but cant test it till the modules are converted.</title>
<updated>2008-05-04T21:37:36Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-04T21:37:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ffbd1eebf0b82bf40482879f410f58874030a695'/>
<id>urn:sha1:ffbd1eebf0b82bf40482879f410f58874030a695</id>
<content type='text'>
IMPORTANT: The mode parser public calls have had to be tweaked a bit to also use the string vector. Note that this makes a LOT of our core a bit messy and paves the way to convert a lot of stuff from the mess
of .c_str() calls to using std::string params directly.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9608 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Send usermodes on whois if user is self or opered</title>
<updated>2008-04-09T10:14:40Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-04-09T10:14:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e58161f80d25552e4b6f2d8ca33176d006ac33e9'/>
<id>urn:sha1:e58161f80d25552e4b6f2d8ca33176d006ac33e9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9440 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspircd now get treated like printf (meaning compile-time check goodness) in GCC</title>
<updated>2008-03-30T02:48:54Z</updated>
<author>
<name>aquanight</name>
</author>
<published>2008-03-30T02:48:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=58385dd458e927994957b6d603f7f9da3fc52e14'/>
<id>urn:sha1:58385dd458e927994957b6d603f7f9da3fc52e14</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9217 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
