aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed m_sqlauth to allow more advanced encryption typesGravatar brain2006-03-081-1/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3549 e03df62e-2008-0410-955e-edbf42e46eb7
* Back to 10 mins :( My clocks wont sync and i wont sacrifice 110 days uptime ↵Gravatar brain2006-03-081-3/+3
| | | | | | just for this :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3548 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed TS check: Abort on +- 5 mins, warn on +- 60 secs!Gravatar brain2006-03-081-3/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3547 e03df62e-2008-0410-955e-edbf42e46eb7
* Added ConvToStrGravatar brain2006-03-081-0/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3546 e03df62e-2008-0410-955e-edbf42e46eb7
* TyposGravatar brain2006-03-081-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3545 e03df62e-2008-0410-955e-edbf42e46eb7
* Checks for timestamps, boot server off and abort if time delay > 10 mins ↵Gravatar brain2006-03-081-1/+9
| | | | | | (the safe value used by inspircd) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3544 e03df62e-2008-0410-955e-edbf42e46eb7
* w00t may want to check this worksGravatar brain2006-03-071-28/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3536 e03df62e-2008-0410-955e-edbf42e46eb7
* For the record, it's 17 lines - not 5.Gravatar w00t2006-03-071-1/+34
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3534 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed timedbans (new mode parser didnt like being passed const char* ↵Gravatar brain2006-03-071-1/+1
| | | | | | elements as it likes to change them inplace) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3516 e03df62e-2008-0410-955e-edbf42e46eb7
* Took strlen's out of fjoinGravatar brain2006-03-071-5/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3515 e03df62e-2008-0410-955e-edbf42e46eb7
* Optimisation of optimisation :P ty w00tieGravatar om2006-03-071-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3505 e03df62e-2008-0410-955e-edbf42e46eb7
* Different way of displaying squit server groupGravatar brain2006-03-071-5/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3504 e03df62e-2008-0410-955e-edbf42e46eb7
* More work on /check.. now gives basic information on a user, no channel list ↵Gravatar w00t2006-03-071-0/+51
| | | | | | yet - and port number doesn't display. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3503 e03df62e-2008-0410-955e-edbf42e46eb7
* Initial revision of /check - doesn't do anything yetGravatar w00t2006-03-071-0/+94
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3499 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidied up ProcessLine, instead of a ton of strlens use a tiny bit of char* ↵Gravatar brain2006-03-051-13/+18
| | | | | | voodoo git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3473 e03df62e-2008-0410-955e-edbf42e46eb7
* OPTIMIZED!!! OPTIMIZED!!!!! :-pGravatar brain2006-03-051-3/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3471 e03df62e-2008-0410-955e-edbf42e46eb7
* Ignore spaces/tabsGravatar om2006-03-051-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3470 e03df62e-2008-0410-955e-edbf42e46eb7
* Change comment (I didn't c/p the +c module...honest)Gravatar om2006-03-051-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3467 e03df62e-2008-0410-955e-edbf42e46eb7
* > != >= && < != <=Gravatar om2006-03-051-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3466 e03df62e-2008-0410-955e-edbf42e46eb7
* Add block caps module, I'm kinda between the extremes of 'Brain' and ↵Gravatar om2006-03-051-0/+121
| | | | | | 'normal' here. Aka it compiles but I have nfi if it works :P git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3465 e03df62e-2008-0410-955e-edbf42e46eb7
* Hopefully speed this up, it was strlcpy()ing every line even when +c wasnt ↵Gravatar om2006-03-051-18/+12
| | | | | | set, and copying wasn't neccessary anyway git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3463 e03df62e-2008-0410-955e-edbf42e46eb7
* Sped up introduction of nicks using vector::resize() rather than the craq++ ↵Gravatar brain2006-03-051-6/+3
| | | | | | | | | loop (wtf was i thinking doing it that way?) Removed 'client connecting notices dont show locally during burst' -- this is silly as it doesnt work remotely and is pretty much pointless git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3460 e03df62e-2008-0410-955e-edbf42e46eb7
* More verbose when setting g/z/k/q/e lines from other servers. With the new ↵Gravatar brain2006-03-041-0/+9
| | | | | | system which prevents lag during bursts this won't flood opers quite so much to the point where they quit (i hope) :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3456 e03df62e-2008-0410-955e-edbf42e46eb7
* Typo fixGravatar brain2006-03-041-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3454 e03df62e-2008-0410-955e-edbf42e46eb7
* Unknown command error now tells the opposite server WHICH command is bad so ↵Gravatar brain2006-03-041-1/+1
| | | | | | that people dont have to go sleuthing to find it git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3453 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidyup of m_hostchange to not use configreader on each connection!Gravatar brain2006-03-041-11/+35
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3452 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidied up m_override to avoid use of configreader during free-runningGravatar brain2006-03-041-9/+15
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3450 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed bugsGravatar brain2006-03-041-6/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3449 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed a few typosGravatar brain2006-03-041-2/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3448 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidyup of m_filterGravatar brain2006-03-041-25/+40
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3446 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed m_censor to avoid reading config several times for each pmGravatar brain2006-03-041-27/+22
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3445 e03df62e-2008-0410-955e-edbf42e46eb7
* m_censor skenmy fixGravatar brain2006-03-041-4/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3444 e03df62e-2008-0410-955e-edbf42e46eb7
* is_uline was an inefficient piece of crap - fixed.Gravatar brain2006-03-021-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3428 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove debug, allow empty 'final' parameterGravatar brain2006-03-021-10/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3424 e03df62e-2008-0410-955e-edbf42e46eb7
* TypoGravatar brain2006-03-021-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3423 e03df62e-2008-0410-955e-edbf42e46eb7
* I hate having to commit to get these onto the other test serverGravatar brain2006-03-021-1/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3422 e03df62e-2008-0410-955e-edbf42e46eb7
* Should be working nowGravatar brain2006-03-021-5/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3421 e03df62e-2008-0410-955e-edbf42e46eb7
* More logic tweaksGravatar brain2006-03-021-0/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3420 e03df62e-2008-0410-955e-edbf42e46eb7
* Logic fixesGravatar brain2006-03-021-2/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3419 e03df62e-2008-0410-955e-edbf42e46eb7
* Experimental improvements to TreeSocket::SplitGravatar brain2006-03-021-8/+15
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3418 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed definition of CallHandler and CallCommandHandler for the ability to ↵Gravatar brain2006-03-021-1/+5
| | | | | | | | | return false on bad command. This allows us to terminate server links that send commands we dont know (e.g. admin loads module A after linking, we dont have module A, when it sends module A's command, abort) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3414 e03df62e-2008-0410-955e-edbf42e46eb7
* 4.1 fixGravatar brain2006-03-021-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3411 e03df62e-2008-0410-955e-edbf42e46eb7
* Deny +g words >35 chars to prevent having massive words that some users can ↵Gravatar brain2006-03-011-0/+5
| | | | | | remove while others cant git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3400 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow removal of mode with new checkGravatar brain2006-03-011-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3397 e03df62e-2008-0410-955e-edbf42e46eb7
* Dont allow +J 0 or +J < 0Gravatar brain2006-03-011-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3396 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for missing 'end of list' numericGravatar brain2006-03-011-5/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3394 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed encryption to work with yield systemGravatar brain2006-03-011-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3393 e03df62e-2008-0410-955e-edbf42e46eb7
* Added checking for +sp channels to safelist that someone left out ↵Gravatar brain2006-03-011-1/+1
| | | | | | *nonchalant whistle* git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3392 e03df62e-2008-0410-955e-edbf42e46eb7
* 4.1.0 fixGravatar brain2006-03-011-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3391 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed to throw exception when theres no cloak keyGravatar brain2006-02-281-6/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3389 e03df62e-2008-0410-955e-edbf42e46eb7