summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-08-21match() is no longer a function+no header, now a static method of InspIRCd cl...w00t
2008-08-21Patch submitted by Dagonet that improves detection of gnutls and opensslbrain
2008-08-21fixesbrain
2008-08-21zap the evil externs, and comment the lotbrain
2008-08-21Typow00t
2008-08-21Don't even touch remote joins.w00t
2008-08-21Use ERR_BANNEDFROMCHAN, not ERR_TOOMANYCHANNELSw00t
2008-08-21comments to explain wtf 'ENTRYPOINT' is where main() should be. In the future...brain
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-20We can finally have percent cpu in the stats z on windows now, same as it is ...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-18Apply to clictx toobrain
2008-08-18Forward-port r10160: openssl partial write fucking shit up, add Namegduf to c...w00t
2008-08-18Increase the size of the matrix for map drawing to 250x250brain
2008-08-17Fix const_iterator issue in m_callerid (when did we alter this?)brain
2008-08-17These are not percentagesbrain
2008-08-17Add OnParameterMissing to modehandler, called when the mode handler should ha...brain
2008-08-17Another edge case suggested by peavey (passes)brain
2008-08-17Fix missing bounds checks in wildcard.cpp causing crash in bug #590 and relatedbrain
2008-08-12Drift now has to be >= 3 secs in either direction to trigger a warning, this ...brain
2008-08-10Fix bug #555 : <options:deprotectothers> now works correctly, and applies to ...aquanight
2008-08-10Fix RPL_NAMREPLY sometimes fucking upw00t
2008-08-10Fix checks on GetExt everywhere its used.peavey
2008-08-10Forward port r10133.peavey
2008-08-09Unbreak compile for real.aquanight
2008-08-09Unbreak compile..w00t
2008-08-09Add translation type TR_CUSTOM, and fix up callerid some.aquanight
2008-08-09Fix for bug #583 reported by Deyan, thanks for the heads upbrain
2008-08-07I am a retard, mixx941 is my godw00t
2008-08-07Don't add duplicate invitesw00t
2008-08-07Implement <options:invitebypassmodes>, optionally circumvent +blk if invited ...w00t
2008-08-07Restrict uninvitew00t
2008-08-07Rethink that. Remove noinvite since it's essentially useless now, so we have ...w00t
2008-08-07Use correct char in exemption.. could lead to chanops being exempted incorrec...w00t
2008-08-07Add module implementing +A and extban +b A: which explicitly allow users to u...w00t
2008-08-07Always deny invite to users below halfop status, move OnUserPreInvite up to a...w00t
2008-08-07Fix two modules set VF_COMMON incorrectly, closes bug #587w00t
2008-08-07Fix incorrect numerics, closes bug #588w00t