Age | Commit message (Expand) | Author |
2006-10-01 | Now with binary versioning goodness | brain |
2006-09-24 | Dont send explicit FMODE +qa when qaprefixes is on (because its sent in the f... | brain |
2006-09-15 | Annotations | brain |
2006-09-09 | Grr | brain |
2006-09-02 | Actually let it be unloaded would be a start (remove VF_STATIC) | brain |
2006-09-02 | Allow unloading of +qa | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-28 | Hint of the day: When you have a function that can return a bool, dont mix up... | brain |
2006-08-25 | Tidyup, multiple inheritence from base class to avoid code duplication in the... | brain |
2006-08-25 | Remove On005Numeric event from a ton of modules which no longer need it (as C... | brain |
2006-08-25 | Added leachim's +qa prefix patch | brain |
2006-08-23 | ModeParser::InsertMode is no longer required -- this is auto-generated by the... | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat. | brain |
2006-08-11 | Move remaining functions: | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | ConfigReader and FileReader now take InspIRCd* to their constructors | brain |
2006-08-11 | None of the modules use an extern InspIRCd* any more | brain |
2006-08-10 | Last of Server:: methods moved to InspIRCd::. Server:: removed. | brain |
2006-08-10 | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. | brain |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-08-10 | Move InsertMode into ModeParser | brain |
2006-08-10 | Removal of Server::Log -- not much ever used it anyway with the ability to us... | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | Move tons more stuff into class InspIRCd | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-09 | Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do... | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-07 | Extra debug all over the place, which maybe we should keep | brain |
2006-07-27 | Allow SAMODE and remote users to set +qa without local-user checks (bug?) | brain |
2006-07-27 | Change std::pair<bool,std::string> to neater typedef "ModePair" | brain |
2006-07-26 | Add extra method to mode handler, ModeHandler::ModeSet(). | brain |
2006-07-10 | Fix for new templated GetExt, and tidy up of some MAJOR copy/paste craq! | brain |
2006-07-09 | Make it compile... >_< | om |
2006-07-09 | Move to stack-allocated OnRehash()-local ConfigReader *duck* | om |
2006-07-09 | More copy/paste fixes | brain |
2006-07-09 | Give modeclasses access to Server* Srv via constructor | brain |
2006-07-09 | More typo fixes | brain |
2006-07-09 | More tweaks (remove OnExtendedMode) | brain |
2006-07-09 | Started on this | brain |
2006-07-09 | DELETE()'s in destructors *fwap* | om |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-03-11 | More converted modules | brain |
2006-03-08 | These modules were using deprecated Server::IsOnChannel. They arent any more :) | brain |
2006-01-25 | Changed to use InsertMode | brain |
2006-01-17 | Added support for part messages in the module API (and therefore between serv... | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2005-12-26 | Converted to new implements system | brain |
2005-12-07 | Changed behaviour of module API to pass Server* to the constructor, rather th... | brain |