<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/message.cpp, branch v1.2.9rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/message.cpp?h=v1.2.9rc1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/message.cpp?h=v1.2.9rc1'/>
<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 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>ServerConfig extern moved into class InspIRCd</title>
<updated>2006-08-09T11:33:10Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-09T11:33:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=09afa5085614e0224a296abd082fce205003c3fe'/>
<id>urn:sha1:09afa5085614e0224a296abd082fce205003c3fe</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4808 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>WHEEEEE!!!!!</title>
<updated>2006-08-08T18:59:13Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-08T18:59:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fea1a27cb96a114f698eedcf90401b78406108fb'/>
<id>urn:sha1:fea1a27cb96a114f698eedcf90401b78406108fb</id>
<content type='text'>
All of: Write(), WriteTo(), WriteFrom(), WriteServ() are now methods of userrec.
Write_NoFormat(), WriteTo_NoFormat(), WriteFrom_NoFormat(), WriteServ_NoFormat() are now std::string-taking overloaded methods of the functions above
All modules updated to use new syntax, my fingers hurt :(


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4798 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>
</feed>
