Age | Commit message (Expand) | Author |
2006-03-12 | Altered some stuff to make case insensitive servernames (wont compile yet!) | brain |
2006-03-12 | Renamed to chanrec::modes | brain |
2006-03-12 | *NEEDS TESTING* changed binarymodes to use the custom_modes entries | brain |
2006-03-11 | Fixes :P | brain |
2006-03-11 | deprecated covariant return type flux capacitor flopcircuit removal with refe... | brain |
2006-03-11 | Last ones | brain |
2006-03-11 | Changed to const ref | brain |
2006-03-11 | Yet more const ref changes | brain |
2006-03-11 | And more | brain |
2006-03-11 | More const ref fixes | brain |
2006-03-11 | More converted modules | brain |
2006-03-11 | Start of conversion to const refs for std::strings in module api - A LOT OF S... | brain |
2006-03-11 | Doh @ null chars in an sprintf! | brain |
2006-03-11 | Tweaked to use the same system as nenolod's NAMES patch for FJOIN | brain |
2006-03-11 | Debug counter | brain |
2006-03-11 | MUCH FASTER squit! (and a TON more stable, too) | brain |
2006-03-10 | Now requires inspircd.h for ConvToStr templated function | brain |
2006-03-10 | Tidyup and move ConvToStr to a publically accessible place | brain |
2006-03-09 | Remove unused variable giving compile warning | om |
2006-03-09 | Strlen bashing. | brain |
2006-03-09 | Improved to avoid strlen | brain |
2006-03-09 | Forgot to declare var | brain |
2006-03-09 | UMode tweaks | brain |
2006-03-09 | Fix printf format to get rid of compile warning (using %d for a long, change ... | om |
2006-03-09 | iterator hell | brain |
2006-03-09 | Fixed to use iterator | brain |
2006-03-09 | Correctly use iterators and pointer to ucrec | brain |
2006-03-09 | Probably wont compile yet - purge_empty_channels refactor | brain |
2006-03-09 | Better calculation of LUSERS | brain |
2006-03-09 | Changed LUSERS to show global current to not include unregistered connections | brain |
2006-03-09 | Don't show channels where all users are invisible and therefore usercount is 0 | brain |
2006-03-09 | Wrong var used here, oooops | brain |
2006-03-09 | Calling a method of a null object due to refactoring and HasUser - fixed | brain |
2006-03-08 | These modules were using deprecated Server::IsOnChannel. They arent any more :) | brain |
2006-03-08 | Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ... | 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 | 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-07 | w00t may want to check this works | brain |
2006-03-07 | For the record, it's 17 lines - not 5. | w00t |
2006-03-07 | Fixed timedbans (new mode parser didnt like being passed const char* element... | brain |
2006-03-07 | Took strlen's out of fjoin | brain |
2006-03-07 | Optimisation of optimisation :P ty w00tie | om |