summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-03-18See previous changebrain
2006-03-18No RFC says anything about hiding channels containing only +i users -- and it...brain
2006-03-17Tidy up around the ex AMD64 'fix'om
2006-03-17Did the same thing here :/om
2006-03-17Giving printf formats and not giving it arguments for them != cunningom
2006-03-17AMD64 warning 'fix' which tested fine when I added it seems to now...stop thi...om
2006-03-15Pass int not userrecbrain
2006-03-15Casting to keep gcc happybrain
2006-03-15Typo in copy/paste from safelistbrain
2006-03-15Added preliminary m_antibear.cpp, a security module to cripple bear.txt based...brain
2006-03-15Remove timer stuff left over from m_safelistbrain
2006-03-15First-revision m_securelist.cpp, prevents /LIST in the first minute of connec...brain
2006-03-14Experimental change to avoid warning on 64bit systems, this is a simple one-l...om
2006-03-13*hits eggy with a stick*brain
2006-03-13Now compiles :pbrain
2006-03-12Case insensitive server names (Hopefully) - to be testedbrain
2006-03-12Altered some stuff to make case insensitive servernames (wont compile yet!)brain
2006-03-12Renamed to chanrec::modesbrain
2006-03-12*NEEDS TESTING* changed binarymodes to use the custom_modes entriesbrain
2006-03-11Fixes :Pbrain
2006-03-11deprecated covariant return type flux capacitor flopcircuit removal with refe...brain
2006-03-11Last onesbrain
2006-03-11Changed to const refbrain
2006-03-11Yet more const ref changesbrain
2006-03-11And morebrain
2006-03-11More const ref fixesbrain
2006-03-11More converted modulesbrain
2006-03-11Start of conversion to const refs for std::strings in module api - A LOT OF S...brain
2006-03-11Doh @ null chars in an sprintf!brain
2006-03-11Tweaked to use the same system as nenolod's NAMES patch for FJOINbrain
2006-03-11Debug counterbrain
2006-03-11MUCH FASTER squit! (and a TON more stable, too)brain
2006-03-10Now requires inspircd.h for ConvToStr templated functionbrain
2006-03-10Tidyup and move ConvToStr to a publically accessible placebrain
2006-03-09Remove unused variable giving compile warningom
2006-03-09Strlen bashing.brain
2006-03-09Improved to avoid strlenbrain
2006-03-09Forgot to declare varbrain
2006-03-09UMode tweaksbrain
2006-03-09Fix printf format to get rid of compile warning (using %d for a long, change ...om
2006-03-09iterator hellbrain
2006-03-09Fixed to use iteratorbrain
2006-03-09Correctly use iterators and pointer to ucrecbrain
2006-03-09Probably wont compile yet - purge_empty_channels refactorbrain
2006-03-09Better calculation of LUSERSbrain
2006-03-09Changed LUSERS to show global current to not include unregistered connectionsbrain
2006-03-09Don't show channels where all users are invisible and therefore usercount is 0brain
2006-03-09Wrong var used here, oooopsbrain
2006-03-09Calling a method of a null object due to refactoring and HasUser - fixedbrain
2006-03-08These modules were using deprecated Server::IsOnChannel. They arent any more :)brain