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_spanningtree
Age
Commit message (
Expand
)
Author
2014-07-14
Rename UserMembList to Channel::MemberMap, switch all code to use it
Attila Molnar
2014-07-14
Change return type of Channel::GetUsers() to reference from pointer as it is ...
Attila Molnar
2014-07-10
Remove current time parameter of the Timer constructor
Attila Molnar
2014-07-05
m_spanningtree Extract logic that finds the source user for an incoming comma...
Attila Molnar
2014-07-05
m_spanningtree Fix fake direction detection for commands
Attila Molnar
2014-07-05
m_spanningtree Add optional expected nick TS parameter to SVSNICK
Attila Molnar
2014-07-03
m_spanningtree Replace manual string building of outgoing commands with CmdBu...
Attila Molnar
2014-07-03
User::ChangeNick() cannot fail if the new nick is the uuid, document this and...
Attila Molnar
2014-07-03
Remove now needless User::ForceNickChange()
Attila Molnar
2014-06-30
m_spanningtree Drop support for changing user modes with FMODE
Attila Molnar
2014-06-30
m_spanningtree Translate user mode changes done via FMODE by 1202-protocol se...
Attila Molnar
2014-06-30
m_spanningtree Accept legacy JOINs from 1202-protocol servers
Attila Molnar
2014-06-28
Use TimingSafeCompare() to compare passwords and password hashes (non-hmac only)
Attila Molnar
2014-06-28
m_spanningtree Send the cert fingerprint message to opers only after successf...
Attila Molnar
2014-06-28
Check fingerprint before checking password (server linking)
Matthew Martin
2014-06-22
Change all occurrences of plain sort() to std::sort()
Attila Molnar
2014-06-20
Increment serverstats::Collisions when a collision is handled, not when a mod...
Attila Molnar
2014-06-17
m_spanningtree Share server description updates via SINFO desc
Attila Molnar
2014-06-17
m_spanningtree Remove server-to-server VERSION handler
Attila Molnar
2014-06-17
m_spanningtree Translate SINFO version to VERSION and vice versa for 1202 pro...
Attila Molnar
2014-06-17
m_spanningtree Exchange public server version strings via SINFO instead of VE...
Attila Molnar
2014-06-17
m_spanningtree Show the full version string of servers to opers
Attila Molnar
2014-06-17
m_spanningtree Send and receive full version strings via SINFO
Attila Molnar
2014-06-17
m_spanningtree Add a field to TreeServer for storing full version strings
Attila Molnar
2014-06-17
m_spanningtree Add server-to-server SINFO command handler and builder
Attila Molnar
2014-06-17
m_spanningtree Add TreeSocket::SendServerInfo() that sends all additional dat...
Attila Molnar
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-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-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-05-26
Switch to std::string::compare() from substr() in a couple of places
Attila Molnar
2014-04-16
m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS
Attila Molnar
2014-04-16
m_spanningtree Throw an exception on protocol violations instead of returning...
Attila Molnar
2014-04-14
m_spanningtree Fix routing of unicast messages
Attila Molnar
[next]