]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_ojoin.cpp
Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters
[user/henk/code/inspircd.git] / src / modules / m_ojoin.cpp
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-09-03 Attila MolnarReplace irc::modestacker usage with the new ModeParser...
2014-08-06 Attila Molnarm_ojoin Change allocation of NetworkPrefix to be physic...
2014-08-06 Attila Molnarm_ojoin Leave it to the core throw an exception if...
2014-08-06 Attila MolnarPass prefix rank and prefix char to PrefixMode constructor
2014-07-25 Attila MolnarMerge insp20
2014-04-13 Attila Molnarm_ojoin Remove pointless FindChan() call
2014-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-11 attilamolnarCreate a base class for prefix modes
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-08 attilamolnarFix a couple of issues
2013-08-04 attilamolnarAutomatically attach modules to events
2013-07-19 attilamolnarm_ojoin Stop hardcoding +Y, move global vars into a...
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-13 attilamolnarRemove TR_END, remove TRANSLATEx() from commands that...
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-06 attilamolnarStore prefix rank in a ModeHandler field, change ModeHa...
2013-06-05 attilamolnarMerge insp20
2013-05-26 attilamolnarSimplify user mode removal via ModeHandler::RemoveMode()
2013-05-26 attilamolnarDeduplicate RemoveMode() implementations
2013-05-18 Attila MolnarMerge pull request #543 from SaberUK/master+sizeparam...
2013-05-18 Peter PowellRemove the size argument from IsChannel and IsNick.
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
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-13 attilamolnarChannel::JoinUser() and Channel::ForceChan() changes
2013-04-13 attilamolnarOnUserPreJoin is a local-only hook, change User* parame...
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 Attila MolnarMerge pull request #454 from SaberUK/master+misc-improv...
2013-04-01 Peter PowellPurge references to the deprecated GetStackedLine method.
2013-04-01 attilamolnarChange channel name parameter of Module::OnUserPreJoin...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-11-19 attilamolnarServerConfig::ServerName is a std::string, don't call...
2012-10-24 attilamolnarm_ojoin Fix giving +Y only instead of +Yo when <ojoin...
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-15 Robin BurchellMerge pull request #28 from DjSlash/classinconnectmsg
2012-04-14 Robin BurchellMerge pull request #35 from pcarrier/insp20ldap
2012-04-09 Robin BurchellMerge pull request #27 from DjSlash/maxconnwarn
2012-04-09 Robin BurchellMerge pull request #25 from DjSlash/colour-to-color
2012-04-09 Sir PogsalotMerge pull request #32 from SaberUK/remove-svn-references
2012-04-09 Sir PogsalotMerge pull request #26 from DjSlash/typofix-m_ojoin
2012-04-01 RutgerTypofix in m_ojoin
2010-02-07 danieldgFix typo
2010-02-07 danieldgFix crash on kick when +J is set, +misc cleanup
2010-02-05 danieldgRemove incorrect access checks from m_ojoin
2010-01-28 danieldgFix empty FMODE being sent if SendMode mode changes
2010-01-17 danieldgMove initialization that throws configuration exception...
2010-01-15 danieldgRemove VF_COMMON from mode-provider modules (no longer...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-25 danieldgFixes from vtable cross-check
2009-10-24 danieldgGet rid of ModePair
2009-10-08 danieldgAdd names for all modes (part 1 of named channel mode...
2009-10-05 danieldgRun DelMode and DelModeWatcher in RemoveModule
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgUse FindMode instead of FindPrefix for OnUserPreJoin...
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgReplace OnAccessCheck with OnPreMode to remove a number...
2009-09-13 danieldgMembership* changes
2009-09-09 danieldgreally fix segfault when using ojoin in already-joined...
2009-09-09 danieldgFix segfault when using ojoin in already-joined channel
2009-09-09 danieldgAllow OJOIN to be used when already in the target channel
2009-09-03 danieldgRemove CMD_LOCALONLY, enforce use of GetRouting for...
2009-09-03 danieldgDon't reassign NPrefix on rehash, its change requires...
2009-09-03 danieldgAdd Network Buisness Join module by Taros; adapted...