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-07-27
m_spanningtree Use the value of StartBurst to determine whether a server is b...
Attila Molnar
2014-07-27
m_spanningtree Replace direct access of TreeServer::bursting with IsBursting()
Attila Molnar
2014-07-27
m_spanningtree Remove post-handshake BURST handler
Attila Molnar
2014-07-27
m_spanningtree Don't send needless BURST after introducing a server
Attila Molnar
2014-07-27
m_spanningtree Keep track of whether we've sent our burst, to be used for tra...
Attila Molnar
2014-07-27
m_spanningtree Add TreeSocket::WriteLineNoCompat() to send a line without doi...
Attila Molnar
2014-07-27
m_spanningtree Translate the new SERVER message for 1202 protocol servers
Attila Molnar
2014-07-27
m_spanningtree Remove unused parameters from the server introduction message
Attila Molnar
2014-07-27
m_spanningtree Add newly created TreeServers to the parent's list in the cons...
Attila Molnar
2014-07-27
m_spanningtree Don't pointlessly copy strings in SERVER handlers
Attila Molnar
2014-07-27
m_spanningtree Deduplicate server auth code
Attila Molnar
2014-07-27
m_spanningtree Deduplicate auth finish code
Attila Molnar
2014-07-27
m_spanningtree Remove duplicated code from TreeSocket::Outbound_Reply_Server()
Attila Molnar
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
m_ssl_openssl Read the DH params file using the BIO API on all OSes
Attila Molnar
2014-07-25
Merge insp20
Attila Molnar
2014-07-24
Release v2.0.17
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-24
Make sure the DN strings obtained from the SSL mods are always valid
Attila Molnar
2014-07-23
Update aliases/anope.conf.example
Adam
2014-07-23
Update Windows build scripts for the recent build sys changes
Adam
2014-07-20
m_spanningtree Remove the MAP ISUPPORT token
Attila Molnar
2014-07-19
m_hideoper: Hide hidden opers from /stats P. #874
Adam
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-19
core_stats Deduplicate stats L and l code
Attila Molnar
2014-07-16
Move typedef OperIndex to ServerConfig::OperIndex
Attila Molnar
2014-07-16
Move typedef ClassVector to ServerConfig::ClassVector
Attila Molnar
2014-07-16
core_stats Simplify uptime stats code, don't output years because it is ambig...
Attila Molnar
2014-07-14
Expand ISupportManager documentation
Attila Molnar
2014-07-14
Minor ISupportManager changes
Attila Molnar
2014-07-14
Move ISupportManager class declaration to isupportmanager.h from inspircd.h
Attila Molnar
2014-07-14
m_rmode Call Channel::GetUsers() instead of directly accessing Channel::userlist
Attila Molnar
2014-07-14
Rename UserChanList to User::ChanList, remove UCListIter
Attila Molnar
2014-07-14
Remove typedef UserMembIter, use Channel::MemberMap::iterator instead
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
[next]