]> git.netwichtig.de Git - user/henk/code/inspircd.git/log
user/henk/code/inspircd.git
20 years agoChanged description
brain [Mon, 5 Apr 2004 19:38:24 +0000 (19:38 +0000)]
Changed description

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@392 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFixed to require +o as well as +g to receive a globops notice
brain [Mon, 5 Apr 2004 18:57:12 +0000 (18:57 +0000)]
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

20 years agoAdded 'Timeout' in classes :p
frostycoolslug [Mon, 5 Apr 2004 16:31:50 +0000 (16:31 +0000)]
Added 'Timeout' in classes :p

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@390 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoAdded m_globlops module with unreal-style /GLOBOPS and usermode +g (set on oper)
brain [Mon, 5 Apr 2004 16:23:12 +0000 (16:23 +0000)]
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

20 years agoAdded support for OnWhois, OnOper, OnInfo and SendToModeMask in the API
brain [Mon, 5 Apr 2004 16:06:32 +0000 (16:06 +0000)]
Added support for OnWhois, OnOper, OnInfo and SendToModeMask in the API

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@388 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoAttempted fix for bug ID #3 (compile error/namespace error in channels.cpp)
brain [Mon, 5 Apr 2004 11:02:53 +0000 (11:02 +0000)]
Attempted fix for bug ID #3 (compile error/namespace error in channels.cpp)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@387 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFix for bug ID #5 (PING, PONG And other matters)
brain [Mon, 5 Apr 2004 11:00:20 +0000 (11:00 +0000)]
Fix for bug ID #5 (PING, PONG And other matters)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@386 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFix for bug ID #6 (excessively long commands)
brain [Mon, 5 Apr 2004 09:57:15 +0000 (09:57 +0000)]
Fix for bug ID #6 (excessively long commands)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@385 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoChanged documentation to match change in OnExtendedMode with a void*
brain [Mon, 5 Apr 2004 01:04:54 +0000 (01:04 +0000)]
Changed documentation to match change in OnExtendedMode with a void*

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@384 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoModified the Module::OnExtendedMode() method to use a void* as its target which the...
brain [Mon, 5 Apr 2004 01:03:26 +0000 (01:03 +0000)]
Modified the Module::OnExtendedMode() method to use a void* as its target which the coder must cast into a chanrec or userrec.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@383 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFixed a bug in servermode handling where the target is a channel, found by ChroNiCk
brain [Sun, 4 Apr 2004 23:19:13 +0000 (23:19 +0000)]
Fixed a bug in servermode handling where the target is a channel, found by ChroNiCk

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@382 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFixes to make motd display (we were missinga readfile()?!)
brain [Sun, 4 Apr 2004 23:01:37 +0000 (23:01 +0000)]
Fixes to make motd display (we were missinga readfile()?!)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@381 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoNew documentation to document user/channel mode handling
brain [Sun, 4 Apr 2004 22:03:32 +0000 (22:03 +0000)]
New documentation to document user/channel mode handling

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@380 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoAdded comments to m_cloaking.cpp
brain [Sun, 4 Apr 2004 21:45:40 +0000 (21:45 +0000)]
Added comments to m_cloaking.cpp

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@379 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoCompleted support for module-handled umodes
brain [Sun, 4 Apr 2004 21:31:02 +0000 (21:31 +0000)]
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

20 years agoCompleted support for module-handled umodes
brain [Sun, 4 Apr 2004 21:30:41 +0000 (21:30 +0000)]
Completed support for module-handled umodes

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@377 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFixed idle time
brain [Sun, 4 Apr 2004 15:18:34 +0000 (15:18 +0000)]
Fixed idle time

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@376 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoAdded support for module-based chanmodes with parameters and the ability to query...
brain [Sun, 4 Apr 2004 13:41:17 +0000 (13:41 +0000)]
Added support for module-based chanmodes with parameters and the ability to query the mode states.
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

