Age | Commit message (Expand) | Author |
2014-03-25 | m_httpd Fix typo noticed by @SaberUK | Attila Molnar |
2014-01-20 | m_httpd Add timeout option; remove timed out connections | Attila Molnar |
2013-09-09 | m_httpd Close all open http sockets on unload | attilamolnar |
2013-01-28 | Use a better server name in m_httpd. | Peter Powell |
2012-12-02 | Attach to events and register services in init() | attilamolnar |
2012-09-23 | m_httpd Accept POST requests only when the value for Content-Length is greate... | attilamolnar |
2012-09-23 | Fix undefined behavior caused by referencing the returned buffer by std::stri... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-12 | Fix double-cull of users quitting due to connection error | danieldg |
2009-10-23 | Fix m_httpd | danieldg |
2009-10-22 | Make irc::sockets::* parameters consistent, add irc::sockets::mask | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-19 | Valgrind now runs completely clean. | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-09 | Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-01 | Remove unneeded paramaters from OnAcceptReady | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-09-21 | Be consistent. Use ServerInstance in all places instead of 'Instance' in half... | w00t |
2008-09-11 | Remove WaitingForWriteEvent, it seems to do *nothing* except confuse things. ... | w00t |
2008-09-08 | Growl. | w00t |
2008-09-08 | Remove crappy, unsafe (and now unneeded!) casts. | w00t |
2008-09-08 | Give httpd a custom listener class, specialised in creating HttpServerSockets. | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-05-12 | httpd connection close fixes (these need to be backported to 1.1 at some poin... | brain |
2008-05-12 | Skeleton ACL module, and hooks for it. This will provide ip restrictions, pas... | brain |
2008-05-12 | Fix wildcard matching in win32, seems that incrementing an iterator dereferen... | brain |
2008-05-08 | Make this nicer, rely on the last write event after the Write() that sends al... | brain |
2008-05-08 | Remove the timeout stuff, it is not stable and not really required, we are no... | brain |
2008-03-24 | And more of them | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-04 | Remove Implements() method from every module. booya. | brain |
2007-11-04 | Convert all to new Attach() system. The Implements() method needs removing fr... | brain |
2007-10-15 | InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id... | w00t |
2007-10-15 | InspTimer -> Timer | w00t |
2007-08-27 | Remove unnecessary header traffic | w00t |
2007-08-19 | Added proper header handling, persistant connections, and working timeouts to... | special |
2007-08-19 | Fixed a crash within the timeout for m_httpd sockets | special |
2007-07-30 | Replace blank error pages with an error page | brain |
2007-07-30 | The macros which tidy up module factories broke m_httpd, fixed. | brain |