]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_permchannels.cpp
Update all wiki links to point to the new wiki. This was done automatically with...
[user/henk/code/inspircd.git] / src / modules / m_permchannels.cpp
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...