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
Age
Commit message (
Expand
)
Author
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-28
Ignore safe compiler warnings in a more reliable way.
Peter Powell
2014-06-26
Merge pull request #879 from SaberUK/insp20+fix-denychans
Attila Molnar
2014-06-25
Add parameter to InspIRCd::TimeString for UTC time formats.
Peter Powell
2014-06-25
Add formatting to InspIRCd::TimeString; switch all code to use it.
Peter Powell
2014-06-24
Fix copy/paste error in m_denychans.
Peter Powell
2014-06-22
Change all occurrences of plain sort() to std::sort()
Attila Molnar
2014-06-20
Change the type of the user parameter in the OnUserPreNick() hook from User t...
Attila Molnar
2014-06-20
Increment serverstats::Collisions when a collision is handled, not when a mod...
Attila Molnar
2014-06-18
m_chghost Allow ulined servers to change the host of unregistered users (for ...
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
Kill needless #includes in source files
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-13
Add CommandParser::GetCommands() and typedef CommandMap and use it instead of...
Attila Molnar
2014-06-13
Change allocation of InspIRCd::Threads to be physically part of the object co...
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-06-10
Use the iterator version of Channel::KickUser() in a few places
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-07
m_ssl_openssl Remove unused MAX_DESCRIPTORS define
Attila Molnar
2014-06-07
Fix harmless loop off-by-ones found by Moonlightning
satmd
[prev]
[next]