summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
AgeCommit message (Expand)Author
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-10Move the socket functions like insp_ntoa into their own namespace. They arent...brain
2006-08-09Tidy up loglevel enum (remove some C-ish defines)brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-07-28Document <options:syntaxhints> and <options:nouserdns>brain
2006-07-16Fix case sensitive commands issue due to new std::string based parser, improv...brain
2006-07-14Add <options:nouserdns> - defaults to off. if set to on, no user dns lookups ...brain
2006-07-01Make WritePID a public function of class InspIRCdbrain
2006-05-01Need checks in two places for escaping to work.brain
2006-05-01Ability to use the \ symbol to escape ascii values in a tag, e.g.:brain
2006-04-08Helps to svn add these too :Pom