<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_operwho.cpp, branch masterfork</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_operwho.cpp?h=masterfork</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_operwho.cpp?h=masterfork'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2006-07-28T20:45:42Z</updated>
<entry>
<title>Remove m_operwho, no longer required in 1.1 as standard /who can do its job</title>
<updated>2006-07-28T20:45:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-28T20:45:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=51a32f1abd4d16a3127f82851b54e89ecda90269'/>
<id>urn:sha1:51a32f1abd4d16a3127f82851b54e89ecda90269</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4582 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>mass tidyup, change A LOT of stuff to const char** which was char** (such as parameters to commands in handlers)</title>
<updated>2006-07-16T12:18:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-16T12:18:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0757a4a495daabf661ac3b7ab79f0a5ee423abe8'/>
<id>urn:sha1:0757a4a495daabf661ac3b7ab79f0a5ee423abe8</id>
<content type='text'>
which makes the new lineparser work neater with no casts. This also removes tons of casts from other locations
(all in all, ive added 2 casts and removed almost a hundred)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4403 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove references to inspircd_io from these, stop configure making all the modules depend on it too. And remove some more un-needed includes</title>
<updated>2006-04-08T22:33:46Z</updated>
<author>
<name>om</name>
</author>
<published>2006-04-08T22:33:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=77123f4dec9f29105f6c0ceea0262cfe8e9eaa1a'/>
<id>urn:sha1:77123f4dec9f29105f6c0ceea0262cfe8e9eaa1a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3853 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE THEM - we now have no stupid spaces. This was mostly a mass find/replace, so some indentation may be stuffed. Minor issue, though.</title>
<updated>2006-04-06T02:25:20Z</updated>
<author>
<name>w00t</name>
</author>
<published>2006-04-06T02:25:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a7b0c26a4c56440e4bc5ddc6d3ecfeb36089dbb2'/>
<id>urn:sha1:a7b0c26a4c56440e4bc5ddc6d3ecfeb36089dbb2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3838 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Yet more const ref changes</title>
<updated>2006-03-11T15:22:26Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-11T15:22:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=981ca37d6641404548a13623b90438f8f1c87ded'/>
<id>urn:sha1:981ca37d6641404548a13623b90438f8f1c87ded</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3658 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixed to use iterator</title>
<updated>2006-03-09T12:32:53Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-09T12:32:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=09027c63880b48f5cf0f8ce65c61329aaf9439e6'/>
<id>urn:sha1:09027c63880b48f5cf0f8ce65c61329aaf9439e6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3585 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is channel-&gt;HasUser(userrec)</title>
<updated>2006-03-08T23:16:18Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-08T23:16:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=aaf5226111f515f4baa68e95ea6a1db740828ac3'/>
<id>urn:sha1:aaf5226111f515f4baa68e95ea6a1db740828ac3</id>
<content type='text'>
Yeah its the other way around to the old way, but somehow, seems less backwards to me (its also faster)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3560 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Whoops, overriding EVERY command!</title>
<updated>2006-02-26T12:44:55Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-26T12:44:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=303877d781f7140be68d730f78b9e478354ce4df'/>
<id>urn:sha1:303877d781f7140be68d730f78b9e478354ce4df</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3338 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Warning fixes</title>
<updated>2006-02-26T12:36:38Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-26T12:36:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a8c28b88ee411300d2138731da39ce448f9652d7'/>
<id>urn:sha1:a8c28b88ee411300d2138731da39ce448f9652d7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3336 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Missing include</title>
<updated>2006-02-26T12:35:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-26T12:35:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=48637fb5f5f91c8dc3f072f0161879e67e81a302'/>
<id>urn:sha1:48637fb5f5f91c8dc3f072f0161879e67e81a302</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3335 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
