]> jfr.im git - irc/rizon/znc.git/history - HTTPSock.cpp
Write forceserver and webircpassword to conf
[irc/rizon/znc.git] / HTTPSock.cpp
2011-05-21  Uli SchlachterMerge branch 'master' of https://github.com/pfn/znc
2011-04-03  Alexey SokolovMerge branch 'py' of https://github.com/kylef/znc into...
2011-04-03  Uli SchlachterDon't include FileUtils.h in znc.h or Modules.h
2011-02-14  Uli SchlachterMerge branch 'ignore' of https://github.com/kylef/znc
2011-02-14  Alexey SokolovMerge branch 'readme' of https://github.com/kylef/znc...
2011-01-14  psychonOh, shiny... NOT
2011-01-03  psychonHTTPSock: Send Last-Modified headers for static files
2011-01-03  psychonMake CHTTPSock generate a properly formated "Date:...
2010-09-27  psychonCHTTPSock: Fix for latest commit
2010-06-22  psychonRemove CHTTPSock::GetErrorPage()
2010-06-21  cflakesRevert unintended change from revision 2029 and added...
2010-06-19  cflakesFixed an issue identified by Un1matr1x: If you were...
2010-05-01  cflakesWe now trim all leading and trailing spaces from parame...
2010-04-25  psychonHTTPSock: Split up parameter access
2010-04-25  psychonWebmods: Only accept POST requests with a secret parameter
2010-04-04  cflakesDo not expose ZNC's version number through the web...
2010-03-23  cflakesWebMods/HTTPSock: Do not send Set-Cookie headers if...
2010-03-16  psychonCHTTPSock: Print warnings if one tries to send multiple...
2010-03-16  psychonReally fix auth modules
2010-03-15  psychonMake it possible to process HTTP requests async
2010-03-01  prozacxAdded support for cookies and sessions. Logging in...
2010-02-25  psychonRemove --disable-modules
2010-02-19  psychonFix a bunch of style suggestions from cppcheck[1]
2010-02-18  psychonFix all overloaded Csock::ReadData() functions
2010-02-05  prozacxAdded GetPath(), only print headers once, forward decla...
2010-01-24  cflakesFix[1] HTTP Cache-Control headers for static files...
2010-01-06  silverleoIt's 2010, where's my hoverboard?
2009-09-14  psychonWebadmin: Don't include the ZNC version in the basic...
2009-07-21  psychonFix a low impact directory traversal bug
2009-07-06  psychonLimit HTTP POST data size to 1MiB
2009-04-02  psychonFirst argument to CHTTPSock::PrintHeader() should be...
2009-03-31  psychonSwitch some code to use the new return type of GetSize()
2009-03-04  sebastinasSwap some lines in CHTTPSock::ReadLine
2009-03-03  psychonHTTPSock: Remove some code which makes no sense
2009-02-24  psychonHandle newlines in CHTTPSock::GetParam() and strip...
2009-02-23  psychonFix some "uninitialized variable" compiler warning
2009-02-05  psychonHTTPSock: Don't transfer endless static files in PrintF...
2009-02-05  psychonMake webadmin's debug output for ETags more readable
2009-02-04  psychonMake some functions in CHTTPSock pure virtual where...
2009-02-02  psychonHTTPSock: Use TrimLeft() instead of a combination of...
2009-02-02  psychonRemove that useless and more or less unused enum for...
2009-01-25  psychonUse that new define everywhere
2009-01-01  psychonHappy New Year 2009 everyone!
2008-10-12  psychonMake httpsock (and thus webadmin) support client side...
2008-10-04  psychonUse CSocket in webadmin instead of directly using Csock
2008-09-30  kroimonUse CString::Equals() everywhere.
2008-09-30  psychonLimit the maximal read buffer space that is used for...
2008-05-08  psychonMove ChangeDir() and MakeDir() from CUtils to CDir
2008-05-06  psychonUpdate to latest Csocket
2008-04-20  psychonForce a space between if, for, while and (
2008-01-18  psychonSave some space for --disable-modules by not compiling...
2008-01-07  psychonUpdate copyright header for 2008
2007-11-06  psychonWebadmin sent 'Server: ZNC ZNC 0.051', remove one ...
2007-09-21  psychonSwitch to the copyright headers the GPLv2 wants us...
2006-09-13  prozacxAdded contact info
2006-02-25  prozacxMigrated away from CString::ToString() in favor of...
2006-02-08  prozacxChanged debug print
2006-02-08  prozacxAdded extra debug info
2006-02-08  prozacxAdded support for auto detecting content-types in Print...
2006-02-08  prozacxAdded PrintFile() and refactored some things
2006-02-05  prozacxAdded CTemplate support which included upgrading String...
2005-09-24  prozacxAdded HasParam()
2005-09-20  prozacxAdded support for custom content types
2005-09-15  prozacxTake advantage of Csocket changes for graceful Close()
2005-08-02  prozacxAdded GetParamValues() overload which returns a set...
2005-07-21  prozacxInit m_bDone to false, duh
2005-07-19  prozacxAdded GetParamString() and m_bDone
2005-07-10  prozacxFixed bug in POST by keeping track of buffer in member var
2005-07-05  prozacxHTTP Server