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
Age
Commit message (
Expand
)
Author
2014-09-04
m_services_account Call ModeHandler::RemoveMode() instead of duplicating code
Attila Molnar
2014-09-03
Remove irc::modestacker
Attila Molnar
2014-09-03
m_spanningtree Remove CommandFJoin::ApplyModeStack()
Attila Molnar
2014-09-03
Use Modes::ChangeList in ModeHandler::RemoveMode()
Attila Molnar
2014-09-03
Replace irc::modestacker usage with the new ModeParser::Process()
Attila Molnar
2014-09-03
Add a ModeParser::Process() overload that can process an entire Modes::Change...
Attila Molnar
2014-09-03
Make it possible to resume processing a partially processed Modes::ChangeList
Attila Molnar
2014-09-03
Split out ModeParser::ModeParamsToChangeList()
Attila Molnar
2014-09-03
Handle mode merges in ModeParser::ProcessSingle()
Attila Molnar
2014-09-03
Validate mode parameters from ModeParser::ProcessSingle()
Attila Molnar
2014-09-03
Split out ModeParser::ProcessSingle() from Process()
Attila Molnar
2014-09-03
Add mode process flag MODE_CHECKACCESS
Attila Molnar
2014-09-03
Remove ModeHandler::m_paramtype and GetTranslateType()
Attila Molnar
2014-09-03
Remove ModeParser::LastParseTranslate and GetLastParseTranslate()
Attila Molnar
2014-09-03
Remove ModeParser::LastParseParams and GetLastParseParams()
Attila Molnar
2014-09-03
Compare Limits.MaxModes to the size of LastChangeList in ModeParser::Process()
Attila Molnar
2014-09-03
Remove ProtocolInterface::SendMode()
Attila Molnar
2014-09-03
m_spanningtree Send MODE/FMODE from the OnMode hook
Attila Molnar
2014-09-03
m_spanningtree Add function to serialize parameters in a Modes::ChangeList::L...
Attila Molnar
2014-09-03
Pass the modes to the OnMode hook as a Modes::ChangeList, pass ModeProcessFla...
Attila Molnar
2014-09-03
Populate a Modes::ChangeList object in ModeParser::Process()
Attila Molnar
2014-09-02
Change mode_sequence to be a const ref in ModeParser::Process()
Attila Molnar
2014-09-02
Replace stringstream with a std::string in ModeParser::Process()
Attila Molnar
2014-09-01
m_spanningtree Add optional key parameter to SVSJOIN and allow it to do overr...
Attila Molnar
2014-08-31
m_blockamsg Update coding style, use User::WriteNotice()
Attila Molnar
2014-08-31
m_blockamsg Remove redundant check
Attila Molnar
2014-08-31
m_blockamsg Uncrook channel counting logic
Attila Molnar
2014-08-31
m_blockamsg Prevent double copy of the target string
Attila Molnar
2014-08-31
m_blockamsg Remove useless variable
Attila Molnar
2014-08-30
Move the intrusive list containers into the insp namespace
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
Migrate ModeChannelOp and ModeChannelVoice constructors to builtinmodes.h, re...
Attila Molnar
2014-08-06
Pass prefix rank and prefix char to PrefixMode constructor
Attila Molnar
2014-08-06
Remove a bunch of useless classes representing simple core modes
Attila Molnar
2014-08-06
m_exemptchanops Fix parameter validation
Attila Molnar
2014-08-06
m_spanningtree Remove redundant checks from HandleRemoteWhois()
Attila Molnar
2014-08-06
core_who Remove redundant NULL checks from CanView()
Attila Molnar
2014-08-04
m_pbkdf2 Less string copying
Attila Molnar
2014-08-04
m_pbkdf2: Added module
Daniel Vassdal
2014-08-04
m_bcrypt: Add module
Daniel Vassdal
2014-08-04
Hashing: Redo API
Daniel Vassdal
2014-08-04
m_password_hash: Use out_size as HMAC-key length, as RFC2104 recommends
Daniel Vassdal
2014-08-04
Remove InspIRCd::BindSocket()
Attila Molnar
2014-08-04
threadengine_win32 Use a stripped-down, local version of InspIRCd::BindSocket...
Attila Molnar
2014-08-04
Fix off by one in ping timeout.
md-5
2014-07-29
Differ database error messages for m_permchannels and m_xline_db
Justin Crawford
2014-07-28
Do not attempt to detect non-culled users at destruction by looking for their...
Attila Molnar
2014-07-28
Allow fast sid reuse by erasing fake users from UserManager::uuidlist when th...
Attila Molnar
2014-07-28
m_spanningtree Throw a ProtocolException if a server SQUITs a server it shoul...
Attila Molnar
[next]