20 years agoAdded support for module-based chanmodes with parameters and the ability to query...
brain [Sun, 4 Apr 2004 13:41:01 +0000 (13:41 +0000)]
Added support for module-based chanmodes with parameters and the ability to query the mode states.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@374 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoAdded support for /modules command
brain [Sun, 4 Apr 2004 00:58:20 +0000 (00:58 +0000)]
Added support for /modules command
Updated contributors

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@373 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoAdded support for /modules command
brain [Sun, 4 Apr 2004 00:58:11 +0000 (00:58 +0000)]
Added support for /modules command

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@372 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoremoved ``s to fix bug running $MAKEPROG
frostycoolslug [Sat, 3 Apr 2004 22:39:14 +0000 (22:39 +0000)]
removed ``s to fix bug running $MAKEPROG

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@371 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFixes for setpriority on freebsd
brain [Sat, 3 Apr 2004 22:34:38 +0000 (22:34 +0000)]
Fixes for setpriority on freebsd

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@370 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFixed FreeBSD bugs.
frostycoolslug [Sat, 3 Apr 2004 22:26:25 +0000 (22:26 +0000)]
Fixed FreeBSD bugs.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@369 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoTopic and stability fixes
brain [Sat, 3 Apr 2004 21:53:48 +0000 (21:53 +0000)]
Topic and stability fixes

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@368 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFixed wrong number of parameters for TOPIC that could cause a segfault
brain [Sat, 3 Apr 2004 20:50:33 +0000 (20:50 +0000)]
Fixed wrong number of parameters for TOPIC that could cause a segfault

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@367 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoTons more sanity checks and length checks
brain [Sat, 3 Apr 2004 20:35:20 +0000 (20:35 +0000)]
Tons more sanity checks and length checks

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@366 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFixed bugs in ./configure
frostycoolslug [Sat, 3 Apr 2004 19:38:01 +0000 (19:38 +0000)]
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

20 years agoFixed command parser to tidy up malformed commands (xchat inserts extra spaces)
brain [Sat, 3 Apr 2004 17:24:37 +0000 (17:24 +0000)]
Fixed command parser to tidy up malformed commands (xchat inserts extra spaces)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@364 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoNew stylesheet (grey shades)
brain [Sat, 3 Apr 2004 15:47:15 +0000 (15:47 +0000)]
New stylesheet (grey shades)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@363 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoAdded support for module-defined chanmodes with no parameters
brain [Sat, 3 Apr 2004 15:46:53 +0000 (15:46 +0000)]
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

20 years agoAdded support for module-defined chanmodes with no parameters
brain [Sat, 3 Apr 2004 15:46:36 +0000 (15:46 +0000)]
Added support for module-defined chanmodes with no parameters
Fixed minor typo in example conf

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@361 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoAdded -nofork parameter which allows you to force inspircd into the foreground for...
brain [Sat, 3 Apr 2004 00:33:52 +0000 (00:33 +0000)]
Added -nofork parameter which allows you to force inspircd into the foreground for gdb debugging

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@360 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoYet MORE fixes to crashes on quit
brain [Fri, 2 Apr 2004 20:09:44 +0000 (20:09 +0000)]
Yet MORE fixes to crashes on quit

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@359 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoAdded logging for when commands are added
brain [Fri, 2 Apr 2004 16:38:45 +0000 (16:38 +0000)]
Added logging for when commands are added

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@358 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoImproved comments
brain [Fri, 2 Apr 2004 15:28:11 +0000 (15:28 +0000)]
Improved comments

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@357 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoUpdated documentation to document Server::SendMode
brain [Fri, 2 Apr 2004 13:47:31 +0000 (13:47 +0000)]
Updated documentation to document Server::SendMode

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@356 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoAdded ability to override modes (allows SAMODE support etc)
brain [Fri, 2 Apr 2004 13:45:36 +0000 (13:45 +0000)]
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

