summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-06-24Make Thread::state privateAttila Molnar
2014-06-24Change allocation of ThreadData to be physically part of the object containin...Attila Molnar
2014-06-24Remove empty ThreadEngine constructors and destructorsAttila Molnar
2014-06-24Remove the unused ThreadEngine::GetName() method from both implementationsAttila Molnar
2014-06-24Change allocation of InspIRCd::Users to be physically part of the object cont...Attila Molnar
2014-06-24Change allocation of InspIRCd::SNO to be physically part of the object contai...Attila Molnar
2014-06-24Change allocation of InspIRCd::Modules to be physically part of the object co...Attila Molnar
2014-06-24Change allocation of InspIRCd::Logs to be physically part of the object conta...Attila Molnar
2014-06-24Change allocation of InspIRCd::Modes to be physically part of the object cont...Attila Molnar
2014-06-24Add the fakederef classAttila Molnar
2014-06-20Change the type of the user parameter in the OnUserPreNick() hook from User t...Attila Molnar
2014-06-17Update the description field in the Server object representing the local serv...Attila Molnar
2014-06-14Remove unused #define ERROR -1Attila Molnar
2014-06-13Make the default ProtocolInterface instance part of class InspIRCdAttila Molnar
2014-06-13Change allocation of InspIRCd::Parser to be physically part of the object con...Attila Molnar
2014-06-13Remove global Commandtable typedefAttila Molnar
2014-06-13Make CommandParser::cmdlist privateAttila Molnar
2014-06-13Add CommandParser::GetCommands() and typedef CommandMap and use it instead of...Attila Molnar
2014-06-13Change allocation of InspIRCd::BanCache to be physically part of the object c...Attila Molnar
2014-06-13Pull in bancache.h from inspircd.hAttila Molnar
2014-06-13Move the definition of the BanCacheHit constructor into the source file from ...Attila Molnar
2014-06-13Move BanCacheHash typedef into the private part of BanCacheManagerAttila Molnar
2014-06-13Change allocation of BanCacheManager::BanHash to be physically part of the ob...Attila Molnar
2014-06-13Change allocation of InspIRCd::Threads to be physically part of the object co...Attila Molnar
2014-06-13Change allocation of InspIRCd::stats to be physically part of the object cont...Attila Molnar
2014-06-11Add foundation for membership idsAttila Molnar
2014-06-11Add ConvToUInt64()Attila Molnar
2014-06-10Return the newly created Membership object from Channel::ForceJoin()Attila Molnar
2014-06-10Change Channel::KickUser() to accept an iterator, add overload that accepts a...Attila Molnar
2014-06-09Deduplicate ParseStack::ParseFile() and ParseExec()Attila Molnar
2014-06-07Change the number reported by SocketEngine::GetMaxFds() to be informalAttila Molnar
2014-05-23Prefix all definitions in config.h to avoid potential collisions.Peter Powell
2014-05-23Replace the configure templating system with something better.Peter Powell
2014-05-08Do not export callersAdam
2014-05-06Document the Membership and the Invitation classAttila Molnar
2014-04-20Document parameters and return value for the OnNamesListItem() hookAttila Molnar
2014-04-20Change the OnNamesListItem() hook to return ModResultAttila Molnar
2014-04-19Fix undefined symbol error on module load if compiled with Clang 3.4Attila Molnar
2014-04-11Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.Peter Powell
2014-04-09Avoid double Membership lookup in Channel::UserList()Attila Molnar
2014-04-07Fix accessibility in intrusive_list_node and return value of operator-- in in...Attila Molnar
2014-04-02Remove unused User::WriteCommonExcept()Attila Molnar
2014-04-02Move User::SendAll() into core_privmsgAttila Molnar
2014-04-02Remove User::WriteTo() functions; use User::WriteFrom() insteadAttila Molnar
2014-03-28Convert the global list of dynamic reference pointers to an intrusively linke...Attila Molnar
2014-03-25Change storage of UserManager::all_opers to be a vectorAttila Molnar
2014-03-25Add typedef OperList to UserManager for use with all_opersAttila Molnar
2014-03-24Add stdalgo::delete_all() that deletes all elements in a containerAttila Molnar
2014-03-24Cull ident sockets instead of immediate delete, add stdalgo::culldeleterAttila Molnar
2014-03-24Make it possible to customize how SimpleExtItem should delete itemsAttila Molnar