summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Case insensitive server names (Hopefully) - to be tested•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3697 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-121-36/+34
* Altered some stuff to make case insensitive servernames (wont compile yet!)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3696 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-121-4/+4
* Renamed to chanrec::modes•••Renamed IsCustomModeSet to IsModeSet GetModeParameter will now return the channel limit (as a string) for a request for mode 'l' and the channel key for a request for mode 'k'. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3692 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-1219-22/+22
* *NEEDS TESTING* changed binarymodes to use the custom_modes entries•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3691 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-124-4/+4
* Fixes :P•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3677 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-6/+12
* deprecated covariant return type flux capacitor flopcircuit removal with refe...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3662 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-115-5/+5
* Last ones•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3660 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-114-9/+9
* Changed to const ref•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3659 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-2/+2
* Yet more const ref changes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3658 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-1116-54/+54
* And more•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3657 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-116-7/+7
* More const ref fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3656 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-119-28/+28
* More converted modules•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3655 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-117-11/+11
* Start of conversion to const refs for std::strings in module api - A LOT OF S...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3654 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-112-4/+4
* Doh @ null chars in an sprintf!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3651 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-5/+5
* Tweaked to use the same system as nenolod's NAMES patch for FJOIN•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3650 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-15/+16
* Debug counter•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3649 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-1/+1
* MUCH FASTER squit! (and a TON more stable, too)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3648 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-9/+49
* Now requires inspircd.h for ConvToStr templated function•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3641 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-0/+1
* Tidyup and move ConvToStr to a publically accessible place•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3640 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-7/+0
* Remove unused variable giving compile warning•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3607 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-03-091-1/+0
* Strlen bashing.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3600 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-093-16/+6
* Improved to avoid strlen•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3599 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-9/+11
* Forgot to declare var•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3593 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-1/+1
* UMode tweaks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3592 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-0/+17
* Fix printf format to get rid of compile warning (using %d for a long, change ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3587 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-03-092-2/+1
* iterator hell•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3586 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-7/+4
* Fixed to use iterator•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3585 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-6/+6
* Correctly use iterators and pointer to ucrec•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3584 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-092-13/+10
* Probably wont compile yet - purge_empty_channels refactor•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3579 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-5/+0
* Better calculation of LUSERS•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3575 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-4/+6
* Changed LUSERS to show global current to not include unregistered connections•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3574 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-1/+1
* Don't show channels where all users are invisible and therefore usercount is 0•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3572 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-4/+9
* Wrong var used here, oooops•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3569 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-1/+1
* Calling a method of a null object due to refactoring and HasUser - fixed•••(Thanks Douglas) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3565 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-1/+1
* These modules were using deprecated Server::IsOnChannel. They arent any more :)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3563 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-082-3/+4
* Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...•••Yeah its the other way around to the old way, but somehow, seems less backwards to me (its also faster) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3560 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-083-4/+5
* Got rid of all that ugly char* cast crap (todo: change docs to reflect change)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3556 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-082-20/+14
* Someone forgot to test compile this *whistles nonchalantly*•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3554 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-081-1/+1
* Allow for fallback of older ircds without TS in BURST command•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3553 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-081-10/+14
* Stupid, retarded, idiotic bug here where any PONG after the first one gets yo...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3550 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-03-081-9/+13
* Changed m_sqlauth to allow more advanced encryption types•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3549 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-081-1/+5
* Back to 10 mins :( My clocks wont sync and i wont sacrifice 110 days uptime j...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3548 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-081-3/+3
* Changed TS check: Abort on +- 5 mins, warn on +- 60 secs!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3547 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-081-3/+7
* Added ConvToStr•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3546 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-081-0/+7
* Typos•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3545 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-081-3/+3
* Checks for timestamps, boot server off and abort if time delay > 10 mins (the...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3544 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-081-1/+9
* w00t may want to check this works•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3536 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-071-28/+3
* For the record, it's 17 lines - not 5.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3534 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-03-071-1/+34
* Fixed timedbans (new mode parser didnt like being passed const char* element...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3516 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-071-1/+1
* Took strlen's out of fjoin•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3515 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-071-5/+13