# # ChangeLog for code/branches/network/src/core/IRC.h # # Generated by Trac 1.0.9 # May 23, 2024, 9:32:12 PM Wed, 28 May 2008 03:30:11 GMT landauf [1446] * code/branches/network/CMakeLists.txt (modified) * code/branches/network/bin/disco.txt (modified) * code/branches/network/bin/irc.tcl (copied) * code/branches/network/bin/remote.tcl (copied) * code/branches/network/bin/telnet_server.tcl (copied) * code/branches/network/cmake/FindBoost.cmake (modified) * code/branches/network/src/audio/AudioStream.cc (modified) * code/branches/network/src/core/ArgumentCompleter.h (copied) * code/branches/network/src/core/ArgumentCompletionFunctions.cc (copied) * code/branches/network/src/core/ArgumentCompletionFunctions.h (copied) * code/branches/network/src/core/ArgumentCompletionListElement.h (copied) * code/branches/network/src/core/CMakeLists.txt (modified) * code/branches/network/src/core/ClassManager.h (modified) * code/branches/network/src/core/CommandEvaluation.cc (copied) * code/branches/network/src/core/CommandEvaluation.h (copied) * code/branches/network/src/core/CommandExecutor.cc (modified) * code/branches/network/src/core/CommandExecutor.h (modified) * code/branches/network/src/core/ConfigFileManager.cc (modified) * code/branches/network/src/core/ConfigFileManager.h (modified) * code/branches/network/src/core/ConfigValueContainer.cc (modified) * code/branches/network/src/core/ConfigValueContainer.h (modified) * code/branches/network/src/core/ConfigValueIncludes.h (modified) * code/branches/network/src/core/ConsoleCommand.cc (copied) * code/branches/network/src/core/ConsoleCommand.h (modified) * code/branches/network/src/core/ConsoleCommandCompilation.cc (copied) * code/branches/network/src/core/ConsoleCommandCompilation.h (copied) * code/branches/network/src/core/CorePrereqs.h (modified) * code/branches/network/src/core/CoreSettings.cc (modified) * code/branches/network/src/core/CoreSettings.h (modified) * code/branches/network/src/core/Debug.h (modified) * code/branches/network/src/core/Executor.cc (modified) * code/branches/network/src/core/Executor.h (modified) * code/branches/network/src/core/IRC.cc (copied) * code/branches/network/src/core/IRC.h (copied) * code/branches/network/src/core/Identifier.cc (modified) * code/branches/network/src/core/Identifier.h (modified) * code/branches/network/src/core/InputBuffer.cc (modified) * code/branches/network/src/core/InputBuffer.h (modified) * code/branches/network/src/core/InputManager.cc (modified) * code/branches/network/src/core/Iterator.h (modified) * code/branches/network/src/core/KeyBinder.cc (modified) * code/branches/network/src/core/KeyBinder.h (modified) * code/branches/network/src/core/Language.cc (modified) * code/branches/network/src/core/Language.h (modified) * code/branches/network/src/core/OrxonoxClass.cc (modified) * code/branches/network/src/core/OrxonoxClass.h (modified) * code/branches/network/src/core/OutputBuffer.cc (copied) * code/branches/network/src/core/OutputBuffer.h (copied) * code/branches/network/src/core/OutputHandler.cc (modified) * code/branches/network/src/core/OutputHandler.h (modified) * code/branches/network/src/core/Script.cc (modified) * code/branches/network/src/core/Shell.cc (copied) * code/branches/network/src/core/Shell.h (copied) * code/branches/network/src/core/TclBind.cc (modified) * code/branches/network/src/core/TclBind.h (modified) * code/branches/network/src/core/TclThreadManager.cc (copied) * code/branches/network/src/core/TclThreadManager.h (copied) * code/branches/network/src/core/XMLPort.h (modified) * code/branches/network/src/cpptcl/CppTcl.cc (modified) * code/branches/network/src/network/CMakeLists.txt (modified) * code/branches/network/src/network/GameStateClient.cc (modified) * code/branches/network/src/network/PacketDecoder.cc (modified) * code/branches/network/src/network/dummyclient3.cc (modified) * code/branches/network/src/orxonox/GraphicsEngine.cc (modified) * code/branches/network/src/orxonox/Orxonox.cc (modified) * code/branches/network/src/orxonox/Orxonox.h (modified) * code/branches/network/src/orxonox/console/InGameConsole.cc (modified) * code/branches/network/src/orxonox/console/InGameConsole.h (modified) * code/branches/network/src/orxonox/hud/HUD.cc (modified) * code/branches/network/src/orxonox/objects/Ambient.cc (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network/src/orxonox/tools/Timer.cc (modified) * code/branches/network/src/orxonox/tools/Timer.h (modified) * code/branches/network/src/util/Convert.h (modified) * code/branches/network/src/util/Math.h (modified) * code/branches/network/src/util/MultiType.h (modified) * code/branches/network/src/util/MultiTypeMath.cc (modified) * code/branches/network/src/util/MultiTypeMath.h (modified) * code/branches/network/src/util/MultiTypePrimitive.cc (modified) * code/branches/network/src/util/MultiTypePrimitive.h (modified) * code/branches/network/src/util/MultiTypeString.cc (modified) * code/branches/network/src/util/MultiTypeString.h (modified) * code/branches/network/src/util/String.cc (modified) * code/branches/network/src/util/String.h (modified) merged console branch into network branch after several heavy ... Wed, 14 May 2008 23:05:58 GMT landauf [1276] * code/branches/console/bin/irc.tcl (added) * code/branches/console/src/core/CMakeLists.txt (modified) * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/CorePrereqs.h (modified) * code/branches/console/src/core/IRC.cc (added) * code/branches/console/src/core/IRC.h (added) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclThreadManager.cc (modified) * code/branches/console/src/core/TclThreadManager.h (modified) * code/branches/console/src/util/String.cc (modified) * code/branches/console/src/util/String.h (modified) someone likes to chat? well, I do. here's a new IRC client. it ...