summaryrefslogtreecommitdiff
path: root/src/modules/extra
Commit message (Expand)AuthorAgeFilesLines
* Remove a TODO comment. Also added support for <database:port> option since r6...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6216 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-01-021-1/+0
* m_mysql can now do REHASH proper. Detects any changes made to config and load...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6215 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-01-021-14/+81
* Fix: If sql user and pass matched, but not operclass or host, conf based comm...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6214 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-01-021-0/+8
* Also use SQLhost for host config.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6213 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-01-021-19/+18
* Use SQLhost from m_sqlv2.h and tidyup some code. Plus throw less module excep...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6212 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-01-021-88/+36
* Add class SQLhost that represents a <database> config line.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6211 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-01-021-0/+39
* Fix to allow for OnRehash to know what user initiated the rehash•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6207 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-018-14/+14
* Fix this so it works properly, and removes the descriptions on unload (when t...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6197 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-012-2/+12
* Add port type identifiers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6196 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-012-0/+6
* Tidyup a bit, get rid of some valgrind warnings.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6191 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-311-157/+143
* Make it safe to lose connection to sql server.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6183 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-301-36/+84
* Remove a line of debug that could crash Log.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6180 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-301-2/+1
* This is a longshot, pls test AnnMaster.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6178 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-301-1/+2
* The world is coming to an end!!! RUN AWAY!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6175 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-301-0/+1
* Fix typo in warning, and make it sound less like the world is coming to an end.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6174 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-301-1/+1
* Now REHASH checks for same and old connections, same as the DNS resolver. So ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6173 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-301-35/+95
* Majorly funk around with this, still needs check for config change on REHASH.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6168 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-301-182/+190
* That should make it load/unload, still needs REHASH done proper.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6167 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-301-1/+12
* Oops slippy fingers.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6160 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-291-1/+1
* Less debug.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6159 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-291-4/+0
* Fix for rehash/load/unload.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6158 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-291-14/+20
* Majorly rewrite to totally funk up SQL logging module. Works well with both M...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6156 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-291-148/+72
* Writing beyond malloc'ed mem of a char pointer will crash with a vengeance. F...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6155 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-291-1/+1
* Writing beyond malloc'ed mem of a char pointer will crash with a vengeance. F...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6152 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-291-1/+1
* Forgot to init it, clean up mem leakage too and log X-Lines proper.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6151 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-291-10/+17
* Also using new interface methods, and maybe less crashage.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6150 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-291-16/+19
* Change the SQLutils and SQL providers to also use interfaces for proper unloa...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6149 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-285-85/+97
* Fix mem leakage in reading in and connecting to databases and have destructor...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6144 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2006-12-281-1/+13
* SQLQuery operator% and operator, now support any data type•••(these are templated, and pass the type through ConvToStr()) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6105 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-241-4/+4
* Refactored /RESTART (and added InspIRCd::Restart(reason))•••Fixed bug in m_ziplinks, assigning instead of testing a var (gcc 4.1.1 picked up on this, 3.4 didnt) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6067 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-231-1/+1
* Fix for bug #180, logging is not threadsafe, mutex it (ew, luckily we dont lo...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6056 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-211-11/+6
* Still more massive commit fun. Headers in include/ still to be done, else tha...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5997 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-12-1515-87/+77
* Reverted om's commit so we can keep laughing at him for never doing anything•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5962 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2006-12-121-0/+1
* I yell 'LIES' in the face of anyone who says I don't commit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5961 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-12-121-1/+0
* AnMaster thinks im not committing enough, so heres a pointless commit for him.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5960 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-121-3/+0
* More comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5959 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-121-1/+7
* Fix trivial broken stat counter•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5958 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-121-1/+1
* Whoops, forgot to unpublish the interface!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5957 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-121-0/+1
* Just comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5955 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-111-8/+36
* Tidy up a loop a bit so it isnt for(;;) with a break•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5954 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-111-28/+33
* And fix the typos in it.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5953 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-111-2/+0
* Attempt another speedup•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5952 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-111-8/+7
* Fix kinda stupid whoopsie•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5951 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-111-0/+1
* Faster, stronger, ...err no, not the million dollar man.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5950 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-111-1/+1
* Change how assembling of multiple lines works, avoid data copies•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5949 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-111-12/+16
* Better handling of write() failure, but this might still not be exactly right.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5946 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-111-3/+11
* This is better now.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5945 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-111-23/+23
* Someone forgot to add the copyright headers here :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5943 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-113-0/+48
* And give it error checking... whoops.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5942 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-111-2/+13
* Pinch simple output buffering from m_ssl_openssl•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5941 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-111-1/+9