summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for bug #315 reported by Nekos, change the exception tags to <securehost>...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7305 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-141-2/+2
* Fix problem where two unrelated options are named identically, thanks for rem...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7302 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-141-1/+1
* This is not, not routing of SQUIT, nothing to see here, move along :>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7301 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-133-0/+69
* Me so dummee.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7298 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-132-2/+2
* Remove remote SQUIT hacks.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7292 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-132-9/+4
* Make this require 2 params, just like god intended it. (no remote squit hacks)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7291 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-131-1/+1
* Add DllExport•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7289 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-132-2/+2
* Make these safe for use in vc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7288 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-132-2/+2
* new rsquit command handler, this is still work in progress.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7286 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-131-1/+16
* strip RSQUIT from protocol, part of new RSQUIT, not ready for use yet.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7285 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-131-51/+0
* I think this fixes visual studio oddities•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7284 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-132-2/+6
* Fixes for tokenization oddness with metadata, and weird behaviour of std::ist...•••Use irc::tokenstream instead and add some overridden methods to it. This is smarter as it reuses code and allows us to format metadata the same way we format irc data. NOTE: If you run any old servers alongside new servers (this revision) you might see spurious colons on the start of reasons for svsholds, cbans and filters. These can safely be ignored) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7283 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-133-24/+24
* The spelling nazis are amongst us!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7268 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-112-3/+3
* A ton more clear() and empty() stuff thats been lingering on the long term to...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7264 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-0931-107/+101
* Add command /RSQUIT to spanningtree.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7251 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-074-3/+88
* Add back remote kill handler for server origin kills•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7249 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-061-0/+27
* Patch fixing (almost) remote kill server notices, by just passing KILL onto c...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7248 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-06-061-34/+0
* Sexeger!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7241 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-055-9/+8
* Stdint being included when we dont even use it, without checking HAS_STDINT, ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7235 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-051-1/+0
* Fix typos found by Zaba. Thanks.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7234 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-051-1/+1
* Many changes: Implement Muisje's idea for prefix + separator on action addnic...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7226 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-031-15/+22
* and a little tweak to remote MOTD too.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7208 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-021-0/+3
* same for admin, and fix some returns.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7207 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-021-2/+5
* Fix for bug #297. /MODULES now correctly finds remote server on wildcard. Mar...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7206 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-021-10/+17
* And remove soem debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7193 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-311-1/+0
* Fix for issue discovered by satmd where it is possible to send an empty strin...•••Also fix: NOTICE generates OnUserNotice event, but checks against the I_OnUserMessage hook. Also also fix (!): Missing colons in "no text to send" message. BOTH of these also fixes have been around since like, 1.0 alpha 1, and nobody's noticed them! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7192 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-311-0/+1
* Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7190 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-305-20/+5
* Fix bug #309 reported by Smartys - QA, please test quickly. Seems okay to me.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7189 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-291-1/+1
* No flags now means all flags when in the config, so that filters defined in o...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7182 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-282-1/+7
* This works now! Still more to do though.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7181 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-281-6/+7
* Make the flags work•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7180 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-283-7/+33
* Next bit of filter flags system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7179 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-283-5/+25
* Stuff for flags as requested by djGrr. We aren't going all-out rediculous amo...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7178 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-283-39/+66
* A flags section for filters. Do not use yet.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7177 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-283-18/+36
* ipv6 ifdef tidyup by djGrrr, thanks :)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7176 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-281-5/+1
* Display the proper transports for server ports *slap* :P•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7175 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-281-1/+5
* Remove code for clientcount/servercount from /stats p. At the moment it was s...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7174 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-281-16/+6
* Show IPs that a port is bound to in /stats p, don't remove duplicate ports an...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7173 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-281-1/+4
* Don't return CMD_SUCCESS. This command shouldn't go out on the wire.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7172 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-281-1/+1
* - Add server ports to /stats p. This doesn't work properly yet as something i...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7170 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-281-0/+22
* Add m_cycle: server-side equivilant of /hop, except it overrides +ilk. For th...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7168 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-271-0/+124
* Fix for bug #305, allow admin to select what port outbound ident requests bin...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7167 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-272-6/+7
* ...and remember the parameters ;)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7165 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-271-1/+1
* We were already sending FMODE +nt after each channel creation to keep service...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7164 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-271-2/+1
* Whoops, ++it++? Thats gonna break :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7162 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-271-1/+1
* Another for bug #307•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7161 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-271-1/+1
* - Remove duplicate call to MatchText in filter.. it seems to work ok for me, ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7145 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-261-2/+1
* - Fix some win32 warnings in a way that won't crash gcc compiles (I thought I...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7144 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-261-2/+2
* Fix for bug #303 reported by HiroP, thanks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7136 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-252-3/+26
* Don't allow SVSHOLD from a non-ulined client. Thanks click.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7133 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-251-0/+6