aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_auditorium.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make clientprotocol{msg,event} and numericbuilder non-default headers.Gravatar Sadie Powell2022-06-261-0/+1
|
* Fix the case of Membership::GetRank.Gravatar Sadie Powell2022-01-311-1/+1
|
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-3/+3
|
* Apply the final keyword to all module classes where appropriate.Gravatar Sadie Powell2021-10-041-1/+1
|
* Mark all event hook classes as final.Gravatar Sadie Powell2021-10-011-1/+2
|
* Rename Simple{Channel,User}ModeHandler to match other mode handlers.Gravatar Sadie Powell2021-06-011-2/+4
|
* Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-8/+6
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-051-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2021-03-051-1/+1
| |
* | Convert ConfigTag from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-311-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\|
| * Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
| |
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-6/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-3/+6
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-3/+6
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-05-151-3/+6
|\|
| * Some more text fixes and improvements (#1618).Gravatar Robby2019-04-281-1/+1
| |
| * Remove the OnNamesListItem event out of the core.Gravatar Peter Powell2019-04-191-2/+5
| |
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-9/+9
|/
* Fix the OnSendWhoLine event being completely broken with WHOX.Gravatar Peter Powell2018-11-151-3/+7
|
* Implement IRCv3 message tag support.Gravatar Peter Powell2018-08-131-5/+46
| | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com>
* Add support for setting the unset rank in ModeHandler.Gravatar Peter Powell2017-11-061-1/+1
|
* Add a helper function for calling the OnCheckExemption event.Gravatar Peter Powell2017-10-211-4/+2
|
* Move the OnCheckExemption hook out of the core.Gravatar Peter Powell2017-03-201-3/+9
|
* Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric ↵Gravatar Attila Molnar2016-02-261-1/+1
| | | | objects to the OnSendWhoLine hook
* Return ModResult from the OnSendWhoLine hookGravatar Attila Molnar2016-02-261-5/+5
|
* Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator insteadGravatar Attila Molnar2014-07-141-2/+2
|
* Rename UserMembList to Channel::MemberMap, switch all code to use itGravatar Attila Molnar2014-07-141-2/+2
|
* Change return type of Channel::GetUsers() to reference from pointer as it is ↵Gravatar Attila Molnar2014-07-141-4/+4
| | | | never NULL
* Change the OnNamesListItem() hook to return ModResultGravatar Attila Molnar2014-04-201-8/+5
| | | | Return MOD_RES_DENY to exclude the user from the NAMES list
* Return a Membership* from get_first_visible_channel() in cmd_who and pass ↵Gravatar Attila Molnar2014-02-141-3/+2
| | | | that to modules
* Add Channel* parameter to OnSendWhoLineGravatar Attila Molnar2014-01-251-2/+1
|
* Convert UserChanList to an intrusively linked listGravatar Attila Molnar2014-01-241-8/+10
|
* m_auditorium Switch to SimpleChannelModeHandlerGravatar Attila Molnar2013-12-181-10/+2
|
* Automatically register ServiceProviders created by modulesGravatar attilamolnar2013-09-081-5/+0
|
* Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵Gravatar attilamolnar2013-08-301-3/+1
| | | | | | and on rehash This eliminates the need for calling OnRehash() in init()
* Automatically attach modules to eventsGravatar attilamolnar2013-08-041-6/+0
|
* Remove $Core and $Mod* comments apart from $ModDep.Gravatar Peter Powell2013-07-041-2/+0
|
* Tidy up keywords on module methods.Gravatar Peter Powell2013-05-151-9/+9
| | | | | - Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it.
* Whitespace and empty destructor removal, minor coding style changesGravatar attilamolnar2013-04-011-5/+1
|
* Dynamically determine the size of the eventlist[] passed to Attach()Gravatar attilamolnar2012-12-021-1/+1
| | | | m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove
* Replace copyright headers with headers granting specific authors copyrightGravatar Robby-2012-04-191-8/+17
|
* Remove channel argument from OnSendWhoLine, this information is already ↵Gravatar danieldg2010-03-221-1/+2
| | | | | | available in params[0] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12650 e03df62e-2008-0410-955e-edbf42e46eb7
* Clean up /WHO output for auditorium channelsGravatar danieldg2010-03-101-2/+17
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12617 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix variable shadowing warningGravatar danieldg2010-03-051-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12594 e03df62e-2008-0410-955e-edbf42e46eb7
* Take auditorium-see into account when building neighbor listGravatar danieldg2010-03-051-3/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12593 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow auditorium mode to be customized via exemptchanopsGravatar danieldg2010-02-261-49/+59
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12569 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove VF_COMMON from mode-provider modules (no longer needed due to better ↵Gravatar danieldg2010-01-151-1/+1
| | | | | | CAPAB checking) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12263 e03df62e-2008-0410-955e-edbf42e46eb7
* ...because every now and again, i have to do a massive commit.Gravatar brain2010-01-111-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove dummy API_VERSION from Version constructorGravatar danieldg2009-10-171-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11887 e03df62e-2008-0410-955e-edbf42e46eb7