summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-25This include doesn't exist in 1.2w00t
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-24Some commentsbrain
2008-08-24EWW windows linefeedsbrain
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-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-24Forgot to remove a ,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-24Remove m_proxyscan; not functional and not targetted at 1.2 release anywayw00t
2008-08-23Forward port r10234, thanks psychonw00t
2008-08-23typopeavey
2008-08-23Move unused code to the bottom of the filew00t
2008-08-23Update doc on m_chanlogw00t
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-22EWWW windows line endings!brain
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-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