Age | Commit message (Expand) | Author |
2007-10-26 | Seems to work! Are you impressed, w00t? :p | brain |
2007-10-26 | Might work might not. dont know yet | brain |
2007-10-26 | Not complete yet, won't work! | brain |
2007-10-25 | Disable pedantic for this. Third party headers do silly stuff. long long?! | brain |
2007-10-25 | Make install list list automatically generated from build targets and provide... | brain |
2007-10-25 | Errr, who did this? :p | brain |
2007-10-25 | If the connect:limit is 0, dont deny connections for going over it | brain |
2007-10-25 | Brain, look at this pls :p | w00t |
2007-10-25 | this should fix any of the crashes w00t outlined where User::MyClass == NULL. | brain |
2007-10-24 | Implement <connect:limit> - limits how many clients can sit inside a <connect... | w00t |
2007-10-24 | Remove that goto, capt'n | w00t |
2007-10-24 | Disable all connect classes, reenable them as we find them in the config. Thi... | w00t |
2007-10-24 | Finish reference counting connect class stuff. Now rehash removes unused clas... | w00t |
2007-10-24 | Remove variadic macros from sqlv2 api, removing the warnings that come with i... | brain |
2007-10-24 | Last of the -pedantic fixes. Seems we were all good with -pedantic from the s... | brain |
2007-10-24 | Tidyups | brain |
2007-10-24 | Pedantic safety | brain |
2007-10-24 | Pedantic clean | brain |
2007-10-24 | /usr/local/include/openssl/pqueue.h:73: error: ISO C++ does not support `long... | brain |
2007-10-24 | Whoops forgot this | brain |
2007-10-24 | Try this w00t, compiles, test running now | brain |
2007-10-24 | Start of refcount-based rehash stuff for <connect> tags, this is broken and r... | w00t |
2007-10-24 | Theres no need to check the address of a stack declared array for NULL, thank... | brain |
2007-10-23 | Move some stuff from using userrec cached stuff to using stuff in the connect... | w00t |
2007-10-23 | Fix a bug before I even started this.. don't let User::SetClass() decrease th... | w00t |
2007-10-23 | Some more class stuff, blah. Now possible to move a user to a different class... | w00t |
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 | 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 | Oops: Fix one version of overrided match() always being case sensitive.. | w00t |
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 | 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 | 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 |