]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Add InspIRCd::GetChans(), remove ChannelCount()
[user/henk/code/inspircd.git] / src / modules /
2014-03-14 Attila MolnarAdd InspIRCd::GetChans(), remove ChannelCount()
2014-03-14 Attila Molnarm_permchannels Remove pointless cleanup ceremony in...
2014-03-08 Peter PowellMake the maximum hostname length configurable in the...
2014-03-07 Peter PowellFix m_permchannels not prepending the path when reading...
2014-03-06 Attila MolnarUpdate detection in module loading commands that relied...
2014-03-03 Attila Molnarm_spanningtree Remove remains of the KeepNickTS workaround
2014-03-03 Attila MolnarUpdate nick timestamps in User::ChangeNick(), pass...
2014-02-27 GoogolplexedGive m_connectban a configurable ban message
2014-02-26 Daniel VassdalSimplify /SAJOIN syntax and add permission for joining...
2014-02-26 Attila Molnarm_chanfilter Remove needless mode parameter is empty...
2014-02-26 Attila Molnarm_cycle Remove redundant IS_LOCAL() check
2014-02-25 Attila Molnarm_svshold Hide server notices by default
2014-02-23 GoogolplexedMoving CGIIRC to a new snomask (w)
2014-02-22 Attila MolnarAdd ModeParser::GetModes(), returns all user/chanmodes
2014-02-21 Attila MolnarReplace mode letter parameter of OnRawMode() with a...
2014-02-20 Attila MolnarAdd a ModeParser::FindMode() overload that takes a...
2014-02-18 Attila MolnarChange the parameter type of ModeHandler::GiveModeList...
2014-02-15 Attila MolnarAdd ParamModeBase and ParamMode, change all parameter...
2014-02-14 Attila MolnarMove GetAllPrefixChars() from Channel to Membership
2014-02-14 Attila MolnarMove GetPrefixChar() from Channel to Membership
2014-02-14 Attila MolnarReturn a Membership* from get_first_visible_channel...
2014-02-13 Peter PowellRemove support for advertising the SSL ports in RPL_ISU...
2014-02-13 AdamRemove redundant null pointer check from m_ldapauth
2014-02-13 AdamWait for the manager bind to come back before sending...
2014-02-11 Attila Molnarm_operjoin Remove duplicated code
2014-02-11 Attila Molnarm_sqlauth Allow the client certificate fingerprint...
2014-02-09 Attila MolnarCall DelFd() and SetFd(-1) from SocketEngine::Close...
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-02-08 Attila MolnarReplace SocketEngine::GetName() with INSPIRCD_SOCKETENG...
2014-02-08 Attila MolnarChange SocketEngine functions that do not require an...
2014-02-07 Thiago Crepaldim_ldapauth.cpp: Allow multiple patterns for users to...
2014-02-06 Peter PowellConvert irc::stringjoiner to be a method instead of...
2014-02-06 Peter PowellFix various cases of UUID exposure.
2014-02-06 Attila Molnarm_cap Instead of using case insensitive compare convert...
2014-01-31 Attila MolnarRemove a few unnecessary .c_str() calls
2014-01-31 Attila MolnarRemove some dead code
2014-01-30 Attila Molnarm_conn_join Read default settings in ReadConfig()
2014-01-30 Daniel Vassdalm_conn_join: Allow time-delayed joins
2014-01-30 Daniel Vassdalm_conn_join: Fixed indentation
2014-01-30 Attila MolnarAllow Timers to delete themselves in Tick()
2014-01-28 Adamm_spanningtree Rewrite /map
2014-01-27 Attila Molnarm_tline Minor improvements
2014-01-27 Attila Molnarm_alias Remove duplicate checks
2014-01-27 Attila Molnarm_alias Use equal_range() when searching for aliases
2014-01-26 Attila MolnarAdd m_clearchan which removes users from a channel...
2014-01-26 Attila MolnarAdd ProtocolInterface::BroadcastEncap() and infrastruct...
2014-01-26 Attila MolnarProtocolInterface::SendEncapsulatedData() changes
2014-01-25 Attila MolnarAdd Channel* parameter to OnSendWhoLine
2014-01-25 Attila MolnarOmit the server name internally when building a /STATS...
2014-01-25 Peter PowellConvert InspIRCd::PassCompare to return bool instead...
2014-01-24 Attila MolnarConvert UserChanList to an intrusively linked list
2014-01-23 Attila MolnarRemove whitespace and minor style changes
2014-01-23 Attila MolnarGlobally #undef min and max on Windows
2014-01-22 Attila MolnarSplit IOHook into IOHook and IOHookProvider
2014-01-22 Attila MolnarAdd the ability to have multiple SSL profiles
2014-01-22 Attila Molnarm_ssl_gnutls Create GNUTLS_NEW_CERT_CALLBACK_API and...
2014-01-21 Attila MolnarMerge insp20
2014-01-21 Attila Molnarm_spanningtree Fix routing of ROUTE_TYPE_MESSAGE messages
2014-01-21 AdamAdd m_starttls and remove it from m_ssl_gnutls, which...
2014-01-21 Attila Molnarm_httpd_stats Be more conservative when escaping data
2014-01-20 Attila Molnarm_joinflood Unset the mode on unload
2014-01-20 Peter PowellFix some logically dead code which was found by Coverity.
2014-01-20 Attila Molnarm_svshold Add config option to hide snotices
2014-01-20 Attila Molnarm_httpd Add timeout option; remove timed out connections
2014-01-20 Attila Molnarm_services_account Add workaround for wrong host being...
2014-01-20 Attila Molnarm_dnsbl Don't send snotice when the {G|K|Z}line already...
2014-01-19 Attila Molnarm_joinflood Fix remote joins affecting local joinflood...
2014-01-19 Attila MolnarUse FindNickOnly() in a few more places if a local...
2014-01-19 Attila Molnarm_dccallow Increase penalty for /DCCALLOW help
2014-01-19 Attila Molnarm_alias Fix out of bounds string access that happened...
2014-01-16 Attila MolnarMerge pull request #732 from grawity/saslfix
2014-01-14 Attila Molnarm_sajoin Send global snotice when the join happens
2014-01-13 Attila Molnarm_mlock Only deny the mlocked mode from being changed...
2014-01-11 Mantas MikulėnasSupport SASL messages other than 'C' and 'D'
2014-01-11 Mantas MikulėnasHandle SASL failures during SASL_INIT (wrong mechanism...
2014-01-09 Attila MolnarStop null checking pointers that are always valid
2014-01-08 Attila MolnarRemove PreText()-like functions
2014-01-08 Attila MolnarRead uline state in spanningtree; remove ConfigReader...
2014-01-06 Attila MolnarAutomatically register and unregister mode watchers
2014-01-06 Attila MolnarUnset all extensions and the topic when lowering TS...
2014-01-06 Attila Molnarm_deaf Simplify logic
2014-01-05 Attila MolnarMove server description field from TreeServer into...
2014-01-05 Attila MolnarIntroduce Server class
2014-01-05 Attila MolnarRemove useless ULine() checks
2014-01-05 Attila Molnarm_spanningtree Remove vector from TreeServer::QuitUsers()
2014-01-05 Attila MolnarImprove UserManager::QuitUser() and related code
2014-01-04 Attila MolnarChange type of snomask parameter to char in ProtocolInt...
2014-01-04 Attila MolnarAdd functor that does strict weak ordering based on...
2014-01-04 Peter PowellFix some Windows-related problems.
2013-12-28 Attila MolnarMerge pull request #714 from SaberUK/insp20+fix-helpop
2013-12-27 Peter PowellFix the HELPOP database being destroyed when a rehash...
2013-12-21 Daniel VassdalAllow ranges beginning with 0 in m_channames
2013-12-19 Attila Molnarm_showwhois Update settings on rehash
2013-12-19 Attila Molnarm_filter Remove ImplFilter and needless dynamic_cast
2013-12-19 AdamAdd m_ldap, and convert m_ldapoper and m_ldapauth to...
2013-12-18 Attila MolnarAdd m_showfile, remove cmd_rules
2013-12-18 Attila Molnarm_auditorium Switch to SimpleChannelModeHandler
2013-12-18 Attila Molnarm_spanningtree Fix clang warning and wrong operator...
2013-12-18 Attila MolnarClean up CoreException
2013-12-18 Attila Molnarm_sakick Replace C string with C++ string
next