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
2016-09-02
m_dnsbl Use FindAnswerOfType
Adam
2016-09-02
m_spanningtree Allow multiple valid ips for link blocks as a result of Securi...
Adam
2016-09-02
Fix Windows build and most MSVC warnings
Attila Molnar
2016-09-02
m_spanningtree Add workaround to make SVS* commands work when using ENCAP
Attila Molnar
2016-09-02
m_spanningtree Refuse topic changes that would result in desync
Attila Molnar
2016-09-02
Fix whitespace issues
Attila Molnar
2016-08-30
Return std::string from Membership::GetAllPrefixChars()
Attila Molnar
2016-08-30
m_deaf Remove pointless member prefix check
Attila Molnar
2016-08-30
m_deaf Fix inverted check
Attila Molnar
2016-08-30
Change Membership:hasMode() to accept a PrefixMode
Attila Molnar
2016-08-30
Replace loop over alphabet with loop over mode list in several places
Attila Molnar
2016-08-30
Pass the ModeHandler to User::HasModePermission()
Attila Molnar
2016-08-30
Add const versions of ModeHandler::IsPrefixMode(), IsListModeBase() and IsPar...
Attila Molnar
2016-08-29
Mark ModeHandler::GetModeChar() and ModeWatcher::GetModeType() as const
Attila Molnar
2016-08-29
Convert ModeHandler::GetNumParams() to NeedsParam() that returns a bool
Attila Molnar
2016-08-29
Unregister modes before unhooking extensions when unloading a module
Attila Molnar
2016-08-29
Deduplicate mode unregistering code in ModuleManager::DoSafeUnload() and extr...
Attila Molnar
2016-08-29
Remove unused EventHandlerIter typedef
Attila Molnar
2016-08-26
m_spanningtree Drop unnecessary c_str() call when passing Link::Name to metho...
Attila Molnar
2016-08-25
m_spanningtree Handle unload in resolvers
Attila Molnar
2016-08-25
core_dns Fail new requests when this module or the owner of the request is be...
Attila Molnar
2016-08-25
spanningtree: use bindip aftype as a hint for dns lookup type
Adam
2016-08-25
core_dns Make question a member of request, move common FindAnswerOfType to b...
Adam
2016-08-25
core_dns Change type of all log messages to MODNAME
Attila Molnar
2016-08-24
Update UserManager documentation and comments
Attila Molnar
2016-08-24
Default defer to on for SSL listeners
Attila Molnar
2016-08-24
Check for errors after calling IOHookProvider::OnAccept()
Attila Molnar
2016-08-24
Call IOHookProviders after the socket has been added to the SocketEngine in U...
Attila Molnar
2016-08-24
Add socket into the SocketEngine as soon as possible in UserManager::AddUser()
Attila Molnar
2016-08-24
m_messageflood Improve kick message
Attila Molnar
2016-08-23
Remove broken mssql module
Attila Molnar
2016-08-23
Merge branch 'master+ircstring'
Attila Molnar
2016-08-22
Update documentation in hashcomp.h
Attila Molnar
2016-08-22
Remove all non-member irc::string operators
Attila Molnar
2016-08-22
m_censor Pass irc::string as C string to WriteNumeric()
Attila Molnar
2016-08-22
Remove now unused SearchAndReplace() function
Attila Molnar
2016-08-22
m_censor Switch to stdalgo::string::replace_all()
Attila Molnar
2016-08-22
Add stdalgo::string::replace() and replace_all()
Attila Molnar
2016-08-22
Remove now unused assign() functions
Attila Molnar
2016-08-22
m_spanningtree Use ASCII case insensitive map for matching server names
Attila Molnar
2016-08-22
m_spanningtree Change type of Link::Name to std::string
Attila Molnar
2016-08-22
m_timedbans Remove TimedBan::channel
Attila Molnar
2016-08-22
m_cban Remove now unnecessary field CBan::displaytext
Attila Molnar
2016-08-22
Switch to irc::equals() from irc::string in modules that use it for comparing...
Attila Molnar
2016-08-22
Create irc::equals() from StrHashComp
Attila Molnar
2016-08-22
Add stdalgo::string::equalsci and use it instead of irc::string for case-inse...
Attila Molnar
2016-08-22
m_services_account Detect nickname case changes by using FindNickOnly()
Attila Molnar
2016-08-22
m_timedbans Remove one irc::string usage
Attila Molnar
2016-08-22
Replace irc::string in XLineLookup with irc::insensitive_swo map
Attila Molnar
2016-08-22
Replace irc::string usage in CommandParser::LoopCall() with irc::insensitive_...
Attila Molnar
[next]