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
Age
Commit message (
Expand
)
Author
2014-06-14
m_spanningtree Remove declaration for nonexistent function: OnLine()
Attila Molnar
2014-06-14
m_spanningtree Use vector back() where it makes sense
Attila Molnar
2014-06-14
m_spanningtree Initialize boolean member variables in the constructor of the ...
Attila Molnar
2014-06-14
m_spanningtree Initialize TreeServer::UserCount for TreeRoot in its constructor
Attila Molnar
2014-06-13
Make the default ProtocolInterface instance part of class InspIRCd
Attila Molnar
2014-06-13
m_spanningtree Change allocation of the specialized ProtocolInterface to be p...
Attila Molnar
2014-06-13
Change allocation of InspIRCd::Parser to be physically part of the object con...
Attila Molnar
2014-06-13
Remove global Commandtable typedef
Attila Molnar
2014-06-13
Make CommandParser::cmdlist private
Attila Molnar
2014-06-13
Add CommandParser::GetCommands() and typedef CommandMap and use it instead of...
Attila Molnar
2014-06-13
Use CommandParser::GetHandler() in ServerConfig::ApplyDisabledCommands()
Attila Molnar
2014-06-13
Change allocation of InspIRCd::BanCache to be physically part of the object c...
Attila Molnar
2014-06-13
Pull in bancache.h from inspircd.h
Attila Molnar
2014-06-13
Move the definition of the BanCacheHit constructor into the source file from ...
Attila Molnar
2014-06-13
Move BanCacheHash typedef into the private part of BanCacheManager
Attila Molnar
2014-06-13
Change allocation of BanCacheManager::BanHash to be physically part of the ob...
Attila Molnar
2014-06-13
Change allocation of InspIRCd::Threads to be physically part of the object co...
Attila Molnar
2014-06-13
Change allocation of InspIRCd::stats to be physically part of the object cont...
Attila Molnar
2014-06-12
m_spanningtree Explicitly specify the routing for RESYNC as the one inherited...
Attila Molnar
2014-06-11
m_spanningtree Strip membership id from KICKs sent to 1202 protocol servers
Attila Molnar
2014-06-11
Send the membership id when kicking a remote user and drop KICKs with mismatc...
Attila Molnar
2014-06-11
m_spanningtree Strip membership ids from FJOINs sent to 1202 protocol servers
Attila Molnar
2014-06-11
m_spanningtree Send and parse FJOINs with membership ids
Attila Molnar
2014-06-11
m_spanningtree Add CmdBuilder::push_raw_int()
Attila Molnar
2014-06-11
m_spanningtree Use the FJOIN builder when a channel is created
Attila Molnar
2014-06-11
m_spanningtree Add CmdBuilder specialization for FJOIN
Attila Molnar
2014-06-11
m_spanningtree Send, parse and translate IJOINs with membership ids
Attila Molnar
2014-06-11
m_spanningtree Assign an id to new Memberships
Attila Molnar
2014-06-11
m_spanningtree Initialize membership ids on load
Attila Molnar
2014-06-11
Add foundation for membership ids
Attila Molnar
2014-06-11
Add ConvToUInt64()
Attila Molnar
2014-06-10
Return the newly created Membership object from Channel::ForceJoin()
Attila Molnar
2014-06-10
Add channel TS to server-to-server INVITE to detect and drop unauthorized inv...
Attila Molnar
2014-06-10
m_spanningtree Allow callers of InsertCurrentChannelTS() to customize positions
Attila Molnar
2014-06-10
cmd_kick Assign a value to the kick reason string more reasonably
Attila Molnar
2014-06-10
Use the iterator version of Channel::KickUser() in a few places
Attila Molnar
2014-06-10
Change Channel::KickUser() to accept an iterator, add overload that accepts a...
Attila Molnar
2014-06-10
Move pre-kick checks from core to cmd_kick (core_channel)
Attila Molnar
2014-06-09
Document the config options of m_remove
Attila Molnar
2014-06-09
m_remove Make the protected rank configurable instead of hardcoding it to 50000
Attila Molnar
2014-06-09
m_remove Recognize /REMOVE <chan> <nick>
Attila Molnar
2014-06-09
m_remove Manually forward all REMOVE messages, turn FPART into REMOVE
Attila Molnar
2014-06-09
Use std::find() in ParseStack::ParseFile()
Attila Molnar
2014-06-09
Deduplicate ParseStack::ParseFile() and ParseExec()
Attila Molnar
2014-06-07
m_ssl_openssl Remove unused MAX_DESCRIPTORS define
Attila Molnar
2014-06-07
Change the number reported by SocketEngine::GetMaxFds() to be informal
Attila Molnar
2014-06-07
socketengine_epoll Pass a dummy value to epoll_create() that does not depend ...
Attila Molnar
2014-06-07
Relax fd bounds checking
Attila Molnar
2014-06-07
m_channames Remove temporary vector from ValidateChans()
Attila Molnar
2014-06-07
m_channames Call ValidateChans() from cull() on unload
Attila Molnar
[next]