Age | Commit message (Expand) | Author |
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 |
2007-07-23 | Fix crash on unload of modules with listening sockets -- some situations requ... | brain |
2007-07-16 | OOPS! 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-11 | Fix for bug #347. | brain |
2007-07-03 | Removed superfluous semicolons | pippijn |
2007-06-17 | Conversions | w00t |
2007-06-09 | A ton more clear() and empty() stuff thats been lingering on the long term to... | brain |
2007-05-21 | Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl... | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-02-09 | Check for nonexistent file | brain |
2007-01-17 | Mass comment removal. | brain |
2007-01-07 | Rename all the classes in m_httpd to be HttpServer etc, | brain |
2006-12-25 | Fix m_httpd always crashing in destructor if no active Timeout. | peavey |
2006-12-15 | Remove global namespacing, makes modules compile FASTAH. Also massive update ... | w00t |
2006-10-19 | Insert massive change here. | brain |
2006-10-06 | Tidy up strlens which are not required | brain |
2006-10-01 | Now with binary versioning goodness | brain |
2006-09-25 | And maybe, just maybe, not fuck it up :p | brain |
2006-09-25 | Allow for multiple <http> tags, each with their own index and bound to their ... | brain |
2006-09-25 | This doesnt really need to be static | brain |
2006-09-17 | Automatically make http request type and http version string uppercase, add c... | brain |
2006-09-15 | Fix crash on two objects trying to free each other at the same time | brain |
2006-09-15 | Fix memory leak too | brain |
2006-09-15 | Add timeouts to the http module. Two seperate timeouts, 60 seconds to receive... | brain |
2006-09-15 | Annotations | brain |
2006-09-14 | Commit all the httpd patches i sneakily put in before 9am at the office :p | brain |
2006-09-14 | Use gmtime() not localtime() as RFC2616 says dates sent by a http server must... | brain |
2006-09-14 | Remember to change state when sending error 400 | brain |
2006-09-14 | Send error 400 when content-size is 0 or omitted for POST | brain |
2006-09-14 | Fix postdata stuff | brain |
2006-09-14 | Only initialise request type once | brain |
2006-09-14 | Properly read POSTDATA | brain |
2006-09-13 | Todo: find out content-length, then read that much data | brain |
2006-09-13 | Beginnings of postdata stuff | brain |
2006-08-28 | Note: connect() cant time out for inspsockets in this commit. They'll sit in ... | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |