MELERIX %!s(int64=14) %!d(string=hai) anos
pai
achega
762cfbc3c8
Modificáronse 81 ficheiros con 0 adicións e 0 borrados
  1. 0 0
      L2J_CommunityServer/.classpath
  2. 0 0
      L2J_CommunityServer/.gcjbuilder
  3. 0 0
      L2J_CommunityServer/.project
  4. 0 0
      L2J_CommunityServer/.settings/org.eclipse.jdt.core.prefs
  5. 0 0
      L2J_CommunityServer/.settings/org.eclipse.jdt.ui.prefs
  6. 0 0
      L2J_CommunityServer/LICENSE.txt
  7. 0 0
      L2J_CommunityServer/build.xml
  8. 0 0
      L2J_CommunityServer/dist/startCommunityServer.bat
  9. 0 0
      L2J_CommunityServer/dist/startCommunityServer.sh
  10. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/Config.java
  11. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/GameServerRegistrationTable.java
  12. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/L2CommunityServer.java
  13. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/L2DatabaseFactory.java
  14. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/Shutdown.java
  15. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/cache/HtmCache.java
  16. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoard.java
  17. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoardManager.java
  18. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/AdminBoard.java
  19. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanBoard.java
  20. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanPostBoard.java
  21. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ErrorBoard.java
  22. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/FriendBoard.java
  23. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MailBoard.java
  24. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MemoBoard.java
  25. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/RegionBoard.java
  26. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/TopBoard.java
  27. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/model/Comment.java
  28. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/model/Forum.java
  29. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Castle.java
  30. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Clan.java
  31. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Player.java
  32. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/model/Post.java
  33. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/model/Topic.java
  34. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerListener.java
  35. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThread.java
  36. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThreadPool.java
  37. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseReadPacket.java
  38. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseWritePacket.java
  39. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnection.java
  40. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionConfig.java
  41. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionListener.java
  42. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/BlowfishEngine.java
  43. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/NewCrypt.java
  44. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/BlowFishKey.java
  45. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/GameServerAuth.java
  46. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestShowCommunityBoard.java
  47. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestWriteCommunityBoard.java
  48. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/WorldInfo.java
  49. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/AuthResponse.java
  50. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/CommunityServerFail.java
  51. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/InitCS.java
  52. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerSendMessage.java
  53. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerShowBoard.java
  54. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/RequestWorldInfo.java
  55. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/threading/ThreadPoolManager.java
  56. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/util/Rnd.java
  57. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteReader.java
  58. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteWriter.java
  59. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteReader.java
  60. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteWriter.java
  61. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteReader.java
  62. 0 0
      L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteWriter.java
  63. 0 0
      L2J_CommunityServer/java/com/l2jserver/log/AuditFilter.java
  64. 0 0
      L2J_CommunityServer/java/com/l2jserver/log/AuditFormatter.java
  65. 0 0
      L2J_CommunityServer/java/com/l2jserver/log/ConsoleLogFormatter.java
  66. 0 0
      L2J_CommunityServer/java/com/l2jserver/log/ErrorFilter.java
  67. 0 0
      L2J_CommunityServer/java/com/l2jserver/log/ErrorLogHandler.java
  68. 0 0
      L2J_CommunityServer/java/com/l2jserver/log/FileLogFormatter.java
  69. 0 0
      L2J_CommunityServer/java/config/General.properties
  70. 0 0
      L2J_CommunityServer/java/config/communityserver.properties
  71. 0 0
      L2J_CommunityServer/java/config/telnet.properties
  72. 0 0
      L2J_CommunityServer/java/console.cfg
  73. 0 0
      L2J_CommunityServer/java/log.cfg
  74. 0 0
      L2J_CommunityServer/launcher/Community.launch
  75. 0 0
      L2J_CommunityServer/lib/c3p0-0.9.2-pre1.jar
  76. 0 0
      L2J_CommunityServer/lib/c3p0_LICENSE.txt
  77. 0 0
      L2J_CommunityServer/lib/javolution-5.5.1.jar
  78. 0 0
      L2J_CommunityServer/lib/javolution_LICENSE.txt
  79. 0 0
      L2J_CommunityServer/lib/mchange-commons-0.2.jar
  80. 0 0
      L2J_CommunityServer/lib/mysql-connector-java-5.1.15-bin.jar
  81. 0 0
      L2J_CommunityServer/lib/mysql-connector-java_LICENSE.txt

+ 0 - 0
L2_CommunityServer/.classpath → L2J_CommunityServer/.classpath


+ 0 - 0
L2_CommunityServer/.gcjbuilder → L2J_CommunityServer/.gcjbuilder


+ 0 - 0
L2_CommunityServer/.project → L2J_CommunityServer/.project


+ 0 - 0
L2_CommunityServer/.settings/org.eclipse.jdt.core.prefs → L2J_CommunityServer/.settings/org.eclipse.jdt.core.prefs


+ 0 - 0
L2_CommunityServer/.settings/org.eclipse.jdt.ui.prefs → L2J_CommunityServer/.settings/org.eclipse.jdt.ui.prefs


+ 0 - 0
L2_CommunityServer/LICENSE.txt → L2J_CommunityServer/LICENSE.txt


+ 0 - 0
L2_CommunityServer/build.xml → L2J_CommunityServer/build.xml


+ 0 - 0
L2_CommunityServer/dist/startCommunityServer.bat → L2J_CommunityServer/dist/startCommunityServer.bat


+ 0 - 0
L2_CommunityServer/dist/startCommunityServer.sh → L2J_CommunityServer/dist/startCommunityServer.sh


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/Config.java → L2J_CommunityServer/java/com/l2jserver/communityserver/Config.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/GameServerRegistrationTable.java → L2J_CommunityServer/java/com/l2jserver/communityserver/GameServerRegistrationTable.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/L2CommunityServer.java → L2J_CommunityServer/java/com/l2jserver/communityserver/L2CommunityServer.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/L2DatabaseFactory.java → L2J_CommunityServer/java/com/l2jserver/communityserver/L2DatabaseFactory.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/Shutdown.java → L2J_CommunityServer/java/com/l2jserver/communityserver/Shutdown.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/cache/HtmCache.java → L2J_CommunityServer/java/com/l2jserver/communityserver/cache/HtmCache.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoard.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoardManager.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoardManager.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/AdminBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/AdminBoard.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanBoard.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanPostBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanPostBoard.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ErrorBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ErrorBoard.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/FriendBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/FriendBoard.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MailBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MailBoard.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MemoBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MemoBoard.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/RegionBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/RegionBoard.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/TopBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/TopBoard.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Comment.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Comment.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Forum.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Forum.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/L2Castle.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Castle.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/L2Clan.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Clan.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/L2Player.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Player.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Post.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Post.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Topic.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Topic.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/GameServerListener.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerListener.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThread.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThread.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThreadPool.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThreadPool.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseReadPacket.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseReadPacket.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseWritePacket.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseWritePacket.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnection.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnection.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionConfig.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionConfig.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionListener.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionListener.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/BlowfishEngine.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/BlowfishEngine.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/NewCrypt.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/NewCrypt.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/BlowFishKey.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/BlowFishKey.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/GameServerAuth.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/GameServerAuth.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestShowCommunityBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestShowCommunityBoard.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestWriteCommunityBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestWriteCommunityBoard.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/WorldInfo.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/WorldInfo.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/AuthResponse.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/AuthResponse.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/CommunityServerFail.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/CommunityServerFail.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/InitCS.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/InitCS.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerSendMessage.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerSendMessage.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerShowBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerShowBoard.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/RequestWorldInfo.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/RequestWorldInfo.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/threading/ThreadPoolManager.java → L2J_CommunityServer/java/com/l2jserver/communityserver/threading/ThreadPoolManager.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/Rnd.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/Rnd.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteReader.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteReader.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteWriter.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteWriter.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteReader.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteReader.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteWriter.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteWriter.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteReader.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteReader.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteWriter.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteWriter.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/log/AuditFilter.java → L2J_CommunityServer/java/com/l2jserver/log/AuditFilter.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/log/AuditFormatter.java → L2J_CommunityServer/java/com/l2jserver/log/AuditFormatter.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/log/ConsoleLogFormatter.java → L2J_CommunityServer/java/com/l2jserver/log/ConsoleLogFormatter.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/log/ErrorFilter.java → L2J_CommunityServer/java/com/l2jserver/log/ErrorFilter.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/log/ErrorLogHandler.java → L2J_CommunityServer/java/com/l2jserver/log/ErrorLogHandler.java


+ 0 - 0
L2_CommunityServer/java/com/l2jserver/log/FileLogFormatter.java → L2J_CommunityServer/java/com/l2jserver/log/FileLogFormatter.java


+ 0 - 0
L2_CommunityServer/java/config/General.properties → L2J_CommunityServer/java/config/General.properties


+ 0 - 0
L2_CommunityServer/java/config/communityserver.properties → L2J_CommunityServer/java/config/communityserver.properties


+ 0 - 0
L2_CommunityServer/java/config/telnet.properties → L2J_CommunityServer/java/config/telnet.properties


+ 0 - 0
L2_CommunityServer/java/console.cfg → L2J_CommunityServer/java/console.cfg


+ 0 - 0
L2_CommunityServer/java/log.cfg → L2J_CommunityServer/java/log.cfg


+ 0 - 0
L2_CommunityServer/launcher/Community.launch → L2J_CommunityServer/launcher/Community.launch


+ 0 - 0
L2_CommunityServer/lib/c3p0-0.9.2-pre1.jar → L2J_CommunityServer/lib/c3p0-0.9.2-pre1.jar


+ 0 - 0
L2_CommunityServer/lib/c3p0_LICENSE.txt → L2J_CommunityServer/lib/c3p0_LICENSE.txt


+ 0 - 0
L2_CommunityServer/lib/javolution-5.5.1.jar → L2J_CommunityServer/lib/javolution-5.5.1.jar


+ 0 - 0
L2_CommunityServer/lib/javolution_LICENSE.txt → L2J_CommunityServer/lib/javolution_LICENSE.txt


+ 0 - 0
L2_CommunityServer/lib/mchange-commons-0.2.jar → L2J_CommunityServer/lib/mchange-commons-0.2.jar


+ 0 - 0
L2_CommunityServer/lib/mysql-connector-java-5.1.15-bin.jar → L2J_CommunityServer/lib/mysql-connector-java-5.1.15-bin.jar


+ 0 - 0
L2_CommunityServer/lib/mysql-connector-java_LICENSE.txt → L2J_CommunityServer/lib/mysql-connector-java_LICENSE.txt