summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2006-03-09Modes the wrong way aroundbrain
2006-03-09(Needs test) Improved userlist()brain
2006-03-09Added userrec::modebits - fast way of checking if user has +swi rather than a...brain
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-09Fixed to correctly use iteratorbrain
2006-03-09Change to ucrec* iteratorsbrain
2006-03-09Grant and revoke now use iteratorsbrain
2006-03-09Fixed to use iteratorsbrain
2006-03-09Probably wont compile yet - purge_empty_channels refactorbrain
2006-03-09mptr++ not *mptr++!brain
2006-03-09Fix buffer overflow (visible in /mode #channel)om
2006-03-09Cleanup.w00t
2006-03-09Better calculation of LUSERSbrain
2006-03-09Changed LUSERS to show global current to not include unregistered connectionsbrain
2006-03-09More of the same cleanup :Pw00t
2006-03-09Don't show channels where all users are invisible and therefore usercount is 0brain
2006-03-09More cleanupw00t
2006-03-09Add 'you are a nub' messages to /squit and /connect stubsw00t
2006-03-09Wrong var used here, oooopsbrain
2006-03-09Update to Start() credits, now refers users to /info outputw00t
2006-03-09More cleanup, moved Om and myself to core teamw00t
2006-03-09Speedup of listbrain
2006-03-09Calling a method of a null object due to refactoring and HasUser - fixedbrain
2006-03-08Reformat according to coding guidelines.w00t
2006-03-08These modules were using deprecated Server::IsOnChannel. They arent any more :)brain
2006-03-08Removed deprecated Server::IsOnChannel (was a C++-ish wrapper to the C-ish ha...brain
2006-03-08Fixed externsbrain
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-08cmode now returns const char* as it returns a pointer to a literal string and...brain
2006-03-08Got rid of all that ugly char* cast crap (todo: change docs to reflect change)brain