]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods
Remove UserManager::GarbageCollect()
[user/henk/code/inspircd.git] / src / coremods /
2015-11-03 Attila MolnarMerge branch 'master+invite'
2015-11-02 Attila Molnarcore_channel Implement invite (un)serialization
2015-11-02 Attila MolnarRewrite invite system
2015-11-02 Attila MolnarMove ServerConfig::InvBypassModes into core_channel
2015-11-02 Attila MolnarMove handling of <options:invitebypassmodes> into core_...
2015-07-06 AdamFail invalid dns responses instead of drop
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-05-19 Attila MolnarMerge branch 'master+movenames'
2015-05-17 Attila MolnarMove InspIRCd::SendError() to cmd_die
2015-05-17 Attila MolnarMove code that quits all users from InspIRCd::Cleanup...
2015-05-17 Attila MolnarMerge pull request #1048 from SaberUK/master+ipv6-stats
2015-05-17 Peter PowellEncase the IPv6 address in `STATS p` with square brackets.
2015-05-16 Attila Molnarcmd_names Do the HasPrivPermission() check only in...
2015-05-16 Attila MolnarMove Channel::UserList() from core to cmd_names
2015-05-16 Attila MolnarMove topic and NAMES sending on join from core into...
2015-05-16 Attila Molnarcmd_topic Extract code sending RPL_TOPIC and RPL_TOPICT...
2015-05-13 Attila MolnarMerge pull request #1041 from SaberUK/master+ipv6-names...
2015-05-12 Attila Molnarcore_dns Set the TTL of the cache entry to the lowest...
2015-05-12 Attila Molnarcore_dns Only clear the slot of the request if the...
2015-05-12 Attila Molnarcore_dns Add DNS timeout timer in Process() not in...
2015-05-12 Attila Molnarcore_dns Make MAX_REQUEST_ID unsigned, move it to core_...
2015-05-12 Attila MolnarRemove support for non-unloadable (VF_STATIC) modules
2015-05-12 Attila Molnarcmd_modules Don't show the memory addresses of Module...
2015-05-10 Attila MolnarMerge insp20
2015-05-10 Peter PowellFix IPv6 nameservers not being detected by the resolv...
2015-05-04 Attila MolnarMerge branch 'master+whoiscontext'
2015-05-04 Attila Molnarcore_whois Fix numeric 319 not obeying MaxLine
2015-05-01 Attila Molnarcore_hostname_lookup Don't adjust DnsBad stats
2015-04-28 Attila Molnarcore_whois Simplify CommandWhois::SplitChanList()
2015-04-28 Attila MolnarMove OnWhois* events to core_whois, add Whois::Context
2015-04-28 Attila MolnarPrepend target user nick to whois numerics in InspIRCd...
2015-04-27 Attila MolnarMerge branch 'master+dns'
2015-04-27 Attila Molnarcore_dns Drop incoming packets containing a different...
2015-04-27 Attila Molnarcore_dns Update DNS::Request::name to be the same as...
2015-04-21 Attila Molnarcore_dns Remove incomplete support for multiple questio...
2015-04-21 Attila Molnarcore_dns Reject incoming packets with qdcount != 1
2015-04-21 Attila Molnarcore_dns Don't store query class code in Question
2015-04-21 Attila Molnarcore_dns Remove ability to pack answers
2015-04-21 Attila Molnarcore_dns Add typedef for request id, change it to uint16_t
2015-04-21 Attila Molnarcore_dns Allow usage of id 65535
2015-04-21 Attila Molnarcore_dns Allow usage of id 0
2015-04-21 Adamcore_dns Move packet source address checking before...
2015-04-20 Attila MolnarMerge insp20
2015-04-15 Attila MolnarMerge branch 'master+ehdispatch'
2015-04-12 Attila MolnarDispatch EventHandler events to dedicated virtual functions
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-23 Attila MolnarMerge branch 'master+no-rtti'
2015-01-22 Attila MolnarMerge branch 'master+exttype' into master+no-rtti
2015-01-18 Attila MolnarSpecify which Extensible subclass an ExtensionItem...
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-11 Attila MolnarFix issues with some numerics introduced in the WriteNu...
2015-01-10 Attila MolnarReduce std::string::substr() usage
2015-01-03 Attila MolnarMerge pull request #959 from Alef-Burzmali/master+fixcl...
2015-01-03 Attila Molnarcmd_invite Send RPL_AWAY after RPL_INVITING if the...
2014-10-27 Attila MolnarMerge insp20
2014-09-04 Attila Molnarcmd_mode Exempt remote users and servers from max modes...
2014-09-04 Attila MolnarMigrate code from ModeParser into cmd_mode (core_user)
2014-09-04 Attila Molnarcore_user Expand the MODE handler into its own file
2014-08-06 Attila Molnarcore_who Remove redundant NULL checks from CanView()
2014-07-25 Attila MolnarMerge insp20
2014-07-19 Attila MolnarAccess local user list via new UserManager::GetLocalUse...
2014-07-19 Attila MolnarMove and rename typedef LocalUserList to UserManager...
2014-07-19 Attila Molnarcore_stats Deduplicate stats L and l code
2014-07-16 Attila MolnarMove typedef OperIndex to ServerConfig::OperIndex
2014-07-16 Attila MolnarMove typedef ClassVector to ServerConfig::ClassVector
2014-07-16 Attila Molnarcore_stats Simplify uptime stats code, don't output...
2014-07-14 Attila MolnarRename UserChanList to User::ChanList, remove UCListIter
2014-07-14 Attila MolnarRemove typedef UserMembIter, use Channel::MemberMap...
2014-07-14 Attila MolnarRemove typedef UserMembCIter, use Channel::MemberMap...
2014-07-14 Attila MolnarRename UserMembList to Channel::MemberMap, switch all...
2014-07-14 Attila MolnarChange return type of Channel::GetUsers() to reference...
2014-07-10 Attila Molnarcore_hostname_lookup Change source of log messages...
2014-07-10 Attila Molnarcore_dns Change source of log messages to MODNAME,...
2014-07-10 Attila MolnarRemove current time parameter of the Timer constructor
2014-07-09 Attila Molnarcore_whowas Rename and move WhoWasGroup to WhoWas:...
2014-07-09 Attila Molnarcore_whowas Return a WhoWas::Manager::Stats struct...
2014-07-09 Attila Molnarcore_whowas Split database logic into a WhoWas::Manager...
2014-07-09 Attila Molnarcore_whowas Clean up GetStats()
2014-07-09 Attila Molnarcore_whowas Rename misleading variables and typedefs
2014-07-09 Attila Molnarcore_whowas Switch from map to a hash map and from...
2014-07-09 Attila Molnarcore_whowas Change the FIFO to be an intrusive list
2014-07-09 Attila Molnarcore_whowas Store the nickname in WhoWas::Nick
2014-07-09 Attila Molnarcore_whowas Store time added in WhoWas::Nick
2014-07-09 Attila Molnarcore_whowas Delete elements of the per nick deque in...
2014-07-09 Attila Molnarcore_whowas Create class WhoWas::Nick, store pointers...
2014-07-09 Attila Molnarcore_whowas Don't display used bytes in /STATS z
2014-07-03 Attila MolnarRemove now needless User::ForceNickChange()
2014-07-03 Attila MolnarMove calling the OnUserPreNick() hook and the restrictb...
2014-07-03 Attila Molnarcore_user Deduplicate code that calls the OnUserRegiste...
2014-07-03 Attila Molnarcore_user Inherit CommandNick from SplitCommand, only...
2014-06-25 Peter PowellAdd formatting to InspIRCd::TimeString; switch all...
2014-06-22 Attila MolnarChange all occurrences of plain sort() to std::sort()
2014-06-22 Attila Molnarcore_userhost Show real host if the target is the same...
2014-06-22 Attila Molnarcore_userhost Append data to the output in a saner way
2014-06-22 Attila Molnarcore_userhost Do the HasPrivPermission() check only...
2014-06-22 Attila Molnarcore_ison Use iterators
2014-06-22 Attila Molnarcore_ison Extract duplicated code into a function
2014-06-22 Attila Molnarcore_ison Truncate string after sending it on overflow...
2014-06-22 Attila Molnarcore_ison Don't deduplicate nicks
next