Age | Commit message (Expand) | Author |
2007-10-21 | Tweak so that commands with larger penalty than 1 work right | brain |
2007-10-21 | Yay, all works! | brain |
2007-10-21 | *untested* command buffering/penalty | brain |
2007-10-21 | CHange Penalty to be set in constructor, and to default to 1 | w00t |
2007-10-21 | Dont forget to initialize the new value | brain |
2007-10-21 | In class User: | brain |
2007-10-21 | Penalty should be 'const int'. Note, you can set a const in the constructors ... | brain |
2007-10-21 | Add int Penalty to Command. At the moment, nothing uses this, and constructor... | w00t |
2007-10-21 | Add User::UnderPenalty | brain |
2007-10-21 | Change a !string.length to string.empty. these are more readable and on some ... | brain |
2007-10-21 | Subtract a boobie | w00t |
2007-10-21 | Remove next_call garbage.. It didn't really do much more than obfuscate thing... | w00t |
2007-10-20 | Fix here too | brain |
2007-10-19 | Fix small memory leak (this cant theoretically happen anyway unless you remov... | brain |
2007-10-18 | Tons of comments! | brain |
2007-10-18 | Oops, OnCheckReady being called after registration! This doesnt break the new... | brain |
2007-10-18 | Fix here too | brain |
2007-10-18 | Yay fixed | brain |
2007-10-18 | Socket engine tweaks to fix a glitch, and improvements to new m_ident | brain |
2007-10-18 | Set IdentRequestSocket::done on failure to getsockname() in OnConnected | brain |
2007-10-18 | This new ident module now seems to work rudimentarily. | brain |
2007-10-18 | No gaurantees this works AT ALL. do not use yet!!! | brain |
2007-10-17 | Remove debug | brain |
2007-10-17 | UID translator broken with space or comma seperated lists (thanks danieldg) | brain |
2007-10-16 | Cache the culllist' GetUser() return. Looks cleaner. | w00t |
2007-10-16 | Remove second overridden (fully duplicated :/) copy of GetIPString which copi... | w00t |
2007-10-16 | Typo fix | w00t |
2007-10-16 | Update a comment | w00t |
2007-10-15 | Move oper classes and types stuff from users to configreader. It may need to ... | w00t |
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 | Move InspIRCd::Duration from command_parse to helperfuncs | w00t |
2007-10-15 | Update windows project to include user_resolver.cpp | brain |
2007-10-15 | Split user resolver into its own file. | w00t |
2007-10-15 | Make install the lib, too | brain |
2007-10-15 | This should be the correct set of tweaks to add user_resolver.cpp. | brain |
2007-10-15 | InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id... | w00t |
2007-10-15 | InspTimer -> Timer | 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 | Another dodgy count fixed | brain |
2007-10-14 | Just to be fucking akward, windows vista seperates multiple nameservers with ... | brain |
2007-10-14 | Fix the 'total of -1 modules have been loaded' due to new loader | brain |
2007-10-14 | Make error messages on failure to load command more useful | brain |
2007-10-14 | Fix crashing on startup if there was an error condition in win32 | brain |
2007-10-14 | Remove crashdump stuff | brain |
2007-10-14 | Put this back how it was, it didnt help with the fix last night which turned ... | brain |
2007-10-14 | Add new spanningtree files to vc80 solution | brain |