diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-01-30 17:51:45 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-01-30 17:51:45 +0000 |
commit | 8f282762b0a90458a808e13c4a52196ebd14534a (patch) | |
tree | 89981f69dc27f216a2d3d22d9387af6732cfaa8a /src/inspircd.cpp | |
parent | 80acf05785484ea822472b1c3ea678e82dfb5cfe (diff) |
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
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 183 |
1 files changed, 0 insertions, 183 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 9bc78878e..ac8a46c1f 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -12,189 +12,6 @@ * the file COPYING for details. * * --------------------------------------------------- - - $Log$ - Revision 1.5 2003/01/26 23:53:03 brain - Modified documentation for base classes - Added base classes - - Revision 1.4 2003/01/26 20:15:03 brain - Added server classes for linking - - Revision 1.3 2003/01/25 20:17:53 brain - Fixed WHOWAS memory leak - - Revision 1.2 2003/01/25 20:00:45 brain - Added /WHOWAS - - Revision 1.1.1.1 2003/01/23 19:45:58 brain - InspIRCd second source tree - - Revision 1.56 2003/01/22 20:49:16 brain - Added FileReader file-caching class - Changed m_randquote to use FileReader class - - Revision 1.55 2003/01/21 16:56:19 brain - Fixed a few minor bugs - - Revision 1.54 2003/01/21 02:07:10 brain - optimisations galore! - - Revision 1.53 2003/01/21 00:18:40 brain - fixed random crash on kill_link (AGAIN) - was /stats - improved speed 10x (because i can...) - - Revision 1.52 2003/01/19 20:12:24 brain - Fixed ident max length to 10 - - Revision 1.51 2003/01/18 22:02:11 brain - fixed multiple /MODE +l bugs (thanks to akky and BOFH bugging meh!) - - Revision 1.50 2003/01/18 01:19:14 brain - Added code to tidy up bans (e.g. max nick length) - i blame mIRC! - - Revision 1.49 2003/01/17 22:03:57 brain - Fixed dodgy mode glitches (the ones Craig loves to play with, awww) - - Revision 1.48 2003/01/17 21:20:43 brain - Implemented usermode +s - - Revision 1.47 2003/01/17 21:13:40 brain - Added channel modes, +k, +l, +i, +m etc - Added user and channel modes +i, +p, +s - - Revision 1.46 2003/01/17 18:44:27 brain - Implemented channel mode +m - - Revision 1.45 2003/01/17 18:26:42 brain - added /TRACE command - - Revision 1.44 2003/01/17 15:21:03 brain - Fixed: /LUSERS cant count :P - - Revision 1.43 2003/01/17 13:21:38 brain - Added CONNECT ALLOW and CONNECT DENY config tags - Added PASS command - - Revision 1.42 2003/01/17 10:37:55 brain - Added /INVITE command and relevent structures - - Revision 1.41 2003/01/16 20:11:55 brain - fixed some ugly pointer bugs (thanks dblack and a|KK|y!) - - Revision 1.40 2003/01/16 08:31:44 brain - Fixed parameter error in QUIT code (was showing junk chars on BSD) - - Revision 1.39 2003/01/15 22:47:44 brain - Changed user and channel structs to classes (finally) - - Revision 1.38 2003/01/15 20:56:58 brain - Added wildcard support - Added channel bans - - Revision 1.37 2003/01/15 16:08:42 brain - Attempted to fix closed client sessions not being detected - - Revision 1.36 2003/01/15 09:36:13 brain - added pause= value to /die and /restart in config - - Revision 1.35 2003/01/14 22:08:31 brain - attemted to fix weird crash on /kill - - Revision 1.34 2003/01/14 21:44:25 brain - Added /USERS stub - Added /SUMMON stub - Changed optimisation to -O3 (much faster!) - - Revision 1.33 2003/01/14 21:14:30 brain - added /ISON command (for mIRC etc basic notify) - - Revision 1.32 2003/01/14 20:55:02 brain - Fixed more param crunching bugs - Added /AWAY - - Revision 1.31 2003/01/14 00:46:02 brain - Added m_cloaking.so module, provides host masking - - Revision 1.30 2003/01/13 22:30:50 brain - Added Admin class (holds /admin info for modules) - Added methods to Server class - - Revision 1.29 2003/01/13 00:43:29 brain - Added Server class - Added more code to example module demonstrating use of Server class - - Revision 1.28 2003/01/12 17:40:44 brain - ./configure improved by Craig (better prompts, dir creation) - '/stats z' added detail - - Revision 1.27 2003/01/12 16:49:53 brain - Added '/stats z' - - Revision 1.26 2003/01/12 15:01:18 brain - Added hostname/ip caching to speed up connects - - Revision 1.25 2003/01/11 21:39:57 brain - Made ircd cache message of the day in a vector (faster!) - Added support for multiple lines of /NAMES on large channels - - Revision 1.24 2003/01/11 19:00:10 brain - Added /USERHOST command - - Revision 1.23 2003/01/11 17:57:28 brain - Added '/STATS O' - Added more module error checking - - Revision 1.22 2003/01/11 00:48:44 brain - removed random debug output - - Revision 1.21 2003/01/11 00:06:46 brain - Fixed random crash on nickchange - Fine tuned ability to handle >300 users - - Revision 1.20 2003/01/09 22:24:59 brain - added '/stats L' (connect-info) - - Revision 1.19 2003/01/09 21:38:51 brain - '/stats u' support added (server uptime) - - Revision 1.18 2003/01/09 21:09:50 brain - added '/stats M' command - - Revision 1.17 2003/01/08 22:11:38 brain - - Added extra dynamic module support, new methods to Module class - - Revision 1.16 2003/01/08 17:48:48 brain - - fixed "user lingering" problem in kill_link - - Revision 1.15 2003/01/07 23:17:51 brain - - Fixed wallops and command parameter counting bugs - - Revision 1.14 2003/01/07 20:47:34 brain - - Fixes random crash on nickchange (must keep classfactory pointers!) - - Revision 1.13 2003/01/07 19:57:56 brain - - Dynamix module support, preliminary release - - Revision 1.12 2003/01/07 01:01:30 brain - - Changed command table to a vector of command_t types - - Revision 1.11 2003/01/06 23:43:30 brain - - extra debug output - - Revision 1.10 2003/01/06 23:38:29 brain - - just playing with header tags - - - * --------------------------------------------------- */ /* Now with added unF! ;) */ |