summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-26Iteration 5 of wildcard matching. Fixes broken matching for certain condition...peavey
2008-08-26Add test cases that fails current matching, fix to follow soon.peavey
2008-08-26Someone messed this upbrain
2008-08-25Propset svn:keywords Idw00t
2008-08-25Fix build.w00t
2008-08-25Fix a few malformed Id tagsw00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-25Tidy up in the nsis scripts, how it installs the service and removes it (hide...brain
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-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