2008-03-29 |
w00t | Cast this to const unsigned char, not just unsigned... |
blob | commitdiff | raw |
2008-02-20 |
brain | Wheee, mass commit! this adds const stafety, throwing... |
blob | commitdiff | raw | diff to current |
2008-02-05 |
fez | fixed std:: stuff |
blob | commitdiff | raw | diff to current |
2008-02-03 |
w00t | Clear up header insanity |
blob | commitdiff | raw | diff to current |
2008-01-10 |
w00t | Header update: 2007 -> 2008 |
blob | commitdiff | raw | diff to current |
2007-10-22 |
brain | Remove the need for a bunch of the hard coded arrays... |
blob | commitdiff | raw | diff to current |
2007-08-23 |
brain | Add some stuff to change how we process a token sepeper... |
blob | commitdiff | raw | diff to current |
2007-08-23 |
brain | Fix for irc::sepstream for when there are multiple... |
blob | commitdiff | raw | diff to current |
2007-07-16 |
peavey | OOPS! We try again, since I'm smoking craq. LF is 0x0a... |
blob | commitdiff | raw | diff to current |
2007-07-16 |
peavey | 'svn propset -R svn:eol-style CR *' Set to UNIX-style... |
blob | commitdiff | raw | diff to current |
2007-07-02 |
brain | We know this worked... i think. |
blob | commitdiff | raw | diff to current |
2007-07-02 |
special | std::string does not need a null terminator.. |
blob | commitdiff | raw | diff to current |
2007-06-14 |
brain | Fixed fencepost |
blob | commitdiff | raw | diff to current |
2007-06-13 |
brain | Fixes for tokenization oddness with metadata, and weird... |
blob | commitdiff | raw | diff to current |
2007-06-09 |
brain | Change some = "" to clear() and some == "" to .empty() |
blob | commitdiff | raw | diff to current |
2007-05-19 |
brain | Visual studio's ability to translate tabs to four space... |
blob | commitdiff | raw | diff to current |
2007-05-19 |
w00t | Windows support. Tested and working to compile on freeb... |
blob | commitdiff | raw | diff to current |
2007-04-18 |
peavey | Add trim() to hashcomp to trail leading and traling... |
blob | commitdiff | raw | diff to current |
2007-04-02 |
brain | This needs some general QA-ing. Add support to new... |
blob | commitdiff | raw | diff to current |
2007-03-10 |
brain | Fix the operator== for irc::string -> std::string to... |
blob | commitdiff | raw | diff to current |
2007-02-25 |
brain | Fixes and optimizations |
blob | commitdiff | raw | diff to current |
2007-02-25 |
brain | Add max line length value to modestacker, so that it... |
blob | commitdiff | raw | diff to current |
2007-02-22 |
special | Added sepstream::GetRemaining() |
blob | commitdiff | raw | diff to current |
2007-02-07 |
brain | Ident fixes, |
blob | commitdiff | raw | diff to current |
2007-01-20 |
special | Fixed (rewrote) m_http_client's URL parsing, it is... |
blob | commitdiff | raw | diff to current |
2006-12-16 |
peavey | Make irc::spacify take 'const char*' instead of 'char*' |
blob | commitdiff | raw | diff to current |
2006-12-15 |
w00t | Still more massive commit fun. Headers in include/... |
blob | commitdiff | raw | diff to current |
2006-12-15 |
w00t | Jesus, look who's the commit whore today. More header... |
blob | commitdiff | raw | diff to current |
2006-12-13 |
brain | Change m_watch to use hash_map rather than map, because... |
blob | commitdiff | raw | diff to current |
2006-12-11 |
brain | irc::string assign(std::string&) |
blob | commitdiff | raw | diff to current |
2006-12-11 |
peavey | Fix case insensitive compare (operator ==) between... |
blob | commitdiff | raw | diff to current |
2006-12-02 |
special | I don't know if anything actually uses this, but irc... |
blob | commitdiff | raw | diff to current |
2006-11-18 |
brain | Fix a major whoopsie in that class i just added. It... |
blob | commitdiff | raw | diff to current |
2006-11-18 |
brain | Reduce size of max number of bytes in a bitfield from... |
blob | commitdiff | raw | diff to current |
2006-11-17 |
brain | Remove some debug, add some comments, throw exception... |
blob | commitdiff | raw | diff to current |
2006-11-17 |
brain | Fix this so it works, passes test case. Provide a metho... |
blob | commitdiff | raw | diff to current |
2006-11-17 |
brain | Add irc::dynamicbitmask class. Feel free to take a... |
blob | commitdiff | raw | diff to current |
2006-11-11 |
brain | Allow checking of overlapped ports. A bit of sensible... |
blob | commitdiff | raw | diff to current |
2006-11-11 |
brain | dont use local vars and lose state |
blob | commitdiff | raw | diff to current |
2006-11-11 |
brain | Handle out of range port numbers without stopping parsi... |
blob | commitdiff | raw | diff to current |
2006-11-11 |
brain | Add irc::portparser, a class to parse port ranges in... |
blob | commitdiff | raw | diff to current |
2006-10-26 |
brain | Tweak hash generation to make it faster |
blob | commitdiff | raw | diff to current |
2006-10-22 |
brain | More stringently fit the RFC1459 BNF diagrams |
blob | commitdiff | raw | diff to current |
2006-10-03 |
brain | New helper class irc::stringjoiner - it pwns you. |
blob | commitdiff | raw | diff to current |
2006-10-02 |
brain | Seems to work now |
blob | commitdiff | raw | diff to current |
2006-10-02 |
brain | Add more features to modestacker so that we can stack... |
blob | commitdiff | raw | diff to current |
2006-10-02 |
brain | More efficient modestacker |
blob | commitdiff | raw | diff to current |
2006-10-02 |
brain | modestacker class, stacks modes and returns a string... |
blob | commitdiff | raw | diff to current |
2006-09-19 |
brain | Change type to size_t so that 64 bit platforms dont... |
blob | commitdiff | raw | diff to current |
2006-09-19 |
brain | Adapt to use std::string::const_iterator |
blob | commitdiff | raw | diff to current |
2006-09-19 |
brain | Use ++x not x++, to more closely match what stl does |
blob | commitdiff | raw | diff to current |
2006-09-19 |
brain | ULTRA FAST HASH FUNCTION :p |
blob | commitdiff | raw | diff to current |
2006-09-17 |
brain | Turn irc::commasepstream into a base class, irc::sepstr... |
blob | commitdiff | raw | diff to current |
2006-09-10 |
brain | Move Spacify() into irc:: namespace as multiple modules... |
blob | commitdiff | raw | diff to current |
2006-09-09 |
brain | I'll give you ##TOAST, :p |
blob | commitdiff | raw | diff to current |
2006-09-03 |
brain | We now have a test module that can dump someones certif... |
blob | commitdiff | raw | diff to current |
2006-08-30 |
brain | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons... |
blob | commitdiff | raw | diff to current |
2006-08-28 |
brain | Move trailing space stripping to only strip from non... |
blob | commitdiff | raw | diff to current |
2006-08-18 |
brain | Move lowermap[] into a pre-initialised const array... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | Just to mess with om's head, remove helperfuncs.h from... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | Move whowas into InspIRCd |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Make it more readable |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Much faster hash<string> for case-insensitive hashing... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Move strlower into nspace namespace where hash<std... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Move the socket functions like insp_ntoa into their... |
blob | commitdiff | raw | diff to current |
2006-08-06 |
brain | Remove trailing spaces from input in irc::ircsepstream |
blob | commitdiff | raw | diff to current |
2006-08-01 |
brain | The IPV6 stuff compiles now, with compile-correct ipv6... |
blob | commitdiff | raw | diff to current |
2006-08-01 |
brain | Move to entirely using insp_sockaddr and insp_inaddr... |
blob | commitdiff | raw | diff to current |
2006-07-16 |
brain | Created new class irc::commasepstream. |
blob | commitdiff | raw | diff to current |
2006-07-16 |
om | const the std::string reference in tokenstream's constr... |
blob | commitdiff | raw | diff to current |
2006-07-16 |
brain | Improved this a lot |
blob | commitdiff | raw | diff to current |
2006-07-16 |
brain | This should be faster, we read it like a stream now... |
blob | commitdiff | raw | diff to current |
2006-07-16 |
brain | irc::tokenstream is a token parser which using std... |
blob | commitdiff | raw | diff to current |
2006-07-15 |
brain | Removed GCC2 checks as we havent supported gcc2 for... |
blob | commitdiff | raw | diff to current |
2006-04-06 |
w00t | Holy christ that was a LOT OF SPACES. TABS, USE THEM... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
brain | Tidyup: (unsigned) cast to more explicit (unsigned... |
blob | commitdiff | raw | diff to current |
2006-03-09 |
brain | Changed to unsigned char to get rid of warnings |
blob | commitdiff | raw | diff to current |
2006-03-09 |
brain | lowertab -> lowermap |
blob | commitdiff | raw | diff to current |
2006-03-09 |
brain | Improved strhashcomp with no allocations |
blob | commitdiff | raw | diff to current |
2006-02-19 |
brain | AIEEE fucking overloaded operators |
blob | commitdiff | raw | diff to current |
2006-02-19 |
brain | More tweaks |
blob | commitdiff | raw | diff to current |
2006-02-19 |
brain | Tweaks |
blob | commitdiff | raw | diff to current |
2006-02-19 |
brain | Added + and == operators between std::string and irc... |
blob | commitdiff | raw | diff to current |
2006-02-03 |
om | Add operators >> and << for irc::string and i/ostreams... |
blob | commitdiff | raw | diff to current |
2006-02-03 |
brain | Improved inaddr_hashcomp |
blob | commitdiff | raw | diff to current |
2006-01-15 |
brain | Updated copyrights in headers etc using perl inplace... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
brain | Started on -Wall - safe compile |
blob | commitdiff | raw | diff to current |
2005-05-29 |
brain | Fixed lengths |
blob | commitdiff | raw | diff to current |
2005-05-28 |
brain | Fixed fd_Setsize in cygwin |
blob | commitdiff | raw | diff to current |
2005-05-15 |
brain | Changed to use __single_client_alloc, faster on most... |
blob | commitdiff | raw | diff to current |
2005-05-15 |
brain | Updated to keep lowermap const within hashcomp.cpp |
blob | commitdiff | raw | diff to current |
2005-05-15 |
brain | Updated strhashcomp to use irc::string internally rathe... |
blob | commitdiff | raw | diff to current |
2005-05-15 |
brain | Moved StrHashComp and InAddr_HashComp into the irc... |
blob | commitdiff | raw | diff to current |
2005-05-15 |
brain | Added irc::string |
blob | commitdiff | raw | diff to current |
2005-05-15 |
brain | Added comments to hashcomp.cpp |
blob | commitdiff | raw | diff to current |
2005-05-15 |
brain | GCC 3.4/4.0 fixes |
blob | commitdiff | raw | diff to current |
2005-05-15 |
brain | sorted hashcomp etc |
blob | commitdiff | raw | diff to current |
2005-05-15 |
brain | Making sure this is compatible with GCC3.4/4.x |
blob | commitdiff | raw | diff to current |
2005-05-15 |
brain | (Untested) added hashcomp.cpp, seperates out the stl... |
blob | commitdiff | raw | diff to current |
|