aboutsummaryrefslogtreecommitdiff
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Fixed Windows build, int32_t is already defined in stdint.h.•••Add GnuTLS support for Windows. Made NSIS script include extra DLL files if supplied and include the conf/aliases and conf/modules example configuration files. Added make_gnutls_cert.bat to generate GnuTLS certificates on Windows. Fixed typo in gnutlscert.pm. Gravatar Adam2012-07-093-1/+26
* Updated example config path in Windows NSI scriptGravatar Adam2012-07-011-1/+1
* Remove unused channelmanagerGravatar attilamolnar2012-06-301-2/+0
* fgets(): refer to the buffer size (no literals)Gravatar Sir Poggles2012-06-121-5/+5
* resource.rc: update copyright to 2012Gravatar Robby-2012-04-201-1/+1
* Replace copyright headers with headers granting specific authors copyrightGravatar Robby-2012-04-1910-59/+176
* Fixes for bug #12Gravatar Justin Crawford2012-04-142-5/+5
* Remove some unused filesGravatar Adam2012-04-093-43/+0
* Removed old VC90 project files, renamed the VC 2010 project files to not have...Gravatar Adam2012-04-097-2951/+6
* Remove outdated references to SVN.Gravatar Peter Powell2012-04-091-1/+1
* Fix extras compilation under WindowsGravatar Adam2011-06-1811-7287/+2725
* Final fixups for a working Windows buildGravatar Adam2011-06-089-550/+90
* Fix timers never being ticked on windowsGravatar Adam2011-05-211-1/+1
* Fixed Windows build on VS 2010Gravatar Adam2011-04-106-38/+82
* Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12550 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-231-2/+0
* Remove excessive gettimeofday system calls•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12293 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-01-182-3/+4
* Remove IOCP socket engine•••IOCP has been experimental since its introduction, and has not worked correctly for some time. Since we have no windows developer, remove the dead code. Most of the advantages of IOCP are not used by an ircd process regardless: we do not use threads for our client processing, and we add an extra copy operation that eliminates any gain from OS-level buffer reuse. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11970 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-10-241-15/+2
* Fix for memory leak when gui is attached, submitted and fixed by GreenReaper,...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11936 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-10-211-6/+9
* comment fix..•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11935 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-211-1/+1
* Update VC project file for latest changes to sources.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11903 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-181-144/+340
* Text fix.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11893 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-171-1/+1
* Fix up finding dns server to use for windows to match latest configreader cha...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11892 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-172-20/+29
* change vc70.pdb to vc90.pdb.. just cosmetic..•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11862 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-121-9/+9
* Clean up the compile flags a little. BTW windows now builds again.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11860 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-121-9/+9
* Add mode headers.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11854 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-121-0/+68
* Define DISABLE_WRITEV and use the IOHook single-copy method for Windows send()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11848 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-10-122-32/+1
* More adds, now I should have all the new stuff down.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11845 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-111-0/+8
* Re-enable removal of a tmp file that was left out for debug.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11844 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-111-1/+1
* Remove some redundant headers from VS project file.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11842 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-111-208/+4
* Add new files and headers recently introduced.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11841 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-111-0/+12
* Include psapi.h to fix stats.cpp compiling.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11840 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-111-0/+1
* Remove the -Dssize_t declaration now its typedeffed.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11836 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-111-3/+3
* Some fixes to the VS project file.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11834 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-111-132/+104
* Some fixes for the VS project file. Spanningtree builds again.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11829 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-111-73/+53
* 3rd time lucky? Fix again for setsockopt.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11825 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-102-8/+0
* Slight tweak to setsockopt fix.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11824 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-102-0/+8
* * Fix inspsocket to not include uio.h on windows.•••* Wrap writev and some structs to fix inspsocket compile on win. * Fix a few compile errors due to latest trunk changes in win32wrapper code. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11822 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-102-5/+40
* Compile fixes for latest changes to trunk.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11821 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-101-2/+2
* uhm, remove my debug output :)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11819 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-101-1/+0
* Add building of inspircd_version.h to windows port and remove the overlapping...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11818 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-10-101-11/+51
* Remove InspIRCd* parameters and fields•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-09-264-16/+11
* Bump a number of version numbers.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11676 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-09-053-7/+7
* Strip SUPPORT_IP6LINKS #define•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11572 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-09-011-8/+0
* Exclude modules from build on release mode too.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11549 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-08-311-0/+1312
* vs2010 projects too.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11526 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-08-153-0/+1678
* win: Add vs2010 SLN.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11525 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-08-151-0/+51
* win: vs2010 requires this to link in process memory retrieval stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11521 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-08-151-0/+9
* win: don't define error constants on VS2009, they're defined for us (finally)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11520 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-08-151-6/+8
* Fixes for config reader•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11504 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-08-121-2/+1
* Missed removing m_testcommand.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11484 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-08-041-12/+0