summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Add mode-merge indicator to FMODE•••This introduces explicit mode-merge request, rather than forcing all server-sourced mode changes to be merged. Syntax: :SID FMODE #chan TS =mode params For protocol 1202 and below, this is converted back to +. Gravatar Daniel De Graaf2010-08-134-59/+57
* Remove duplicated settings now solely defined by the <connect> classGravatar Daniel De Graaf2010-08-131-2/+1
* Don't send override notices on exemptchanops overridesGravatar Daniel De Graaf2010-08-121-1/+4
* Fix NotifyOpers setting not being applied correctlyGravatar Daniel De Graaf2010-08-111-10/+9
* Fix compile errorGravatar Daniel De Graaf2010-08-101-1/+1
* Clear bot aliases on rehashGravatar Daniel De Graaf2010-08-081-0/+1
* Let /LOCKSERV and /UNLOCKSERV be used remotelyGravatar Jackmcbarn2010-08-081-3/+41
* Don't source the umode -r on nickchange from the user, it will be deniedGravatar Daniel De Graaf2010-08-081-1/+1
* Fix compile warning on m_testnetGravatar Daniel De Graaf2010-08-081-2/+4
* Stop hiding users when a prefix is set on themGravatar Jens Voss2010-08-081-3/+22
* Don't try to tidy m_autoop entries (fixes extra !*@*)Gravatar Daniel De Graaf2010-08-081-0/+1
* Finish header file #include untangleGravatar Daniel De Graaf2010-08-0813-35/+0
* Finish m_serverbotsGravatar Daniel De Graaf2010-08-071-23/+56
* Add m_serverbotsGravatar Daniel De Graaf2010-08-071-0/+294
* Add ECHO command to m_alias for user feedbackGravatar Daniel De Graaf2010-08-071-3/+22
* Change m_override to require umode +O to be set to useGravatar Daniel De Graaf2010-08-071-20/+50
* Compilation fix for m_operprefixGravatar Daniel De Graaf2010-08-071-3/+3
* Move m_chanacl decision to the end to avoid possible conflicts with other mod...Gravatar Daniel De Graaf2010-08-071-1/+2
* Remove now obsolete noservices elementGravatar Jackmcbarn2010-08-071-13/+1
* Allow users to specify opflags in m_autoopGravatar Daniel De Graaf2010-08-071-12/+3
* Allow customizing the operprefix rankGravatar Jackmcbarn2010-08-071-3/+6
* Prevent kicks of users who have a protecting low-rank prefix setGravatar Daniel De Graaf2010-08-0714-18/+19
* Fix m_restrictchans not checking new channelsGravatar Daniel De Graaf2010-08-071-2/+2
* Give an error message to users denied by an ACLGravatar Daniel De Graaf2010-08-061-1/+5
* Add <opflags> config tagGravatar Daniel De Graaf2010-08-061-3/+14
* Fix permission check when a user has no opflagsGravatar Daniel De Graaf2010-08-061-0/+2
* Fix the permissions code to be a bit less confusingGravatar Daniel De Graaf2010-08-064-40/+20
* Fix incorrect test in m_restrictchansGravatar Daniel De Graaf2010-08-061-1/+1
* Fix more incorrect uses of perm.user when perm.source was intendedGravatar Daniel De Graaf2010-08-064-8/+8
* Fix incorrect membership being checked in m_chanaclGravatar Daniel De Graaf2010-08-061-2/+2
* Set the dirty bit when +P is set/unset on a channelGravatar Daniel De Graaf2010-08-061-4/+4
* Add m_saprop, oper-only version of /PROPGravatar Jackmcbarn2010-08-061-0/+72
* Add timestamp to channels in permchanneldbGravatar Daniel De Graaf2010-08-061-3/+4
* Change irc::modestacker output in FORMAT_PERSIST to always use long modesGravatar Daniel De Graaf2010-08-061-3/+27
* Fix up some errors from the init() conversionGravatar Daniel De Graaf2010-08-053-2/+10
* Force modules to use init() to register hooksGravatar Daniel De Graaf2010-08-0580-145/+219
* Fix m_override ignoring RequireKey and NoisyOverride settingsGravatar Daniel De Graaf2010-08-052-8/+19
* Fix hardcoded reference to mode +L in m_redirectGravatar Daniel De Graaf2010-08-041-2/+2
* Clarify the redirect numeric a bitGravatar Daniel De Graaf2010-08-041-1/+2
* Fix compilation of m_redirectGravatar Daniel De Graaf2010-08-041-5/+5
* Change m_redirect to redirect on any denied joinGravatar Daniel De Graaf2010-08-042-14/+14
* Fix $md5pass and $sha256pass in SQL queriesGravatar Daniel De Graaf2010-08-043-3/+3
* Mark channel redirects using a common extension to prevent double-redirectsGravatar Daniel De Graaf2010-08-043-24/+29
* Change to use a permission-based OnCheckJoin hook instead of OnUserPreJoinGravatar Daniel De Graaf2010-08-0416-332/+175
* Fix m_opermodes.so sending modes for unintroduced clients with oper autologin...Gravatar Adam2010-08-031-4/+9
* Use the remote channel's capitalization on a losing TS mergeGravatar Daniel De Graaf2010-08-031-2/+4
* Change regex modules to use a prioritized init()Gravatar Daniel De Graaf2010-08-035-4/+45
* Allow module init to be prioritized to allow dependency checkingGravatar Daniel De Graaf2010-08-033-0/+15
* Allow halfops to remove their own halfop statusGravatar Daniel De Graaf2010-08-031-0/+7
* Fix incorrect default on <alias:channelcommand>Gravatar Daniel De Graaf2010-08-031-2/+2