<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/message.h, 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/include/message.h?h=v1.1.0b2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/message.h?h=v1.1.0b2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-08-10T18:04:19Z</updated>
<entry>
<title>Move IsNick, IsIdent into class InspIRCd, update modules that use it.</title>
<updated>2006-08-10T18:04:19Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-10T18:04:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fd2eb26472bcc0b7b144f40523ff820cba82f574'/>
<id>urn:sha1:fd2eb26472bcc0b7b144f40523ff820cba82f574</id>
<content type='text'>
Change message.h to just a #warning saying its deprecated, and remove all use of it from the core :)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4847 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>cmode(), cflags(), cstatus() -&gt; chanrec::GetStatusChar(), chanrec::GetStatusFlags(), chanrec::GetStatus()</title>
<updated>2006-08-10T15:44:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-10T15:44:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dafc021be4f3ad34ca37953de6a0109a161dd165'/>
<id>urn:sha1:dafc021be4f3ad34ca37953de6a0109a161dd165</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4837 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move more stuff into userrec</title>
<updated>2006-08-09T19:56:08Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-09T19:56:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e2b1ad588d34c3d1d0e4e330acef7ca177b13daf'/>
<id>urn:sha1:e2b1ad588d34c3d1d0e4e330acef7ca177b13daf</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4823 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do this itself</title>
<updated>2006-08-09T10:37:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-09T10:37:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6d4128715da39b1e097642a64ee0bd40586d9a38'/>
<id>urn:sha1:6d4128715da39b1e097642a64ee0bd40586d9a38</id>
<content type='text'>
Move:
bool ChangeDisplayedHost(const char* host);
bool ChangeName(const char* gecos);
int CountChannels();
Into userrec		


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4807 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move Blocking/NonBlocking to socket.cpp and make inline</title>
<updated>2006-08-09T10:12:34Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-09T10:12:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0f61489ddb2f54d62c6a59e169901e4a17098230'/>
<id>urn:sha1:0f61489ddb2f54d62c6a59e169901e4a17098230</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4806 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>common_channels -&gt; userrec::SharesChannelWith()</title>
<updated>2006-08-09T10:04:58Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-09T10:04:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e964e2286d78ab691078db40e402f685561ef0ca'/>
<id>urn:sha1:e964e2286d78ab691078db40e402f685561ef0ca</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4805 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>(1) remove CleanAndResolve.</title>
<updated>2006-08-02T11:50:01Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-02T11:50:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1d6b72a5ba80b7f56f20b67b92677ffba3994991'/>
<id>urn:sha1:1d6b72a5ba80b7f56f20b67b92677ffba3994991</id>
<content type='text'>
(2) remove feature of being able to bind hostnames in &lt;bind&gt; tags (it used CleanAndResolve) :p
(3) Fix the stuff in SpanningTree that used CleanAndResolve to validate connecting ip addresses - it now builds an 'allowed ip cache' on rehash/startup instead


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4637 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Tidyup message.cpp, remove some really old craq.</title>
<updated>2006-07-28T12:15:26Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-28T12:15:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0caead69fb08e42608e37ed5368cfdaf3ecf3088'/>
<id>urn:sha1:0caead69fb08e42608e37ed5368cfdaf3ecf3088</id>
<content type='text'>
Improve tidiness of new common_channels function
Add timeout value to blocking CleanAndResolve function


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4572 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Tried to implement sprintf that returns std::string of any size, realized it would scale like unreal scales to ircnet (e.g. it wouldnt!) so took it back out.</title>
<updated>2006-07-18T21:43:37Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-18T21:43:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=983f18f8348c96edd3086e750db29778bec8b042'/>
<id>urn:sha1:983f18f8348c96edd3086e750db29778bec8b042</id>
<content type='text'>
Moved chop() functionality into userrec::AddWriteBuf and make it nicer (no strlen)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4433 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add userrec::HasMode, fix some typos.</title>
<updated>2006-07-08T18:03:30Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-08T18:03:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fc9e00f49299cb3b402406b5f185d5f4af1e9780'/>
<id>urn:sha1:fc9e00f49299cb3b402406b5f185d5f4af1e9780</id>
<content type='text'>
TODO: Make more use of userrec::HasUmode('c') rather than user-&gt;modes['c'-65] *oogly*
Next - get umode +o working!


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4178 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
