summaryrefslogtreecommitdiff
path: root/src/console_internal.h
AgeCommit message (Collapse)Author
2008-08-12(svn r14056) -Fix [FS#2192]: the console backlog is too small for ↵rubidium
list_patches. Now it'll only remove backlog items when there are more than a threshold and when they are there longer than (another) threshold.
2008-08-12(svn r14055) -Codechange: increase buffers for (dedicated) consoles as they ↵rubidium
couldn't use the full "extent" of the new chat message limit.
2008-05-30(svn r13341) -Codechange: make most of the network settings configurable via ↵rubidium
the patch command.
2008-05-24(svn r13231) -Codechange: split the core console code and the console GUI.rubidium
2008-05-24(svn r13228) -Codechange: split console.h.rubidium