summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-08-25Bounds checking on IsModeSet, etc, to stop silly problemsw00t
2008-08-25Implement /who 1d t (search for who matches for users connected for a given t...w00t
2008-08-25Add opt_time to WHO (will be /who +t flag) and clean the fuck up CommandWho::...w00t
2008-08-25Add and document <permchannels> block for m_permchannels, which creates a cha...w00t
2008-08-25Allow Channel::SetTopic with a NULL user record, which sets a blank topic.w00t
2008-08-25Fixes to make poll(2) socket engine work properlyw00t
2008-08-25Numerous changes to make this build..w00t
2008-08-25Add poll to build system if kqueue/epoll/ports are not used, above select.w00t
2008-08-25Fixes, this can't be taken directly from 1.1w00t
2008-08-25Forward-port poll socket engine as it seems reasonably stable, and half-hack ...w00t
2008-08-24Forward-port r10257, fixes bug #599 reported by mixx941.w00t
2008-08-24Forward port r10255: prevent redundant mode changes (thanks to mixx941 for my...w00t
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-24work in progressbrain
2008-08-24Remove m_proxyscan; not functional and not targetted at 1.2 release anywayw00t
2008-08-23Forward port r10234, thanks psychonw00t
2008-08-23Move unused code to the bottom of the filew00t
2008-08-23Fix bug that would cause tags to be ignored (etc), thanks dzw00t
2008-08-23Convert m_chanlog from using logfile output (dangerous, not really that usefu...w00t
2008-08-23Remove (unnecessary) compiler warning bypass; we don't need to assign TreeSoc...w00t
2008-08-23Remove unused itab arrayw00t
2008-08-23nuke some debug not needed anymorepeavey
2008-08-22Actually call OnSendSnotice event.w00t
2008-08-22Actually, we did manage to make a faster match than znc, when casemapping is ...w00t
2008-08-22Add OnSendSnotice(char &, std::string &, const std::string &) to modify/block...w00t
2008-08-22Add even more edge case matching tests (they all pass yay)peavey
2008-08-22There is no breakage here *jedi mind trick*w00t
2008-08-22Match with the right args at least..w00t
2008-08-22Nuke last references to MatchTextw00t
2008-08-22Match conversion stuff.w00t
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-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-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-20We can finally have percent cpu in the stats z on windows now, same as it is ...brain
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