Age | Commit message (Expand) | Author |
2006-03-10 | Made it compile :p | brain |
2006-03-10 | Mass tidyup of ServerConfig::Read and stuff | brain |
2006-03-10 | Another const reference conversion, and remove redundant declaration of userr... | om |
2006-03-10 | Test stuff for improved multi-tags in core | brain |
2006-03-10 | patch <inspircd-userlist-ptr-safety.diff (Thanks nenolod) | brain |
2006-03-10 | Revert to string but return a reference, should be about the same speed | brain |
2006-03-10 | Safer | brain |
2006-03-10 | Faster CullItem/CullList using strdup rather than copying a std::string | brain |
2006-03-10 | Typo | brain |
2006-03-10 | const references | brain |
2006-03-10 | Tidyup | brain |
2006-03-10 | Update docs to indicate hostname can be used in <bind> tag | brain |
2006-03-10 | Support for hostnames in <bind> tag (so long as the hostname resolves to a lo... | brain |
2006-03-10 | Tidyup of config reader lowlevel reading | brain |
2006-03-10 | Set bitfields on servermode | brain |
2006-03-10 | Align names that are output on startup using \t htabs | brain |
2006-03-10 | Moved typedefs etc into the header where they belong | brain |
2006-03-10 | Move vars to top of function | brain |
2006-03-10 | Validating wrong field | brain |
2006-03-10 | Improvements | brain |
2006-03-10 | Tidyup of ServerConf::Read about half done (works) | brain |
2006-03-10 | Probably doesnt work yet | brain |
2006-03-09 | More stuff done | brain |
2006-03-09 | I hate casts. | brain |
2006-03-09 | Please diagnose error line 205 | brain |
2006-03-09 | More const references, this is nearly it apart from the module API.. | om |
2006-03-09 | Remove unused variable giving compile warning | om |
2006-03-09 | Convert more by-values to const references, optimise ConfigReader a bit | om |
2006-03-09 | Changing by-value parameters to const references | om |
2006-03-09 | Mostly formatting cleanup, rename a 'Ptr' to a more meaningful 'chan', remove... | om |
2006-03-09 | Delete unknown sockets on sight | brain |
2006-03-09 | Speedups | brain |
2006-03-09 | Tidyup to pass some stuff by reference (much faster, no copy involved) | brain |
2006-03-09 | Strlen bashing. | brain |
2006-03-09 | Improved to avoid strlen | brain |
2006-03-09 | Changed to unsigned char to get rid of warnings | brain |
2006-03-09 | lowertab -> lowermap | brain |
2006-03-09 | Improved strhashcomp with no allocations | brain |
2006-03-09 | Segfault-causing typo (wrong var used for a loop, whoops) | brain |
2006-03-09 | Typical. 0 and 1 to choose from, and i pick the wrong one. (back to front bin... | brain |
2006-03-09 | Forgot to declare var | brain |
2006-03-09 | UMode tweaks | brain |
2006-03-09 | UM_WALLOPS had value 3 which was a combination of UM_SERVERNOTICE and UM_INVI... | brain |
2006-03-09 | Modes the wrong way around | brain |
2006-03-09 | (Needs test) Improved userlist() | brain |
2006-03-09 | Added userrec::modebits - fast way of checking if user has +swi rather than a... | brain |
2006-03-09 | Fix printf format to get rid of compile warning (using %d for a long, change ... | om |
2006-03-09 | iterator hell | brain |
2006-03-09 | Fixed to use iterator | brain |
2006-03-09 | Correctly use iterators and pointer to ucrec | brain |