ladybird/Services/TelnetServer
asynts d5ffb51a83 AK: Don't add newline for outf/dbgf/warnf.
In the future all (normal) output should be written by any of the
following functions:

    out    (currently called new_out)
    outln
    dbg    (currently called new_dbg)
    dbgln
    warn   (currently called new_warn)
    warnln

However, there are still a ton of uses of the old out/warn/dbg in the
code base so the new functions are called new_out/new_warn/new_dbg. I am
going to rename them as soon as all the other usages are gone (this
might take a while.)

I also added raw_out/raw_dbg/raw_warn which don't do any escaping,
this should be useful if no formatting is required and if the input
contains tons of curly braces. (I am not entirely sure if this function
will stay, but I am adding it for now.)
2020-10-04 17:04:55 +02:00
..
Client.cpp Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
Client.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Command.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
main.cpp AK: Don't add newline for outf/dbgf/warnf. 2020-10-04 17:04:55 +02:00
Parser.cpp Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
Parser.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00