Age | Commit message (Expand) | Author |
2008-08-24 | Properly give the service specific exit code on failure to start. Now we just... | brain |
2008-08-24 | Move | brain |
2008-08-24 | work in progress | brain |
2008-08-22 | EWWW windows line endings! | brain |
2008-08-21 | fixes | brain |
2008-08-21 | zap the evil externs, and comment the lot | brain |
2008-08-21 | detect if the process has an interactive session (if its started as a service... | brain |
2008-08-21 | add service install and remove calls to installer. | brain |
2008-08-21 | add text explanations of the error messages that can occur when adding or rem... | brain |
2008-08-21 | change startup type from SERVICE_DEMAND_START to SERVICE_AUTO_START so that i... | brain |
2008-08-21 | make service log on as local service builtin account again. There was no issu... | brain |
2008-08-21 | now works 'enough' to progress further. Can start and stop the service and it... | brain |
2008-08-21 | add support for windows service. This now is part of inspircd itself being as... | brain |
2008-08-20 | properly coreexport the getcpu() function etc | brain |
2008-08-20 | fix memory leak in new wmi stuff and comment it. Lots of kittens are killed b... | brain |
2008-08-20 | Checks to make sure that WMI initialises, if it doesnt we return -1 for CPU p... | brain |
2008-08-20 | WMI calls for getting cpu percentage of current process. This code was a biat... | brain |
2008-08-19 | Add support for uptime in win32 named pipe data | brain |
2008-08-06 | add missing modules to the vc80 project files | brain |
2008-08-06 | fix compile errors under debug profile in windows. | brain |
2008-07-26 | Update nsis installer scripts to new path of config files | brain |
2008-07-20 | Fixes to make win32 build again | brain |
2008-06-18 | more fixes | brain |
2008-06-18 | more fixes | brain |
2008-06-18 | Measure bandwidth statistics from the socket engine (kiloBITS per second in, ... | brain |
2008-06-18 | Add the rest of the stuff for named pipe comms, including feedback informatio... | brain |
2008-06-15 | IPC now provides feedback via the named pipe, right now the data is just the ... | brain |
2008-06-15 | IPC now works for receiving one-byte commands in the same manner as the mails... | brain |
2008-06-15 | Base stuff for named pipe IPC | brain |
2008-06-14 | Fix m_shun as per bug #560 reported by Casey, thanks | brain |
2008-06-13 | Win32 compilation fixes | brain |
2008-05-25 | Remove the limits from here too | brain |
2008-05-20 | A few minor fixes, some copy constructor stuff, misnamed channelmanager const... | brain |
2008-05-15 | Make FD_SETSIZE larger. We wont ever have this many users via select() on win... | brain |
2008-05-13 | Microsoft, in their "infinite wisdom" decide to have no sensible naming conve... | brain |
2008-05-12 | Fix wildcard matching in win32, seems that incrementing an iterator dereferen... | brain |
2008-04-29 | Backport fix for stripcolour not stripping colour codes, reported by jackmcba... | brain |
2008-04-21 | Fix stray /MD that should be /MP | brain |
2008-04-21 | Fix to use dll in debug build | brain |
2008-04-21 | Set runtimes correctly, thanks :-) | brain |
2008-04-21 | Add VC9 projects. I cant maintain these, i will be reliant on patches from ot... | brain |
2008-04-21 | Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d... | brain |
2008-04-20 | Add hand-crafted resource script, contains version information and icon defin... | brain |
2008-04-19 | Stray newline | brain |
2008-04-19 | Extract and run the vs redistributable to $TEMP, not to install dir. saves us... | brain |
2008-04-19 | Bundle vcredist_x86.exe here too | brain |
2008-04-18 | Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo... | brain |
2008-04-17 | Add operator new[] and delete[], otherwise we can and will get crashes on usi... | brain |
2008-04-16 | Revert back to /MT, this shit isnt working and its too late to think straight | brain |
2008-04-16 | /MT -> /MD | brain |