aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* Okay, working PostgreSQL module, API header and example client module in ↵Gravatar om2006-07-203-10/+331
| | | | | | /extra/, enjoy git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4463 e03df62e-2008-0410-955e-edbf42e46eb7
* Okay, this is getting towards working now. It just needs the API ↵Gravatar om2006-07-202-384/+506
| | | | | | finishing...everything in the backend part seems to be working okay git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4456 e03df62e-2008-0410-955e-edbf42e46eb7
* Update to new API - I think this is right, compiles...Gravatar om2006-07-161-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4422 e03df62e-2008-0410-955e-edbf42e46eb7
* Change to a DIFFERENT HOOK for added goodness.Gravatar w00t2006-07-161-10/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4417 e03df62e-2008-0410-955e-edbf42e46eb7
* mass tidyup, change A LOT of stuff to const char** which was char** (such as ↵Gravatar brain2006-07-1648-101/+98
| | | | | | | | | | parameters to commands in handlers) which makes the new lineparser work neater with no casts. This also removes tons of casts from other locations (all in all, ive added 2 casts and removed almost a hundred) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4403 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes/codes of the query queue, various prototypes and stuff...mostly ↵Gravatar om2006-07-161-26/+42
| | | | | | commited so I can do other stuff without typing the paths out manually git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4401 e03df62e-2008-0410-955e-edbf42e46eb7
* Removed GCC2 checks as we havent supported gcc2 for yearsGravatar brain2006-07-152-13/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4394 e03df62e-2008-0410-955e-edbf42e46eb7
* Don't allow SAQUIT, SANICK, SAPART and SAJOIN on ulined clients :)Gravatar brain2006-07-144-16/+36
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4390 e03df62e-2008-0410-955e-edbf42e46eb7
* TidyupGravatar brain2006-07-141-23/+18
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4389 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed to different way of clearing users on netsplit (uses less ram and ↵Gravatar brain2006-07-141-75/+19
| | | | | | | | | should be less bug prone) WE NEED TESTERS FOR THIS. MAKE TEST NETWORKS FULL OF 1_0_STABLE SVN SERVERS AND FILL THEM WITH BOTS/PSEUDOS THEN CAUSE NETSPLITS! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4388 e03df62e-2008-0410-955e-edbf42e46eb7
* All this works now (hopefully)Gravatar brain2006-07-121-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4367 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix typoGravatar brain2006-07-121-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4366 e03df62e-2008-0410-955e-edbf42e46eb7
* Seems to work okGravatar brain2006-07-121-5/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4365 e03df62e-2008-0410-955e-edbf42e46eb7
* I don't know if this works yet -- needs testingGravatar brain2006-07-121-8/+70
| | | | | | | Nonblocking DNS calls git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4364 e03df62e-2008-0410-955e-edbf42e46eb7
* A few updates to the API headerGravatar om2006-07-121-1/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4363 e03df62e-2008-0410-955e-edbf42e46eb7
* Add part-finished m_cgiirc module for Brain to play withGravatar om2006-07-121-0/+367
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4362 e03df62e-2008-0410-955e-edbf42e46eb7
* Add exception handling hereGravatar brain2006-07-121-2/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4361 e03df62e-2008-0410-955e-edbf42e46eb7
* Added helperfuncs.hGravatar brain2006-07-121-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4356 e03df62e-2008-0410-955e-edbf42e46eb7
* Oops, make methods publicGravatar brain2006-07-121-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4355 e03df62e-2008-0410-955e-edbf42e46eb7
* Test framework in m_testcommand, add interfaceGravatar brain2006-07-121-15/+20
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4354 e03df62e-2008-0410-955e-edbf42e46eb7
* Topic support in channel list - NOTE THIS ISNT SAFE AGAINST XSS YETGravatar brain2006-07-111-5/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4351 e03df62e-2008-0410-955e-edbf42e46eb7
* Added stylesheet supportGravatar brain2006-07-111-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4350 e03df62e-2008-0410-955e-edbf42e46eb7
* Now has a shiney 'valid xhtml 1.1' icon, just because it can.Gravatar brain2006-07-111-5/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4349 e03df62e-2008-0410-955e-edbf42e46eb7
* XHTML 1.1 spec validation and charsetGravatar brain2006-07-111-33/+38
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4348 e03df62e-2008-0410-955e-edbf42e46eb7
* Removed some debug in the sorting algorithmGravatar brain2006-07-111-3/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4347 e03df62e-2008-0410-955e-edbf42e46eb7
* typo Count -> NameGravatar brain2006-07-111-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4346 e03df62e-2008-0410-955e-edbf42e46eb7
* Add voice, halfop and op countsGravatar brain2006-07-111-2/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4345 e03df62e-2008-0410-955e-edbf42e46eb7
* Channel size sorting with a tricksy sort that converts it on the fly from ↵Gravatar brain2006-07-111-2/+51
| | | | | | std::map to std::vector for displaying git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4344 e03df62e-2008-0410-955e-edbf42e46eb7
* FIX channel user count stuff. next to do, order the user count listGravatar brain2006-07-111-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4342 e03df62e-2008-0410-955e-edbf42e46eb7
* Channel user count stuffGravatar brain2006-07-111-1/+97
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4341 e03df62e-2008-0410-955e-edbf42e46eb7
* 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