20 years agoClarified documentation
brain [Fri, 2 Apr 2004 12:56:43 +0000 (12:56 +0000)]
Clarified documentation

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@354 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFixed typo
brain [Fri, 2 Apr 2004 12:52:36 +0000 (12:52 +0000)]
Fixed typo

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@353 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoAdded simple test command module
brain [Fri, 2 Apr 2004 12:50:15 +0000 (12:50 +0000)]
Added simple test command module

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@352 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoAdded support for modules to create commands - this needs a proof-of-concept module...
brain [Fri, 2 Apr 2004 12:38:41 +0000 (12:38 +0000)]
Added support for modules to create commands - this needs a proof-of-concept module yet, do not use unless you like to live dangerously.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@351 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFixed <link> tags
brain [Thu, 1 Apr 2004 20:21:06 +0000 (20:21 +0000)]
Fixed <link> tags
Stability fixes/bounds checks
UDP tunneling working for server->server

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@350 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFixed <link> tags
brain [Thu, 1 Apr 2004 20:19:33 +0000 (20:19 +0000)]
Fixed <link> tags

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@349 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFixed issue where /connect crashes the ircd if no default routes defined
brain [Thu, 1 Apr 2004 13:29:11 +0000 (13:29 +0000)]
Fixed issue where /connect crashes the ircd if no default routes defined

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@348 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoCombined The file Modules and Config file existance checkers into one function
frostycoolslug [Sat, 27 Sep 2003 20:33:15 +0000 (20:33 +0000)]
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

20 years agoAdded Support for GCC 2 back.
frostycoolslug [Sat, 27 Sep 2003 18:58:37 +0000 (18:58 +0000)]
Added Support for GCC 2 back.
Port Default type is now 'clients'

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@191 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoAdded Support for GCC 2 back.
frostycoolslug [Sat, 27 Sep 2003 18:58:11 +0000 (18:58 +0000)]
Added Support for GCC 2 back.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@190 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agochanged CheckModule from (char module[MAXBUF]) to (char* module) -- Suggested by...
frostycoolslug [Sat, 27 Sep 2003 13:14:26 +0000 (13:14 +0000)]
changed CheckModule from (char module[MAXBUF]) to (char* module) -- Suggested by [Brain]

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@189 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFixed Bug Causing missing modules to Seg Fault The IRCd, now the missing modules...
frostycoolslug [Sat, 27 Sep 2003 04:02:46 +0000 (04:02 +0000)]
Fixed Bug Causing missing modules to Seg Fault The IRCd, now the missing modules are ignored.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@188 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agomodified to fix 'antiquated header' map.h
brain [Sun, 17 Aug 2003 22:37:53 +0000 (22:37 +0000)]
modified to fix 'antiquated header' map.h

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@187 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFixed reference to hash_map -- **FIXME** ext/hash_map - wont work on non-g++
brain [Sun, 17 Aug 2003 22:34:59 +0000 (22:34 +0000)]
Fixed reference to hash_map -- **FIXME** ext/hash_map - wont work on non-g++

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@186 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFixed 'Not enough parameters for QUIT Command' bug.. (wtf is that about? :D)
frostycoolslug [Thu, 31 Jul 2003 01:00:21 +0000 (01:00 +0000)]
Fixed 'Not enough parameters for QUIT Command' bug.. (wtf is that about? :D)
Added Ident Verification
Possibly fix a minor bug or 2 (Cant remember :))

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@185 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoAdded a couple of \n's to my 'Quotes File Not found' message..
frostycoolslug [Sun, 27 Jul 2003 22:04:54 +0000 (22:04 +0000)]
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

20 years agoAnd another [Brain] bug fixed :p
frostycoolslug [Sun, 27 Jul 2003 22:01:23 +0000 (22:01 +0000)]
And another [Brain] bug fixed :p

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@183 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFixed a bug [Brain] put in :/
frostycoolslug [Sun, 27 Jul 2003 21:52:45 +0000 (21:52 +0000)]
Fixed a bug [Brain] put in :/

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@182 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoFix bug i put in, IRCd Should bail when quotefile aint specified.
frostycoolslug [Sun, 27 Jul 2003 21:34:30 +0000 (21:34 +0000)]
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

