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_permchannels.cpp
Age
Commit message (
Expand
)
Author
2014-03-14
Add InspIRCd::GetChans(), remove ChannelCount()
Attila Molnar
2014-03-14
m_permchannels Remove pointless cleanup ceremony in cull()
Attila Molnar
2014-03-07
Fix m_permchannels not prepending the path when reading the config.
Peter Powell
2014-02-21
Replace mode letter parameter of OnRawMode() with a ModeHandler*, remove pcnt
Attila Molnar
2014-01-23
Remove whitespace and minor style changes
Attila Molnar
2014-01-21
Merge insp20
Attila Molnar
2013-09-15
Work around STB_GNU_UNIQUE symbols not allowing module unmap
attilamolnar
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-30
Merge insp20
attilamolnar
2013-08-28
m_permchannels Fix empty topic setby
attilamolnar
2013-08-27
m_permchannels Add the ability to save listmodes
attilamolnar
2013-08-27
m_permchannels Save channel TS, topic set time and set by information
attilamolnar
2013-08-27
m_permchannels Construct the final line that will be saved in a std::string i...
attilamolnar
2013-08-25
Clean up the protocol interface
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Change the syntax of FOREACH macros to be less dumb.
Adam
2013-08-04
Modify the log message to contain the log type.
Peter Powell
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-07-01
Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w...
attilamolnar
2013-06-16
Always set the topic in Channel::SetTopic(), move access checks into cmd_topic
attilamolnar
2013-06-06
Use iostream instead of C-style file operations.
Peter Powell
2013-06-04
Reduce User* -> Membership* lookups on part and kick
attilamolnar
2013-06-04
Remove NULL checks from various Channel functions
attilamolnar
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-28
Merge insp20
attilamolnar
2013-04-21
m_permchannels Workaround for alphabetical module initialization order
attilamolnar
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-03-20
m_permchannels Load channels from the config only at module load time and onl...
attilamolnar
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-10-27
Issue #346 - fix m_permchannels.cpp and m_xline_db.cpp saving their databases...
Adam
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-02-28
Fix misspelling
danieldg
2010-02-23
Add a short message at the top of permchannel DB, and ensure config format is...
danieldg
2010-02-16
Delete 0-user permanent channels that are being set -P
danieldg
2010-02-12
Fix compilation
danieldg
2010-02-12
Write out the permchannels database on a timer, not on every mode change
danieldg
2010-02-01
Mark +P mode as oper-only now that it no longer requires an explicit permissi...
danieldg
2010-01-31
Remove duplicated permisison check for setting mode +P (it is already restric...
danieldg
2010-01-19
Clean up some slow iterations
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-25
Fixes from vtable cross-check
danieldg
2009-10-20
Fix interaction of m_permchannels post-cull and channel empty-by-quit that ca...
danieldg
2009-10-19
Valgrind now runs completely clean.
danieldg
2009-10-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-10-08
Add names for all modes (part 1 of named channel mode list)
danieldg
[next]