<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/unrealircd/unrealircd.git/include/sys.h, branch master</title>
<subtitle>https://github.com/unrealircd/unrealircd.git</subtitle>
<id>https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/atom/include/sys.h?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/atom/include/sys.h?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/'/>
<updated>2013-11-24T19:22:56Z</updated>
<entry>
<title>fixed typo preventing a compile, reported by rfrederick (#4245).</title>
<updated>2013-11-24T19:22:56Z</updated>
<author>
<name>Bram Matthys</name>
</author>
<published>2013-11-24T19:22:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=f17eca1154b88c8b73b1053bfa5eed66a5b88402'/>
<id>urn:sha1:f17eca1154b88c8b73b1053bfa5eed66a5b88402</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for OS X so it can actually compile. Reported by QIXOZL (#4236).</title>
<updated>2013-11-24T10:30:18Z</updated>
<author>
<name>Bram Matthys</name>
</author>
<published>2013-11-24T10:30:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=bb545c7cbe4619460f5ad73af4e10ace13bb210c'/>
<id>urn:sha1:bb545c7cbe4619460f5ad73af4e10ace13bb210c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Fix missing #include &lt;stdint.h&gt;. Fixes compile error on OpenBSD</title>
<updated>2010-12-21T04:53:05Z</updated>
<author>
<name>binki</name>
</author>
<published>2010-12-21T04:53:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=9f710925f8b2ec127110a5228c19d194df8c40d8'/>
<id>urn:sha1:9f710925f8b2ec127110a5228c19d194df8c40d8</id>
<content type='text'>
  reported by CuleX (#3977).
</content>
</entry>
<entry>
<title>forgot to remove an #ifndef</title>
<updated>2010-12-12T16:37:34Z</updated>
<author>
<name>Bram Matthys</name>
</author>
<published>2010-12-12T16:37:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=1309531df8c55cdf948b466dec0db7786e3017bb'/>
<id>urn:sha1:1309531df8c55cdf948b466dec0db7786e3017bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Major win32 build system cleanup:</title>
<updated>2010-12-12T16:32:55Z</updated>
<author>
<name>Bram Matthys</name>
</author>
<published>2010-12-12T16:32:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=58260b3917e8d8c22c6a33d8b83620673e1ce7eb'/>
<id>urn:sha1:58260b3917e8d8c22c6a33d8b83620673e1ce7eb</id>
<content type='text'>
- Win32: Attempt to move to 100% winsock2 (the include, to be precise),
  this means includes have to be in a very particular order (!)
- Win32: #define _WIN32_WINNT 0x0501 and force our own inet_ntop/pton,
  otherwise you get an ntop runtime error on XP and earlier.
- Win32: Get rid of c-ares includes and library in our tree, and use the
  DLL instead of static LIB, just like we do for ssl and zlib.
- Win32: Get rid of TRE lib and includes
- Win32: reorder includes to fix winsock errors with curl
</content>
</entry>
<entry>
<title>- Don't use sys/errno.h, as it's not POSIX and breaks on QNX-6.5.0. (#3955)</title>
<updated>2010-09-07T15:39:47Z</updated>
<author>
<name>binki</name>
</author>
<published>2010-09-07T15:39:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=a744b9b2127bd858821e1bf8a7659f0fc028cc86'/>
<id>urn:sha1:a744b9b2127bd858821e1bf8a7659f0fc028cc86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Added error message for unknown directives in the "files" block</title>
<updated>2010-06-16T05:44:15Z</updated>
<author>
<name>binki</name>
</author>
<published>2010-06-16T05:44:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=06e807130c70a3674f447e66590585e1e32cf4ee'/>
<id>urn:sha1:06e807130c70a3674f447e66590585e1e32cf4ee</id>
<content type='text'>
- Remote MOTD support. Not adequately tested. Required restructuring of the asynchronous download callback and handler.
- Added some consts throughout url.c, etc.
- Fix segfault where the an include directive specifies a URL and cURL follows redirects, resulting in a different resultant URL. The remote includes code would look for the an include block using the resultant URL and assume that it would be found. The new code searches differently, has new checks, and ignores the resultant URL.
- Removed duplicated m_motd() and friends that were both in modules and s_serv.c. The copies in s_serv.c (core) were overriding the in-module functions.
</content>
</entry>
<entry>
<title>- The OS version output is now taken from uname() at runtime instead of</title>
<updated>2008-08-09T14:56:34Z</updated>
<author>
<name>Bram Matthys</name>
</author>
<published>2008-08-09T14:56:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=d10223fc2eb38400f0009f94c494034712cbdaa7'/>
<id>urn:sha1:d10223fc2eb38400f0009f94c494034712cbdaa7</id>
<content type='text'>
  'uname -a' at compile time. This fixes bug #1438 and #3320 reported by
  Mouse and Monk, where because of previous behavior the IRCd sometimes
  would not compile in certain environments.
</content>
</entry>
<entry>
<title>- Fixed Mac OS X issue where "access denied" errors were encountered when</title>
<updated>2007-09-25T15:23:27Z</updated>
<author>
<name>Bram Matthys</name>
</author>
<published>2007-09-25T15:23:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=62af4dd7a088a5ab85a64d984f84fe1faa20997d'/>
<id>urn:sha1:62af4dd7a088a5ab85a64d984f84fe1faa20997d</id>
<content type='text'>
  trying to read unrealircd.conf. All due to strange chmod() behavior. We now no
  longer try to set permissions on Mac OS X. Patch provided by Tibby (#3489).
</content>
</entry>
<entry>
<title>- IPv6: Added configure check for in6addr_any to fix Fedora Core 4 compile problem,</title>
<updated>2005-07-25T21:11:27Z</updated>
<author>
<name>Bram Matthys</name>
</author>
<published>2005-07-25T21:11:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=3b84610599390649920e39d7d6b92917852076b6'/>
<id>urn:sha1:3b84610599390649920e39d7d6b92917852076b6</id>
<content type='text'>
  reported by wheatie80 (#2594).
</content>
</entry>
</feed>
