<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/helperfuncs.cpp, branch v1.2.0fork</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/helperfuncs.cpp?h=v1.2.0fork</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/helperfuncs.cpp?h=v1.2.0fork'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-07-23T18:06:57Z</updated>
<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>
<entry>
<title>'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are auto skipped by svn.</title>
<updated>2007-07-16T17:14:45Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-07-16T17:14:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bab14f0dd2345c9d7dcbc47c918563709e1ac094'/>
<id>urn:sha1:bab14f0dd2345c9d7dcbc47c918563709e1ac094</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7454 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Apply patch from BuildSmart that fixes a few issues on Mac with the logfile path and ircdeamon user.</title>
<updated>2007-06-21T01:30:19Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-06-21T01:30:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=df0c429e4b1d177335a23770999cf4b00dd532d6'/>
<id>urn:sha1:df0c429e4b1d177335a23770999cf4b00dd532d6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7397 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change some = "" to clear() and some == "" to .empty()</title>
<updated>2007-06-09T12:10:12Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-06-09T12:10:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0161215f42ccbfe45d1aef626f830d39486ef699'/>
<id>urn:sha1:0161215f42ccbfe45d1aef626f830d39486ef699</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7263 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Brok.</title>
<updated>2007-05-26T19:58:19Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-05-26T19:58:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f95aa1c2c5fd3020169a45d8b06622173fd15bce'/>
<id>urn:sha1:f95aa1c2c5fd3020169a45d8b06622173fd15bce</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7156 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Reorder includes, dont worry there is method to my madness (i hope)</title>
<updated>2007-05-21T18:22:16Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-05-21T18:22:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c31a4b8b444c460002ea69d2e75f60330897af38'/>
<id>urn:sha1:c31a4b8b444c460002ea69d2e75f60330897af38</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7093 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>- Modify ServerConfig::GetFullProgDir to just return cwd, previously it did a lot of voodoo that was a little hard to grasp, probably didn't quite accomplish what it should have, and broke on windows.</title>
<updated>2007-05-20T12:54:57Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-05-20T12:54:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6ab38d48cad06633bfe5a118c1c5a6877fba6d5a'/>
<id>urn:sha1:6ab38d48cad06633bfe5a118c1c5a6877fba6d5a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7063 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Windows support. Tested and working to compile on freebsd and linux. Next step is to make sure it actually works in windows too. ;p. Add Burlex to contributors.</title>
<updated>2007-05-19T15:56:42Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-05-19T15:56:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9cf56d917d92959701694477f7944d45ad2c38ed'/>
<id>urn:sha1:9cf56d917d92959701694477f7944d45ad2c38ed</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7043 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move IsIdent() into helperfuncs.cpp along with IsNick/IsChannel.</title>
<updated>2007-05-13T18:08:37Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-05-13T18:08:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=74c85f2c45b8207d4aa4b80a97f4c298ede28b56'/>
<id>urn:sha1:74c85f2c45b8207d4aa4b80a97f4c298ede28b56</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7016 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
