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
2018-08-10
Remove the original line parameter of On{Pre,Post}Command.
Peter Powell
2018-08-07
Remove the 'debug' snotice character.
Peter Powell
2018-08-05
Make the FJOIN timestamp message easier for users to understand.
Peter Powell
2018-07-30
Rename User::fullname to realname and make it private.
Peter Powell
2018-07-30
Replace most usages of "name" with "real" or "real name".
Peter Powell
2018-07-30
Replace most usages of "GECOS" with "real" or "real name".
Peter Powell
2018-07-26
Replace irc::stringjoiner with a generic stdalgo::string::join.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-07-24
Make more config stuff case insensitive.
Peter Powell
2018-07-24
Fix building on Windows.
Peter Powell
2018-07-18
Initial support for listening on UNIX socket endpoints.
Peter Powell
2018-07-18
Add the family() member to the sockaddrs union.
Peter Powell
2018-07-03
Use !empty() instead of 'size() > 0' when checking parameter count.
B00mX0r
2018-04-17
Convert some usages of ato[il] to use ConvToNum.
Peter Powell
2018-04-16
Add ConfigTag::getUInt for reading unsigned config values.
Peter Powell
2018-04-16
Remove the default value in ConfigTag::get{Duration,Float,Int}.
Peter Powell
2018-04-11
Change ServerInfo::gecos to description
genius3000
2018-04-08
Move OnStats from the core to a cross-module event.
Peter Powell
2018-01-06
Rework message handling.
Peter Powell
2017-12-19
Show server versions in /MAP for opers
B00mX0r
2017-12-03
Move OnSync{Channel,Network,User} to ServerEventListener.
Peter Powell
2017-12-03
Rename the spanningtree module header to server.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2017-11-12
Merge tag 'v2.0.25' into master.
Peter Powell
2017-10-28
Hide User#host and User#dhost and use accessors to modify them.
Peter Powell
2017-10-27
Change SetClientIP to take a C++ string instead of a char array.
Peter Powell
2017-10-18
Add a constructor to OperInfo and use it to set the type name.
Peter Powell
2017-10-15
Update wiki links to use HTTPS and point to the correct pages.
Peter Powell
2017-09-08
Implement support for configurable casemapping & default to ASCII.
Peter Powell
2017-09-03
Convert a bunch of time-related config options to getDuration.
Peter Powell
2017-08-27
Remove module file extensions from user-visible messages.
Peter Powell
2017-08-06
Purge code for Windows XP and MSVC pre-2015.
Peter Powell
2017-07-12
Add CXX11_OVERRIDE to overridden members that lack it.
Peter Powell
2016-12-30
Clean up User::FormatModes(), rename to GetModeLetters()
Attila Molnar
2016-12-30
Deduplicate nickname overruling code
Attila Molnar
2016-12-07
Fix SpanningTreeProtocolInterface::SendChannelPrivmsg() and SendChannelNotice...
genius3000
2016-09-09
Replace snprintf usage with InspIRCd::Format.
Peter Powell
2016-09-02
Bump version to 3.0 in comments and messages
Attila Molnar
2016-09-02
m_spanningtree Allow multiple valid ips for link blocks as a result of Securi...
Adam
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-08-30
Replace loop over alphabet with loop over mode list in several places
Attila Molnar
2016-08-29
Convert ModeHandler::GetNumParams() to NeedsParam() that returns a bool
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
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-24
Check for errors after calling IOHookProvider::OnAccept()
Attila Molnar
2016-08-22
m_spanningtree Use ASCII case insensitive map for matching server names
Attila Molnar
[next]