]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/hashcomp.cpp
Add support for blocking tag messages with the deaf mode.
[user/henk/code/inspircd.git] / src / hashcomp.cpp
2008-03-29 w00tCast this to const unsigned char, not just unsigned...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-05 fezfixed std:: stuff
2008-02-03 w00tClear up header insanity
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-08-23 brainAdd some stuff to change how we process a token sepeper...
2007-08-23 brainFix for irc::sepstream for when there are multiple...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-02 brainWe know this worked... i think.
2007-07-02 specialstd::string does not need a null terminator..
2007-06-14 brainFixed fencepost
2007-06-13 brainFixes for tokenization oddness with metadata, and weird...
2007-06-09 brainChange some = "" to clear() and some == "" to .empty()
2007-05-19 brainVisual studio's ability to translate tabs to four space...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-04-18 peaveyAdd trim() to hashcomp to trail leading and traling...
2007-04-02 brainThis needs some general QA-ing. Add support to new...
2007-03-10 brainFix the operator== for irc::string -> std::string to...
2007-02-25 brainFixes and optimizations
2007-02-25 brainAdd max line length value to modestacker, so that it...
2007-02-22 specialAdded sepstream::GetRemaining()
2007-02-07 brainIdent fixes,
2007-01-20 specialFixed (rewrote) m_http_client's URL parsing, it is...
2006-12-16 peaveyMake irc::spacify take 'const char*' instead of 'char*'
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-13 brainChange m_watch to use hash_map rather than map, because...
2006-12-11 brainirc::string assign(std::string&)
2006-12-11 peaveyFix case insensitive compare (operator ==) between...
2006-12-02 specialI don't know if anything actually uses this, but irc...
2006-11-18 brainFix a major whoopsie in that class i just added. It...
2006-11-18 brainReduce size of max number of bytes in a bitfield from...
2006-11-17 brainRemove some debug, add some comments, throw exception...
2006-11-17 brainFix this so it works, passes test case. Provide a metho...
2006-11-17 brainAdd irc::dynamicbitmask class. Feel free to take a...
2006-11-11 brainAllow checking of overlapped ports. A bit of sensible...
2006-11-11 braindont use local vars and lose state
2006-11-11 brainHandle out of range port numbers without stopping parsi...
2006-11-11 brainAdd irc::portparser, a class to parse port ranges in...
2006-10-26 brainTweak hash generation to make it faster
2006-10-22 brainMore stringently fit the RFC1459 BNF diagrams
2006-10-03 brainNew helper class irc::stringjoiner - it pwns you.
2006-10-02 brainSeems to work now
2006-10-02 brainAdd more features to modestacker so that we can stack...
2006-10-02 brainMore efficient modestacker
2006-10-02 brainmodestacker class, stacks modes and returns a string...
2006-09-19 brainChange type to size_t so that 64 bit platforms dont...
2006-09-19 brainAdapt to use std::string::const_iterator
2006-09-19 brainUse ++x not x++, to more closely match what stl does
2006-09-19 brainULTRA FAST HASH FUNCTION :p
2006-09-17 brainTurn irc::commasepstream into a base class, irc::sepstr...
2006-09-10 brainMove Spacify() into irc:: namespace as multiple modules...
2006-09-09 brainI'll give you ##TOAST, :p
2006-09-03 brainWe now have a test module that can dump someones certif...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-28 brainMove trailing space stripping to only strip from non...
2006-08-18 brainMove lowermap[] into a pre-initialised const array...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainMove whowas into InspIRCd
2006-08-10 brainMake it more readable
2006-08-10 brainMuch faster hash<string> for case-insensitive hashing...
2006-08-10 brainMove strlower into nspace namespace where hash<std...
2006-08-10 brainMove the socket functions like insp_ntoa into their...
2006-08-06 brainRemove trailing spaces from input in irc::ircsepstream
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-08-01 brainMove to entirely using insp_sockaddr and insp_inaddr...
2006-07-16 brainCreated new class irc::commasepstream.
2006-07-16 omconst the std::string reference in tokenstream's constr...
2006-07-16 brainImproved this a lot
2006-07-16 brainThis should be faster, we read it like a stream now...
2006-07-16 brainirc::tokenstream is a token parser which using std...
2006-07-15 brainRemoved GCC2 checks as we havent supported gcc2 for...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-21 brainTidyup: (unsigned) cast to more explicit (unsigned...
2006-03-09 brainChanged to unsigned char to get rid of warnings
2006-03-09 brainlowertab -> lowermap
2006-03-09 brainImproved strhashcomp with no allocations
2006-02-19 brainAIEEE fucking overloaded operators
2006-02-19 brainMore tweaks
2006-02-19 brainTweaks
2006-02-19 brainAdded + and == operators between std::string and irc...
2006-02-03 omAdd operators >> and << for irc::string and i/ostreams...
2006-02-03 brainImproved inaddr_hashcomp
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-05-30 brainStarted on -Wall - safe compile
2005-05-29 brainFixed lengths
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainUpdated to keep lowermap const within hashcomp.cpp
2005-05-15 brainUpdated strhashcomp to use irc::string internally rathe...
2005-05-15 brainMoved StrHashComp and InAddr_HashComp into the irc...
2005-05-15 brainAdded irc::string
2005-05-15 brainAdded comments to hashcomp.cpp
2005-05-15 brainGCC 3.4/4.0 fixes
2005-05-15 brainsorted hashcomp etc
2005-05-15 brainMaking sure this is compatible with GCC3.4/4.x
2005-05-15 brain(Untested) added hashcomp.cpp, seperates out the stl...