summaryrefslogtreecommitdiff
path: root/src/svn-rev.sh
AgeCommit message (Expand)Author
2006-03-11Debug counterbrain
2006-03-10Added ./configure -svnupdatebrain
2006-03-10Test stuff for improved multi-tags in corebrain
2006-03-10patch <inspircd-userlist-ptr-safety.diff (Thanks nenolod)brain
2006-03-10Faster CullItem/CullList using strdup rather than copying a std::stringbrain
2006-03-10const referencesbrain
2006-03-10Update docs to indicate hostname can be used in <bind> tagbrain
2006-03-10Tidyup of config reader lowlevel readingbrain
2006-03-10Align names that are output on startup using \t htabsbrain
2006-03-10Probably doesnt work yetbrain
2006-03-09I hate casts.brain
2006-03-09Delete unknown sockets on sightbrain
2006-03-09Tidyup to pass some stuff by reference (much faster, no copy involved)brain
2006-03-09Changed to unsigned char to get rid of warningsbrain
2006-03-09Improved strhashcomp with no allocationsbrain
2006-03-09Typical. 0 and 1 to choose from, and i pick the wrong one. (back to front bin...brain
2006-03-09UMode tweaksbrain
2006-03-09Modes the wrong way aroundbrain
2006-03-09Added userrec::modebits - fast way of checking if user has +swi rather than a...brain
2006-03-09Change to ucrec* iteratorsbrain
2006-03-09Fixed to use iteratorsbrain
2006-03-09mptr++ not *mptr++!brain
2006-03-09Changed LUSERS to show global current to not include unregistered connectionsbrain
2006-03-09Wrong var used here, oooopsbrain
2006-03-09Calling a method of a null object due to refactoring and HasUser - fixedbrain
2006-03-08Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...brain
2006-03-08cmode was declared here too - declaration removed.brain
2006-03-08Got rid of all that ugly char* cast crap (todo: change docs to reflect change)brain
2006-03-08Someone forgot to test compile this *whistles nonchalantly*brain
2006-03-08Actually, 64.brain
2006-03-08Changed m_sqlauth to allow more advanced encryption typesbrain
2006-03-08Changed TS check: Abort on +- 5 mins, warn on +- 60 secs!brain
2006-03-08Typosbrain
2006-03-08Removed unneccessary temporary casts to char* when casting a userrecbrain
2006-03-07*TEST* Server::DumpText - Dump a *stringstream* to a user with a std::string ...brain
2006-03-07What MUPPET made stdin, stdout and stderr FILE* pointers rather than ints?!brain
2006-03-07Took out space in version identifier that might break stuffbrain
2006-03-07Buffer flush time now under 0.5 secsbrain
2006-03-07Too many 'end of whowas' numericsbrain
2006-03-07NETBURSTS ARE STABLE AGAIN :Dbrain
2006-03-07true and false transposed in new codebrain
2006-03-07Check for write errors in inspsocket (this is probably causing excessive cpu...brain
2006-03-07Fixed timedbans (new mode parser didnt like being passed const char* element...brain
2006-03-07Improved userlist to avoid strlenbrain
2006-03-07Added a 'max depth' to stop recursive issuebrain
2006-03-07Different way of displaying squit server groupbrain
2006-03-07Fixed wtf-ery of Modules::SendTo - did i write this before WriteServ???brain
2006-03-07Improved ProcessParameters (removed strlen)brain
2006-03-06Tidied (and COMMENTED) CommandHandler::LoopCall() -- commit so that i can tes...brain
2006-03-06MaxBans -> maxbansbrain