summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2014-04-16m_spanningtree Throw an exception on protocol violations instead of returning...Attila Molnar
2014-04-14m_sajoin, m_sapart Support a comma separated list of channelsAttila Molnar
2014-04-14m_sajoin Abort and report if the target user is already on the channelAttila Molnar
2014-04-14m_spanningtree Fix routing of unicast messagesAttila Molnar
2014-04-11m_filter Allow exemption of messages sent to nicks specified in <exemptfromfi...Attila Molnar
2014-04-11m_filter Rename config key used in exemptfromfilter from "channel" to "target...Attila Molnar
2014-04-11m_filter Rename exemptfromfilter field to exemptedchans, use std::set::count()Attila Molnar
2014-04-11m_filter Use case insensitive compare for exempted targets, add typedef for t...Attila Molnar
2014-04-09m_services_account Remove now needless workaround added to 2.0 to display the...Attila Molnar
2014-04-09Fix m_cgiirc to set the user's host straight away when using WEBIRC.md_5
2014-04-08m_blockcaps Get rid of needless cast, use unsigned typesAttila Molnar
2014-04-08m_blockcaps Simplify CTCP ACTION (/me) detectionAttila Molnar
2014-04-08m_spanningtree Don't rely on "m_sha256.so" being loaded, use any "hash/sha256...Attila Molnar
2014-04-08m_spanningtree Remove the (now) undocumented disablehmac config optionAttila Molnar
2014-04-07Merge insp20Attila Molnar
2014-04-04Add REG_ALL checks to treat unregistered users as nonexistent in more casesAttila Molnar
2014-04-03m_override Deduplicate codeAttila Molnar
2014-03-31Check if Membership::GetPrefixChar() returns 0 before appending it to a stringAttila Molnar
2014-03-27m_watch Validate targ before use, noticed while rewriting m_watch for 2.2Attila Molnar
2014-03-26m_globalload Don't pass a callback to ModuleManager::Reload() if reloading m_...Attila Molnar
2014-03-25m_httpd Fix typo noticed by @SaberUKAttila Molnar
2014-03-24Add stdalgo::delete_all() that deletes all elements in a containerAttila Molnar
2014-03-24Cull ident sockets instead of immediate delete, add stdalgo::culldeleterAttila Molnar
2014-03-23m_operprefix Don't set +y on the oper if hideoper is being unset due to deope...Attila Molnar
2014-03-17Rewrite clone counting to use one map instead of twoAttila Molnar
2014-03-17m_connectban Don't depend on the definition of clonemapAttila Molnar
2014-03-15Change allocation of InspIRCd::Timers to be physically part of the object con...Attila Molnar
2014-03-15Change allocation of UserManager::clientlist to be physically part of the obj...Attila Molnar
2014-03-15Add UserManager::GetUsers()Attila Molnar
2014-03-14Add InspIRCd::GetChans(), remove ChannelCount()Attila Molnar
2014-03-14m_permchannels Remove pointless cleanup ceremony in cull()Attila Molnar
2014-03-08Make the maximum hostname length configurable in the config.Peter Powell
2014-03-07Fix m_permchannels not prepending the path when reading the config.Peter Powell
2014-03-06Update detection in module loading commands that relied on old command module...Attila Molnar
2014-03-03m_spanningtree Remove remains of the KeepNickTS workaroundAttila Molnar
2014-03-03Update nick timestamps in User::ChangeNick(), pass the new TS in a parameterAttila Molnar
2014-03-02m_spanningtree Do pointer comparison before deleting one of the pointers in T...Attila Molnar
2014-03-02m_spanningtree Don't send snotices to servers about remote servers splittingAttila Molnar
2014-02-27Give m_connectban a configurable ban messageGoogolplexed
2014-02-26Simplify /SAJOIN syntax and add permission for joining other users.Daniel Vassdal
2014-02-26m_chanfilter Remove needless mode parameter is empty checkAttila Molnar
2014-02-26m_cycle Remove redundant IS_LOCAL() checkAttila Molnar
2014-02-25m_svshold Hide server notices by defaultAttila Molnar
2014-02-23Moving CGIIRC to a new snomask (w)Googolplexed
2014-02-22Add ModeParser::GetModes(), returns all user/chanmodesAttila Molnar
2014-02-21Replace mode letter parameter of OnRawMode() with a ModeHandler*, remove pcntAttila Molnar
2014-02-20Add a ModeParser::FindMode() overload that takes a mode name and a mode typeAttila Molnar
2014-02-18Change the parameter type of ModeHandler::GiveModeList() from ModeMasks to Mo...Attila Molnar
2014-02-15Add ParamModeBase and ParamMode, change all parameter modes to inherit from P...Attila Molnar
2014-02-14Move GetAllPrefixChars() from Channel to MembershipAttila Molnar