aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Restore m_timedbans to allow it to be used when linking to 1.2/2.0Gravatar Daniel De Graaf2010-08-161-0/+168
* Fix null deref on distant proto_version check in FMODEGravatar Daniel De Graaf2010-08-161-1/+1
* Remove now-obsolete and buggy m_timedbans and document m_timedmodesGravatar Jackmcbarn2010-08-161-168/+0
* Update m_nicklock and m_sanick to allow changing someone's nick to their UID,...Gravatar Jackmcbarn2010-08-162-13/+20
* Fix some minor bugs in m_timedmodesGravatar Jackmcbarn2010-08-161-19/+18
* Fix compile errorGravatar Daniel De Graaf2010-08-151-1/+1
* Fix unload of prefix modes not unsetting prefixesGravatar Daniel De Graaf2010-08-153-18/+8
* Move a useful utility function from spanningtree to coreGravatar Daniel De Graaf2010-08-152-25/+4
* Add timed modes moduleGravatar Jackmcbarn2010-08-151-0/+369
* Remove GetClass(), access MyClass directly when neededGravatar Daniel De Graaf2010-08-152-2/+2
* Add SyncTarget::SendCommand for sending preformatted lines s2sGravatar Daniel De Graaf2010-08-143-8/+12
* Replace dynamic_cast with faster explicit type markingGravatar Daniel De Graaf2010-08-144-11/+11
* Recreate the Channel object during a TS reset•••This ensures that all obsolete metadata, modes, and other information from the old channel is discarded on a TS reset. Gravatar Daniel De Graaf2010-08-142-37/+50
* Add m_opmoderated - channel mode +UGravatar Daniel De Graaf2010-08-131-0/+89
* Remove irc::sockets::sato*, duplicates of internal irc::sockets::sockaddrs fu...Gravatar Daniel De Graaf2010-08-133-6/+4
* 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