]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Pull in bancache.h from inspircd.h
[user/henk/code/inspircd.git] / src / users.cpp
2014-06-13 Attila MolnarPull in bancache.h from inspircd.h
2014-06-13 Attila MolnarChange allocation of InspIRCd::stats to be physically...
2014-05-23 Peter PowellPrefix all definitions in config.h to avoid potential...
2014-04-11 Peter PowellKill <channels> in favour of <connect:maxchans> and...
2014-04-07 Attila MolnarMerge insp20
2014-04-02 Attila MolnarRemove unused User::WriteCommonExcept()
2014-04-02 Attila MolnarMove User::SendAll() into core_privmsg
2014-04-02 Attila MolnarRemove User::WriteTo() functions; use User::WriteFrom...
2014-03-25 Attila MolnarChange storage of UserManager::all_opers to be a vector
2014-03-17 Attila MolnarRewrite clone counting to use one map instead of two
2014-03-15 Attila MolnarChange allocation of UserManager::clientlist to be...
2014-03-14 Attila MolnarChange allocation of UserManager::uuidlist to be physic...
2014-03-08 Peter PowellMake the maximum hostname length configurable in the...
2014-03-03 Attila MolnarUpdate nick timestamps in User::ChangeNick(), pass...
2014-02-27 Attila MolnarRemove REG_ALL checks from User::SharesChannelWith()
2014-02-21 Attila MolnarIndex Channel::modes and User::modes with the id of...
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-02-06 Peter PowellFix various cases of UUID exposure.
2014-01-25 Peter PowellConvert InspIRCd::PassCompare to return bool instead...
2014-01-25 Attila MolnarDestroy Memberships of a quitting user in QuitUser...
2014-01-24 Attila MolnarRemove classbase inheritance from Invitation
2014-01-24 Attila MolnarConvert LocalUserList to an intrusively linked list
2014-01-24 Attila MolnarConvert UserChanList to an intrusively linked list
2014-01-23 Attila MolnarRemove whitespace and minor style changes
2014-01-21 Attila MolnarMerge insp20
2014-01-20 Peter PowellFix some logically dead code which was found by Coverity.
2014-01-13 Attila MolnarDon't send the "your unique ID" (numeric 042) message...
2014-01-09 Attila MolnarStop null checking pointers that are always valid
2014-01-05 Attila MolnarIntroduce Server class
2014-01-05 Attila MolnarImprove UserManager::QuitUser() and related code
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-04 Attila MolnarMerge pull request #623 from ChrisTX/insp20+compilerfixes
2013-08-30 ChrisTXImprove support for rarely used compilers, EKOPath...
2013-08-30 attilamolnarMerge insp20
2013-08-12 attilamolnarClean up a few constructors
2013-08-12 Attila MolnarMerge pull request #591 from SaberUK/master+config...
2013-08-10 Peter PowellRename <connect:nouserdns> to <connect:resolvehostnames>.
2013-08-09 attilamolnarRemove virtual User::GetClass() (but keep LocalUser...
2013-08-09 attilamolnarAccept std::string as parameter in User::ChangeHost...
2013-08-09 attilamolnarMove host cycle logic into m_hostcycle
2013-08-04 attilamolnarCall ModeParser::Process() directly instead of going...
2013-08-04 attilamolnarFakeUsers are only inserted into UserManager::uuidlist...
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-07-20 attilamolnarFix generated snomask mode change string being incosist...
2013-07-19 attilamolnarGet rid of enum UserModes and mark User::modes as private
2013-07-19 attilamolnarReplace hardcoded mode letters, part 3
2013-07-19 attilamolnarMove SetNoticeMask(), FormatNoticeMasks() and ProcessNo...
2013-07-02 Attila MolnarMerge pull request #571 from ShutterQuick/inspircd...
2013-07-02 Daniel VassdalAllow for skipping clone checking before DNS is complete.
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellConvert User::SendText to use std::string.
2013-06-06 Peter PowellConvert User::FormatNoticeMasks() to use std::string.
2013-06-06 Peter PowellReplace some C string operations with the + operator.
2013-06-06 Peter PowellUse InspIRCd::Format instead of snprintf().
2013-06-06 Peter PowellCompare to ServerLimits::MaxLine instead of MAXBUF.
2013-06-05 Peter PowellReserve ServerLimits::MaxLine instead of MAXBUF.
2013-06-05 attilamolnarMerge insp20
2013-05-24 attilamolnarCache mode list that is sent in the 004 numeric
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-21 AdamMerge pull request #548 from SaberUK/master+variadic...
2013-05-20 Attila MolnarMerge pull request #542 from ShutterQuick/inspircd...
2013-05-18 Daniel VassdalReplaced vsnprintf with VAFORMAT pretty much everywhere.
2013-05-18 attilamolnarGet rid of the NICKForced extension
2013-05-16 attilamolnarWorkaround for std::list::size() having linear complexi...
2013-05-16 attilamolnarGet rid of strlcpy(), strlcat(), charlcat() and charrem...
2013-05-15 attilamolnarAllow spaces (and more) in oper types
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-04-27 attilamolnarMerge insp20
2013-04-27 AdamMerge pull request #501 from SaberUK/master+nouserdns
2013-04-27 Peter PowellMove <performance:nouserdns> to <connect:nouserdns>.
2013-04-26 AdamModularize DNS
2013-04-21 attilamolnarLog some internal errors on DEFAULT loglevel instead...
2013-04-19 attilamolnarImmediately stop processing whenever we detect and...
2013-04-14 attilamolnarExtract UID/SID generation logic into a new class:...
2013-04-13 attilamolnarRemove the deprecated invite API
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-09 attilamolnarMove most whois related code from the core into cmd_whois
2013-04-04 attilamolnarMake cmd_whowas act like a module, remove special handling
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarMove member variables from User to LocalUser
2013-03-31 attilamolnarChange User::GetIPString() to return const std::string&
2013-03-31 attilamolnarSend LUSERS before MOTD
2013-03-31 attilamolnarRemove legacy code, mostly related to 1.2 compatibility
2013-03-11 attilamolnarFix m_dnsbl not checking cgiirc users when the cgiirc...
2012-12-09 attilamolnarRemove ServerLimits::Finalise(), it's completely wrong
2012-11-29 attilamolnarMake LocalUserList an std::list
2012-11-29 attilamolnarAdd a typedef for LocalUserList
2012-11-29 attilamolnarReorder local user initialization steps
2012-11-19 attilamolnarRemove usage of deprecated CallCommandHandler() and...
2012-10-21 attilamolnarMake better use of User::GetFullRealHost()
2012-10-12 attilamolnarFix unregistered users getting global notices, also...
2012-10-03 attilamolnarFix (d)host starting with ':' for some IPv6 clients
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
next