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
Age
Commit message (
Expand
)
Author
2014-10-15
m_ssl_openssl Fix debug message
Attila Molnar
2014-10-15
m_ssl_openssl Reset data_to_write for new sessions
Attila Molnar
2014-10-15
m_ssl_openssl Free the ssl_cert object as soon as the session is closed inste...
Attila Molnar
2014-10-15
m_ssl_openssl Remove bogus errno assignment from CloseSession()
Attila Molnar
2014-10-14
m_ssl_openssl Return an error from the IOHook read and write functions if the...
Attila Molnar
2014-10-14
m_ssl_openssl Add user-friendly config options for setting a few OpenSSL cont...
Attila Molnar
2014-10-13
m_nationalchars Ask m_spanningtree to rebuild its hashmaps when the national_...
Attila Molnar
2014-10-13
m_spanningtree Rebuild serverlist and sidlist when receiving a specific Request
Attila Molnar
2014-10-13
m_nationalchars Rebuild the hash map in m_watch when the national_case_insens...
Attila Molnar
2014-10-13
m_nationalchars Rebuild core hashmaps when the national_case_insensitive_map ...
Attila Molnar
2014-10-13
Merge pull request #934 from SaberUK/insp20+fix-various-issues
Attila Molnar
2014-10-13
Kill some logically dead code detected by Coverity.
Peter Powell
2014-10-13
Replace dodgy use of const char* and memcpy with std::string.
Peter Powell
2014-10-13
Merge pull request #933 from SaberUK/insp20+fix-llvm34
Attila Molnar
2014-10-13
Avoid calling methods on NULL pointers wherever possible.
Peter Powell
2014-10-13
Fix various warnings when building with LLVM 3.5.
Peter Powell
2014-10-10
m_ssl_openssl Allow configuring raw OpenSSL context options
Attila Molnar
2014-10-10
m_ssl_openssl Disable session caching and session tickets
Attila Molnar
2014-10-10
m_ssl_openssl Enable single (EC)DH use and disable SSL v2
Attila Molnar
2014-10-08
m_ssl_openssl Clear the error queue before every SSL_* call
Attila Molnar
2014-10-05
Revert "Fix an off-by-one on registration timeout handling."
Robin Burchell
2014-10-04
Fix an off-by-one on registration timeout handling.
Robin Burchell
2014-10-03
m_ssl_gnutls Re-set DH params when the gnutls_certificate_credentials_t struc...
Attila Molnar
2014-09-27
Store Membership objects physically in the nodes of Channel::MemberMap
Attila Molnar
2014-09-26
Reject parameters that begin with a colon in Channel::SetDefaultModes()
Attila Molnar
2014-09-26
Don't try to set a mode in Channel::SetDefaultModes() if it needs a parameter...
Attila Molnar
2014-09-22
Forward-port of https://github.com/inspircd/inspircd-extras/commit/a311dbcaea...
JustArchi
2014-09-15
Fix incorrect cleanup order in InspIRCd::Exit()
Attila Molnar
2014-09-10
Remove listmode hiding support from the core
Attila Molnar
2014-09-10
m_hidelist Make minimum rank required to view lists configurable
Attila Molnar
2014-09-10
Add m_hidelist that allows hiding the lists of listmodes
Attila Molnar
2014-09-08
Remove IPv6 address compaction.
Adam
2014-09-08
Do not use the result of the dns cache when the query type of the result is d...
Adam
2014-09-05
cmode_l Reject negative limits
Attila Molnar
2014-09-05
m_services_account Fix uninitialized variable usage introduced by insp20 merg...
Attila Molnar
2014-09-05
m_samode Simplify command handler logic
Attila Molnar
2014-09-05
Unset oper-only modes in User::UnOper() in a more sensible way
Attila Molnar
2014-09-04
cmd_mode Exempt remote users and servers from max modes limitation when chang...
Attila Molnar
2014-09-04
Migrate code from ModeParser into cmd_mode (core_user)
Attila Molnar
2014-09-04
core_user Expand the MODE handler into its own file
Attila Molnar
2014-09-04
Split ModeParser::DisplayListMode() into two parts
Attila Molnar
2014-09-04
Remove unused parameter passed to ModeParser::DisplayCurrentModes()
Attila Molnar
2014-09-04
m_namedmodes Build and process a Modes::ChangeList when handling PROP
Attila Molnar
2014-09-04
Pass Modes::ChangeList references to the OnPreMode hook, make it modifiable
Attila Molnar
2014-09-04
Call the MODE command handler in several modules instead of the old ModeParse...
Attila Molnar
2014-09-04
m_spanningtree Simplify processing non-prefix modes in FJOINs
Attila Molnar
2014-09-04
m_spanningtree Apply FMODE mode changes using the new ModeParser functions
Attila Molnar
2014-09-04
Let callers customize the begin/end positions for ModeParser::ModeParamsToCha...
Attila Molnar
2014-09-04
m_services_account Call ModeHandler::RemoveMode() instead of duplicating code
Attila Molnar
2014-09-03
Remove irc::modestacker
Attila Molnar
[prev]
[next]