Age | Commit message (Expand) | Author |
2008-04-18 | Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo... | brain |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-20 | Seems trivial now, looking at it. Still to test then will commit to trunk. | brain |
2008-02-17 | Seperate USERIO into USERINPUT and USEROUTPUT | brain |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-09 | Add a printf-type override for LogManager::Log(). We need to find a way to se... | w00t |
2008-01-27 | Change API OnOperCompare to OnPassCompare, password hashing is now available ... | aquanight |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-16 | Two stage commit: don't set user->muted except in QuitUser (duplicate setting... | w00t |
2008-01-15 | Fix a stupid crash on unknown commands caused by me blindly applying a 1.1 pa... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-08 | Don't send 421 to unregistered clients, per RFC (thanks nenolod) | w00t |
2007-10-25 | this should fix any of the crashes w00t outlined where User::MyClass == NULL. | brain |
2007-10-24 | Tidyups | brain |
2007-10-24 | Pedantic safety | brain |
2007-10-23 | Move some stuff from using userrec cached stuff to using stuff in the connect... | w00t |
2007-10-23 | Pedantic safe | brain |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-21 | Use the new IncreasePenalty rather than directly using += on the Penalty value. | brain |
2007-10-21 | Add the check for user->ExemptFromPenalty | brain |
2007-10-21 | Yay, all works! | brain |
2007-10-21 | *untested* command buffering/penalty | brain |
2007-10-17 | UID translator broken with space or comma seperated lists (thanks danieldg) | brain |
2007-10-15 | Apply some readability changes to ProcessCommand, which coincidentally may sp... | w00t |
2007-10-15 | Move some other stuff to helperfuncs (uline related, and timestring) | w00t |
2007-10-15 | Fuck. Press save, then commit. | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-15 | class command_t -> class Command. Whey :D | w00t |
2007-10-15 | Bad Brain, bad. *spank* :p | w00t |
2007-10-14 | Make error messages on failure to load command more useful | brain |
2007-08-28 | Slight change to traffic logging, as I never remember which way the damn arro... | w00t |
2007-08-28 | Make this comment make a little more sense. | w00t |
2007-08-27 | Similar refactor here. Thanks danielg. | w00t |
2007-08-27 | Tidy this up a bit (it looked weird :P) | w00t |
2007-08-27 | While I'm in here, make it easier to read, and use short circuiting (IS_REMOT... | w00t |
2007-08-27 | Debug to try figure this out .. | w00t |
2007-08-27 | TranslateUIDs now correctly returns number of substitutions made | brain |
2007-08-27 | Auto translation nick->uuid for command params should now work in all modules... | brain |
2007-08-27 | More translation stuff | brain |
2007-08-27 | Remove more unnecessary header traffic | w00t |
2007-08-23 | Add some stuff to change how we process a token sepeperated stream | brain |
2007-08-13 | Commit some changes from third party patch. Thanks Avenger and HiroP. Patch r... | w00t |
2007-08-11 | Fix this so it works. | brain |
2007-08-11 | Allow rehash to attempt to load missing (and new) lib/cmd_*.so files, to allo... | brain |
2007-08-11 | Make the return codes correct, and allow for LoadCommand without a user pointer | brain |
2007-08-11 | Provide error output on failure to load a core command; to console on startup... | brain |
2007-07-24 | Replace some voodoo with a define | w00t |