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
2017-05-17
m_override: fix parentheses compiler warning
Adam
2016-12-10
fix channel rank issue
Sheogorath
2013-12-14
Fix m_override refusing to override modes if the user holds halfop or higher ...
Daniel Vassdal
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
2009-02-14
Nuke trailing spaces
peavey
2009-01-24
Fix some spaces as indent and one double space in m_override so that Ankit is...
psychon
2009-01-22
Fix bug #659, #524 and others: Allow operoverride to set +qa. Based on patch ...
w00t
2009-01-15
Prevent snotices being sent out for a completely empty mode
brain
2009-01-02
Update copyrights for 2009.
w00t
2008-11-01
Resolve a conflict by changing override to +s +G (godmode) instead of +s +O.
w00t
2008-10-26
fix for banwalk and keys reported by mix941
peavey
2008-10-13
Don't send an override notice if no modes were actually applied, thanks Ankit.
w00t
2008-10-08
Apply patch from jmb, for bug #593. Snotices on override are now sent regardl...
w00t
2008-08-25
Change module versions to use a string instead of fixed digits, and use props...
w00t
2008-08-22
Match conversion stuff.
w00t
2008-08-22
Revert automated conversion by Special, as it (unfortunately) neglects some d...
w00t
2008-08-22
Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...
special
2008-08-05
Fix bug #584 (not with the provided patch) and stuff nobody really cares about
w00t
[next]