summaryrefslogtreecommitdiff
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Fixes to make win32 build again•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10051 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-07-202-8/+12
* more fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9922 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-181-4/+3
* more fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9921 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-181-3/+4
* Measure bandwidth statistics from the socket engine (kiloBITS per second in, ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9918 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-181-0/+6
* Add the rest of the stuff for named pipe comms, including feedback informatio...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9913 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-183-52/+102
* IPC now provides feedback via the named pipe, right now the data is just the ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9912 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-151-7/+19
* IPC now works for receiving one-byte commands in the same manner as the mails...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9911 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-151-11/+33
* Base stuff for named pipe IPC•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9910 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-156-34/+129
* Fix m_shun as per bug #560 reported by Casey, thanks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9905 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-141-0/+40
* Win32 compilation fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9904 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-131-8/+0
* Remove the limits from here too•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9803 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-251-38/+1
* A few minor fixes, some copy constructor stuff, misnamed channelmanager const...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9780 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-201-0/+60
* Make FD_SETSIZE larger. We wont ever have this many users via select() on win...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9726 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-151-1/+1
* Microsoft, in their "infinite wisdom" decide to have no sensible naming conve...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9720 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-131-0/+20
* Fix wildcard matching in win32, seems that incrementing an iterator dereferen...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9706 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-121-0/+4
* Backport fix for stripcolour not stripping colour codes, reported by jackmcba...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9592 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-291-6/+0
* Fix stray /MD that should be /MP•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9569 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-211-1/+1
* Fix to use dll in debug build•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9568 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-211-31/+31
* Set runtimes correctly, thanks :-)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9567 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-211-3/+3
* Add VC9 projects. I cant maintain these, i will be reliant on patches from ot...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9566 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-214-0/+5847
* Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9565 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-212-33/+40
* Add hand-crafted resource script, contains version information and icon defin...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9556 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-203-66/+110
* Stray newline•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9551 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-191-2/+1
* Extract and run the vs redistributable to $TEMP, not to install dir. saves us...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9549 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-192-5/+10
* Bundle vcredist_x86.exe here too•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9546 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-192-0/+4
* Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9533 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-185-89/+592
* Add operator new[] and delete[], otherwise we can and will get crashes on usi...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9532 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-172-2/+15
* Revert back to /MT, this shit isnt working and its too late to think straight•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9523 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-162-9/+8
* /MT -> /MD•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9522 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-162-9/+10
* Rebase modules a meg higher than command objects so they dont collide•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9520 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-161-1/+1
* Automatic rebasing of load addresses for .so files on windows, thanks to Gree...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9519 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-163-0/+63
* Correct indentation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9486 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-131-14/+14
* Eliminate now-pointless label•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9483 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-131-5/+0
* Whack code duplication•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9481 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-131-4/+3
* Whack gotos here too•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9480 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-131-9/+12
* Fix 4-space indents :<•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9479 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-131-26/+26
* Windows fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9475 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-131-1/+1
* Mapping for mkdir() to _mkdir() for windows•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9473 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-121-0/+3
* Apply brain's patch for binary safety of hash providers, and remove rehash fr...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9441 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-091-4/+0
* Add protocolinterface.* and privmsg.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9369 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-051-0/+12
* Windows fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9368 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-051-4/+4
* Update sln•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9296 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-22/+42
* Remove MAXCLIENTS, this is supported at runtime by the softlimit anyway.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9265 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-021-11/+0
* Patch by brain; Fix crash when no parameters are given when introducing a rem...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9237 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2008-03-313-21/+5
* Support IPV6 links in configure•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9100 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-151-3/+10
* Sucky nsis•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9060 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-022-12/+12
* Make this use the environment variable defined %TEMP% dir, rather than hard c...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9055 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-021-6/+9
* Why the fuck are standard functions all prefixed with a _ on windows???•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9046 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-261-0/+1
* #define _popen popen•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9036 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-261-0/+4
* Change object output filename for spanningtree's server.cpp and modules.cpp f...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9008 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-221-0/+16