summaryrefslogtreecommitdiff
path: root/win/inspircd_win32wrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Header update: 2007 -> 2008•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8695 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-101-1/+1
* the minidump stuff is only available in 5.1 dbghelp.dll which is xp and above...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8370 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-261-65/+0
* * Backported crash dumping system for Win32 - see 1.2 log for a full description•••* Fixed new m_ident compile under Win32 git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8016 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-09-041-0/+65
* * Fixed bug in m_banredirect where removing a ban on a channel with maxbans s...•••* Fixed win32 compiling (forgot to backport the #pragma linker directive) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7734 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-08-171-0/+2
* Remove a whole load of #ifdef as we can now use gettimeofday.•••If we add a wrapper for getrusage, then we can remove a ton more git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7726 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-151-0/+12
* OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7456 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-161-1/+513
* 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7454 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-161-513/+1
* Ok windows.. YOU WIN :< .. but at least I can use MAXBUF now and configure wi...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7452 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-161-0/+89
* Begone evil DOS format :<•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7449 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-161-424/+424
* And add colour.h to wrapper resource instead of the source.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7448 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-161-1/+0
* Use colours.h in win_wrapper and also add __COLOURS_H define.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7444 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-161-0/+1
* Remove printf_c from wrapper, this code also segfaulted when it was used.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7443 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-161-66/+0
* - Fix for a bug in the win32 inet_ptoa implementation causing CIDR parsing to...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7307 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-06-141-0/+7
* Remove unused var•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7267 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-111-1/+0
* Comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7250 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-061-1/+14
* Change the behaviour of insp in windows to keep its window open, with some st...•••Also, add somewhat of a hack to cut down on allocation time taken to map windows fd to a posix style fd in iocp engine. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7217 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-021-1/+32
* Two things, document how InspIRCd finds the dns server ip on windows if you d...•••and have win32 default to 127.0.0.1 for dns queries in the very unlikely chance you have no network interfaces active. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7129 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-241-1/+1
* Comment on how we came up with this code, and comment it•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7116 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-221-2/+9
* Tidyup•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7114 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-221-21/+18
* Code to find nameservers in the windows registry - largely untested•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7113 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-221-0/+68
* Fix warnings•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7092 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-1/+1
* Coding style tidyup. PLEASE don't let vs assrape this again.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7079 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-201-125/+118
* Helps if I add the w32 specific code, too. :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7044 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-191-0/+375