aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* Check for uri and only claim /stats and /stats/Gravatar brain2006-07-111-13/+17
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4340 e03df62e-2008-0410-955e-edbf42e46eb7
* Add content-typeGravatar brain2006-07-111-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4339 e03df62e-2008-0410-955e-edbf42e46eb7
* Basic html output other than chickensGravatar brain2006-07-111-1/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4338 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow modules to change the content-type of the document (defaults to text/html)Gravatar brain2006-07-111-2/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4337 e03df62e-2008-0410-955e-edbf42e46eb7
* Make it not b0rk on empty headersGravatar brain2006-07-111-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4336 e03df62e-2008-0410-955e-edbf42e46eb7
* Stop the chickens reproducing :XGravatar brain2006-07-111-2/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4335 e03df62e-2008-0410-955e-edbf42e46eb7
* Make var constGravatar brain2006-07-111-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4334 e03df62e-2008-0410-955e-edbf42e46eb7
* Stuff for adding extra headers to a response (for Authorization: and ↵Gravatar brain2006-07-113-8/+15
| | | | | | Location: etc) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4333 e03df62e-2008-0410-955e-edbf42e46eb7
* This works now, m_httpd_stats.so prints 'chickens' on all pages except the indexGravatar brain2006-07-112-0/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4332 e03df62e-2008-0410-955e-edbf42e46eb7
* Compiles nowGravatar brain2006-07-111-2/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4331 e03df62e-2008-0410-955e-edbf42e46eb7
* Craq fixingGravatar brain2006-07-112-4/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4330 e03df62e-2008-0410-955e-edbf42e46eb7
* Error code stuffGravatar brain2006-07-113-9/+155
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4329 e03df62e-2008-0410-955e-edbf42e46eb7
* FoulupsGravatar brain2006-07-112-11/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4328 e03df62e-2008-0410-955e-edbf42e46eb7
* We might as well start on some module to interface with the service provider, ehGravatar brain2006-07-111-0/+103
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4327 e03df62e-2008-0410-955e-edbf42e46eb7
* CraqbustersGravatar brain2006-07-112-11/+21
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4326 e03df62e-2008-0410-955e-edbf42e46eb7
* Event class for m_httpd.cppGravatar brain2006-07-112-5/+74
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4325 e03df62e-2008-0410-955e-edbf42e46eb7
* FixedGravatar brain2006-07-111-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4321 e03df62e-2008-0410-955e-edbf42e46eb7
* Change last vestiges of m_http.so -> m_httpd.soGravatar brain2006-07-111-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4320 e03df62e-2008-0410-955e-edbf42e46eb7
* Because people whined :(Gravatar brain2006-07-101-0/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4319 e03df62e-2008-0410-955e-edbf42e46eb7
* Dir for storing http stuff in.Gravatar brain2006-07-101-12/+6
| | | | | | | Updates to make m_http not do sucky things. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4317 e03df62e-2008-0410-955e-edbf42e46eb7
* Add FileReader::ContentSize and FileReader::ContentsGravatar brain2006-07-101-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4314 e03df62e-2008-0410-955e-edbf42e46eb7
* Header stuffGravatar brain2006-07-101-2/+25
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4313 e03df62e-2008-0410-955e-edbf42e46eb7
* Serves faster now :)Gravatar brain2006-07-101-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4312 e03df62e-2008-0410-955e-edbf42e46eb7
* Add timeouts etcGravatar brain2006-07-101-0/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4311 e03df62e-2008-0410-955e-edbf42e46eb7
* Ok, hands up who forgot to initialise Srv :/Gravatar brain2006-07-101-1/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4310 e03df62e-2008-0410-955e-edbf42e46eb7
* Move logging further up in inspsocket so we get the right error for bind failureGravatar brain2006-07-101-1/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4309 e03df62e-2008-0410-955e-edbf42e46eb7
* Try to make this serve some static contentGravatar brain2006-07-101-8/+65
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4308 e03df62e-2008-0410-955e-edbf42e46eb7
* Http service provider module (this doesnt do anything yet!)Gravatar brain2006-07-101-0/+101
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4307 e03df62e-2008-0410-955e-edbf42e46eb7
* TyposGravatar brain2006-07-101-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4302 e03df62e-2008-0410-955e-edbf42e46eb7
* Inherit just about everything from classbaseGravatar brain2006-07-1011-11/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4299 e03df62e-2008-0410-955e-edbf42e46eb7
* Inherit tons of stuff from classbase that should always have beenGravatar brain2006-07-104-5/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4298 e03df62e-2008-0410-955e-edbf42e46eb7
* Making lots of stuff inherit from classbase so we can use it as a holdall ↵Gravatar brain2006-07-107-9/+11
| | | | | | class that we can throw around with dynamic_cast<> git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4297 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove castGravatar brain2006-07-101-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4291 e03df62e-2008-0410-955e-edbf42e46eb7
* Convert to templated GetExt, and a lot more readableGravatar brain2006-07-101-18/+20
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4290 e03df62e-2008-0410-955e-edbf42e46eb7
* GetExt conversionGravatar brain2006-07-102-8/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4289 e03df62e-2008-0410-955e-edbf42e46eb7
* Templated GetExt()Gravatar brain2006-07-102-9/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4288 e03df62e-2008-0410-955e-edbf42e46eb7
* Templated GetExt()Gravatar brain2006-07-101-6/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4287 e03df62e-2008-0410-955e-edbf42e46eb7
* Port to templated GetExt()Gravatar brain2006-07-102-28/+35
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4286 e03df62e-2008-0410-955e-edbf42e46eb7
* Convert to templated GetExtGravatar brain2006-07-103-18/+30
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4285 e03df62e-2008-0410-955e-edbf42e46eb7
* Change to templated GetExt()Gravatar brain2006-07-103-45/+46
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4284 e03df62e-2008-0410-955e-edbf42e46eb7
* TypoGravatar brain2006-07-101-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4283 e03df62e-2008-0410-955e-edbf42e46eb7
* Templated GetExtGravatar brain2006-07-101-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4282 e03df62e-2008-0410-955e-edbf42e46eb7
* More fixesGravatar brain2006-07-101-6/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4281 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for templated GetExtGravatar brain2006-07-101-4/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4280 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for new templated GetExt, and tidy up of some MAJOR copy/paste craq!Gravatar brain2006-07-101-21/+38
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4279 e03df62e-2008-0410-955e-edbf42e46eb7
* Convert to templated GetExtGravatar brain2006-07-101-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4278 e03df62e-2008-0410-955e-edbf42e46eb7
* If you ask me, it looks a hell of a lot tidier without forcing the cast.Gravatar brain2006-07-102-3/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4277 e03df62e-2008-0410-955e-edbf42e46eb7
* Add HAS_STDINT checks here, this had been sitting not in extra/ and using ↵Gravatar om2006-07-101-0/+7
| | | | | | stdint.h for aaaages anyway... git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4264 e03df62e-2008-0410-955e-edbf42e46eb7
* Support for systems without stdint.h (we make a guess at sizeof(unsigned ↵Gravatar brain2006-07-102-1/+12
| | | | | | int) == 32... if youre running an outdated OS its your own fault) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4261 e03df62e-2008-0410-955e-edbf42e46eb7
* #ifdef's around stdint.h includeGravatar brain2006-07-101-1/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4260 e03df62e-2008-0410-955e-edbf42e46eb7