0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add a way to add extra content to the usage screen - and do so with the HTTP endpoints registered by default.
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
fix up the help text for the IRC daemon bindings.
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
fix indenting on CLI usage output; add proper help text for the http options; add --help as a default option.
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
cleanups
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
wrap things up neatly in a class.
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
this daemon will need more cleaning
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
update the ol' fortune server from the blog's github to all the new shinies.
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
move the hello world sample handler to the server sample code file - no need to have everyone see that when they use httpd.h More... over 9 years ago
further cleanups: working with HTTP servers now only requires specifying the servlets to bind. Much simpler, that More... over 9 years ago
moving more things around. a bit. More... over 9 years ago
move the code to set up a default IRC server to a separate 'ircd' file. More... over 9 years ago
another minor cleanup More... over 9 years ago
clean up the server example, using the new shinies More... over 9 years ago
add default help text More... over 9 years ago
add some CLI parsing goodness, which should help streamline some of this server stuff More... over 9 years ago
cleanup
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
switch to llvm style for clang-format
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
clean things up by introducing a new 'io::service' wrapper, which includes a 'common()' service singleton More... over 9 years ago
had an undefined symbol creep in there... More... over 9 years ago
fix a few vt100 output glitches More... over 9 years ago
mode flags for the IRC servers More... over 9 years ago
cleanups More... over 9 years ago
verify the channel name is legit before joining More... over 9 years ago
turn mode into a set<char> More... over 9 years ago
merge the two hello and quit functions into one, each More... over 9 years ago
introducing: channel modes More... almost 10 years ago
put the mode setting and unsetting code in the session object More... almost 10 years ago
add user mode manipulation code More... almost 10 years ago
move the message dispatch into the processor, so that the session only parses messages for their syntax More... almost 10 years ago
implement the ERR_UNKNOWNCOMMAND error that is hidden rather well in the specs More... almost 10 years ago