summaryrefslogtreecommitdiff
path: root/src/modules/m_ojoin.cpp
AgeCommit message (Expand)Author
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2013-04-01Purge references to the deprecated GetStackedLine method.Peter Powell
2013-04-01Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse...attilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-11-19ServerConfig::ServerName is a std::string, don't call .c_str() on it when pas...attilamolnar
2012-10-24m_ojoin Fix giving +Y only instead of +Yo when <ojoin:op> is on and the user ...attilamolnar
2012-10-12Remove superfluous std::string()sattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-01Typofix in m_ojoinRutger
2010-02-07Fix typodanieldg
2010-02-07Fix crash on kick when +J is set, +misc cleanupdanieldg
2010-02-05Remove incorrect access checks from m_ojoindanieldg
2010-01-28Fix empty FMODE being sent if SendMode mode changesdanieldg
2010-01-17Move initialization that throws configuration exceptions to init()danieldg
2010-01-15Remove VF_COMMON from mode-provider modules (no longer needed due to better C...danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-25Fixes from vtable cross-checkdanieldg
2009-10-24Get rid of ModePairdanieldg
2009-10-08Add names for all modes (part 1 of named channel mode list)danieldg
2009-10-05Run DelMode and DelModeWatcher in RemoveModuledanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-10-02Fix valgrind issues and crashes on exitdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-13Use FindMode instead of FindPrefix for OnUserPreJoin privs; makes it possible...danieldg
2009-09-13Simplify ModeHandler constructordanieldg
2009-09-13Replace OnAccessCheck with OnPreMode to remove a number of redundant checksdanieldg
2009-09-13Membership* changesdanieldg
2009-09-09really fix segfault when using ojoin in already-joined channeldanieldg
2009-09-09Fix segfault when using ojoin in already-joined channeldanieldg
2009-09-09Allow OJOIN to be used when already in the target channeldanieldg
2009-09-03Remove CMD_LOCALONLY, enforce use of GetRouting for routed commandsdanieldg
2009-09-03Don't reassign NPrefix on rehash, its change requires a reloadmodule (noticed...danieldg
2009-09-03Add Network Buisness Join module by Taros; adapted to 2.0danieldg