]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_ojoin.cpp
Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicate local...
[user/henk/code/inspircd.git] / src / modules / m_ojoin.cpp
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...