]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
m_ident: Add an option to allow idents of users to still be prefixed with a '~' for...
[user/henk/code/inspircd.git] / src / modules /
2014-05-28 Robby-m_ident: Add an option to allow idents of users to...
2014-05-26 Attila Molnarm_ssl_gnutls Don't include cap.h
2014-05-26 Attila MolnarSwitch to std::string::compare() from substr() in a...
2014-05-23 Peter PowellPrefix all definitions in config.h to avoid potential...
2014-05-16 Googolplexedm_passforward: Don't forward password if the connect...
2014-05-10 Adamm_ldap: time out LDAP queries
2014-04-26 Attila MolnarRemove redundant IS_LOCAL() checks discovered by static...
2014-04-20 Attila MolnarChange the OnNamesListItem() hook to return ModResult
2014-04-16 Attila Molnarm_spanningtree Add ServerCommand::ExtractTS() to conver...
2014-04-16 Attila Molnarm_spanningtree Throw an exception on protocol violation...
2014-04-14 Attila Molnarm_sajoin, m_sapart Support a comma separated list of...
2014-04-14 Attila Molnarm_sajoin Abort and report if the target user is already...
2014-04-14 Attila Molnarm_spanningtree Fix routing of unicast messages
2014-04-11 Attila Molnarm_filter Allow exemption of messages sent to nicks...
2014-04-11 Attila Molnarm_filter Rename config key used in exemptfromfilter...
2014-04-11 Attila Molnarm_filter Rename exemptfromfilter field to exemptedchans...
2014-04-11 Attila Molnarm_filter Use case insensitive compare for exempted...
2014-04-09 Attila Molnarm_services_account Remove now needless workaround added...
2014-04-09 md_5Fix m_cgiirc to set the user's host straight away when...
2014-04-08 Attila Molnarm_blockcaps Get rid of needless cast, use unsigned...
2014-04-08 Attila Molnarm_blockcaps Simplify CTCP ACTION (/me) detection
2014-04-08 Attila Molnarm_spanningtree Don't rely on "m_sha256.so" being loaded...
2014-04-08 Attila Molnarm_spanningtree Remove the (now) undocumented disablehma...
2014-04-07 Attila MolnarMerge insp20
2014-04-04 Attila MolnarAdd REG_ALL checks to treat unregistered users as nonex...
2014-04-03 Attila Molnarm_override Deduplicate code
2014-03-31 Attila MolnarCheck if Membership::GetPrefixChar() returns 0 before...
2014-03-27 Attila Molnarm_watch Validate targ before use, noticed while rewriti...
2014-03-26 Attila Molnarm_globalload Don't pass a callback to ModuleManager...
2014-03-25 Attila Molnarm_httpd Fix typo noticed by @SaberUK
2014-03-24 Attila MolnarAdd stdalgo::delete_all() that deletes all elements...
2014-03-24 Attila MolnarCull ident sockets instead of immediate delete, add...
2014-03-23 Attila Molnarm_operprefix Don't set +y on the oper if hideoper is...
2014-03-17 Attila MolnarRewrite clone counting to use one map instead of two
2014-03-17 Attila Molnarm_connectban Don't depend on the definition of clonemap
2014-03-15 Attila MolnarChange allocation of InspIRCd::Timers to be physically...
2014-03-15 Attila MolnarChange allocation of UserManager::clientlist to be...
2014-03-15 Attila MolnarAdd UserManager::GetUsers()
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-03-02 Attila Molnarm_spanningtree Do pointer comparison before deleting...
2014-03-02 Attila Molnarm_spanningtree Don't send snotices to servers about...
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-02-03 Attila Molnarm_banredirect Fix typo in a message (transfered ->...
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 Molnarm_ssl_openssl Fix memory leaks on /rehash ssl, unload...
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 AdamSet a session id on our server ssl context in m_ssl_ope...
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
next