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
/
capab.cpp
Age
Commit message (
Expand
)
Author
2021-05-14
Update copyright headers.
InspIRCd Robot
2021-04-25
Send the max line length to remote servers on link.
Sadie Powell
2021-02-26
Update copyright headers.
InspIRCd Robot
2020-12-03
Advertise the available extbans for services.
Sadie Powell
2020-04-21
Fixes by misspell-fixer
InspIRCd Robot
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-05-15
Fix space separation for CAPAB module list
linuxdaemon
2019-05-14
Add an enumeration for known protocol versions.
Peter Powell
2019-01-24
Add translation for casemapping between 2.0/3.0 (#1544)
linuxdaemon
2018-12-12
Fix conversion issues by replacing ConvToInt with ConvToNum<T>.
Peter Powell
2018-10-28
Also synchronise the prefix rank between servers.
Peter Powell
2018-10-27
Fix a shadowing warning in the spanningtree module.
Peter Powell
2018-10-27
Improve CAPAB negotiation in the spanningtree module.
Peter Powell
2018-08-10
Parse CAPAB CAPABILITIES and FJOIN messages with spacesepstream.
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
2017-09-08
Implement support for configurable casemapping & default to ASCII.
Peter Powell
2016-09-02
Bump version to 3.0 in comments and messages
Attila Molnar
2016-08-30
Replace loop over alphabet with loop over mode list in several places
Attila Molnar
2016-01-06
m_spanningtree Add compatibility hack that allows modules to drop the VF_COMM...
Attila Molnar
2015-02-22
capab: m_kicknorejoin: Don't advertise upper bound to 2.0 servers
Daniel Vassdal
2015-01-10
Reduce std::string::substr() usage
Attila Molnar
2014-07-25
Merge insp20
Attila Molnar
2014-07-24
Update example configuration files, fix typos and case
Attila Molnar
2014-06-22
Change all occurrences of plain sort() to std::sort()
Attila Molnar
2014-04-29
m_spanningtree Advertise the availability of m_globops in CAPAB CAPABILITIES
Attila Molnar
2014-04-08
m_spanningtree Don't rely on "m_sha256.so" being loaded, use any "hash/sha256...
Attila Molnar
2014-04-08
m_spanningtree Remove the (now) undocumented disablehmac config option
Attila Molnar
2014-03-08
Make the maximum hostname length configurable in the config.
Peter Powell
2014-02-18
Change the parameter type of ModeHandler::GiveModeList() from ModeMasks to Mo...
Attila Molnar
2014-02-06
Convert irc::stringjoiner to be a method instead of a class.
Peter Powell
2014-01-23
Remove whitespace and minor style changes
Attila Molnar
2013-11-21
Fix a few issues
attilamolnar
2013-09-11
Move prefix mode specific fields and getters into PrefixMode
attilamolnar
2013-08-30
Remove ModuleManager::GetAllModuleNames(), use GetModules() instead
attilamolnar
2013-06-12
Simplify stringjoiner: take 1 parameter, join from begin() to end() and use s...
attilamolnar
2013-04-13
m_spanningtree Bump protocol version and remove unused CAPAB CAPABILITIES ent...
attilamolnar
2013-04-12
m_spanningtree Remove unneeded #includes
attilamolnar
2013-04-12
m_spanningtree atoi() to ConvToInt() conversion, add const where possible
attilamolnar
2013-04-01
Fix linker error when linking spanningtree caused by 56cae0f3a484cbcb20569b68...
Adam
2013-04-01
Remove legacy code, mostly related to 1.2 compatibility
attilamolnar
2012-10-12
Remove superfluous std::string()s
attilamolnar
2012-10-02
m_spanningtree Use iterators in CAPAB handler and when generating reply to sp...
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-05-08
Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this)
Daniel De Graaf
2010-02-23
Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ...
danieldg
2010-02-13
Clean up treesocket naming confusion by adding a link block reference during ...
danieldg
2010-02-09
Fix typo
danieldg
2010-02-09
Sort CAPAB CHANMODES and USERMODES
danieldg
[next]