<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/wildcard.cpp, branch v1.1.0b2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/wildcard.cpp?h=v1.1.0b2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/wildcard.cpp?h=v1.1.0b2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-08-30T09:03:03Z</updated>
<entry>
<title>Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists</title>
<updated>2006-08-30T09:03:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-30T09:03:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d54fd9b1e6b31f69332a9241b5f17330c0ad61e0'/>
<id>urn:sha1:d54fd9b1e6b31f69332a9241b5f17330c0ad61e0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5080 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move lowermap[] into a pre-initialised const array in hashcomp.h,</title>
<updated>2006-08-18T15:59:23Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-18T15:59:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d546725cb683f010b6090df78a54f6b943efd034'/>
<id>urn:sha1:d546725cb683f010b6090df78a54f6b943efd034</id>
<content type='text'>
get rid of InspIRCd::MakeLowertab()


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4951 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Just to mess with om's head, remove helperfuncs.h from everywhere</title>
<updated>2006-08-11T23:31:13Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-11T23:31:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6050df73f498d05597fb37c6157868df1f6f4db2'/>
<id>urn:sha1:6050df73f498d05597fb37c6157868df1f6f4db2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4900 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move whowas into InspIRCd</title>
<updated>2006-08-11T09:50:16Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-11T09:50:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a5833e654dd99fc2513b17100f0f06d50e75b4a9'/>
<id>urn:sha1:a5833e654dd99fc2513b17100f0f06d50e75b4a9</id>
<content type='text'>
Tidy up lowermap extern (for now, we cant do much but have this as extern)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4876 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move the socket functions like insp_ntoa into their own namespace. They arent really sensible to put into a class, but namespacing them out discourages developers from directly using them without explicitly saing 'using irc::sockets::BindPorts' or whatever first. Some functions such as insp_ntoa are already 'exposed' by headers that use them so 'using irc::sockets::inet_ntoa' isnt required.</title>
<updated>2006-08-10T00:36:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-10T00:36:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d7336f351d9740fc4bfc1289c2b090a0f272d201'/>
<id>urn:sha1:d7336f351d9740fc4bfc1289c2b090a0f272d201</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4828 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow nick!ident@ and ident@ portions in a CIDR mask if given, use match() without CIDR against that portion. This allows for CIDR operhosts while still matching idents (AND CIDR CHANNEL BANS)</title>
<updated>2006-08-06T18:34:39Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-06T18:34:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3e50e674c3aab0827e62d21e75b828bff0e88da7'/>
<id>urn:sha1:3e50e674c3aab0827e62d21e75b828bff0e88da7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4739 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Support CIDR, CIDR zline, /oper and CIDR &lt;connect&gt; tags. NOTE: With CIDR oper, ident field is not supported (yet)</title>
<updated>2006-08-06T16:09:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-06T16:09:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f4a4901fee693791493c340fd380658a24d4cf26'/>
<id>urn:sha1:f4a4901fee693791493c340fd380658a24d4cf26</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4732 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove match/wildcmp wrapper which just casts from const char* to char*, do the cast within wildcmp and rename wildcmp to match.</title>
<updated>2006-07-31T12:30:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-31T12:30:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=11376014e3b8395c46366c7395b0daeddef8ceda'/>
<id>urn:sha1:11376014e3b8395c46366c7395b0daeddef8ceda</id>
<content type='text'>
Remove other  casts by casting  directly to unsigned char* first time around


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4607 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Our optimizations missed a possibility :p</title>
<updated>2006-02-11T19:26:19Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-11T19:26:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fad263cd933b15ee180ed27edf8001938c782c13'/>
<id>urn:sha1:fad263cd933b15ee180ed27edf8001938c782c13</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3166 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixed two unneccessary strlcpy's in the wildcard matching that just were there to lowercase it... we can do this inplace</title>
<updated>2006-02-05T20:52:41Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-05T20:52:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=792f8a011a9aceb3dc0a83770f9b39786f8cc90a'/>
<id>urn:sha1:792f8a011a9aceb3dc0a83770f9b39786f8cc90a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3100 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
