summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-17Turn irc::commasepstream into a base class, irc::sepstream, inherit two class...brain
2006-09-17Add const std::string &original_command to OnPreCommand and OnPostCommand, wh...brain
2006-09-15Proper checking in /SAPART that the user really did leave, for the CMD_FAILU...brain
2006-09-15Fix crash on two objects trying to free each other at the same timebrain
2006-09-15Commentsbrain
2006-09-15Fix memory leak toobrain
2006-09-15Add timeouts to the http module. Two seperate timeouts, 60 seconds to receive...brain
2006-09-15Improve notices, so that if SAJOIN fails it can tell the oper who issued itbrain
2006-09-15Fix for bug noticed by dotslasher (?) where SAJOIN can desyncbrain
2006-09-15Annotationsbrain
2006-09-15Annotationsbrain
2006-09-15Annotationsbrain
2006-09-15Annotationsbrain
2006-09-15Remove ExemptItem and InviteItem, these were never usedbrain
2006-09-15Comment tidyup and change format so doxygen can detect thembrain
2006-09-15Comments describing classes, for the url http://svn.inspircd.org/docs/annotat...brain
2006-09-15Fix some stuff, avoid use of global ServerInstance varbrain
2006-09-14Commit all the httpd patches i sneakily put in before 9am at the office :pbrain
2006-09-14Use gmtime() not localtime() as RFC2616 says dates sent by a http server must...brain
2006-09-14Remember to change state when sending error 400brain
2006-09-14Send error 400 when content-size is 0 or omitted for POSTbrain
2006-09-14Fix postdata stuffbrain
2006-09-14Only initialise request type oncebrain
2006-09-14Properly read POSTDATAbrain
2006-09-13Todo: find out content-length, then read that much databrain
2006-09-13Beginnings of postdata stuffbrain
2006-09-13Add jamie to code contributors in /infobrain
2006-09-13Document thisbrain
2006-09-13Did i ever mention that pipp was pedantic? ;)brain
2006-09-13Add m_conn_umodes.so which allows setting of modes on users when they connectbrain
2006-09-13Patch from jamie to detect malformed openssl versionsbrain
2006-09-13Try this pipp and see if the bug manifests in a different placebrain
2006-09-13If inspircd crashes in std::string destructor in CommandParser::ProcessComman...brain
2006-09-13Add a comment for readabilitybrain
2006-09-13Special check in cmd_quit and cmd_kill and special return value CMD_USER_DELE...brain
2006-09-13Try this, jamiebrain
2006-09-13Fix minor memory leak when setting new param that replaces oldbrain
2006-09-13Add debug to m_spanningtree, verifies that inspircd works correctly on FMODE ...brain
2006-09-13Fixbrain
2006-09-13Fix m_messageflood along same lines as m_joinflood (jamie forgot a patch, i f...brain
2006-09-13And fix againbrain
2006-09-13Merge jamies many patchesbrain
2006-09-13Applied jamie's cmd_gline patchspecial
2006-09-11Whack a strlcpy()brain
2006-09-11kill casts, so that om <3's the codebrain
2006-09-11Fix for picky compilers (see, I work sometimes ;p)w00t
2006-09-11Fix timedbans bug reported by jamiebrain
2006-09-11Remove execinfo and threaded dns detectionbrain
2006-09-11What TWONK made uname be /bin/uname, its NOT in /bin on bsd.brain
2006-09-10Added a bunch of binaries, configs, modules symlinked from extra, and other u...special