summaryrefslogtreecommitdiff
path: root/src/modules/m_httpd.cpp
AgeCommit message (Expand)Author
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-09-11Remove WaitingForWriteEvent, it seems to do *nothing* except confuse things. ...w00t
2008-09-08Growl.w00t
2008-09-08Remove crappy, unsafe (and now unneeded!) casts.w00t
2008-09-08Give httpd a custom listener class, specialised in creating HttpServerSockets.w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-12httpd connection close fixes (these need to be backported to 1.1 at some poin...brain
2008-05-12Skeleton ACL module, and hooks for it. This will provide ip restrictions, pas...brain
2008-05-12Fix wildcard matching in win32, seems that incrementing an iterator dereferen...brain
2008-05-08Make this nicer, rely on the last write event after the Write() that sends al...brain
2008-05-08Remove the timeout stuff, it is not stable and not really required, we are no...brain
2008-03-24And more of thembrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15InspTimer -> Timerw00t
2007-08-27Remove unnecessary header trafficw00t
2007-08-19Added proper header handling, persistant connections, and working timeouts to...special
2007-08-19Fixed a crash within the timeout for m_httpd socketsspecial
2007-07-30Replace blank error pages with an error pagebrain
2007-07-30The macros which tidy up module factories broke m_httpd, fixed.brain
2007-07-23Fix crash on unload of modules with listening sockets -- some situations requ...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-11Fix for bug #347.brain
2007-07-03Removed superfluous semicolonspippijn
2007-06-17Conversionsw00t
2007-06-09A ton more clear() and empty() stuff thats been lingering on the long term to...brain
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-02-09Check for nonexistent filebrain
2007-01-17Mass comment removal.brain
2007-01-07Rename all the classes in m_httpd to be HttpServer etc,brain
2006-12-25Fix m_httpd always crashing in destructor if no active Timeout.peavey
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-10-19Insert massive change here.brain
2006-10-06Tidy up strlens which are not requiredbrain
2006-10-01Now with binary versioning goodnessbrain
2006-09-25And maybe, just maybe, not fuck it up :pbrain
2006-09-25Allow for multiple <http> tags, each with their own index and bound to their ...brain
2006-09-25This doesnt really need to be staticbrain
2006-09-17Automatically make http request type and http version string uppercase, add c...brain
2006-09-15Fix crash on two objects trying to free each other at the same timebrain