| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Changed comments to match the module (duh)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@393 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-05 | 1 | -12/+1 | ||
| * | Changed description•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@392 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-05 | 1 | -1/+1 | ||
| * | Fixed to require +o as well as +g to receive a globops notice•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@391 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-05 | 1 | -1/+1 | ||
| * | Added m_globlops module with unreal-style /GLOBOPS and usermode +g (set on oper)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@389 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-05 | 1 | -0/+112 | ||
| * | Modified the Module::OnExtendedMode() method to use a void* as its target whi...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@383 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-05 | 2 | -8/+17 | ||
| * | Fixed a bug in servermode handling where the target is a channel, found by Ch...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@382 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-04 | 1 | -16/+3 | ||
| * | Added comments to m_cloaking.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@379 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-04 | 1 | -14/+61 | ||
| * | Completed support for module-handled umodes•••Updated m_cloaking to auto-set mode +x, and update cloaking status as its added/removed from users git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@378 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-04 | 2 | -14/+53 | ||
| * | Added support for module-based chanmodes with parameters and the ability to q...•••Created test case in m_testcommand module where a mode with one parameter can be set/removed on channels git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@375 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-04 | 1 | -1/+11 | ||
| * | Fixed bugs in ./configure•••Created new Makefile Generator Removed some redundant makefiles. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@365 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-03 | 2 | -22/+0 | ||
| * | Added support for module-defined chanmodes with no parameters•••Fixed minor typo in example conf Added new stylesheet and docs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@362 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-03 | 1 | -0/+25 | ||
| * | Improved comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@357 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-02 | 1 | -0/+3 | ||
| * | Added ability to override modes (allows SAMODE support etc)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@355 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-02 | 1 | -0/+24 | ||
| * | Clarified documentation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@354 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-02 | 1 | -1/+3 | ||
| * | Fixed typo•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@353 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-02 | 1 | -1/+1 | ||
| * | Added simple test command module•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@352 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-02 | 1 | -0/+69 | ||
| * | Combined The file Modules and Config file existance checkers into one function•••Added 'Exists' To the FileReader class of the Module API git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@192 e03df62e-2008-0410-955e-edbf42e46eb7 | 2003-09-27 | 1 | -0/+5 | ||
| * | Added a couple of \n's to my 'Quotes File Not found' message..•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@184 e03df62e-2008-0410-955e-edbf42e46eb7 | 2003-07-27 | 1 | -1/+1 | ||
| * | Fix bug i put in, IRCd Should bail when quotefile aint specified.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@181 e03df62e-2008-0410-955e-edbf42e46eb7 | 2003-07-27 | 1 | -4/+6 | ||
| * | Possible Bugfix.. stop the IRCd from launching if the quotes file aint•••specified :) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@179 e03df62e-2008-0410-955e-edbf42e46eb7 | 2003-07-27 | 1 | -0/+5 | ||
| * | STL namespace fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@176 e03df62e-2008-0410-955e-edbf42e46eb7 | 2003-07-22 | 3 | -12/+12 | ||
| * | Changed to using LogLevels•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@163 e03df62e-2008-0410-955e-edbf42e46eb7 | 2003-02-07 | 2 | -5/+5 | ||
| * | Added copyright notices•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@145 e03df62e-2008-0410-955e-edbf42e46eb7 | 2003-01-24 | 2 | -0/+10 | ||
| * | Fixed paths and makefile locations•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@142 e03df62e-2008-0410-955e-edbf42e46eb7 | 2003-01-23 | 2 | -8/+8 | ||
| * | removed temp file•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@140 e03df62e-2008-0410-955e-edbf42e46eb7 | 2003-01-23 | 1 | -3/+0 | ||
| * | Auto created by ./configure tests•••Added makefies git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@139 e03df62e-2008-0410-955e-edbf42e46eb7 | 2003-01-23 | 2 | -0/+34 | ||
| * | Initial revision•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@132 e03df62e-2008-0410-955e-edbf42e46eb7 | 2003-01-23 | 4 | -0/+278 | ||
