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_nickflood.cpp
Age
Commit message (
Expand
)
Author
2009-10-18
Remove more classbase
danieldg
2009-10-14
Move static map of extensions into ServerInstance, add const-correctness
danieldg
2009-10-12
Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcb...
danieldg
2009-10-12
m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel setting
danieldg
2009-10-08
Add names for all modes (part 1 of named channel mode list)
danieldg
2009-10-05
Run DelMode and DelModeWatcher in RemoveModule
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-13
Simplify ModeHandler constructor
danieldg
2009-09-13
Membership* changes
danieldg
2009-09-13
Change Extensible to use strongly typed entries
danieldg
2009-09-02
ModResult conversion: Change return type of all module functions
danieldg
2009-09-02
Remove "servermode" parameter, replace with IS_FAKE() which is more reliable
danieldg
2009-09-02
Add Module* creator to Command and ModeHandler
danieldg
2009-09-02
Use CheckTimeStamp to merge modes on netburst
danieldg
2009-09-02
Change allocation of commands/modes
danieldg
2009-08-02
Fix a missed reference
w00t
2009-08-02
Patch to not increment nickchange counter for nick changes that would be bloc...
w00t
2009-04-29
Overloading SetMode seems to cause the compiler to interpret "" as a bool and...
danieldg
2009-04-17
Fix SetModeParam to use std::string and handle edge cases.
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-01-02
Update copyrights for 2009.
w00t
2008-11-24
Fix crashes in m_joinflood and m_nickflood, found by Schitz0, introduced by c...
w00t
2008-11-01
Second attempt at time() -> SI->Time(), now problems with the original were f...
w00t
2008-10-23
Revert earlier time() -> SI->Time() diff for now, this causes problems with d...
w00t
2008-10-23
Patch from Namegduf converting all instances (where possible) of time() -> Se...
w00t
2008-08-25
Change module versions to use a string instead of fixed digits, and use props...
w00t
2008-06-11
fixed some indentation and spacing in modules
pippijn
2008-05-19
Convert channel::name to std::string, this was a beastie!
brain
2008-05-19
More done
brain
2008-03-24
Finally change all the Version() objects
brain
2008-03-22
Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...
brain
2008-02-18
Phew. Fix a bunch of method sigs to stop warnings.
w00t
2008-01-17
Remove a redundant method here, call the mode manager directly
w00t
2008-01-10
Header update: 2007 -> 2008
w00t
2007-11-04
Remove Implements() method from every module. booya.
brain
2007-11-04
Honking huge commit. Removal of DELETE() template that never worked right anyway
brain
2007-11-04
Convert all to new Attach() system. The Implements() method needs removing fr...
brain
2007-10-23
More
brain
2007-10-15
In the grand tradition of huge fucking commits:
w00t
2007-08-27
nickflood: Allow changes to UID
w00t
2007-08-27
Remove unnecessary header traffic
w00t
2007-08-05
Add m_nickflood: Provides usermode +F nickchanges:seconds - allows nickchange...
w00t