summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-08Removed declarations of ancient and misspelled functions :/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
2006-03-08Fixed #defines to be enums (tidier)brain
2006-03-08Someone forgot to test compile this *whistles nonchalantly*brain
2006-03-08Allow for fallback of older ircds without TS in BURST commandbrain
2006-03-08Actually, 64.brain
2006-03-08chanrec::custom_modes only needs 96 values not 190brain
2006-03-08Stupid, retarded, idiotic bug here where any PONG after the first one gets yo...om
2006-03-08Changed m_sqlauth to allow more advanced encryption typesbrain
2006-03-08Back to 10 mins :( My clocks wont sync and i wont sacrifice 110 days uptime j...brain
2006-03-08Changed TS check: Abort on +- 5 mins, warn on +- 60 secs!brain
2006-03-08Added ConvToStrbrain
2006-03-08Typosbrain
2006-03-08Checks for timestamps, boot server off and abort if time delay > 10 mins (the...brain
2006-03-08Removed unneccessary temporary casts to char* when casting a userrecbrain
2006-03-08It's neat. It's tidy. It has no spaces, and almost matches our guidelines...w00t
2006-03-08More optimisations, memory saving, use the char* loop everywhere else seems t...om
2006-03-08Made this readable, removed spacing, etc.w00t
2006-03-08Avoid some ugly casts and save (well..system dependant..) about...3 bytes of ...om
2006-03-08Speed up and deuglify the second part of CompressModes(), stop it searching f...om
2006-03-08Remove some tabbing, remove a typo, use Exit() rather than exit()w00t
2006-03-07w00t may want to check this worksbrain
2006-03-07*TEST* Server::DumpText - Dump a *stringstream* to a user with a std::string ...brain
2006-03-07For the record, it's 17 lines - not 5.w00t