summaryrefslogtreecommitdiff
path: root/src/svn-rev.sh
AgeCommit message (Expand)Author
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
2006-03-06select not casebrain
2006-03-06Tidyupsbrain
2006-03-06Tidying of some vars here and therebrain
2006-03-06Removal of variable that no longer has any usebrain
2006-03-06Indent tidyupbrain
2006-03-06Comments in the right placesbrain
2006-03-06Removed another strlcpy -- a lot of copying stuff that doesnt need to be copi...brain
2006-03-06Removed debugbrain
2006-03-05Tidied up ProcessLine, instead of a ton of strlens use a tiny bit of char* vo...brain
2006-03-05OPTIMIZED!!! OPTIMIZED!!!!! :-pbrain
2006-03-05Make install depends on make as requested by ol (also means i can build and i...brain
2006-03-05Sped up introduction of nicks using vector::resize() rather than the craq++ l...brain
2006-03-04Fix for bug first noticed by zephyrus where you could send -j+ntr to a channe...brain
2006-03-04More verbose when setting g/z/k/q/e lines from other servers. With the new sy...brain
2006-03-04Unknown command error now tells the opposite server WHICH command is bad so t...brain
2006-03-04Increment rev.brain
2006-03-04Fixed a few typosbrain
2006-03-04Tidyup of m_filterbrain
2006-03-04m_censor skenmy fixbrain