summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Deny +g words >35 chars to prevent having massive words that some users can r...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3400 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-011-0/+5
* Allow removal of mode with new check•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3397 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-011-1/+1
* Dont allow +J 0 or +J < 0•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3396 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-011-1/+2
* Fix for missing 'end of list' numeric•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3394 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-011-5/+8
* Changed encryption to work with yield system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3393 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-011-2/+2
* Added checking for +sp channels to safelist that someone left out *nonchalant...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3392 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-011-1/+1
* 4.1.0 fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3391 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-011-1/+1
* Changed to throw exception when theres no cloak key•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3389 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-281-6/+2
* Changed loglevel of cloak key errors to SPARSE•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3388 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-281-2/+2
* Added configurable cloakkey and cloakprefix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3387 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-281-19/+45
* With small sendq's, this can still exceed the sendq, so now we've reduced the...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3365 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-271-2/+2
* Removed unneccessary debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3364 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-271-1/+0
* Extra output during sync to know if we're receving the other end's netburst o...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3363 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-271-0/+7
* Put the EAGAIN stuff back now we're done testing•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3358 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-2/+1
* That's enough tweaks for now•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3357 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-3/+5
* Valgrind fixes (libstdc++ is broken! :O)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3354 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-9/+13
* Tweaks to closed socket detection•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3351 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-11/+11
* Guess what this is?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3350 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-0/+5
* Fixed bursting stuff a little•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3348 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-3/+0
* Made this safer, dont try and yield back when sending channel list or user li...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3347 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-8/+8
* And more•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3345 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-1/+1
* Now the obligotary typo fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3344 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-16/+17
* Yields back to user processing to give users a chance to issue commands durin...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3343 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-3/+51
* Tweaks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3340 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-3/+3
* Moved to irc::string for commands in server-server so that whiney newbs can g...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3339 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-4/+4
* Whoops, overriding EVERY command!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3338 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-1/+1
* Warning fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3336 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-1/+3
* Missing include•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3335 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-6/+1
* Added m_operwho, allows opers to list everyone•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3334 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-0/+235
* Fixed Server* Srv stuff in these too, although by default these arent availab...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3333 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-264-15/+5
* How did this random stray '1' get in here before the brace?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3332 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-1/+1
* Server* Srv marked static or moved to private member of module class in all m...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3330 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-2631-54/+56
* Auto-lowercase all server names read in from <link> tags so that people cant ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3322 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-251-0/+4
* Removed bit of logging that said the timer was ticking -- we know it works no...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3309 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-231-4/+10
* Moved LIST header•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3308 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-231-7/+3
* And the typo.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3307 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-231-1/+1
* listusers has to be global now (ugh)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3306 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-231-1/+1
* Moved timer stuff from OnBackgroundTimer to InspTimer derivative•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3305 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-231-67/+61
* Fixed to work•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3302 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-231-5/+5
* Incorporating InspTimer into safelist as a test•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3301 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-231-0/+21
* Optimized a little•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3296 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-221-1/+1
* Force burst to end if a remote server pings us, or answers a pong, if this is...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3295 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-221-0/+20
* Improved calculation to account for server name on start of numeric, plus spa...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3294 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-221-1/+1
* SAFELIST 005 token is now part of m_safelist not the core 005•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3292 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-221-1/+6
* Fix typos :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3291 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-221-3/+3
* Cleanups on module unload or user /QUIT•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3290 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-221-8/+36
* Added m_safelist. This was originally w00t's code, but i bastardized it (just...•••WARNING: It's not finished yet and shouldnt be used, it might crash at this point in time if a user /quit's while listing. YOU HAVE BEEN WARNED! WITH A SPORK! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3289 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-221-0/+231
* Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a...•••And yae, at a date later hence, Ye Brain then setteth ye buffer back to NICKLEN again. Alas, neither Ye Brain nor Ye trusty followers hath then setteth back the rest of the core to NICKLEN-1, and verily, chaos ensued. :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3286 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-222-4/+4
* Added which word is blocked to the numeric•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3285 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-211-1/+1
* Added 'is a registered nick' to whois•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3284 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-211-1/+11