Age | Commit message (Expand) | Author |
2007-10-23 | Some initial work towards tying <connect> classes to user accounts. This will... | w00t |
2007-10-23 | Move socketengines into their own dir. This was all w00t's idea, but i told h... | brain |
2007-10-23 | Visual studio doesnt like throw definitions like this | brain |
2007-10-23 | More pedantic safety | brain |
2007-10-23 | pedantic safe | brain |
2007-10-23 | Pedantic safe | brain |
2007-10-23 | -pedantic tidyups, lets see if it finds anything worthy of a fix | brain |
2007-10-22 | Remove a wrapper, it's easy to read as is :p | w00t |
2007-10-21 | No penalty here! | brain |
2007-10-21 | Another big commit, just to please all my fans out there.. cmd_* -> Command*.... | w00t |
2007-10-21 | Add User::IncreasePenalty() and User::DecreasePenalty() | w00t |
2007-10-21 | Fixed ssl clients on trunk. The problem peavey was having was that before Rea... | brain |
2007-10-21 | Set penalties (documentation page listing these to come) | brain |
2007-10-21 | Don't penalise /kill and /*line | brain |
2007-10-21 | Don't penalise PING/PONG | w00t |
2007-10-21 | Add penalties for WHO, INVITE, LIST, JOIN, PART. | w00t |
2007-10-21 | Set cmd_nick to have a penalty of 3 | 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 | 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 | Remove next_call garbage.. It didn't really do much more than obfuscate thing... | w00t |
2007-10-16 | Remove second overridden (fully duplicated :/) copy of GetIPString which copi... | w00t |
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-14 | Make error messages on failure to load command more useful | brain |
2007-10-13 | Shut up, valgrind | brain |
2007-09-27 | Remove /summon and /users (I think 15+ years of being marked deprecated is en... | w00t |
2007-09-26 | Fixed bug #404; this was caused by recieving multiple OPERTYPEs from a remote... | special |
2007-09-25 | Fix for bug #415, affects only trunk (wish i'd known this before i started!) | brain |
2007-09-23 | Remove InspIRCd::DoOneIteration, throwback to software threading (lulz) | brain |
2007-09-12 | Renamed the needs_unsigned parameter of ConfigReader::ReadInteger to need_pos... | special |
2007-09-04 | * Fixed some incorrect declarations in IOCPEngine | burlex |
2007-08-31 | This may not compile, I'll test it on my desktop. Waiting 20 minutes for a bu... | w00t |
2007-08-29 | A few more minor cleanups | om |
2007-08-28 | Move everything module-related out of InspIRCd and into ModuleManager, there ... | om |
2007-08-28 | First step on the road of module loader rewriting. So far this only really re... | om |
2007-08-28 | Tidy up duplicate code, provide GetSID() method on ServerConfig which returns... | brain |
2007-08-28 | Document the need for the fake client | w00t |
2007-08-28 | Remove the last uses of localised fake clients. This removes a lot of allocat... | w00t |
2007-08-28 | Remove an utterly insane comment .. based on changed by based on originally b... | w00t |
2007-08-28 | Oops. This is supposed to be a public member | w00t |
2007-08-28 | Add a global fake client to class InspIRCd used instead of instantiating a fa... | w00t |
2007-08-27 | Add <server:id> - this is optional, as stated in the example conf, | brain |
2007-08-27 | Update documentation to indicate that userrec::userrec() may throw on duplica... | brain |
2007-08-27 | Fix for problems with translations | brain |