index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release v3.0.0 alpha 1
v3.0.0a1
Attila Molnar
2016-09-02
1
-1
/
+1
*
Update stuff for the new versioning system.
Peter Powell
2016-09-02
3
-3
/
+3
*
Bump version to 3.0 in comments and messages
Attila Molnar
2016-09-02
5
-10
/
+10
*
Merge insp20
Attila Molnar
2016-09-02
2
-2
/
+4
|
\
|
*
m_jumpserver Prevent OnUserRegister from running in other modules for users w...
Attila Molnar
2016-09-02
1
-1
/
+1
|
*
m_sqlite3 Fix possible memory leak when opening a database fails
Attila Molnar
2016-08-17
1
-1
/
+3
*
|
m_dnsbl Use FindAnswerOfType
Adam
2016-09-02
1
-2
/
+4
*
|
m_spanningtree Allow multiple valid ips for link blocks as a result of Securi...
Adam
2016-09-02
1
-3
/
+6
*
|
Fix Windows build and most MSVC warnings
Attila Molnar
2016-09-02
3
-3
/
+4
*
|
m_spanningtree Add workaround to make SVS* commands work when using ENCAP
Attila Molnar
2016-09-02
1
-0
/
+11
*
|
m_spanningtree Refuse topic changes that would result in desync
•••
This is a workaround until the protocol is updated
Attila Molnar
2016-09-02
2
-0
/
+14
*
|
Fix whitespace issues
Attila Molnar
2016-09-02
1
-1
/
+1
*
|
Return std::string from Membership::GetAllPrefixChars()
Attila Molnar
2016-08-30
2
-8
/
+5
*
|
m_deaf Remove pointless member prefix check
•••
Inserting members who lack the required status into the except list makes no difference, they won't get the message either way
Attila Molnar
2016-08-30
1
-3
/
+0
*
|
m_deaf Fix inverted check
Attila Molnar
2016-08-30
1
-1
/
+1
*
|
Change Membership:hasMode() to accept a PrefixMode
Attila Molnar
2016-08-30
7
-8
/
+13
*
|
Replace loop over alphabet with loop over mode list in several places
Attila Molnar
2016-08-30
3
-28
/
+31
*
|
Pass the ModeHandler to User::HasModePermission()
•••
Mark the method as const
Attila Molnar
2016-08-30
3
-6
/
+7
*
|
Mark ModeHandler::GetModeChar() and ModeWatcher::GetModeType() as const
Attila Molnar
2016-08-29
1
-5
/
+0
*
|
Convert ModeHandler::GetNumParams() to NeedsParam() that returns a bool
Attila Molnar
2016-08-29
7
-22
/
+22
*
|
Unregister modes before unhooking extensions when unloading a module
•••
Listmodes store their list in an extension that must be present when they are unset to show the modes being unset
Attila Molnar
2016-08-29
1
-3
/
+4
*
|
Deduplicate mode unregistering code in ModuleManager::DoSafeUnload() and extr...
Attila Molnar
2016-08-29
1
-17
/
+14
*
|
m_spanningtree Drop unnecessary c_str() call when passing Link::Name to metho...
Attila Molnar
2016-08-26
3
-4
/
+4
*
|
m_spanningtree Handle unload in resolvers
Attila Molnar
2016-08-25
1
-1
/
+7
*
|
core_dns Fail new requests when this module or the owner of the request is be...
Attila Molnar
2016-08-25
1
-0
/
+8
*
|
spanningtree: use bindip aftype as a hint for dns lookup type
Adam
2016-08-25
1
-1
/
+9
*
|
core_dns Make question a member of request, move common FindAnswerOfType to b...
Adam
2016-08-25
3
-26
/
+16
*
|
core_dns Change type of all log messages to MODNAME
Attila Molnar
2016-08-25
1
-6
/
+6
*
|
Update UserManager documentation and comments
Attila Molnar
2016-08-24
1
-20
/
+5
*
|
Default defer to on for SSL listeners
•••
Issue #1112
Attila Molnar
2016-08-24
1
-1
/
+2
*
|
Check for errors after calling IOHookProvider::OnAccept()
Attila Molnar
2016-08-24
3
-6
/
+30
*
|
Call IOHookProviders after the socket has been added to the SocketEngine in U...
Attila Molnar
2016-08-24
1
-8
/
+8
*
|
Add socket into the SocketEngine as soon as possible in UserManager::AddUser()
Attila Molnar
2016-08-24
1
-7
/
+7
*
|
m_messageflood Improve kick message
•••
Fixes issue #1019 reported by @B00mX0r Also add back a missing word caused by an oversight in #531
Attila Molnar
2016-08-24
1
-2
/
+2
*
|
Remove broken mssql module
•••
Issue #1006
Attila Molnar
2016-08-23
1
-857
/
+0
*
|
m_censor Pass irc::string as C string to WriteNumeric()
•••
Avoids a call to the templated ConvToStr() which uses std::stringstream for conversion
Attila Molnar
2016-08-22
1
-1
/
+1
*
|
m_censor Switch to stdalgo::string::replace_all()
Attila Molnar
2016-08-22
1
-1
/
+1
*
|
m_spanningtree Use ASCII case insensitive map for matching server names
Attila Molnar
2016-08-22
2
-4
/
+4
*
|
m_spanningtree Change type of Link::Name to std::string
•••
Switch to stdalgo::string::equalsci()
Attila Molnar
2016-08-22
5
-14
/
+13
*
|
m_timedbans Remove TimedBan::channel
Attila Molnar
2016-08-22
1
-7
/
+2
*
|
m_cban Remove now unnecessary field CBan::displaytext
Attila Molnar
2016-08-22
1
-3
/
+1
*
|
Switch to irc::equals() from irc::string in modules that use it for comparing...
Attila Molnar
2016-08-22
5
-19
/
+15
*
|
Create irc::equals() from StrHashComp
•••
Make StrHashComp a wrapper around it
Attila Molnar
2016-08-22
1
-1
/
+1
*
|
Add stdalgo::string::equalsci and use it instead of irc::string for case-inse...
Attila Molnar
2016-08-22
4
-16
/
+12
*
|
m_services_account Detect nickname case changes by using FindNickOnly()
•••
Gets rid of assign()
Attila Molnar
2016-08-22
1
-1
/
+1
*
|
m_timedbans Remove one irc::string usage
Attila Molnar
2016-08-22
1
-3
/
+4
*
|
Replace irc::string in XLineLookup with irc::insensitive_swo map
Attila Molnar
2016-08-22
1
-2
/
+2
*
|
Replace irc::string usage in CommandParser::LoopCall() with irc::insensitive_...
Attila Molnar
2016-08-22
1
-2
/
+2
*
|
Remove unused irc::tokenstream::GetToken() overload accepting an irc::string
Attila Molnar
2016-08-22
1
-8
/
+0
*
|
Remove unused irc::hash
Attila Molnar
2016-08-22
1
-8
/
+0
[next]