]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_permchannels.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_permchannels.cpp
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...