summaryrefslogtreecommitdiff
path: root/win
AgeCommit message (Expand)Author
2008-08-28this new stuff in m_ssl_gnutls is NOT in our spec! probably shouldnt be eithe...brain
2008-08-27s/ /\t/w00t
2008-08-27Fix retarded windows linefeeds (brain >:()w00t
2008-08-27remove the testing debug settingbrain
2008-08-25Tidy up in the nsis scripts, how it installs the service and removes it (hide...brain
2008-08-24Some commentsbrain
2008-08-24EWW windows linefeedsbrain
2008-08-24Use the error name constants here now rather than magic numbers. magic number...brain
2008-08-24Properly name the windows service error constants and put proper descriptions...brain
2008-08-24No names for the service specific errors, probably wont ever name them as the...brain
2008-08-24Properly give the service specific exit code on failure to start. Now we just...brain
2008-08-24Movebrain
2008-08-24work in progressbrain
2008-08-22EWWW windows line endings!brain
2008-08-21fixesbrain
2008-08-21zap the evil externs, and comment the lotbrain
2008-08-21detect if the process has an interactive session (if its started as a service...brain
2008-08-21add service install and remove calls to installer.brain
2008-08-21add text explanations of the error messages that can occur when adding or rem...brain
2008-08-21change startup type from SERVICE_DEMAND_START to SERVICE_AUTO_START so that i...brain
2008-08-21make service log on as local service builtin account again. There was no issu...brain
2008-08-21now works 'enough' to progress further. Can start and stop the service and it...brain
2008-08-21add support for windows service. This now is part of inspircd itself being as...brain
2008-08-20properly coreexport the getcpu() function etcbrain
2008-08-20fix memory leak in new wmi stuff and comment it. Lots of kittens are killed b...brain
2008-08-20Checks to make sure that WMI initialises, if it doesnt we return -1 for CPU p...brain
2008-08-20WMI calls for getting cpu percentage of current process. This code was a biat...brain
2008-08-19Add support for uptime in win32 named pipe databrain
2008-08-06add missing modules to the vc80 project filesbrain
2008-08-06fix compile errors under debug profile in windows.brain
2008-07-26Update nsis installer scripts to new path of config filesbrain
2008-07-20Fixes to make win32 build againbrain
2008-06-18more fixesbrain
2008-06-18more fixesbrain
2008-06-18Measure bandwidth statistics from the socket engine (kiloBITS per second in, ...brain
2008-06-18Add the rest of the stuff for named pipe comms, including feedback informatio...brain
2008-06-15IPC now provides feedback via the named pipe, right now the data is just the ...brain
2008-06-15IPC now works for receiving one-byte commands in the same manner as the mails...brain
2008-06-15Base stuff for named pipe IPCbrain
2008-06-14Fix m_shun as per bug #560 reported by Casey, thanksbrain
2008-06-13Win32 compilation fixesbrain
2008-05-25Remove the limits from here toobrain
2008-05-20A few minor fixes, some copy constructor stuff, misnamed channelmanager const...brain
2008-05-15Make FD_SETSIZE larger. We wont ever have this many users via select() on win...brain
2008-05-13Microsoft, in their "infinite wisdom" decide to have no sensible naming conve...brain
2008-05-12Fix wildcard matching in win32, seems that incrementing an iterator dereferen...brain
2008-04-29Backport fix for stripcolour not stripping colour codes, reported by jackmcba...brain
2008-04-21Fix stray /MD that should be /MPbrain
2008-04-21Fix to use dll in debug buildbrain
2008-04-21Set runtimes correctly, thanks :-)brain