Age | Commit message (Expand) | Author |
2014-07-25 | Merge insp20 | Attila Molnar |
2014-07-19 | Access local user list via new UserManager::GetLocalUsers() and make local_us... | Attila Molnar |
2014-07-19 | Move and rename typedef LocalUserList to UserManager::LocalList | Attila Molnar |
2014-07-19 | core_stats Deduplicate stats L and l code | Attila Molnar |
2014-07-16 | Move typedef OperIndex to ServerConfig::OperIndex | Attila Molnar |
2014-07-16 | Move typedef ClassVector to ServerConfig::ClassVector | Attila Molnar |
2014-07-16 | core_stats Simplify uptime stats code, don't output years because it is ambig... | Attila Molnar |
2014-07-14 | Rename UserChanList to User::ChanList, remove UCListIter | Attila Molnar |
2014-07-14 | Remove typedef UserMembIter, use Channel::MemberMap::iterator instead | Attila Molnar |
2014-07-14 | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | Attila Molnar |
2014-07-14 | Rename UserMembList to Channel::MemberMap, switch all code to use it | Attila Molnar |
2014-07-14 | Change return type of Channel::GetUsers() to reference from pointer as it is ... | Attila Molnar |
2014-07-10 | core_hostname_lookup Change source of log messages to MODNAME | Attila Molnar |
2014-07-10 | core_dns Change source of log messages to MODNAME, remove "Resolver: " from a... | Attila Molnar |
2014-07-10 | Remove current time parameter of the Timer constructor | Attila Molnar |
2014-07-09 | core_whowas Rename and move WhoWasGroup to WhoWas::Entry | Attila Molnar |
2014-07-09 | core_whowas Return a WhoWas::Manager::Stats struct from GetStats() instead of... | Attila Molnar |
2014-07-09 | core_whowas Split database logic into a WhoWas::Manager class | Attila Molnar |
2014-07-09 | core_whowas Clean up GetStats() | Attila Molnar |
2014-07-09 | core_whowas Rename misleading variables and typedefs | Attila Molnar |
2014-07-09 | core_whowas Switch from map to a hash map and from irc::string to std::string | Attila Molnar |
2014-07-09 | core_whowas Change the FIFO to be an intrusive list | Attila Molnar |
2014-07-09 | core_whowas Store the nickname in WhoWas::Nick | Attila Molnar |
2014-07-09 | core_whowas Store time added in WhoWas::Nick | Attila Molnar |
2014-07-09 | core_whowas Delete elements of the per nick deque in the destructor of WhoWas... | Attila Molnar |
2014-07-09 | core_whowas Create class WhoWas::Nick, store pointers to those in the map | Attila Molnar |
2014-07-09 | core_whowas Don't display used bytes in /STATS z | Attila Molnar |
2014-07-03 | Remove now needless User::ForceNickChange() | Attila Molnar |
2014-07-03 | Move calling the OnUserPreNick() hook and the restrictbannedusers check from ... | Attila Molnar |
2014-07-03 | core_user Deduplicate code that calls the OnUserRegister hook | Attila Molnar |
2014-07-03 | core_user Inherit CommandNick from SplitCommand, only handle it for local users | Attila Molnar |
2014-06-25 | Add formatting to InspIRCd::TimeString; switch all code to use it. | Peter Powell |
2014-06-22 | Change all occurrences of plain sort() to std::sort() | Attila Molnar |
2014-06-22 | core_userhost Show real host if the target is the same as the user doing the ... | Attila Molnar |
2014-06-22 | core_userhost Append data to the output in a saner way | Attila Molnar |
2014-06-22 | core_userhost Do the HasPrivPermission() check only once, not once per nick | Attila Molnar |
2014-06-22 | core_ison Use iterators | Attila Molnar |
2014-06-22 | core_ison Extract duplicated code into a function | Attila Molnar |
2014-06-22 | core_ison Truncate string after sending it on overflow instead of recreating it | Attila Molnar |
2014-06-22 | core_ison Don't deduplicate nicks | Attila Molnar |
2014-06-22 | core_ison Remove check that is always true | Attila Molnar |
2014-06-22 | core_list Improve readability by assigning the Channel being inspected to a v... | Attila Molnar |
2014-06-22 | core_list Check whether the chan name/topic has to be Match()ed once, not onc... | Attila Molnar |
2014-06-22 | core_list Do the HasPrivPermission() check only once, not once per chan | Attila Molnar |
2014-06-20 | Check Q-Lines on nick change in core_xline | Attila Molnar |
2014-06-13 | Change allocation of InspIRCd::Parser to be physically part of the object con... | 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::stats to be physically part of the object cont... | Attila Molnar |
2014-06-11 | Send the membership id when kicking a remote user and drop KICKs with mismatc... | Attila Molnar |
2014-06-10 | Add channel TS to server-to-server INVITE to detect and drop unauthorized inv... | Attila Molnar |