<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_watch.cpp, branch v1.1.6</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_watch.cpp?h=v1.1.6</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_watch.cpp?h=v1.1.6'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-03-15T17:37:25Z</updated>
<entry>
<title>Add third parameter to OnUserQuit (quit reason for opers only) - bump api version</title>
<updated>2007-03-15T17:37:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-15T17:37:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=38ca8be9a3881a3cb3cf6864e67b779ffbab6874'/>
<id>urn:sha1:38ca8be9a3881a3cb3cf6864e67b779ffbab6874</id>
<content type='text'>
Add SetOperQuit and GetOperQuit methods to userrec
Add OPERQUIT command to protocol - bump protocol version
All this is to properly allow hidebans etc to work properly


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6675 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove some debug (im on a crusade to make debug mode useful, but at the same time tolerable for longer term usage on larger nets)</title>
<updated>2007-01-15T23:09:24Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-15T23:09:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3795d18aeecb27f31364c6f32730d0d147819423'/>
<id>urn:sha1:3795d18aeecb27f31364c6f32730d0d147819423</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6355 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Relatively small typo fix</title>
<updated>2006-12-24T00:51:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-24T00:51:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=69b3f63bb1d1dffcc9eaa706041f873a46c999e9'/>
<id>urn:sha1:69b3f63bb1d1dffcc9eaa706041f873a46c999e9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6088 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove global namespacing, makes modules compile FASTAH. Also massive update on headers (change to InspIRCd Development Team, extend copyright to 2007).</title>
<updated>2006-12-15T21:33:22Z</updated>
<author>
<name>w00t</name>
</author>
<published>2006-12-15T21:33:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3a554ef1e9be9dbcf3de3301a4a6c2938d643bea'/>
<id>urn:sha1:3a554ef1e9be9dbcf3de3301a4a6c2938d643bea</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5995 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix m_watch to properly use OnCleanup, and to delete pointer on quit</title>
<updated>2006-12-13T22:48:55Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-13T22:48:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=06149e3f2b56258e76e9c5d5e7f5997a05bdd7f0'/>
<id>urn:sha1:06149e3f2b56258e76e9c5d5e7f5997a05bdd7f0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5984 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Comments</title>
<updated>2006-12-13T20:24:19Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-13T20:24:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cb3571cf32c37a43c71267d1efd5c89fd64762fe'/>
<id>urn:sha1:cb3571cf32c37a43c71267d1efd5c89fd64762fe</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5981 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Turn watchlist back to map. watchlist is small, watchentries is large, only watchentries needs to be hash_map</title>
<updated>2006-12-13T20:08:45Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-13T20:08:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a320a5c787b29baecc2301dab83f885f330794d6'/>
<id>urn:sha1:a320a5c787b29baecc2301dab83f885f330794d6</id>
<content type='text'>
(watchentries is the primary index of whos watching each nick, watchlist is the small nicklist attached to each user)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5980 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change m_watch to use hash_map rather than map, because of the large number of entries we deal with it will usually be faster</title>
<updated>2006-12-13T20:07:08Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-13T20:07:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6bd9e67851ee7294e3529c3d7a4b05aa8601a2e3'/>
<id>urn:sha1:6bd9e67851ee7294e3529c3d7a4b05aa8601a2e3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5979 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Properly fix 'changed nickname from one thats on your notify to one thats not' condition.</title>
<updated>2006-12-13T19:38:12Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-13T19:38:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=15e70c8fe60f6d36120c3e278e391f4909aa3688'/>
<id>urn:sha1:15e70c8fe60f6d36120c3e278e391f4909aa3688</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5977 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Whoops, one too many params</title>
<updated>2006-12-13T19:29:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-13T19:29:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0f0f1844188162bf8fa7f889f95cff7e306543b6'/>
<id>urn:sha1:0f0f1844188162bf8fa7f889f95cff7e306543b6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5976 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
