aboutsummaryrefslogtreecommitdiffstats
path: root/src/win32
Commit message (Expand)AuthorAgeFilesLines
* 3.2.10.7Gravatar Bram Matthys2016-09-031-1/+1
* Add dialog box. That should be the last change for 3.2.10.6. I hope.Gravatar Bram Matthys2015-12-111-0/+7
* UnrealIRCd 3.2.10.6 releaseGravatar Bram Matthys2015-12-111-4/+16
* UnrealIRCd 3.2.10.5 releaseGravatar Bram Matthys2015-08-161-1/+1
* 3.2.10.4Gravatar Bram Matthys2014-07-261-1/+1
* Prepare for 3.2.10.3Gravatar Bram Matthys2014-05-311-1/+1
* Update win32 installerGravatar Bram Matthys2013-11-221-3/+2
* Windows installer: require Visual Studio 2012 Redist. package•••Unfortunately we can no longer auto-download so we send the user to a microsoft.com page when the package seems not installed. Hopefully most users will have it installed though... Gravatar Bram Matthys2013-11-201-123/+10
* update versionGravatar Bram Matthys2013-11-201-1/+1
* Various fixes, more info later.Gravatar Bram Matthys2013-11-201-2/+2
* Bump version to 3.2.10.1 & update release notes.Gravatar Bram Matthys2013-04-051-1/+1
* - Windows: Fix strange linking bug. Outgoing connects from a Windows••• IRCd caused a garbled SERVER protocol message, causing 'cannot find server' errors and killing of users. Reported by Sunkat (#4183). Gravatar Bram Matthys2013-04-041-1/+0
* Bump version in all source/include/text filesGravatar Bram Matthys2012-12-251-1/+1
* - Update version to 3.2.10-rc1Gravatar Bram Matthys2012-10-161-1/+1
* various win32 fixes:•••- Disable USE_POLL on Windows, since it doesn't work with XP and has no advantage anyway. Reported by nenolod (#4129). - Various updates to makefile.win32 and .iss file, found during building new versions of zlib, openssl, and curl. Gravatar Bram Matthys2012-10-151-4/+4
* - Remove old reference to networks/ directory from Windows installerGravatar Bram Matthys2012-08-171-1/+0
* - Win32 installer: Latest InnoSetup no longer supports Windows 95/98,••• so update Minversion to make the .iss compile. Gravatar Bram Matthys2012-06-241-1/+1
* - Win32 installer (SSL): Uncheck 'create certificate' checkbox when••• server.cert.pem exists, and check it if the file doesn't exist. You can still change the setting, just the default is correct now. The code for this was already there but was not working correctly causing users to go through the generation process upon each install. Gravatar Bram Matthys2012-06-241-4/+10
* - Fix win32 installer: apparently it sometimes complained about not having•••- the Visual C++ 2008 redistributable package installed when this was not true. Gravatar Bram Matthys2012-03-301-3/+9
* ** 3.2.9 release **Gravatar Bram Matthys2011-11-051-1/+1
* ** 3.2.9-rc2 release ** + last-minute fix #0004028Gravatar Bram Matthys2011-07-182-1/+4
* - Windows installer: if an SSL certificate already exists, then don't check••• the 'create SSL certificate' by default. Patch from goldenwolf (#3965). Gravatar Bram Matthys2010-12-291-1/+16
* ** 3.2.9-rc1 release **Gravatar Bram Matthys2010-12-151-1/+1
* - Win32: show missing /INFO in GUIGravatar Bram Matthys2010-12-123-1/+12
* Major win32 build system cleanup:•••- 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 Gravatar Bram Matthys2010-12-129-15/+10
* - Win32 installer: Make it so a user can no longer accidentally check both••• 'install as service' and 'encrypt SSL certificate', as they are incompatible (a service cannot ask a user to enter a password). - Win32 installer: Fixed long outstanding problem with some Vista / Windows 7 installations, which has to do with file permissions of the Unreal3.2 folder. Symptoms were error messages such as: Unable to create file 'tmp/10D9D743.commands.dll': Permission denied But also failing to create SSL certificates, nothing being logged, etc. This is now fixed by setting write access on the Unreal3.2 folder to the user running the install, unless the user chooses not to use this new option (it can be unchecked), in which case the user is warned that he should take care of this himself. Reported by various persons, special thanks to Bock and goldenwolf for helping us to track down this issue (#0003943). Gravatar Bram Matthys2010-11-151-0/+39
* - Fix references to motd and friends in src/win32.Gravatar binki2010-07-091-1/+0
* - Fix references in src/win32 to aMotd to now be to aMotdFile.Gravatar binki2010-07-091-3/+1
* - Replaced some coders@lists.unrealircd.org references with bugs.unrealircd.org.•••- Update/add some .cvsignore files. Gravatar binki2010-06-211-6/+7
* - Added error message for unknown directives in the "files" block•••- 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. Gravatar binki2010-06-161-2/+2
* - Applied patch from ohnobinki (#0003863) which makes run-time configuration••• of files (tune, pid, motd) possible. Gravatar Bram Matthys2009-11-221-17/+17
* - Fix /VERSION output on Windows, especially for Vista and newer Windows,••• patch from BuHHunyx and Bock (#0003846). Gravatar Bram Matthys2009-05-134-48/+320
* - Comitted windows fix that was put in 3.2.8.1 for installerGravatar Bram Matthys2009-05-131-57/+138
* - Fixed (serious) security issue regarding allow::options::noident,••• reported by meepmeep (#0003852). ** 3.2.8.1 release ** Gravatar Bram Matthys2009-04-122-2/+2
* ** 3.2.8 release **Gravatar Bram Matthys2009-03-011-1/+1
* ** 3.2.8-rc2 release **Gravatar Bram Matthys2009-01-251-1/+1
* ** 3.2.8-rc1 release **Gravatar Bram Matthys2008-12-281-1/+1
* - Win32: rebuild TRE for Vstudio 2008 (and ditch C++ / MSVCP... dependency).Gravatar Bram Matthys2008-12-242-0/+0
* The following patch has been REVERSED - causes a 15s delay on-boot in non-ser...•••- Win32: Made UnrealIRCd run as a service under non-privileged accounts (ones that do not belong to the Administrator group). Reported by skyflash, Bock, zer, etc... Thanks to BuHHunyx for some hints on how to fix this. Gravatar Bram Matthys2008-12-241-19/+4
* - Win32: Made UnrealIRCd run as a service under non-privileged accounts••• (ones that do not belong to the Administrator group). Reported by skyflash, Bock, zer, etc... Thanks to BuHHunyx for some hints on how to fix this. Gravatar Bram Matthys2008-12-231-4/+19
* - Upgraded c-ares on windows to 1.6.0 as well.Gravatar Bram Matthys2008-12-191-0/+0
* doneGravatar stskeeps2007-07-131-1/+1
* - Applied #0003144 patch by Bock, fixing win32 install and suchGravatar stskeeps2007-07-101-36/+32
* - Win32 library updates from BockGravatar stskeeps2007-06-273-0/+0
* - Updated release notes, mass-change of version number, no code changes.•••** 3.2.6 release ** Gravatar Bram Matthys2006-12-221-1/+1
* ** 3.2.6-rc3 release **Gravatar Bram Matthys2006-12-201-1/+1
* ** 3.2.6-rc2 release **Gravatar Bram Matthys2006-12-161-1/+1
* ** 3.2.6-rc1 release **Gravatar Bram Matthys2006-11-301-1/+1
* - fix for above (c-ares win32 lib)Gravatar Bram Matthys2006-11-261-0/+0
* - upgraded windows c-ares (areslib.lib) as well.Gravatar Bram Matthys2006-11-251-0/+0