<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <atom:link href="https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4945" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: talk_channel - Input lengths capped to 305 characters..no idea..</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4945</link>
  <description>The largest Smaug community resource site. - </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>talk_channel - Input lengths capped to 305 characters..no idea..</title>
   <link>https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24115#p24115</link>
   <description>I&#039;ve even written my own client because of smaug. because of this codebase being around I was able to learn C and become the coder I am today.. thank you so much!</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24115#p24115</guid>
   <pubDate>Fri, 3 Nov 2023 18:11:17 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Seventeen)</author>
  </item>
  <item>
   <title>talk_channel - Input lengths capped to 305 characters..no idea..</title>
   <link>https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24114#p24114</link>
   <description>Since the last post... before I answer and before this suggestion.. Thank you for making it clearer. I had already went through all that prior to reading this last comment. I was able to figure it out and rewrote the channel codes to better fit what was needed(about 6000 Characters). Thank you both for your suggestions. Sorry If I sounded like a jerk, i was stressing just trying to find answers without doing a major rework. But i just ended up doing just that to save myself the hassle. htt</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24114#p24114</guid>
   <pubDate>Fri, 3 Nov 2023 18:06:45 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Seventeen)</author>
  </item>
  <item>
   <title>talk_channel - Input lengths capped to 305 characters..no idea..</title>
   <link>https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24113#p24113</link>
   <description>Text that gets sent to talk_channel is ultimately dumped into the lbuf[] array. That array has been stupidly set to MAX_INPUT_LENGTH when it&#039;s ultimately the value that gets carried forward into the act() function which actually distributed the message to the channel. The big problem with this is that stock Smaug, even on the 1.8b update, is trying to strcat() the contents of buf[] which is using MAX_STRING_LENGTH. With a sufficiently long message this will result in the game crashing due to </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24113#p24113</guid>
   <pubDate>Thu, 2 Nov 2023 15:40:31 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Samson)</author>
  </item>
  <item>
   <title>talk_channel - Input lengths capped to 305 characters..no idea..</title>
   <link>https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24112#p24112</link>
   <description> I don&#039;t want your channel code, thanks though. I just want to know where it is I can modify it on Smaug. I do believe that is what I asked originally too. I just wanna use the existing system, I don&#039;t feel like adding a whole new channel system just to extend buffers.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24112#p24112</guid>
   <pubDate>Thu, 2 Nov 2023 08:38:10 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Seventeen)</author>
  </item>
  <item>
   <title>talk_channel - Input lengths capped to 305 characters..no idea..</title>
   <link>https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24111#p24111</link>
   <description>The reason for needing more than that is because I want people to be able to post paragraphs for my custom RP system. Instead of two sentence chunks.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24111#p24111</guid>
   <pubDate>Thu, 2 Nov 2023 08:37:29 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Seventeen)</author>
  </item>
  <item>
   <title>talk_channel - Input lengths capped to 305 characters..no idea..</title>
   <link>https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24110#p24110</link>
   <description>Well I don&#039;t have talk_channel anymore I use channels.c and channels.h I don&#039;t see a problem with channels limited to 305 characters though, who needs more than that?  Maybe smaugfuss did that to limit buffer overflows?  Anyway this the link to the old codebase I used where you can find channels.c and channels.h https://smaugmuds.afkmods.com/files/6dragons-44-496/</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24110#p24110</guid>
   <pubDate>Sun, 29 Oct 2023 10:15:20 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Vladaar)</author>
  </item>
  <item>
   <title>talk_channel - Input lengths capped to 305 characters..no idea..</title>
   <link>https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24109#p24109</link>
   <description>I&#039;m using Smaug 1.4 - So I don&#039;t think I have all the SmaugFUSS fixes and such..I&#039;ve been using this codebase for almost 20 years I&#039;m sure I&#039;ve fixed a lot of things because it&#039;s not even smaug anymore at this point.. Where would I find this code? SMAUG 1.4 (C) 1994, 1995, 1996, 1998  by Derek Snider </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24109#p24109</guid>
   <pubDate>Sun, 29 Oct 2023 05:06:41 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Seventeen)</author>
  </item>
  <item>
   <title>talk_channel - Input lengths capped to 305 characters..no idea..</title>
   <link>https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24108#p24108</link>
   <description> [Sooc] &#039;thisisatesttoseehowmanycharacterscanbeinthisbuffer.Hopefullyalotmorethan305because305seemslikesuchatinyamountformaxinputlinebufferiguessiwillsoonseeif305istheactualnumberorifsomecrackpotisjustmakingupstuffonsmaugmuds.eitherwayitisinterestingtotest.hopefullywewillsee305isn&#039;tthenumberthatmaxesoutthecharacerchannel.thisisatesttoseehowmanycharacterscanbeinthisbuffer.Hopefullyalotmorethan305because305seemslikesuchatinyamountformaxinputlinebufferiguessiwillsoonseeif305istheactualnumberorifsom</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24108#p24108</guid>
   <pubDate>Thu, 26 Oct 2023 18:20:01 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Vladaar)</author>
  </item>
  <item>
   <title>talk_channel - Input lengths capped to 305 characters..no idea..</title>
   <link>https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24107#p24107</link>
   <description>Hey guys, I&#039;m running into a small problem with buffers. I honestly am at my wits end. I cannot for the life of me find out why buffers for channels is capped at 305 characters (this is for all channels btw) everything is set to MAX_INPUT_LENGTH and that is set to 4096 characters.. I&#039;ve checked color codes I&#039;ve checked all the buffer definitions, and I just cant figure it out. I&#039;ve even checked all the input handling in handler.c everything has MSL or MIL for the for character caps...please if y</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/talkchannel---input-lengths-capped-to-305-charactersno-idea-4945/&amp;p=24107#p24107</guid>
   <pubDate>Thu, 26 Oct 2023 06:09:17 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Seventeen)</author>
  </item>
 </channel>
</rss>
