summaryrefslogtreecommitdiff
path: root/src/users.cpp
AgeCommit message (Expand)Author
2017-10-07SendMessage: don't interpret message as a format stringAdam
2017-05-29Fixup some compilation warningsAdam
2017-05-29Remove recognized status and secureAdam
2017-04-20Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'Adam
2017-01-23Make log system use newer format stringsAdam
2017-01-16Update copyright to 2017.Robby
2016-12-22Make User::Mask behave more like 1.8Adam
2016-12-17Split ircdproto send functions out into separate servicesAdam
2016-12-06Remove many more old C style format strings in the protocol functionsAdam
2016-11-25Rename most ext fields names to be consistent with everything else, add acces...Adam
2016-11-11Fix opers not really being serializableAdam
2016-11-03Fix crash loading enc_old prior to the proto modsAdam
2016-10-09Fix SendMessage formatting messages with mixes of multiple spaces and wordsAdam
2016-10-06#1681 update last realname always on signonAdam
2016-08-27Optionally allow using Boost.Locale for hashcompAdam
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
2016-07-03#1681 update last realname always on signonAdam
2016-01-28Update copyright to 2016. This was done with:Robby
2015-07-13Unset extensibles on larger objects when they destructAdam
2015-01-05Merge branch '2.0' into 2.1Adam
2014-12-05Update Kill() calls to pass source pointer instead of nameAdam
2014-11-24Rewrite serializable to have field level granularityAdam
2014-06-23Merge branch '2.0' into 2.1Adam
2014-06-23Mostly working language string rewrite with new format stringsAdam
2014-05-28Merge branch '2.0' into 2.1Adam
2014-05-28Move most of the core pseudoclient logic to modulesAdam
2014-05-21Core prep for p10 stuffAdam
2014-05-20Speed up akill xline checksAdam
2014-05-19Fix server usercounter not being incremented when servers are burstingAdam
2014-04-20New event systemAdam
2014-04-02Set minus no arg on +l in all proto modsAdam
2014-02-27Handle nick collisions somewhat instead of blindly overwriting the nicksAdam
2014-02-09Add an opertype priv "protected" to not allow services to kick a user.Adam
2014-01-21Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601.Adam
2014-01-14Call User::Login after sending the login event, in case a module wants to act...Adam
2014-01-09Move oper count and vhost stuff to set/remove mode internalAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-10-26new event OnSetDisplayedHostDukePyrolator
2013-08-31add vhost support for hybridDukePyrolator
2013-08-25Fix User::IsIdentified with check_nick, do not remove +r on bursting clients ...Adam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
2013-07-21Move SendLogin() back to User::Identify, it was moved at some point? but does...Adam
2013-07-01Change extensible keys to require explicitly having a type defined for it. Co...Adam
2013-06-19Set vhosts when users id to an account (and not a nick), add account arg to u...Adam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-18Add botserv bot usermode config optionAdam
2013-05-08Fix crash when we kill users because of a double freeAdam
2013-05-08Make sockaddrs/cidr not throw on invalid ips to give us an easier/cheaper way...Adam