20 years agoFixed one or 2 small bugs.. :p
frostycoolslug [Sun, 27 Jul 2003 21:14:20 +0000 (21:14 +0000)]
Fixed one or 2 small bugs.. :p

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@180 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoPossible Bugfix.. stop the IRCd from launching if the quotes file aint
frostycoolslug [Sun, 27 Jul 2003 21:00:07 +0000 (21:00 +0000)]
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

20 years agoRemoved the need for Perl (Again, 2ce in one night)
frostycoolslug [Sun, 27 Jul 2003 20:59:32 +0000 (20:59 +0000)]
Removed the need for Perl (Again, 2ce in one night)
AZ! Pick up your bags and walk :p (j/k)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@178 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoRemoved the need for Perl
frostycoolslug [Sun, 27 Jul 2003 19:29:25 +0000 (19:29 +0000)]
Removed the need for Perl
If the FD Script doesnt work, Make guess..
If SD Script works, and entered SD > avaliable, give warning
Added Checking, wont let you enter anything other than numbers.
"Added Extra Cheeze"

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@177 e03df62e-2008-0410-955e-edbf42e46eb7

20 years agoSTL namespace fixes
randomdan [Tue, 22 Jul 2003 21:56:38 +0000 (21:56 +0000)]
STL namespace fixes

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@176 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoAdded more code for custom channel/user modes via modules
brain [Sat, 19 Apr 2003 12:41:44 +0000 (12:41 +0000)]
Added more code for custom channel/user modes via modules

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@175 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoAdded Mode handler structures and types
brain [Fri, 18 Apr 2003 19:03:21 +0000 (19:03 +0000)]
Added Mode handler structures and types
Fixed crash when doing /who * when on no channels

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@174 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoAdded Mode handler structures and types
brain [Fri, 18 Apr 2003 19:03:04 +0000 (19:03 +0000)]
Added Mode handler structures and types

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@173 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoUpdated docs
brain [Sun, 30 Mar 2003 18:38:25 +0000 (18:38 +0000)]
Updated docs
Added RAW processor methods to module class

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@172 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoUpdated docs
brain [Sun, 30 Mar 2003 18:38:07 +0000 (18:38 +0000)]
Updated docs

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@171 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoAdded DOT files to documentation for class diagrams (pretteh!)
brain [Sun, 30 Mar 2003 12:33:15 +0000 (12:33 +0000)]
Added DOT files to documentation for class diagrams (pretteh!)
Added OnServerRaw Module-class method (low-level munge routine)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@170 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoAdded DOT files to documentation for class diagrams (pretteh!)
brain [Sun, 30 Mar 2003 12:32:32 +0000 (12:32 +0000)]
Added DOT files to documentation for class diagrams (pretteh!)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@169 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoChanged so that when the process detaches, it changes its own priority to a low value...
brain [Sun, 23 Mar 2003 16:45:45 +0000 (16:45 +0000)]
Changed so that when the process detaches, it changes its own priority to a low value to avoid using a lot of CPU

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@168 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoDocumentation update, 09/02/03
brain [Sun, 9 Feb 2003 12:49:00 +0000 (12:49 +0000)]
Documentation update, 09/02/03

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@167 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoChanged to work with new log-level
brain [Sun, 9 Feb 2003 12:33:18 +0000 (12:33 +0000)]
Changed to work with new log-level
Fixed to allow comments in config file to work properly

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@166 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoChanged to work with new log-level
brain [Sun, 9 Feb 2003 12:32:57 +0000 (12:32 +0000)]
Changed to work with new log-level

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@165 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoFixed the CHMOD (nice one Brain` :p)
frostycoolslug [Fri, 7 Feb 2003 22:05:57 +0000 (22:05 +0000)]
Fixed the CHMOD (nice one Brain` :p)
Added a config.cache to store Previous values.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@164 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoChanged to using LogLevels
brain [Fri, 7 Feb 2003 21:15:27 +0000 (21:15 +0000)]
Changed to using LogLevels

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@163 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoForgot this..
brain [Sun, 2 Feb 2003 18:59:51 +0000 (18:59 +0000)]
Forgot this..

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@162 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoAdding server linking stuff
brain [Sun, 2 Feb 2003 18:24:17 +0000 (18:24 +0000)]
Adding server linking stuff

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@161 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoAdded first part of server linking code
brain [Sun, 2 Feb 2003 16:43:53 +0000 (16:43 +0000)]
Added first part of server linking code

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@160 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoFixed CVS missing files
brain [Thu, 30 Jan 2003 18:15:37 +0000 (18:15 +0000)]
Fixed CVS missing files

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@159 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoMoved to Dev-C++ as an editor for project (more stable than gvim!)
brain [Thu, 30 Jan 2003 17:51:45 +0000 (17:51 +0000)]
Moved to Dev-C++ as an editor for project (more stable than gvim!)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@158 e03df62e-2008-0410-955e-edbf42e46eb7

