| Commit message (Expand) | Author | Age | Files | Lines |
| * | 3.2.10.7 | Bram Matthys | 2016-09-03 | 1 | -1/+1 |
| * | Add dialog box. That should be the last change for 3.2.10.6. I hope. | Bram Matthys | 2015-12-11 | 1 | -0/+7 |
| * | UnrealIRCd 3.2.10.6 release | Bram Matthys | 2015-12-11 | 1 | -4/+16 |
| * | UnrealIRCd 3.2.10.5 release | Bram Matthys | 2015-08-16 | 1 | -1/+1 |
| * | 3.2.10.4 | Bram Matthys | 2014-07-26 | 1 | -1/+1 |
| * | Prepare for 3.2.10.3 | Bram Matthys | 2014-05-31 | 1 | -1/+1 |
| * | Update win32 installer | Bram Matthys | 2013-11-22 | 1 | -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...
| Bram Matthys | 2013-11-20 | 1 | -123/+10 |
| * | update version | Bram Matthys | 2013-11-20 | 1 | -1/+1 |
| * | Various fixes, more info later. | Bram Matthys | 2013-11-20 | 1 | -2/+2 |
| * | Bump version to 3.2.10.1 & update release notes. | Bram Matthys | 2013-04-05 | 1 | -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).
| Bram Matthys | 2013-04-04 | 1 | -1/+0 |
| * | Bump version in all source/include/text files | Bram Matthys | 2012-12-25 | 1 | -1/+1 |
| * | - Update version to 3.2.10-rc1 | Bram Matthys | 2012-10-16 | 1 | -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.
| Bram Matthys | 2012-10-15 | 1 | -4/+4 |
| * | - Remove old reference to networks/ directory from Windows installer | Bram Matthys | 2012-08-17 | 1 | -1/+0 |
| * | - Win32 installer: Latest InnoSetup no longer supports Windows 95/98,••• so update Minversion to make the .iss compile.
| Bram Matthys | 2012-06-24 | 1 | -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.
| Bram Matthys | 2012-06-24 | 1 | -4/+10 |
| * | - Fix win32 installer: apparently it sometimes complained about not having•••- the Visual C++ 2008 redistributable package installed when this was not true.
| Bram Matthys | 2012-03-30 | 1 | -3/+9 |
| * | ** 3.2.9 release ** | Bram Matthys | 2011-11-05 | 1 | -1/+1 |
| * | ** 3.2.9-rc2 release ** + last-minute fix #0004028 | Bram Matthys | 2011-07-18 | 2 | -1/+4 |
| * | - Windows installer: if an SSL certificate already exists, then don't check••• the 'create SSL certificate' by default. Patch from goldenwolf (#3965).
| Bram Matthys | 2010-12-29 | 1 | -1/+16 |
| * | ** 3.2.9-rc1 release ** | Bram Matthys | 2010-12-15 | 1 | -1/+1 |
| * | - Win32: show missing /INFO in GUI | Bram Matthys | 2010-12-12 | 3 | -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
| Bram Matthys | 2010-12-12 | 9 | -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).
| Bram Matthys | 2010-11-15 | 1 | -0/+39 |
| * | - Fix references to motd and friends in src/win32. | binki | 2010-07-09 | 1 | -1/+0 |
| * | - Fix references in src/win32 to aMotd to now be to aMotdFile. | binki | 2010-07-09 | 1 | -3/+1 |
| * | - Replaced some coders@lists.unrealircd.org references with bugs.unrealircd.org.•••- Update/add some .cvsignore files.
| binki | 2010-06-21 | 1 | -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.
| binki | 2010-06-16 | 1 | -2/+2 |
| * | - Applied patch from ohnobinki (#0003863) which makes run-time configuration••• of files (tune, pid, motd) possible.
| Bram Matthys | 2009-11-22 | 1 | -17/+17 |
| * | - Fix /VERSION output on Windows, especially for Vista and newer Windows,••• patch from BuHHunyx and Bock (#0003846).
| Bram Matthys | 2009-05-13 | 4 | -48/+320 |
| * | - Comitted windows fix that was put in 3.2.8.1 for installer | Bram Matthys | 2009-05-13 | 1 | -57/+138 |
| * | - Fixed (serious) security issue regarding allow::options::noident,••• reported by meepmeep (#0003852).
** 3.2.8.1 release **
| Bram Matthys | 2009-04-12 | 2 | -2/+2 |
| * | ** 3.2.8 release ** | Bram Matthys | 2009-03-01 | 1 | -1/+1 |
| * | ** 3.2.8-rc2 release ** | Bram Matthys | 2009-01-25 | 1 | -1/+1 |
| * | ** 3.2.8-rc1 release ** | Bram Matthys | 2008-12-28 | 1 | -1/+1 |
| * | - Win32: rebuild TRE for Vstudio 2008 (and ditch C++ / MSVCP... dependency). | Bram Matthys | 2008-12-24 | 2 | -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.
| Bram Matthys | 2008-12-24 | 1 | -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.
| Bram Matthys | 2008-12-23 | 1 | -4/+19 |
| * | - Upgraded c-ares on windows to 1.6.0 as well. | Bram Matthys | 2008-12-19 | 1 | -0/+0 |
| * | done | stskeeps | 2007-07-13 | 1 | -1/+1 |
| * | - Applied #0003144 patch by Bock, fixing win32 install and such | stskeeps | 2007-07-10 | 1 | -36/+32 |
| * | - Win32 library updates from Bock | stskeeps | 2007-06-27 | 3 | -0/+0 |
| * | - Updated release notes, mass-change of version number, no code changes.•••** 3.2.6 release **
| Bram Matthys | 2006-12-22 | 1 | -1/+1 |
| * | ** 3.2.6-rc3 release ** | Bram Matthys | 2006-12-20 | 1 | -1/+1 |
| * | ** 3.2.6-rc2 release ** | Bram Matthys | 2006-12-16 | 1 | -1/+1 |
| * | ** 3.2.6-rc1 release ** | Bram Matthys | 2006-11-30 | 1 | -1/+1 |
| * | - fix for above (c-ares win32 lib) | Bram Matthys | 2006-11-26 | 1 | -0/+0 |
| * | - upgraded windows c-ares (areslib.lib) as well. | Bram Matthys | 2006-11-25 | 1 | -0/+0 |