summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-03-10Commented all the new config stuffbrain
2006-03-10Now requires inspircd.h for ConvToStr templated functionbrain
2006-03-10Tidyup and move ConvToStr to a publically accessible placebrain
2006-03-10Another typobrain
2006-03-10Typobrain
2006-03-10Moved more stuff into right placesbrain
2006-03-10Tidyup of commented out reminder codebrain
2006-03-10Made it compile :pbrain
2006-03-10Mass tidyup of ServerConfig::Read and stuffbrain
2006-03-10Another const reference conversion, and remove redundant declaration of userr...om
2006-03-10Test stuff for improved multi-tags in corebrain
2006-03-10patch <inspircd-userlist-ptr-safety.diff (Thanks nenolod)brain
2006-03-10Revert to string but return a reference, should be about the same speedbrain
2006-03-10Saferbrain
2006-03-10Faster CullItem/CullList using strdup rather than copying a std::stringbrain
2006-03-10Typobrain
2006-03-10const referencesbrain
2006-03-10Tidyupbrain
2006-03-10Update docs to indicate hostname can be used in <bind> tagbrain
2006-03-10Support for hostnames in <bind> tag (so long as the hostname resolves to a lo...brain
2006-03-10Tidyup of config reader lowlevel readingbrain
2006-03-10Set bitfields on servermodebrain
2006-03-10Align names that are output on startup using \t htabsbrain
2006-03-10Moved typedefs etc into the header where they belongbrain
2006-03-10Move vars to top of functionbrain
2006-03-10Validating wrong fieldbrain
2006-03-10Improvementsbrain
2006-03-10Tidyup of ServerConf::Read about half done (works)brain
2006-03-10Probably doesnt work yetbrain
2006-03-09More stuff donebrain
2006-03-09I hate casts.brain
2006-03-09Please diagnose error line 205brain
2006-03-09More const references, this is nearly it apart from the module API..om
2006-03-09Remove unused variable giving compile warningom
2006-03-09Convert more by-values to const references, optimise ConfigReader a bitom
2006-03-09Changing by-value parameters to const referencesom
2006-03-09Mostly formatting cleanup, rename a 'Ptr' to a more meaningful 'chan', remove...om
2006-03-09Delete unknown sockets on sightbrain
2006-03-09Speedupsbrain
2006-03-09Tidyup to pass some stuff by reference (much faster, no copy involved)brain
2006-03-09Strlen bashing.brain
2006-03-09Improved to avoid strlenbrain
2006-03-09Changed to unsigned char to get rid of warningsbrain
2006-03-09lowertab -> lowermapbrain
2006-03-09Improved strhashcomp with no allocationsbrain
2006-03-09Segfault-causing typo (wrong var used for a loop, whoops)brain
2006-03-09Typical. 0 and 1 to choose from, and i pick the wrong one. (back to front bin...brain
2006-03-09Forgot to declare varbrain
2006-03-09UMode tweaksbrain
2006-03-09UM_WALLOPS had value 3 which was a combination of UM_SERVERNOTICE and UM_INVI...brain