Age | Commit message (Expand) | Author |
2007-10-23 | Add $NoPedantic build macro, for m_mysql because mysql AB dont know how to co... | brain |
2007-10-23 | Visual studio doesnt like throw definitions like this | brain |
2007-10-23 | All of insp now builds with -pedantic (theres some warnings to squash in modu... | brain |
2007-10-23 | More | brain |
2007-10-23 | More AddModes fixes | brain |
2007-10-23 | Some AddMode fixes | brain |
2007-10-23 | All the core is now pedantic safe! | brain |
2007-10-23 | More pedantic safety | brain |
2007-10-23 | Pedantic safe | brain |
2007-10-23 | pedantic safe | 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-23 | Auto generate the install list, no more need to insert it into the .makefile.... | brain |
2007-10-23 | Oops: Fix one version of overrided match() always being case sensitive.. | w00t |
2007-10-22 | Make this a little more bulletproof | brain |
2007-10-22 | Conditionals in the buildsystem language allowing for checking of configure f... | brain |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-22 | Big obvious comments | brain |
2007-10-22 | Comment all this, and tweak it a little | brain |
2007-10-22 | *POSSIBLE BREAKAGE WARNING* new (currently undocumented) buildsystem that bui... | brain |
2007-10-22 | Failed attempt to embed an icon (microsofts help sucks) | brain |
2007-10-22 | Fix build system to work with where w00t hid the command files :p | brain |
2007-10-22 | Fix this from an experiment I was playing with :p | w00t |
2007-10-22 | Remove a wrapper, it's easy to read as is :p | w00t |
2007-10-22 | Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w... | w00t |
2007-10-22 | Move InspIRCd::IsValidMask() to helperfuncs.cpp | w00t |
2007-10-21 | No penalty here! | brain |
2007-10-21 | Fix bug #442 | brain |
2007-10-21 | Oops, checked wrong var :p | brain |
2007-10-21 | This works, not sure why. Someone find out why we cant use && !isock->HasResu... | brain |
2007-10-21 | Another big commit, just to please all my fans out there.. cmd_* -> Command*.... | w00t |
2007-10-21 | 3 second penalty to CYCLE. | w00t |
2007-10-21 | Update/clarify a comment a bit | w00t |
2007-10-21 | Tidy up some DNS stuff more | w00t |
2007-10-21 | Move DNS timeouts into the UserResolver class, where they should have been (b... | w00t |
2007-10-21 | Minor tweak to avoid a storm of redundant read events. This isnt the fix, i d... | brain |
2007-10-21 | Tidy up this windows ifdef. Still not sure why it's needed at all, but okay.. | w00t |
2007-10-21 | We bloated. We're 5 lines now, not 4. :( | w00t |
2007-10-21 | Set these back to sane operation | brain |
2007-10-21 | Change how the socket engines work when you addfd on an fd that already exists. | brain |
2007-10-21 | Remove more debug | brain |
2007-10-21 | Remove debug | brain |
2007-10-21 | Use the new IncreasePenalty rather than directly using += on the Penalty value. | brain |
2007-10-21 | Add a 10 second penalty on failed oper-up. This may seem a little extreme, bu... | 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 | This now sets User::ExemptFromPenalty too | brain |
2007-10-21 | Don't penalize any of the SA commands | brain |