Skip to content

meh/lulzhttpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Use threads instead of fork, because fork is faggotree.

Think about a good way to put all the #ifs for portability in a file only.

Server waits and creates threads to serve the faggots.

Server has objects: Config, PluginList.

Object list:

Regex - PCRE wrapper.
String - Well, bettar string >:(

Server - The main part of the program.
Config - Parse the xml config files etc, use it like in lulzBB, Config::get(conf, domain) or something like that.
Plugin - Loads the plugin from the file and sets the various stuff in it.
PluginList - A list with plugins etc.
HTTP - The object that does the http stuff.

System namespace - System stuff, usual thing, i don't want defines here and there.
System::Socket - Well, i don't want defines here and there, so this is needed.


Releases

No releases published

Packages

No packages published

Languages