| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge insp20 | 2015-04-20 | 1 | -2/+19 | ||
| |\| | ||||||
| | * | Rebuild clone counts on rehash | 2015-03-21 | 1 | -0/+16 | ||
| | * | Fix signon time of clients being off by dns_timeout seconds | 2014-12-30 | 1 | -1/+1 | ||
| * | | Merge pull request #971 from SaberUK/master+numeric-xline•••Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned. | 2015-02-05 | 1 | -1/+1 | ||
| |\ \ | ||||||
| | * | | Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned.•••This is specified in RFC 1459 so we should probably use it. | 2015-01-24 | 1 | -1/+1 | ||
| * | | | Implement User::WriteCommonQuit() using ForEachNeighbor() in UserManager | 2015-01-24 | 1 | -1/+25 | ||
| |/ / | ||||||
| * | | Fix off by one in ping timeout.•••Been bugging me that users ping timeout at 121 rather than 120 seconds by default. | 2014-08-04 | 1 | -1/+1 | ||
| * | | Move and rename typedef LocalUserList to UserManager::LocalList | 2014-07-19 | 1 | -3/+3 | ||
| * | | Erase local users from UserManager::local_list in QuitUser() | 2014-07-19 | 1 | -3/+1 | ||
| * | | Change allocation of InspIRCd::BanCache to be physically part of the object c... | 2014-06-13 | 1 | -1/+2 | ||
| * | | Pull in bancache.h from inspircd.h | 2014-06-13 | 1 | -1/+0 | ||
| * | | Relax fd bounds checking•••We can cope with fds greater than SocketEngine::GetMaxFds() since 3752b3f59d5216d7dc6221a361efc76b9ad2273d | 2014-06-07 | 1 | -1/+1 | ||
| * | | Rewrite clone counting to use one map instead of two | 2014-03-17 | 1 | -40/+21 | ||
| * | | Change allocation of UserManager::clientlist to be physically part of the obj... | 2014-03-15 | 1 | -11/+4 | ||
| * | | Change allocation of UserManager::uuidlist to be physically part of the objec... | 2014-03-14 | 1 | -3/+1 | ||
| * | | Change all socketengine methods to be static | 2014-02-08 | 1 | -2/+2 | ||
| * | | Fix ping timeout message seconds vs second | 2014-02-04 | 1 | -1/+1 | ||
| * | | Destroy Memberships of a quitting user in QuitUser() instead of in cull() | 2014-01-25 | 1 | -0/+1 | ||
| * | | Convert LocalUserList to an intrusively linked list | 2014-01-24 | 1 | -3/+2 | ||
| * | | Split IOHook into IOHook and IOHookProvider•••Create one IOHook instance for each hooked socket which contains all the hook specific data and read/write/close functions, removing the need for the "issl_session" array in SSL modules. Register instances of the IOHookProvider class in the core and use them to create specialized IOHook instances (OnConnect/OnAccept). Remove the OnHookIO hook, add a dynamic reference to ListenSocket that points to the hook provider (if any) to use for incoming connections on that socket. For outgoing connections modules still have to find the IOHookProvider they want to use themselves but instead of calling AddIOHook(hookprov), now they have to call IOHookProvider::OnConnect() after the connection has been established. | 2014-01-22 | 1 | -14/+3 | ||
| * | | Improve UserManager::QuitUser() and related code•••- Make operreason optional; NULL means same as quitreason - Remove User::quietquit, it is now handled internally in spanningtree - Send snotice about quitting remote users from spanningtree | 2014-01-05 | 1 | -37/+11 | ||
| * | | Clean up CoreException•••- Remove default constructor - Replace virtual functions returning C strings with functions returning const std::string refs | 2013-12-18 | 1 | -1/+1 | ||
| * | | Move stuff around a bit:•••- Create FileSystem class: * Move ServerConfig::CleanFilename to FileSystem::GetFileName and rewrite. * Move ServerConfig::ExpandPath to FileSystem. * Move ServerConfig::FileExists to FileSystem. * Move ServerConfig::StartsWithWindowsDriveLetter to FileSystem. - Move FileReader to fileutils.cpp and fix documentation. - Move UserManager::DoBackgroundUserStuff to usermanager.cpp. | 2013-12-15 | 1 | -0/+68 | ||
| * | | Rename <options:moronbanner> to <options:xlinemessage>.•••This name is more descriptive of what is actually is used for. | 2013-08-10 | 1 | -2/+2 | ||
| * | | Change the syntax of FOREACH macros to be less dumb. | 2013-08-04 | 1 | -5/+5 | ||
| * | | Replace hardcoded mode letters, part 3•••This changes most remaining User::IsModeSet() calls to use ModeReferences for modes that were created by other modules or the core | 2013-07-19 | 1 | -13/+0 | ||
| * | | Allow for skipping clone checking before DNS is complete. | 2013-07-02 | 1 | -1/+1 | ||
| * | | Create IOHook interface (extracted from Module) | 2013-06-07 | 1 | -0/+1 | ||
| * | | Move code between usermanager.(cpp|h), clarify comments•••Initialize clientlist and uuidlist in UserManager constructor | 2013-06-06 | 1 | -38/+14 | ||
| * | | Move DoBackgroundUserStuff() and AllModulesReportReady() into UserManager | 2013-06-06 | 1 | -0/+11 | ||
| * | | Merge insp20 | 2013-06-06 | 1 | -1/+7 | ||
| |\| | ||||||
| | * | Initialize local_count | 2013-05-18 | 1 | -0/+5 | ||
| | * | Workaround for std::list::size() having linear complexity on some implementat... | 2013-05-16 | 1 | -1/+2 | ||
| * | | Merge pull request #545 from SaberUK/master+logging-cleanup•••Clean up the logging system (part 1 of 2). | 2013-05-21 | 1 | -4/+4 | ||
| |\ \ | ||||||
| | * | | Fix spacing in calls to LogManager::Log. | 2013-05-19 | 1 | -4/+4 | ||
| * | | | Replaced vsnprintf with VAFORMAT pretty much everywhere. | 2013-05-18 | 1 | -7/+3 | ||
| |/ / | ||||||
| * | | Remove unused UserManager::ServerPrivmsgAll() | 2013-05-18 | 1 | -24/+0 | ||
| * | | Replace some C-isms with C++-isms.•••* 'const char*' to 'const std::string&'. * snprintf to std::string concatenation. * Replace duplicated OneOfMatches with InspIRCd::MatchMask. | 2013-05-15 | 1 | -6/+4 | ||
| * | | Add method for writing server notices.•••This allows us to send a server notice to a user without worrying about whether they are registered or not. If a user receives a server notice and they are not registered then the nickname field will contain an asterisk instead of their nick name. | 2013-05-14 | 1 | -2/+2 | ||
| * | | Merge insp20 | 2013-04-28 | 1 | -4/+4 | ||
| |\| | ||||||
| | * | Log some internal errors on DEFAULT loglevel instead of DEBUG, log detected e... | 2013-04-21 | 1 | -3/+3 | ||
| | * | Fix uuids getting truncated in the nick hash in UserManager::AddUser() if nic... | 2013-04-19 | 1 | -1/+1 | ||
| * | | Modularize DNS•••The DNS modules are temporarily in commands/ so they're loaded automatically Thanks to Attila for helping with much of this. | 2013-04-26 | 1 | -14/+0 | ||
| * | | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -10/+10 | ||
| * | | Stop recreating hashmaps every hour, move garbage collection code related to ... | 2013-04-04 | 1 | -0/+11 | ||
| * | | Make cmd_whowas act like a module, remove special handling | 2013-04-04 | 1 | -1/+0 | ||
| * | | Change User::GetIPString() to return const std::string& | 2013-04-01 | 1 | -4/+4 | ||
| |/ | ||||||
| * | Stop user initialization when the user is marked as quitting after OnSetUserIP | 2013-03-11 | 1 | -0/+3 | ||
| * | Make LocalUserList an std::list | 2012-11-29 | 1 | -1/+1 | ||
| * | Add a typedef for LocalUserList | 2012-11-29 | 1 | -2/+2 | ||
