<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/cmd_invite.cpp, branch insp2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/cmd_invite.cpp?h=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/cmd_invite.cpp?h=insp2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-10-22T14:13:48Z</updated>
<entry>
<title>Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah well :p</title>
<updated>2007-10-22T14:13:48Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-10-22T14:13:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5d5285f24b1fe306faa2a6d0565ba1cff0f17f11'/>
<id>urn:sha1:5d5285f24b1fe306faa2a6d0565ba1cff0f17f11</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8299 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Another big commit, just to please all my fans out there.. cmd_* -&gt; Command*. Muahaha.</title>
<updated>2007-10-21T21:43:48Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-10-21T21:43:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b669f920eaa9fb795d0a103d724943898a0df4b2'/>
<id>urn:sha1:b669f920eaa9fb795d0a103d724943898a0df4b2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8290 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>In the grand tradition of huge fucking commits:</title>
<updated>2007-10-15T20:59:05Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-10-15T20:59:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b57c7f4e466f72fdd2ac3deca42caa1ea7748338'/>
<id>urn:sha1:b57c7f4e466f72fdd2ac3deca42caa1ea7748338</id>
<content type='text'>
 - chanrec -&gt; Channel
 - userrec -&gt; User
Enjoy.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8204 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>class command_t -&gt; class Command. Whey :D</title>
<updated>2007-10-15T20:55:55Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-10-15T20:55:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=694e307c09334c21aaf1a6c3f0b7b6d95440dd3e'/>
<id>urn:sha1:694e307c09334c21aaf1a6c3f0b7b6d95440dd3e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8203 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Correct wording of message in cmd_invite pointed out by Zaba</title>
<updated>2007-09-28T16:15:31Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-09-28T16:15:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=417b01fe509ea114eb52e2bcf67261e59247e533'/>
<id>urn:sha1:417b01fe509ea114eb52e2bcf67261e59247e533</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8090 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove more unnecessary header traffic</title>
<updated>2007-08-27T15:02:46Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-08-27T15:02:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4bbca0643b56f26f73a05462d226b2dd8871626b'/>
<id>urn:sha1:4bbca0643b56f26f73a05462d226b2dd8871626b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7887 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added new announceinvite setting i discussed briefly with w00t and i like myself:</title>
<updated>2007-08-26T21:15:47Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-26T21:15:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9cd8fe39d58be851d09564ab7f9c5e64fa4e58e5'/>
<id>urn:sha1:9cd8fe39d58be851d09564ab7f9c5e64fa4e58e5</id>
<content type='text'>
#                  The value 'dynamic' varies between 'ops' and 'all' #
#                  settings depending on if the channel is +i or not. #
#                  When the channel is +i, messages go only to ops,   #
#                  and when the channel is not +i, messages go to     #
#                  everyone. In short, the messages will go to every  #
#                  user who has power of INVITE on the channel. This  #
#                  is the recommended setting.                        #


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7841 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add option to set invite announcements to nobody, ops only, or all users, based on options:announceinvites. Part of bug #386, should not be backported.</title>
<updated>2007-08-26T20:43:15Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-26T20:43:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d58d9fb4957168c134ae1e89005ff03154366a2a'/>
<id>urn:sha1:d58d9fb4957168c134ae1e89005ff03154366a2a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7837 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Tidyup a bunch of stuff that was using userrec::modes directly rather than userrec::IsModeSet. Same for chanrec.</title>
<updated>2007-07-23T18:06:57Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-07-23T18:06:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=10ef0fde2e1832f0684ae142a582cb5f032bfe6a'/>
<id>urn:sha1:10ef0fde2e1832f0684ae142a582cb5f032bfe6a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7506 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.</title>
<updated>2007-07-16T17:30:04Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-07-16T17:30:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f2acdbc3820f0f4f5ef76a0a64e73d2a320df91f'/>
<id>urn:sha1:f2acdbc3820f0f4f5ef76a0a64e73d2a320df91f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7456 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
