aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Yeah, this thing only uses 1 param, but requires 2? :P•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3104 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2006-02-051-1/+1
* Made devoice not oper-only (Congrats to the original coder!)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3103 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2006-02-051-1/+1
* Fix to allow empty but defined away message (yes, really)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3099 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-051-1/+1
* Fixed another issue•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3098 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-051-6/+12
* Bad brain, bad bad•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3097 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-051-1/+1
* Propogation of away messages across network (we dont bounce the numeric back ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3095 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-051-1/+19
* AAARGH! GRAMMAR NAZIS! ALL AROUND ME!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3094 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-051-1/+1
* Fix to prevent use of aliases before reigstering connection•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3092 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-051-2/+5
* Add .c_str()'s to m_sqloper in call to OneOfMatches(), and change prototype o...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3091 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-02-051-19/+25
* Bug in code for syncing cbans•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3090 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-02-051-2/+2
* [Re ;\] add m_ssl_dummy :"•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3089 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-02-051-0/+109
* Wrong varname•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3086 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-051-1/+1
* Re-organized order of cmd_kick stuff (OnUserPreKick) to make override kicks w...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3085 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-051-10/+16
* More numerics•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3084 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-041-1/+2
* Tweak tweak•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3083 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-041-1/+1
* Marked static•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3082 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-041-1/+2
* Fix warning that stops this from working (related to update of api this after...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3081 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-041-1/+1
* Fix typos so it compiles :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3080 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-041-1/+2
* First-revision UNINVITE, probably wont compile yet•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3079 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-041-0/+130
* Added support for space-seperated lists here, too•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3075 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-041-1/+2
* Typo•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3073 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-02-041-1/+1
* Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT...•••Tidied up craq++ in modules (copy and pasting OnUserPreNotice into OnUserPreMessage?! why not just call one from the other!) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3072 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-0411-250/+30
* Stop trying to set an empty swhois if the <type> doesn't specify one•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3071 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-02-041-8/+11
* Added gnutls_rpath.pl. This works out the lib dir and does:•••-Wl,--rpath -Wl,/lib/dir and outputs it, the $LinkerFlags of gnutls ssl module use it in backticks during link, so you dont get missing lib error git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3069 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-041-1/+1
* Only send 320 numeric if the SSL user is on our port•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3068 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-02-042-2/+4
* Add support for configured swhois lines•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3067 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-02-041-21/+63
* Add operators >> and << for irc::string and i/ostreams. m_cban utilises this•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3066 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-02-031-5/+2
* I R SECURE CONNECTION! (fix)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3062 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2006-02-032-2/+2
* More fixes (#3)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3053 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-031-2/+2
* Altered format of OnUserMessage•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3047 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-031-2/+2
* This probably wont compile atm - add support for prefixed messages•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3046 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-031-4/+15
* Why are we using the users hostname to connect back to port 113? we can use i...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3043 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-031-1/+1
* Added remote routing notices for RCONNECT•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3039 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-031-0/+2
* Added RCONNECT•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3038 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-031-0/+29
* Added <options:hideulines>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3037 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-031-2/+25
* Changed hops from 1 to 0 (makes more sense)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3036 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-031-1/+1
* Added <options:flatlinks>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3035 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-031-2/+6
* Added debug logging•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3027 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-021-0/+1
* Fixes for typos•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3026 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-021-1/+2
* Details to follow ;)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3024 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-021-0/+125
* When socket fails to construct, we now check the GetState() of the socket obj...•••If we dont, we can end up leaking fd's and RAM on failure. We dont use exceptions here as these operations can occur very often. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3021 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-022-4/+28
* More nonblocking dns stuffs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3020 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-021-0/+5
* Added channel name to snotice•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3016 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-021-3/+4
* Broadcast SPYLIST and SPYNAMES usage to all opers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3015 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-021-1/+4
* Users are gonna erupt in flamewars over this... and google will love us >:)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3013 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-021-0/+197
* Tidied up a kill message•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3011 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-011-1/+1
* Clean up ghosts on nick collision•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3010 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-011-1/+13
* *TEST* nick collision code for NICK change in server link•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3009 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-011-0/+14
* Excempt ops kicking themselves from +J•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3004 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-02-011-1/+1
* IRC case sensitivity bug, if only we could use ASCII......•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3002 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-02-011-4/+8