index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_override.cpp
Age
Commit message (
Expand
)
Author
2014-09-04
Pass Modes::ChangeList references to the OnPreMode hook, make it modifiable
Attila Molnar
2014-04-26
Remove redundant IS_LOCAL() checks discovered by static asserts
Attila Molnar
2014-04-03
m_override Deduplicate code
Attila Molnar
2014-01-21
Merge insp20
Attila Molnar
2014-01-09
Stop null checking pointers that are always valid
Attila Molnar
2013-12-14
Fix m_override refusing to override modes if the user holds halfop or higher ...
Daniel Vassdal
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-19
Replace hardcoded mode letters, part 2
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-05-14
Add method for writing server notices.
Peter Powell
2013-04-13
OnUserPreJoin is a local-only hook, change User* parameter to LocalUser*
attilamolnar
2013-04-13
Remove the deprecated invite API
attilamolnar
2013-04-11
Convert ISUPPORT to use a map instead of a string.
Peter Powell
2013-04-10
Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()
attilamolnar
2013-04-01
Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse...
attilamolnar
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-12-02
Attach to events and register services in init()
attilamolnar
2012-11-19
ServerConfig::ServerName is a std::string, don't call .c_str() on it when pas...
attilamolnar
2012-11-12
Remove usage of the deprecated ConfigReader
attilamolnar
2012-10-12
Remove superfluous std::string()s
attilamolnar
2012-09-30
Fix more undefined behavior caused by referencing the returned buffer by std:...
attilamolnar
2012-07-06
Updated the version lines on several modules.
Shawn Smith
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-02-25
Make remote/local snomasks consistent and allow use without naming
danieldg
2010-02-07
Don't send GODMODE snomask for remote users (let SendGlobalSno handle that)
danieldg
2010-01-19
Clean up some slow iterations
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-15
Hide channel mode structures
danieldg
2009-10-21
Change User::oper to an OperInfo reference
danieldg
2009-10-21
Move all local-only fields to LocalUser
danieldg
2009-10-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-10-08
Update Event and Request APIs
danieldg
2009-10-03
Get rid of a bunch of memory-wasting C-style strings
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-22
Describe module purpose in /MODULES output
danieldg
2009-09-13
Replace OnAccessCheck with OnPreMode to remove a number of redundant checks
danieldg
2009-09-13
Module API changes to use Membership* where sensible
danieldg
2009-09-13
Membership* changes
danieldg
2009-09-05
Likewise, convert OnLocalTopicChange to OnPreTopicChange and to be run for bo...
w00t
2009-09-02
ModResult conversion: Change return type of all module functions
danieldg
2009-08-27
override: pass handling back to the core to send numerics if join restriction...
w00t
2009-06-02
Change m_override to send snomasks globally
danieldg
2009-05-24
OnRehash changes: split to multiple hooks to clarify use and prevent explosio...
danieldg
2009-05-04
Fix unnecessary heap allocation on rehash: stack allocated ConfigReader is fine.
w00t
2009-04-03
Textual fixes. Patch by Ankit.
peavey
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-03-08
m_override: fix messages on multi-mode changes
danieldg
2009-02-27
Revert r10640, it blocked override notices unless they contained an op/deop/etc
danieldg
[next]