21 years ago...
brain [Mon, 27 Jan 2003 00:28:57 +0000 (00:28 +0000)]
...

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@157 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoModified documentation
brain [Mon, 27 Jan 2003 00:22:53 +0000 (00:22 +0000)]
Modified documentation
Moved some classes below base class

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@156 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoModified documentation
brain [Mon, 27 Jan 2003 00:22:39 +0000 (00:22 +0000)]
Modified documentation

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@155 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agofrikking intermediate files....
brain [Sun, 26 Jan 2003 23:58:57 +0000 (23:58 +0000)]
frikking intermediate files....

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@154 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoHow does all this crap not get ignored?
brain [Sun, 26 Jan 2003 23:58:09 +0000 (23:58 +0000)]
How does all this crap not get ignored?

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@153 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoremoved crappy temp files
brain [Sun, 26 Jan 2003 23:56:19 +0000 (23:56 +0000)]
removed crappy temp files

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@152 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoModified documentation for base classes
brain [Sun, 26 Jan 2003 23:53:03 +0000 (23:53 +0000)]
Modified documentation for base classes
Added base classes

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@151 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoModified documentation for base classes
brain [Sun, 26 Jan 2003 23:52:48 +0000 (23:52 +0000)]
Modified documentation for base classes

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@150 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoAdded server classes for linking
brain [Sun, 26 Jan 2003 20:15:03 +0000 (20:15 +0000)]
Added server classes for linking

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@149 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoFixed WHOWAS memory leak
brain [Sat, 25 Jan 2003 20:17:53 +0000 (20:17 +0000)]
Fixed WHOWAS memory leak

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@147 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoAdded /WHOWAS
brain [Sat, 25 Jan 2003 20:00:45 +0000 (20:00 +0000)]
Added /WHOWAS

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@146 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoAdded copyright notices
brain [Fri, 24 Jan 2003 14:11:35 +0000 (14:11 +0000)]
Added copyright notices

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@145 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoPath fixes to modules
brain [Fri, 24 Jan 2003 08:35:18 +0000 (08:35 +0000)]
Path fixes to modules

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@144 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoUpdated documentation scripts
brain [Thu, 23 Jan 2003 20:38:00 +0000 (20:38 +0000)]
Updated documentation scripts

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@143 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoFixed paths and makefile locations
brain [Thu, 23 Jan 2003 20:28:13 +0000 (20:28 +0000)]
Fixed paths and makefile locations

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@142 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoModified for compatibility
brain [Thu, 23 Jan 2003 20:18:33 +0000 (20:18 +0000)]
Modified for compatibility

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@141 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoremoved temp file
brain [Thu, 23 Jan 2003 20:15:02 +0000 (20:15 +0000)]
removed temp file

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@140 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoAuto created by ./configure tests
brain [Thu, 23 Jan 2003 20:13:53 +0000 (20:13 +0000)]
Auto created by ./configure tests
Added makefies

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@139 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoEdited file paths
brain [Thu, 23 Jan 2003 20:09:07 +0000 (20:09 +0000)]
Edited file paths

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@138 e03df62e-2008-0410-955e-edbf42e46eb7

21 years agoInitial revision of changed source layout
brain [Thu, 23 Jan 2003 19:55:45 +0000 (19:55 +0000)]
Initial revision of changed source layout

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@137 e03df62e-2008-0410-955e-edbf42e46eb7