]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_permchannels.cpp
Use iostream instead of C-style file operations.
[user/henk/code/inspircd.git] / src / modules / m_permchannels.cpp
2013-06-06 Peter PowellUse iostream instead of C-style file operations.
2013-06-05 attilamolnarMerge insp20
2013-06-04 attilamolnarReduce User* -> Membership* lookups on part and kick
2013-06-03 attilamolnarRemove NULL checks from various Channel functions
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-04-27 attilamolnarMerge insp20
2013-04-21 attilamolnarm_permchannels Workaround for alphabetical module initi...
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-03-20 attilamolnarm_permchannels Load channels from the config only at...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-10-27 AdamIssue #346 - fix m_permchannels.cpp and m_xline_db...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-02-28 danieldgFix misspelling
2010-02-23 danieldgAdd a short message at the top of permchannel DB, and...
2010-02-16 danieldgDelete 0-user permanent channels that are being set -P
2010-02-12 danieldgFix compilation
2010-02-12 danieldgWrite out the permchannels database on a timer, not...
2010-02-01 danieldgMark +P mode as oper-only now that it no longer require...
2010-01-31 danieldgRemove duplicated permisison check for setting mode...
2010-01-19 danieldgClean up some slow iterations
2010-01-15 danieldgRemove VF_COMMON from mode-provider modules (no longer...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-25 danieldgFixes from vtable cross-check
2009-10-20 danieldgFix interaction of m_permchannels post-cull and channel...
2009-10-19 danieldgValgrind now runs completely clean.
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-08 danieldgAdd names for all modes (part 1 of named channel mode...
2009-10-05 danieldgRun DelMode and DelModeWatcher in RemoveModule
2009-09-26 danieldgChange IS_FAKE and CheckTimeStamp to IS_SERVER and...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-15 danieldgFix quoting in permchannels DB, discovered by jackmcbar...
2009-09-14 danieldgIntroduce "X" snomask for remote *:line messages [patch...
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-05 w00tUtilise OnRawMode and OnPostTopicChange hooks to write...
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove "servermode" parameter, replace with IS_FAKE...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgRemove empty permanent channels when m_permchannels...
2009-09-02 danieldgChange allocation of commands/modes
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-04-09 w00tIf you're going to add magical number hacks, please...
2009-04-08 danieldgSet topic timestamp on newly created channels to a...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-24 w00tReturn ERR_NOPRIVILEGES for +P without channels/set...
2008-12-20 w00tReadd check for +P setting to channels/set-permanent...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tAdd/document channels/set-permanent priv, and tie setti...
2008-09-29 w00tMake topic optional for permanent channels tags.
2008-08-29 w00tDon't try destroy on -P of a 0 user chan, as this cause...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-25 w00tAdd and document <permchannels> block for m_permchannel...
2008-07-12 w00tDelete channel on -P if usercount is 0, fixes part...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-03-24 brainAnd more of them
2008-02-18 w00tPhew. Fix a bunch of method sigs to stop warnings.
2008-01-17 w00tRemove a redundant method here, call the mode manager...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-06 w00tPermanent channels, currently conflicts with blockcaps...