| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright headers. | InspIRCd Robot | 2026-06-05 | 1 | -1/+1 |
| * | Update copyright headers. | InspIRCd Robot | 2024-11-02 | 1 | -1/+1 |
| * | Remove some unnecessary uses of <iostream>. | Sadie Powell | 2024-09-16 | 1 | -6/+4 |
| * | Update copyright headers. | InspIRCd Robot | 2024-06-14 | 1 | -1/+1 |
| * | Fix a conversion warning in win32service. | Sadie Powell | 2024-06-07 | 1 | -1/+1 |
| * | Update copyright headers. | InspIRCd Robot | 2024-06-07 | 1 | -1/+1 |
| * | Simplify the codes that InspIRCd can exit with.•••The custom codes that InspIRCd exits with are not very useful and can confuse init systems like systemd which assume that certain
exit codes mean certain things. INSPIRCD_BINARY_EXIT was a workaround
for this in v3 but considering thatsers have to check the logs anyway
so we may as well just use EXIT_SUCCESS and EXIT_FAILURE.
| Sadie Powell | 2023-07-13 | 1 | -7/+6 |
| * | Yet more stylistic fixes. | Sadie Powell | 2022-12-01 | 1 | -1/+1 |
| * | Fix various cases of the &* being next to the name instead of type. | Sadie Powell | 2022-09-29 | 1 | -2/+2 |
| * | Switch from NULL to nullptr. | Sadie Powell | 2022-07-22 | 1 | -8/+8 |
| * | Slim the included headers down more. | Sadie Powell | 2022-01-26 | 1 | -4/+3 |
| * | Update copyright headers. | InspIRCd Robot | 2021-08-27 | 1 | -0/+1 |
| * | Code refactor and minor fix (#1879) | Herman | 2021-06-12 | 1 | -2/+2 |
| * | Update copyright headers. | InspIRCd Robot | 2021-05-14 | 1 | -1/+0 |
| * | Fix a bunch of weird indentation and spacing issues. | Sadie Powell | 2021-04-27 | 1 | -1/+1 |
| * | Fix a bunch of really obvious unnecessary includes. | Sadie Powell | 2021-03-05 | 1 | -1/+0 |
| * | Update copyright headers. | InspIRCd Robot | 2021-03-05 | 1 | -1/+1 |
| * | Fixes by misspell-fixer | InspIRCd Robot | 2020-04-21 | 1 | -1/+1 |
| * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -1/+5 |
| * | Use exit code EXIT_STATUS_SERVICE on Windows when exiting because of a servic... | attilamolnar | 2013-06-18 | 1 | -1/+1 |
| * | Merge inspircd_{config,version}.h into a single header file. | Peter Powell | 2013-04-05 | 1 | -1/+1 |
| * | Win32: Rewrite the service wrapper•••Edited original commit to pass MAX_PATH as nSize to GetModuleFileNameA() instead of 101 after approval from author @ChrisTX (Attila Molnar)
Fixes #404 reported by @crchauffe
| ChrisTX | 2013-03-25 | 1 | -274/+168 |
| * | Fix thread handle leak in StartServiceThread() | attilamolnar | 2012-12-03 | 1 | -2/+3 |
| * | Fix broken RetrieveLastError()•••- FORMAT_MESSAGE_IGNORE_INSERTS flag wasn't used and we never pass insertion parameters, this could cause FormatMessage() to fail
- The return value of FormatMessage() wasn't checked, if it returned zero (failure) then RetrieveLastError() returned garbage if err[] wasn't initialized previously
| attilamolnar | 2012-12-03 | 1 | -1/+3 |
| * | Replace printf(_c) with iostream | ChrisTX | 2012-10-14 | 1 | -8/+9 |
| * | Windows: In-depth cleanup (see details)•••-Fix x64 builds for Windows. Now all configurations compile.
-Remove the non-working rebase stuff.
-Remove the Windows fork hack and instead use FreeConsole() to emulate the behavior. This directly allows us to compile with ASLR, which is turned on now.
-Remove the old IPC mechanism for the removed GUI. This is not needed anymore as the GUI wasn't ever supported on anything newer than 1.2
-Remove the WIN32/WINDOWS macros. _WIN32 is supported on all x86-based VC++ targets, so that's what we need.
-Enable optimizations for release builds.
-De-duplicate printf_c(), it was previously copy-pasted into colors.h for configure
-Add the VC++ specific bad files in .gitignore
-Disable PID writing on Windows. This is only making sense for *nix builds.
-Replace the CPU usage retrieval with an algorithm analogous to the *nix behavior. Also supports separated now/total values. (Tested with a dummy busy loop - seems working)
-Removed certain unused functions and variables
-Remove stdint defines from the windows wrapper
-Remove CRT debug alloc. This is a bad idea as it would define a macro to replace free which breaks builds.
-Re-evaluated the warnings list, commented it.
-Moved inspircd_config/_version to include/ to match *nix
-Removed the creation of inspircd_se_config, as it isn't used at all.
-Made non-git builds show as "r0" instead of "r" (thanks to @SaberUK for pointing this out)
-Fixed up m_spanningtree's project paths. Now all configurations (debug/release x86/x64) have been tested and build properly.
-Moved FindDNS out of the wrapper and matched its log behavior with *nix. (It's pointless having it in the wrapper after the recent slimming down)
-Replaced random/srandom wrappers with a mechanism that tries to use Windows' Random API first is no SSL module is loaded.
-Removed more old junk from support for compilers older than VC++ 2010 (we don't have project files for these, so compiling them would be hard anyways)
-Removed the unused ClearConsole()
-Removed unused includes from the wrapper. Also, do not include psapi.h here if we don't link psapi.lib. This should be done where appropriate.
-Made inet_aton an inline function for increased performance
-C4800, performance warning about bool forcing, resolved at all occurrences.
-C4701, uninitialized variable 'cached', resolved at all occurrences.
-dlerror() was migrated out of the wrapper for more thread safety (no global buffer being shared) and increased performance.
-Removed the wrong CRT debug flags. This drains a lot of performance.
-Removed the clock_gettime/gettimeofday wrappers
-Replaced all TCHAR/ANSI mix-ups of functions with the correct respective function.
-Added a block of C4355 for < VS2012
-Update project files for c870714
| ChrisTX | 2012-10-12 | 1 | -16/+24 |
| * | Replace copyright headers with headers granting specific authors copyright | Robby- | 2012-04-19 | 1 | -8/+15 |
| * | Fix extras compilation under Windows | Adam | 2011-06-18 | 1 | -1/+1 |
| * | Hooray unused variables. Thanks MSVC.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11480 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-08-03 | 1 | -1/+0 |
| * | Update all wiki links to point to the new wiki. This was done automatically w...•••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
| psychon | 2009-03-15 | 1 | -1/+1 |
| * | Update copyrights for 2009.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-01-02 | 1 | -1/+1 |
| * | Windows compile fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10343 e03df62e-2008-0410-955e-edbf42e46eb7
v1.2.0a6 | brain | 2008-08-28 | 1 | -0/+1 |
| * | remove the testing debug setting•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10311 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-27 | 1 | -2/+2 |
| * | Some comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10261 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-24 | 1 | -1/+2 |
| * | Use the error name constants here now rather than magic numbers. magic number...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10253 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-24 | 1 | -10/+10 |
| * | Properly name the windows service error constants and put proper descriptions...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10251 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-24 | 1 | -5/+5 |
| * | No names for the service specific errors, probably wont ever name them as the...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10245 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-24 | 1 | -5/+5 |
| * | Properly give the service specific exit code on failure to start. Now we just...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10240 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-24 | 1 | -4/+7 |
| * | work in progress•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10238 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-24 | 1 | -15/+41 |
| * | EWWW windows line endings!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10223 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-22 | 1 | -333/+333 |
| * | fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10207 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-21 | 1 | -1/+0 |
| * | zap the evil externs, and comment the lot•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10205 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-21 | 1 | -17/+23 |
| * | detect if the process has an interactive session (if its started as a service...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10199 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-21 | 1 | -8/+23 |
| * | add text explanations of the error messages that can occur when adding or rem...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10197 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-21 | 1 | -23/+36 |
| * | change startup type from SERVICE_DEMAND_START to SERVICE_AUTO_START so that i...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10196 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-21 | 1 | -1/+1 |
| * | make service log on as local service builtin account again. There was no issu...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10195 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-21 | 1 | -2/+18 |
| * | now works 'enough' to progress further. Can start and stop the service and it...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10194 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-21 | 1 | -4/+4 |
| * | add support for windows service. This now is part of inspircd itself being as...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10193 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-21 | 1 | -0/+295 |