Age | Commit message (Expand) | Author |
2008-08-26 | formatting.. | peavey |
2008-08-26 | Iteration 5 of wildcard matching. Fixes broken matching for certain condition... | peavey |
2008-08-26 | Add test cases that fails current matching, fix to follow soon. | peavey |
2008-08-26 | Someone messed this up | brain |
2008-08-25 | Fix build. | w00t |
2008-08-25 | Fix a few malformed Id tags | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-25 | Bounds checking on IsModeSet, etc, to stop silly problems | w00t |
2008-08-25 | Implement /who 1d t (search for who matches for users connected for a given t... | w00t |
2008-08-25 | Add opt_time to WHO (will be /who +t flag) and clean the fuck up CommandWho::... | w00t |
2008-08-25 | Add and document <permchannels> block for m_permchannels, which creates a cha... | w00t |
2008-08-25 | Allow Channel::SetTopic with a NULL user record, which sets a blank topic. | w00t |
2008-08-25 | Fixes to make poll(2) socket engine work properly | w00t |
2008-08-25 | Numerous changes to make this build.. | w00t |
2008-08-25 | Add poll to build system if kqueue/epoll/ports are not used, above select. | w00t |
2008-08-25 | Fixes, this can't be taken directly from 1.1 | w00t |
2008-08-25 | Forward-port poll socket engine as it seems reasonably stable, and half-hack ... | w00t |
2008-08-24 | Forward-port r10257, fixes bug #599 reported by mixx941. | w00t |
2008-08-24 | Forward port r10255: prevent redundant mode changes (thanks to mixx941 for my... | w00t |
2008-08-24 | Properly name the windows service error constants and put proper descriptions... | brain |
2008-08-24 | No names for the service specific errors, probably wont ever name them as the... | brain |
2008-08-24 | Properly give the service specific exit code on failure to start. Now we just... | brain |
2008-08-24 | work in progress | brain |
2008-08-24 | Remove m_proxyscan; not functional and not targetted at 1.2 release anyway | w00t |
2008-08-23 | Forward port r10234, thanks psychon | w00t |
2008-08-23 | Move unused code to the bottom of the file | w00t |
2008-08-23 | Fix bug that would cause tags to be ignored (etc), thanks dz | w00t |
2008-08-23 | Convert m_chanlog from using logfile output (dangerous, not really that usefu... | w00t |
2008-08-23 | Remove (unnecessary) compiler warning bypass; we don't need to assign TreeSoc... | w00t |
2008-08-23 | Remove unused itab array | w00t |
2008-08-23 | nuke some debug not needed anymore | peavey |
2008-08-22 | Actually call OnSendSnotice event. | w00t |
2008-08-22 | Actually, we did manage to make a faster match than znc, when casemapping is ... | w00t |
2008-08-22 | Add OnSendSnotice(char &, std::string &, const std::string &) to modify/block... | w00t |
2008-08-22 | Add even more edge case matching tests (they all pass yay) | peavey |
2008-08-22 | There is no breakage here *jedi mind trick* | w00t |
2008-08-22 | Match with the right args at least.. | w00t |
2008-08-22 | Nuke last references to MatchText | w00t |
2008-08-22 | Match conversion stuff. | w00t |
2008-08-22 | Revert automated conversion by Special, as it (unfortunately) neglects some d... | w00t |
2008-08-22 | Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any... | special |
2008-08-21 | match() is no longer a function+no header, now a static method of InspIRCd cl... | w00t |
2008-08-21 | Typo | w00t |
2008-08-21 | Don't even touch remote joins. | w00t |
2008-08-21 | Use ERR_BANNEDFROMCHAN, not ERR_TOOMANYCHANNELS | w00t |
2008-08-21 | comments to explain wtf 'ENTRYPOINT' is where main() should be. In the future... | 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 | We can finally have percent cpu in the stats z on windows now, same as it is ... | brain |