Age | Commit message (Expand) | Author |
2006-03-09 | More of the same cleanup :P | w00t |
2006-03-09 | Don't show channels where all users are invisible and therefore usercount is 0 | brain |
2006-03-09 | More cleanup | w00t |
2006-03-09 | Add 'you are a nub' messages to /squit and /connect stubs | w00t |
2006-03-09 | Wrong var used here, oooops | brain |
2006-03-09 | Update to Start() credits, now refers users to /info output | w00t |
2006-03-09 | More cleanup, moved Om and myself to core team | w00t |
2006-03-09 | Speedup of list | brain |
2006-03-09 | Calling a method of a null object due to refactoring and HasUser - fixed | brain |
2006-03-08 | Reformat according to coding guidelines. | w00t |
2006-03-08 | These modules were using deprecated Server::IsOnChannel. They arent any more :) | brain |
2006-03-08 | Removed deprecated Server::IsOnChannel (was a C++-ish wrapper to the C-ish ha... | brain |
2006-03-08 | Fixed externs | brain |
2006-03-08 | Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ... | brain |
2006-03-08 | cmode was declared here too - declaration removed. | brain |
2006-03-08 | cmode now returns const char* as it returns a pointer to a literal string and... | brain |
2006-03-08 | Got rid of all that ugly char* cast crap (todo: change docs to reflect change) | brain |
2006-03-08 | Someone forgot to test compile this *whistles nonchalantly* | brain |
2006-03-08 | Allow for fallback of older ircds without TS in BURST command | brain |
2006-03-08 | Actually, 64. | brain |
2006-03-08 | chanrec::custom_modes only needs 96 values not 190 | brain |
2006-03-08 | Stupid, retarded, idiotic bug here where any PONG after the first one gets yo... | om |
2006-03-08 | Changed m_sqlauth to allow more advanced encryption types | brain |
2006-03-08 | Back to 10 mins :( My clocks wont sync and i wont sacrifice 110 days uptime j... | brain |
2006-03-08 | Changed TS check: Abort on +- 5 mins, warn on +- 60 secs! | brain |
2006-03-08 | Added ConvToStr | brain |
2006-03-08 | Typos | brain |
2006-03-08 | Checks for timestamps, boot server off and abort if time delay > 10 mins (the... | brain |
2006-03-08 | Removed unneccessary temporary casts to char* when casting a userrec | brain |
2006-03-08 | It's neat. It's tidy. It has no spaces, and almost matches our guidelines... | w00t |
2006-03-08 | More optimisations, memory saving, use the char* loop everywhere else seems t... | om |
2006-03-08 | Made this readable, removed spacing, etc. | w00t |
2006-03-08 | Avoid some ugly casts and save (well..system dependant..) about...3 bytes of ... | om |
2006-03-08 | Speed up and deuglify the second part of CompressModes(), stop it searching f... | om |
2006-03-08 | Remove some tabbing, remove a typo, use Exit() rather than exit() | w00t |
2006-03-07 | w00t may want to check this works | brain |
2006-03-07 | *TEST* Server::DumpText - Dump a *stringstream* to a user with a std::string ... | brain |
2006-03-07 | For the record, it's 17 lines - not 5. | w00t |
2006-03-07 | What MUPPET made stdin, stdout and stderr FILE* pointers rather than ints?! | brain |
2006-03-07 | close stdin, stderr and stdout rather than freopen to /dev/null | brain |
2006-03-07 | Took out space in version identifier that might break stuff | brain |
2006-03-07 | Safety checking (a really really clever trick btw) in CullList, to make sure ... | brain |
2006-03-07 | Buffer flush time now under 0.5 secs | brain |
2006-03-07 | Flush user buffers more often (every 30 iterations) | brain |
2006-03-07 | Too many 'end of whowas' numerics | brain |
2006-03-07 | Whois typo fixes | brain |
2006-03-07 | Typos round one | brain |
2006-03-07 | Whowas refactor - probably wont compile yet | brain |
2006-03-07 | NETBURSTS ARE STABLE AGAIN :D | brain |
2006-03-07 | Tweaks to socket engine, faster buffer flush and hopefully more stable | brain |