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-26
m_spanningtree Set the TS of the uuid nick to the same value on collision
Attila Molnar
2014-07-26
m_spanningtree Warn instead of sending SAVE if we change the nick of a non-lo...
Attila Molnar
2014-07-26
m_spanningtree Only accept uuids in SAVE
Attila Molnar
2014-07-26
m_spanningtree Don't accept NICK with 0 TS
Attila Molnar
2014-07-26
m_spanningtree Return a bool from DoCollision()
Attila Molnar
2014-07-26
m_spanningtree Replace WriteLine() call with Unicast() in DoCollision()
Attila Molnar
2014-07-26
m_spanningtree Replace #defines with references in DoCollision()
Attila Molnar
2014-07-26
m_spanningtree Update comments around collision handling
Attila Molnar
2014-07-26
m_spanningtree Let the NICK handler change the nick of the incoming user on c...
Attila Molnar
2014-07-25
m_spanningtree Update nick overrule on UID code to make sense on master
Attila Molnar
2014-07-25
Merge insp20
Attila Molnar
2014-07-24
Update example configuration files, fix typos and case
Attila Molnar
2014-07-24
m_spanningtree Always treat the remote client as the winner on nick collision...
Attila Molnar
2014-07-20
m_spanningtree Remove the MAP ISUPPORT token
Attila Molnar
2014-07-19
Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere
Attila Molnar
2014-07-19
Access local user list via new UserManager::GetLocalUsers() and make local_us...
Attila Molnar
2014-07-19
Move and rename typedef LocalUserList to UserManager::LocalList
Attila Molnar
2014-07-19
Erase local users from UserManager::local_list in QuitUser()
Attila Molnar
2014-07-16
Move typedef OperIndex to ServerConfig::OperIndex
Attila Molnar
2014-07-14
Rename UserChanList to User::ChanList, remove UCListIter
Attila Molnar
2014-07-14
Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead
Attila Molnar
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
[next]