Age | Commit message (Expand) | Author |
2014-06-28 | Add InspIRCd::TimingSafeCompare() function that compares strings in a timing-... | Attila Molnar |
2014-06-25 | Add parameter to InspIRCd::TimeString for UTC time formats. | Peter Powell |
2014-06-25 | Add formatting to InspIRCd::TimeString; switch all code to use it. | Peter Powell |
2014-06-24 | Inherit ThreadQueueData from Mutex to avoid duplicating code | Attila Molnar |
2014-06-24 | Remove empty Thread destructor | Attila Molnar |
2014-06-24 | Move and rename class ThreadData to ThreadEngine::ThreadState | Attila Molnar |
2014-06-24 | Move and rename ThreadData::FreeThread() to ThreadEngine::Stop() and document... | Attila Molnar |
2014-06-24 | Make Thread::state private | Attila Molnar |
2014-06-24 | Change allocation of ThreadData to be physically part of the object containin... | Attila Molnar |
2014-06-24 | Remove empty ThreadEngine constructors and destructors | Attila Molnar |
2014-06-24 | Remove the unused ThreadEngine::GetName() method from both implementations | Attila Molnar |
2014-06-24 | Change allocation of InspIRCd::Users to be physically part of the object cont... | Attila Molnar |
2014-06-24 | Change allocation of InspIRCd::SNO to be physically part of the object contai... | Attila Molnar |
2014-06-24 | Change allocation of InspIRCd::Modules to be physically part of the object co... | Attila Molnar |
2014-06-24 | Change allocation of InspIRCd::Logs to be physically part of the object conta... | Attila Molnar |
2014-06-24 | Change allocation of InspIRCd::Modes to be physically part of the object cont... | Attila Molnar |
2014-06-24 | Add the fakederef class | Attila Molnar |
2014-06-20 | Change the type of the user parameter in the OnUserPreNick() hook from User t... | Attila Molnar |
2014-06-17 | Update the description field in the Server object representing the local serv... | Attila Molnar |
2014-06-14 | Remove unused #define ERROR -1 | Attila Molnar |
2014-06-13 | Make the default ProtocolInterface instance part of class InspIRCd | Attila Molnar |
2014-06-13 | Change allocation of InspIRCd::Parser to be physically part of the object con... | Attila Molnar |
2014-06-13 | Remove global Commandtable typedef | Attila Molnar |
2014-06-13 | Make CommandParser::cmdlist private | Attila Molnar |
2014-06-13 | Add CommandParser::GetCommands() and typedef CommandMap and use it instead of... | Attila Molnar |
2014-06-13 | Change allocation of InspIRCd::BanCache to be physically part of the object c... | Attila Molnar |
2014-06-13 | Pull in bancache.h from inspircd.h | Attila Molnar |
2014-06-13 | Move the definition of the BanCacheHit constructor into the source file from ... | Attila Molnar |
2014-06-13 | Move BanCacheHash typedef into the private part of BanCacheManager | Attila Molnar |
2014-06-13 | Change allocation of BanCacheManager::BanHash to be physically part of the ob... | Attila Molnar |
2014-06-13 | Change allocation of InspIRCd::Threads to be physically part of the object co... | Attila Molnar |
2014-06-13 | Change allocation of InspIRCd::stats to be physically part of the object cont... | Attila Molnar |
2014-06-11 | Add foundation for membership ids | Attila Molnar |
2014-06-11 | Add ConvToUInt64() | Attila Molnar |
2014-06-10 | Return the newly created Membership object from Channel::ForceJoin() | Attila Molnar |
2014-06-10 | Change Channel::KickUser() to accept an iterator, add overload that accepts a... | Attila Molnar |
2014-06-09 | Deduplicate ParseStack::ParseFile() and ParseExec() | Attila Molnar |
2014-06-07 | Change the number reported by SocketEngine::GetMaxFds() to be informal | Attila Molnar |
2014-05-23 | Prefix all definitions in config.h to avoid potential collisions. | Peter Powell |
2014-05-23 | Replace the configure templating system with something better. | Peter Powell |
2014-05-08 | Do not export callers | Adam |
2014-05-06 | Document the Membership and the Invitation class | Attila Molnar |
2014-04-20 | Document parameters and return value for the OnNamesListItem() hook | Attila Molnar |
2014-04-20 | Change the OnNamesListItem() hook to return ModResult | Attila Molnar |
2014-04-19 | Fix undefined symbol error on module load if compiled with Clang 3.4 | Attila Molnar |
2014-04-11 | Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>. | Peter Powell |
2014-04-09 | Avoid double Membership lookup in Channel::UserList() | Attila Molnar |
2014-04-07 | Fix accessibility in intrusive_list_node and return value of operator-- in in... | Attila Molnar |
2014-04-02 | Remove unused User::WriteCommonExcept() | Attila Molnar |
2014-04-02 | Move User::SendAll() into core_privmsg | Attila Molnar |