summaryrefslogtreecommitdiff
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Patch from GreenReaper to fix gradual memory leak while gui is attached ↵Gravatar brain2009-10-211-6/+9
| | | | | | through bad use of vtProp etc. Thanks tons! :-) git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@11937 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport r11549 from trunk - Exclude modules from build on release mode too.Gravatar peavey2009-08-311-0/+1312
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@11550 e03df62e-2008-0410-955e-edbf42e46eb7
* vs2010 projects too.Gravatar w00t2009-08-153-0/+1678
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11526 e03df62e-2008-0410-955e-edbf42e46eb7
* win: Add vs2010 SLN.Gravatar w00t2009-08-151-0/+51
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11525 e03df62e-2008-0410-955e-edbf42e46eb7
* win: vs2010 requires this to link in process memory retrieval stuffGravatar w00t2009-08-151-0/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11521 e03df62e-2008-0410-955e-edbf42e46eb7
* win: don't define error constants on VS2009, they're defined for us (finally)Gravatar w00t2009-08-151-6/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11520 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes for config readerGravatar danieldg2009-08-121-2/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11504 e03df62e-2008-0410-955e-edbf42e46eb7
* Missed removing m_testcommand.Gravatar peavey2009-08-041-12/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11484 e03df62e-2008-0410-955e-edbf42e46eb7
* Updates for added/removed files.Gravatar peavey2009-08-041-1597/+237
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11483 e03df62e-2008-0410-955e-edbf42e46eb7
* Hooray unused variables. Thanks MSVC.Gravatar w00t2009-08-031-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11480 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix types on Windows. Hooray for not supporting stdint.h. Thanks to Special.Gravatar w00t2009-08-031-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11471 e03df62e-2008-0410-955e-edbf42e46eb7
* We dont support these compilers any moreGravatar brain2009-08-026-11596/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11468 e03df62e-2008-0410-955e-edbf42e46eb7
* I am sure i deleted these beforeGravatar brain2009-08-022-109/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11467 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix our getops implementation on windows. Have optind available, and make ↵Gravatar peavey2009-08-022-8/+10
| | | | | | sure it always points to the next entry in the argv list as described by POSIX. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11466 e03df62e-2008-0410-955e-edbf42e46eb7
* Forget to remove a #endifGravatar peavey2009-08-021-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11461 e03df62e-2008-0410-955e-edbf42e46eb7
* No forget using windows' broken inet_pton and inet_ntop, they are not POSIX ↵Gravatar peavey2009-08-022-9/+8
| | | | | | compliant and just causes more compile errors. We use our own, period. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11460 e03df62e-2008-0410-955e-edbf42e46eb7
* Since Windows SDK6.0a inet_pton and inet_ntop is defined if (NTDDI_VERSION ↵Gravatar peavey2009-08-022-0/+6
| | | | | | | | >= NTDDI_LONGHORN). I found a similar fix in pythons socketcode and thus think this is fine. Fixes the breakage Brain mentions in r11407. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11459 e03df62e-2008-0410-955e-edbf42e46eb7
* Use correct behavior (as per C++) for 'delete NULL' on windows; found by ↵Gravatar special2009-07-191-2/+4
| | | | | | Adam and CyberBotX git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11443 e03df62e-2008-0410-955e-edbf42e46eb7
* more fixes. inet_pton is now in error, this is because the windows 6.0 sdk ↵Gravatar brain2009-06-121-2/+3
| | | | | | defines it, we need some kind of ifdef or something around this to not define our own if we have the 6.0 SDK. Again i will check this if i have chance, otherwise... :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11407 e03df62e-2008-0410-955e-edbf42e46eb7
* rollback r11326, we're going to make vc9 the officially supported windows ↵Gravatar peavey2009-04-231-1/+1
| | | | | | build methods since the few of us doing win dev can't keep up maintaining the others. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11327 e03df62e-2008-0410-955e-edbf42e46eb7
* Heres the beef so farGravatar brain2009-04-231-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11326 e03df62e-2008-0410-955e-edbf42e46eb7
* more of the fix but it still doesnt build. I know we said this might be ↵Gravatar brain2009-03-251-1/+1
| | | | | | unstable, but when writing *windows* code can you all please make sure it BUILDS on windows??? git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11261 e03df62e-2008-0410-955e-edbf42e46eb7
* usleep() is no longer needed, and should not be needed in the futureGravatar danieldg2009-03-232-12/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11252 e03df62e-2008-0410-955e-edbf42e46eb7
* This is a nicer fix, and we are seen to be explicitly freeing the BSTR ↵Gravatar brain2009-03-201-39/+46
| | | | | | values, which explicitly shows any reader of the code that this is a leak prevention measure git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11239 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove an old class member here that is no longer used and has been ↵Gravatar brain2009-03-201-33/+0
| | | | | | commented out for months git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11238 e03df62e-2008-0410-955e-edbf42e46eb7
* This needs a test compile, i do not have my laptop to hand to do this. May ↵Gravatar brain2009-03-201-2/+1
| | | | | | break win32 build. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11237 e03df62e-2008-0410-955e-edbf42e46eb7
* Update all wiki links to point to the new wiki. This was done automatically ↵Gravatar psychon2009-03-158-8/+8
| | | | | | | | | with the following command, only .Makefile.inc got some indent fixups by hand. for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix win32 build issue.Gravatar w00t2009-03-101-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11204 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow this to handle RC style namesGravatar brain2009-02-081-4/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11063 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix some stuff for nationalcharsGravatar brain2009-02-081-0/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11058 e03df62e-2008-0410-955e-edbf42e46eb7
* Update headers for 2009Gravatar peavey2009-02-012-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11021 e03df62e-2008-0410-955e-edbf42e46eb7
* Update copyrights for 2009.Gravatar w00t2009-01-028-8/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
* Place CRT debug defines in win32wrapper.h, so they are defined everywhere. ↵Gravatar w00t2008-12-271-0/+7
| | | | | | This was also incorrectly inside an ifndef WINDOWS, and hadbeen for a while. (oops.) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10917 e03df62e-2008-0410-955e-edbf42e46eb7
* Update solutionsGravatar brain2008-11-231-36/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10816 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix installer to work with the new name for the test confsGravatar brain2008-11-232-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10815 e03df62e-2008-0410-955e-edbf42e46eb7
* start upload in a seperate dos windowGravatar brain2008-11-221-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10814 e03df62e-2008-0410-955e-edbf42e46eb7
* I have managed to do this without giving away any hostnames or usernames, so ↵Gravatar brain2008-11-223-0/+60
| | | | | | this is secure enough to be part of subversion. still wont release unless you have the correctly named winscp and putty profiles set to the right places, though git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10813 e03df62e-2008-0410-955e-edbf42e46eb7
* Add auto build step for site release. The actual batch file that does this ↵Gravatar brain2008-11-225-12/+4437
| | | | | | wont be included in the build as it contains information relating to the webservers, users who want to do their own site release can roll their own batchfile. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10812 e03df62e-2008-0410-955e-edbf42e46eb7
* Redo removal of m_services crap.. temp/ dir readded per jdhore..Gravatar w00t2008-10-312-40/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10764 e03df62e-2008-0410-955e-edbf42e46eb7
* Revert "Remove m_services and documentation relating to it. Also remove ↵Gravatar w00t2008-10-312-0/+40
| | | | | | | | | conf/temp/ (??)" This reverts commit 500fec7ed0c02df7f4086f1827eaae1167a9ecd9. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10763 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove m_services and documentation relating to it. Also remove conf/temp/ (??)Gravatar w00t2008-10-312-40/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10762 e03df62e-2008-0410-955e-edbf42e46eb7
* Update nsis installer scripts with new example confs and test.confGravatar brain2008-10-192-0/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10681 e03df62e-2008-0410-955e-edbf42e46eb7
* Windows compile fixes for RLineGravatar brain2008-09-221-20/+60
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10591 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge vc90 update patch from IronLegend, thanksGravatar brain2008-09-174-44/+741
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10555 e03df62e-2008-0410-955e-edbf42e46eb7
* Patch by dz to remove the one usage of strdup/strtok_r, which is very un-C++ ↵Gravatar special2008-09-142-68/+0
| | | | | | behavior (and silly, since we have sepstream) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10543 e03df62e-2008-0410-955e-edbf42e46eb7
* fixed a /MT to be /MDGravatar brain2008-09-091-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10484 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix windows project filesGravatar brain2008-09-071-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10461 e03df62e-2008-0410-955e-edbf42e46eb7
* fixes so m_sqloper builds on winGravatar brain2008-09-061-0/+216
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10421 e03df62e-2008-0410-955e-edbf42e46eb7
* Auto update modules from src/modules/extra by recopying them in configure if ↵Gravatar brain2008-09-061-0/+40
| | | | | | they exist also in src/modules git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10420 e03df62e-2008-0410-955e-edbf42e46eb7
* sql api and m_mysql compile fixes for windowsGravatar brain2008-09-052-0/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10393 e03df62e-2008-0410-955e-edbf42e46eb7