summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-04-02Fix peavey and w00ts bug they found by removing the nonblocking part of the l...brain
2008-04-02Automatic detection and allocation of max fds. No longer needs recompile to c...brain
2008-04-02Fix all this crap - it actually works now (we pray..)w00t
2008-04-02Better generation. This is still fucked up, but less spectacularly and in a m...w00t
2008-04-02Unneededw00t
2008-04-01Initialise a variable correctly to avoid valgrind warningw00t
2008-04-01Remove call to FlushWriteBuffer from BufferedSocket::Write(), this means we d...w00t
2008-04-01Remove deprecated BufferedSocket::MarkAsClosed()w00t
2008-04-01Remove this, it won't work (reliably), use ModeParser::ModeString() instead, ...w00t
2008-04-01Add an optional bool to ModeParser::ModeString() to not give the nickname n t...brain
2008-04-01Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind...w00t
2008-03-30AWAY notification for WATCH. Numerics are now sent out when a user goes away ...w00t
2008-03-30Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when ...w00t
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-24A load of classes dont inherit from classbase, and they should. fix.brain
2008-03-24This module uses io hooking too, fix it upbrain
2008-03-24Port bindings for gnutls now bind via ip:port, rather than on all ports for t...brain
2008-03-24Add stuff so that modules can hook users by altering a pointer in the User cl...brain
2008-03-23This should save 128 bytes per user for non-opers. Well worth it imho for a r...brain
2008-03-23Add ability to control what opertypes can set what operonly user/chan modes. ...aquanight
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-03-22Add WriteNumeric() to User and OnNumeric module event. Note that modules do n...brain
2008-03-21Add support for OnNamesListItem, discussed with w00t a few days ago. This mak...brain
2008-03-17Fix the warnings that are worth fixing, ignore the rest of gcc's nannyingbrain
2008-03-14Add fixes to stop people changing the SID of a live server - certain configur...brain
2008-02-26Left out CoreExportbrain
2008-02-26This should fix it, thanks w00tbrain
2008-02-26The count=0 in the body Isnt neededbrain
2008-02-26Remind me that I need to initialise ints *smack*w00t
2008-02-26Revert configure so that we can uh, actually compile.brain
2008-02-24More stuffbrain
2008-02-24Allow for 'bail' and 'user' parameters to rehash threadbrain
2008-02-24Rollback complete! Everyone please go through the code and check i havent for...brain
2008-02-24Probably doesnt runbrain
2008-02-24First part of my evil empire! BWAHAHAHAHAHAHAH...HAHAHAHA...AHAHAH *cough* er...brain
2008-02-22CoreExport is required for the factoriesbrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-22Nuke TIMESYNC from orbit \o/w00t
2008-02-22Now compiles with win32thread and testsuitebrain
2008-02-22Closer to compilationbrain
2008-02-22Win32ThreadEngine makes sense now. No gaurantees it compiles yet.brain
2008-02-21These are just copies of the pthread engine right now, will probably make the...brain
2008-02-21ThreadEngine::GetName(), for display in /versionbrain
2008-02-21Working thread test!!!brain
2008-02-21Now buildble.brain
2008-02-21Threadengine stuffbrain
2008-02-21Testsuite now does somethingbrain
2008-02-21More test suite stuffbrain
2008-02-21Testsuite stuffbrain
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain