summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel ...•••Added m_messageflood.so (not yet finished, do not use yet) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2826 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-221-0/+193
* Fix to m_redirect to prevent circular link to self•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2823 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-211-1/+2
* Added <allowchannel:name> to allow specific channels•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2822 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-191-3/+28
* Umode +R was broken (only worked for channels) -- fixed•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2819 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-181-4/+1
* Removed all strncpy() calls and replaced with strlcpy()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2818 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-182-2/+2
* Added support for part messages in the module API (and therefore between serv...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2815 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-174-4/+6
* Fixed deprecated checks here that potentially break it with spanningtree (thr...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2811 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-151-17/+7
* Test-compiled m_vhost, compiles fine•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2802 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-151-2/+2
* Added m_vhost, authenticated vhosts from the conf similar to unrealircd's way...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2801 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-151-0/+124
* Changed some .cpp to .so in the this->source field•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2800 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-152-2/+2
* Updated copyrights in headers etc using perl inplace edit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2795 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-1557-57/+57
* Made InspSocket::Read return an empty but non-NULL string when it receives EA...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2792 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-151-1/+5
* SQL uses some crappy structs with pointer voodoo that prevent comparison with...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2791 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-141-7/+4
* Fix to parentheses and chown to brain•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2790 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-141-1/+1
* Extra m_sql field checking•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2789 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar root2006-01-141-5/+13
* Fixed 'stops responding after server pingout, while using select' but as foun...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2788 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-141-2/+0
* Added RemoveSocket as a test fix for merwins bug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2787 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-141-18/+21
* Added extra safety check for a condition that should NOT happen (in theory, b...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2785 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-131-44/+49
* Changed channel user lists from vector to map•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2780 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-121-7/+6
* I dont know what ive been told, but extra brackets are mighty cold *singing m...•••Its too early for this poo. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2778 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-121-1/+1
* Fixed massivly huge bug in showwhois, MASSIVE undertaking right there :D•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2772 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2006-01-111-1/+2
* Fixed methods being used for wrong object type•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2768 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-101-7/+7
* Fixed to not bother pinging an active server•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2767 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-101-0/+8
* Increased ping frequency from 1 minute to 5 minutes (1 minute is kind of over...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2766 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-101-2/+2
* Added anti-newbie warning, if attempt is made to use old-style linking protoc...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2765 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-101-0/+10
* Added Priority method to move this module to end of queue•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2759 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-091-0/+12
* Added 'a' flag to STATS c which indicates autoconnect state•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2755 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-091-1/+1
* Changed %s to %c for statschar•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2750 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-091-2/+2
* *TEST* Oper-Only-Stats (not yet tested)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2749 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-091-9/+5
* Added 005 stuff after VERSION•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2745 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-091-0/+19
* Sync fixes for m_park et al•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2744 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-091-2/+2
* Aligned % fields in map•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2738 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-081-1/+1
* Changed printf specifiers in map to right-align digits•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2737 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-081-3/+7
* Added User Counts to /map•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2736 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2006-01-081-1/+52
* Removed cvsignores, set svn:ignore property using -F .cvsignore•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2722 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-312-14/+0
* Added specific errors relating to invalid link tags (requested by Strike)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2719 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-311-1/+16
* Minor cosmetic fault pointed out by Trystan•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2714 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2005-12-311-1/+1
* Blockcolor now blocks reverse and other mirc sillies•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2713 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-311-10/+12
* Ommitting \r and \n from debug display of outbound lines•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2712 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-301-1/+2
* Now uses two AES contexts, an 'in' context and an 'out' context•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2711 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-301-15/+24
* TEST CODE: CBC encryption type in AES rather than ECB•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2710 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-301-2/+2
* Initial revision of /devoice.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2695 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2005-12-291-0/+102
* Removed an unused OnUserConnect() method•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2694 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2005-12-291-5/+0
* Made 'fake direction' less loud, removed 'invalid source'•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2690 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-281-8/+1
* Check on upper bounds of base64 decode•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2679 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-271-1/+1
* Added checking for bad base64 decodes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2678 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-271-8/+9
* Updated chanfilter to use irc::string•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2677 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2005-12-271-17/+15
* Missing Implements section•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2669 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-261-5/+5
* Fixed missing I_On005Numeric•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2668 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-261-1/+1
* Last set converted to 'Implements'•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2667 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-2612-12/+54