Age | Commit message (Expand) | Author |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2006-12-28 | Reasonably sized fix - when adding modes in modules, be sure to check the ret... | brain |
2006-12-26 | Fix deprotectself=no not working. | peavey |
2006-12-15 | Remove global namespacing, makes modules compile FASTAH. Also massive update ... | w00t |
2006-12-12 | Make FounderProtectBase::remove_own_privs a reference, so we can change it on... | brain |
2006-12-12 | Someone forgot to do founder too :p | brain |
2006-12-12 | Fixed a pretty nasty bug that allowed users to +a themselves if deprotectself... | special |
2006-11-14 | Another couple of 'forgot to memset's | brain |
2006-10-28 | Add <options:deprotectself> which can allow a +qa user to remove their own +q... | brain |
2006-10-27 | When loading, dont try and free the qa modes, we havent allocated them yet | brain |
2006-10-27 | Allow changing of qaprefixes on the fly with REHASH - if this happens, writeo... | brain |
2006-10-23 | Add $ModDep: special comment, similar to $CompileFlags and $LinkerFlags. | brain |
2006-10-23 | This needs TESTING: use modestacker when unloading module to group modes. | brain |
2006-10-22 | Make +beIgqa be sent multiple per line, rather than one per line, using modes... | brain |
2006-10-19 | Insert massive change here. | brain |
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 |