]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2007-10-22 brainMake this a little more bulletproof
2007-10-22 brainConditionals in the buildsystem language allowing for...
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-22 brainBig obvious comments
2007-10-22 brainComment all this, and tweak it a little
2007-10-22 brain*POSSIBLE BREAKAGE WARNING* new (currently undocumented...
2007-10-22 brainFailed attempt to embed an icon (microsofts help sucks)
2007-10-22 brainFix build system to work with where w00t hid the comman...
2007-10-22 w00tFix this from an experiment I was playing with :p
2007-10-22 w00tRemove a wrapper, it's easy to read as is :p
2007-10-22 w00tMove cmd_*.cpp to src/commands/. Not done in the nicest...
2007-10-22 w00tMove InspIRCd::IsValidMask() to helperfuncs.cpp
2007-10-21 brainNo penalty here!
2007-10-21 brainFix bug #442
2007-10-21 brainOops, checked wrong var :p
2007-10-21 brainThis works, not sure why. Someone find out why we cant...
2007-10-21 w00tAnother big commit, just to please all my fans out...
2007-10-21 w00t3 second penalty to CYCLE.
2007-10-21 w00tUpdate/clarify a comment a bit
2007-10-21 w00tTidy up some DNS stuff more
2007-10-21 w00tMove DNS timeouts into the UserResolver class, where...
2007-10-21 brainMinor tweak to avoid a storm of redundant read events...
2007-10-21 w00tTidy up this windows ifdef. Still not sure why it's...
2007-10-21 w00tWe bloated. We're 5 lines now, not 4. :(
2007-10-21 brainSet these back to sane operation
2007-10-21 brainChange how the socket engines work when you addfd on...
2007-10-21 brainRemove more debug
2007-10-21 brainRemove debug
2007-10-21 brainUse the new IncreasePenalty rather than directly using...
2007-10-21 w00tAdd a 10 second penalty on failed oper-up. This may...
2007-10-21 w00tAdd User::IncreasePenalty() and User::DecreasePenalty()
2007-10-21 brainFixed ssl clients on trunk. The problem peavey was...
2007-10-21 brainSet penalties (documentation page listing these to...
2007-10-21 brainThis now sets User::ExemptFromPenalty too
2007-10-21 brainDon't penalize any of the SA commands
2007-10-21 brainDon't penalise /kill and /*line
2007-10-21 w00tDon't penalise PING/PONG
2007-10-21 w00tAdd penalties for WHO, INVITE, LIST, JOIN, PART.
2007-10-21 brainAdd penalty to /commands as extra parameter
2007-10-21 brainAdd the check for user->ExemptFromPenalty
2007-10-21 brainMove some stuff around so the last penalty line doesnt...
2007-10-21 brainSet cmd_nick to have a penalty of 3
2007-10-21 brainTweak so that commands with larger penalty than 1 work...
2007-10-21 brainYay, all works!
2007-10-21 brain*untested* command buffering/penalty
2007-10-21 w00tCHange Penalty to be set in constructor, and to default...
2007-10-21 brainDont forget to initialize the new value
2007-10-21 brainIn class User:
2007-10-21 brainPenalty should be 'const int'. Note, you can set a...
2007-10-21 w00tAdd int Penalty to Command. At the moment, nothing...
2007-10-21 brainAdd User::UnderPenalty
2007-10-21 brainChange a !string.length to string.empty. these are...
2007-10-21 w00tSubtract a boobie
2007-10-21 w00tRemove next_call garbage.. It didn't really do much...
2007-10-20 brainFix here too
2007-10-19 brainFix small memory leak (this cant theoretically happen...
2007-10-18 brainTons of comments!
2007-10-18 brainOops, OnCheckReady being called after registration...
2007-10-18 brainFix here too
2007-10-18 brainYay fixed
2007-10-18 brainSocket engine tweaks to fix a glitch, and improvements...
2007-10-18 brainSet IdentRequestSocket::done on failure to getsockname...
2007-10-18 brainThis new ident module now seems to work rudimentarily.
2007-10-18 brainNo gaurantees this works AT ALL. do not use yet!!!
2007-10-17 brainRemove debug
2007-10-17 brainUID translator broken with space or comma seperated...
2007-10-16 w00tCache the culllist' GetUser() return. Looks cleaner.
2007-10-16 w00tRemove second overridden (fully duplicated :/) copy...
2007-10-16 w00tTypo fix
2007-10-16 w00tUpdate a comment
2007-10-15 w00tMove oper classes and types stuff from users to configr...
2007-10-15 w00tApply some readability changes to ProcessCommand, which...
2007-10-15 w00tMove some other stuff to helperfuncs (uline related...
2007-10-15 w00tFuck. Press save, then commit.
2007-10-15 w00tMove InspIRCd::Duration from command_parse to helperfuncs
2007-10-15 brainUpdate windows project to include user_resolver.cpp
2007-10-15 w00tSplit user resolver into its own file.
2007-10-15 brainMake install the lib, too
2007-10-15 brainThis should be the correct set of tweaks to add user_re...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tInspTimer -> Timer
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-10-15 w00tBad Brain, bad. *spank* :p
2007-10-14 brainAnother dodgy count fixed
2007-10-14 brainJust to be fucking akward, windows vista seperates...
2007-10-14 brainFix the 'total of -1 modules have been loaded' due...
2007-10-14 brainMake error messages on failure to load command more...
2007-10-14 brainFix crashing on startup if there was an error condition...
2007-10-14 brainRemove crashdump stuff
2007-10-14 brainPut this back how it was, it didnt help with the fix...
2007-10-14 brainAdd new spanningtree files to vc80 solution
2007-10-14 brainFix indentation
2007-10-14 brainSplit up spanningtree some more, the filenames should...
2007-10-14 brainChange the way origins are shown in snonotice, for...
2007-10-14 brainmove opening of log before opening of config so that...
2007-10-14 brainTweaks
2007-10-13 brainMove some stuff around, this will move a crash to a...
2007-10-13 brainFixes for potential 4 byte memory leak, and crash
2007-10-13 brainAnd some more tweaks to make sure it frees memory :P
next