summaryrefslogtreecommitdiff
path: root/src/coremods
AgeCommit message (Expand)Author
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2015-01-11Fix issues with some numerics introduced in the WriteNumeric() conversion and...Attila Molnar
2015-01-10Reduce std::string::substr() usageAttila Molnar
2015-01-03cmd_invite Send RPL_AWAY after RPL_INVITING if the target user is awayAttila Molnar
2014-10-27Merge insp20Attila Molnar
2014-09-04cmd_mode Exempt remote users and servers from max modes limitation when chang...Attila Molnar
2014-09-04Migrate code from ModeParser into cmd_mode (core_user)Attila Molnar
2014-09-04core_user Expand the MODE handler into its own fileAttila Molnar
2014-08-06core_who Remove redundant NULL checks from CanView()Attila Molnar
2014-07-25Merge insp20Attila Molnar
2014-07-19Access local user list via new UserManager::GetLocalUsers() and make local_us...Attila Molnar
2014-07-19Move and rename typedef LocalUserList to UserManager::LocalListAttila Molnar
2014-07-19core_stats Deduplicate stats L and l codeAttila Molnar
2014-07-16Move typedef OperIndex to ServerConfig::OperIndexAttila Molnar
2014-07-16Move typedef ClassVector to ServerConfig::ClassVectorAttila Molnar
2014-07-16core_stats Simplify uptime stats code, don't output years because it is ambig...Attila Molnar
2014-07-14Rename UserChanList to User::ChanList, remove UCListIterAttila Molnar
2014-07-14Remove typedef UserMembIter, use Channel::MemberMap::iterator insteadAttila Molnar
2014-07-14Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator insteadAttila Molnar
2014-07-14Rename UserMembList to Channel::MemberMap, switch all code to use itAttila Molnar
2014-07-14Change return type of Channel::GetUsers() to reference from pointer as it is ...Attila Molnar
2014-07-10core_hostname_lookup Change source of log messages to MODNAMEAttila Molnar
2014-07-10core_dns Change source of log messages to MODNAME, remove "Resolver: " from a...Attila Molnar
2014-07-10Remove current time parameter of the Timer constructorAttila Molnar
2014-07-09core_whowas Rename and move WhoWasGroup to WhoWas::EntryAttila Molnar
2014-07-09core_whowas Return a WhoWas::Manager::Stats struct from GetStats() instead of...Attila Molnar
2014-07-09core_whowas Split database logic into a WhoWas::Manager classAttila Molnar
2014-07-09core_whowas Clean up GetStats()Attila Molnar
2014-07-09core_whowas Rename misleading variables and typedefsAttila Molnar
2014-07-09core_whowas Switch from map to a hash map and from irc::string to std::stringAttila Molnar
2014-07-09core_whowas Change the FIFO to be an intrusive listAttila Molnar
2014-07-09core_whowas Store the nickname in WhoWas::NickAttila Molnar
2014-07-09core_whowas Store time added in WhoWas::NickAttila Molnar
2014-07-09core_whowas Delete elements of the per nick deque in the destructor of WhoWas...Attila Molnar
2014-07-09core_whowas Create class WhoWas::Nick, store pointers to those in the mapAttila Molnar
2014-07-09core_whowas Don't display used bytes in /STATS zAttila Molnar
2014-07-03Remove now needless User::ForceNickChange()Attila Molnar
2014-07-03Move calling the OnUserPreNick() hook and the restrictbannedusers check from ...Attila Molnar
2014-07-03core_user Deduplicate code that calls the OnUserRegister hookAttila Molnar
2014-07-03core_user Inherit CommandNick from SplitCommand, only handle it for local usersAttila Molnar
2014-06-25Add formatting to InspIRCd::TimeString; switch all code to use it.Peter Powell
2014-06-22Change all occurrences of plain sort() to std::sort()Attila Molnar
2014-06-22core_userhost Show real host if the target is the same as the user doing the ...Attila Molnar
2014-06-22core_userhost Append data to the output in a saner wayAttila Molnar
2014-06-22core_userhost Do the HasPrivPermission() check only once, not once per nickAttila Molnar
2014-06-22core_ison Use iteratorsAttila Molnar
2014-06-22core_ison Extract duplicated code into a functionAttila Molnar
2014-06-22core_ison Truncate string after sending it on overflow instead of recreating itAttila Molnar
2014-06-22core_ison Don't deduplicate nicksAttila Molnar
2014-06-22core_ison Remove check that is always trueAttila Molnar