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_inviteexception.cpp
Age
Commit message (
Expand
)
Author
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-02-18
Add enum constants for list mode numerics.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-06-12
Show the mode syntax in ERR_INVALIDMODEPARAM.
Peter Powell
2019-04-28
Some more text fixes and improvements (#1618).
Robby
2018-12-19
Add the <maxlist> tag and switch ListModeBase to always use it.
Peter Powell
2018-12-19
Make more modules rehash atomically (#1535)
linuxdaemon
2017-12-29
Don't hardcode mode characters which are sent in 005 tokens.
Peter Powell
2013-09-12
Send ListModeBase modes implicitly on channel sync
attilamolnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
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-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-12
Tidy up source files:
Peter Powell
2013-04-11
Convert ISUPPORT to use a map instead of a string.
Peter Powell
2013-04-08
Migrate u_listmode.h into the core, change +b to use it
attilamolnar
2012-12-02
Register all commands, modes and extensions using AddService()
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
Remove calls to ListModeBase::OnCleanup (deprecated, empty function)
attilamolnar
2012-07-07
m_inviteexception Remove useless check
attilamolnar
2012-07-07
m_inviteexception Read invitebypasskey setting once and store it instead of r...
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-02-20
Allow invex to bypass key
danieldg
2010-01-15
Remove VF_COMMON from mode-provider modules (no longer needed due to better C...
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-16
Clean up crash on destruction of statics at exit
danieldg
2009-10-08
Add names for all modes (part 1 of named channel mode list)
danieldg
2009-10-08
Update Event and Request APIs
danieldg
2009-10-05
Run DelMode and DelModeWatcher in RemoveModule
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-22
Describe module purpose in /MODULES output
danieldg
2009-09-13
Fix cloaking/invite exception for new extban checks
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
Add Module* creator to Command and ModeHandler
danieldg
2009-09-02
Change allocation of commands/modes
danieldg
2009-05-24
OnRehash changes: split to multiple hooks to clarify use and prevent explosio...
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-09-06
Newer extban-supporting listmode api
brain
2008-09-05
Fix unsafe cast (const char * -> char *). Doesn't really matter, though, as n...
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-06-11
fixed some indentation and spacing in modules
pippijn
2008-05-18
Remove .c_str()'s in match() calls that are no longer needed as match() nativ...
brain
[next]