index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_ojoin.cpp
Age
Commit message (
Expand
)
Author
2020-05-29
Use ChanModeReference for finding the op mode in ojoin.
Sadie Powell
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-03-09
Fix unnecessary inlining in command handler constructors.
Sadie Powell
2020-01-31
Update copyright headers.
InspIRCd Robot
2020-01-29
Add Channel::WriteRemoteNotice and revert WriteNotice changes.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-11-17
Allow Channel::WriteNotice send to other servers and status ranks.
Peter Powell
2019-04-28
Some more text fixes and improvements (#1618).
Robby
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-11-06
Add support for setting the unset rank in ModeHandler.
Peter Powell
2017-07-12
Add CXX11_OVERRIDE to overridden members that lack it.
Peter Powell
2016-12-30
Penalize commands that had 0 penalty
Attila Molnar
2016-08-30
Change Membership:hasMode() to accept a PrefixMode
Attila Molnar
2016-03-05
Send NOTICEs to local channel members with Channel::WriteNotice()
Attila Molnar
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2014-09-03
Replace irc::modestacker usage with the new ModeParser::Process()
Attila Molnar
2014-08-06
m_ojoin Change allocation of NetworkPrefix to be physically part of the objec...
Attila Molnar
2014-08-06
m_ojoin Leave it to the core throw an exception if the prefix char is in use
Attila Molnar
2014-08-06
Pass prefix rank and prefix char to PrefixMode constructor
Attila Molnar
2014-07-25
Merge insp20
Attila Molnar
2014-04-13
m_ojoin Remove pointless FindChan() call
Attila Molnar
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-09-11
Create a base class for prefix modes
attilamolnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-08
Fix a couple of issues
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-19
m_ojoin Stop hardcoding +Y, move global vars into a class, move initializatio...
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-13
Remove TR_END, remove TRANSLATEx() from commands that do not need it
attilamolnar
2013-06-13
Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...
attilamolnar
2013-06-06
Store prefix rank in a ModeHandler field, change ModeHandler::GetPrefixRank()...
attilamolnar
2013-05-27
Simplify user mode removal via ModeHandler::RemoveMode()
attilamolnar
2013-05-27
Deduplicate RemoveMode() implementations
attilamolnar
2013-05-18
Remove the size argument from IsChannel and IsNick.
Peter Powell
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-05-14
Add method for writing server notices.
Peter Powell
2013-04-13
Channel::JoinUser() and Channel::ForceChan() changes
attilamolnar
2013-04-13
OnUserPreJoin is a local-only hook, change User* parameter to LocalUser*
attilamolnar
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2013-04-01
Purge references to the deprecated GetStackedLine method.
Peter Powell
2013-04-01
Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse...
attilamolnar
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-11-19
ServerConfig::ServerName is a std::string, don't call .c_str() on it when pas...
attilamolnar
2012-10-24
m_ojoin Fix giving +Y only instead of +Yo when <ojoin:op> is on and the user ...
attilamolnar
2012-10-12
Remove superfluous std::string()s
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2012-04-01
Typofix in m_ojoin
Rutger
2010-02-07
Fix typo
danieldg
[next]