]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Also use SQLhost for host config.
[user/henk/code/inspircd.git] / src / modules /
2007-01-02 peaveyAlso use SQLhost for host config.
2007-01-02 peaveyUse SQLhost from m_sqlv2.h and tidyup some code. Plus...
2007-01-02 peaveyAdd class SQLhost that represents a <database> config...
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2007-01-01 brainMake sure that if an oper opers up and has an swhois...
2007-01-01 brainThis should fix it on two fronts: missing Implements...
2007-01-01 brainThis is it, i think
2007-01-01 brainBlah
2007-01-01 brainDebug stuff, pay it no attention
2007-01-01 brainWhoops, forgot to put something back that i took out...
2007-01-01 brainAgain, dont use this yet
2007-01-01 brainDo not use these tweaks yet
2007-01-01 brainFix odd desync in FJOIN (this was some hax we put in...
2007-01-01 brainFix this so it works properly, and removes the descript...
2007-01-01 brainAdd port type identifiers
2006-12-31 brainFix broken LOLCODE
2006-12-31 peaveyTidyup a bit, get rid of some valgrind warnings.
2006-12-31 brainCasting for conciseness
2006-12-31 brainMake this new idea O(1) instead of O(x*y)
2006-12-31 brainThanks AnMaster
2006-12-31 brain<hostname:charmap> defines the valid characters in...
2006-12-30 brainIf a user has a QUIT message matching a KILL type filte...
2006-12-30 brainMake filters work on PART and QUIT messages too.
2006-12-30 peaveyMake it safe to lose connection to sql server.
2006-12-30 peaveyRemove a line of debug that could crash Log.
2006-12-30 peaveyThis is a longshot, pls test AnnMaster.
2006-12-30 brainThe world is coming to an end!!! RUN AWAY!
2006-12-30 peaveyFix typo in warning, and make it sound less like the...
2006-12-30 peaveyNow REHASH checks for same and old connections, same...
2006-12-30 peaveyMajorly funk around with this, still needs check for...
2006-12-30 peaveyThat should make it load/unload, still needs REHASH...
2006-12-29 brainFixed search and replace, code pilfered from m_alias...
2006-12-29 brainA few fixes, but i cant see why the reverse check doesn...
2006-12-29 peaveyOops slippy fingers.
2006-12-29 peaveyLess debug.
2006-12-29 peaveyFix for rehash/load/unload.
2006-12-29 brainFix desync (modes not being pushed to remote servers...
2006-12-29 peaveyMajorly rewrite to totally funk up SQL logging module...
2006-12-29 peaveyWriting beyond malloc'ed mem of a char pointer will...
2006-12-29 specialShould fix bug #183 (rconnect issues), thanks Bricker
2006-12-29 peaveyWriting beyond malloc'ed mem of a char pointer will...
2006-12-29 peaveyForgot to init it, clean up mem leakage too and log...
2006-12-29 peaveyAlso using new interface methods, and maybe less crashage.
2006-12-28 peaveyChange the SQLutils and SQL providers to also use inter...
2006-12-28 peaveyCopyright header added.
2006-12-28 peaveyFix mem leakage in reading in and connecting to databas...
2006-12-28 brainTidy up indenting in here and remove a ^M
2006-12-28 brainReasonably sized fix - when adding modes in modules...
2006-12-28 peaveyAdd support for LOCKSERV/UNLOCKSERV to block/open for...
2006-12-28 peaveyTidyup and is now a vendor module.
2006-12-28 peaveyWhoops unused variable.
2006-12-28 peaveyAdd cleanup of objects on readconf and in destructor.
2006-12-28 peaveyRemove an extra delete that caused a segfault.
2006-12-26 peaveyFix deprotectself=no not working.
2006-12-26 brainChange to use std::string::iterator rather than making...
2006-12-26 peaveyJust a little tweak so trigger values makes more sense.
2006-12-26 peaveyAdd support for config option for percent and minimum...
2006-12-25 peaveyFix m_httpd always crashing in destructor if no active...
2006-12-24 brainFix broken +G for AnMaster (thanks for pointing out...
2006-12-24 brainDouble whoops
2006-12-24 brainWhoops!
2006-12-24 brainSQLQuery operator% and operator, now support any data...
2006-12-24 brainRelatively small typo fix
2006-12-23 brainHash rehashing change
2006-12-23 brainFix bug in m_dnsbl, a condition is always matched becau...
2006-12-23 brainRefactored /RESTART (and added InspIRCd::Restart(reason))
2006-12-22 brainFix for alias var names within aliases
2006-12-21 brainFix for bug #180, logging is not threadsafe, mutex...
2006-12-21 specialThis should fix the issue with unsetting +J
2006-12-19 w00tFix server prefix on JOIN.
2006-12-18 w00tFix bug in m_dnsbl: Only the first <dnsbl> tag would...
2006-12-17 brainFix this (at last) to only log commands which are operonly
2006-12-17 brainCorrectly send TS in JOIN so that services packages...
2006-12-17 brainDont use FJOIN to join users to channels outside the...
2006-12-17 brainWhen receiving an FJOIN, if we have no local users...
2006-12-17 brainHandle removal of permenant svsholds
2006-12-17 brainFix potential crash, not enough parameters for va_arg...
2006-12-17 peaveyUse safe iter for deleting while iterating
2006-12-17 brainsomeone test this please
2006-12-16 brainAdd format="" value, at request of Emeric.
2006-12-16 brainAllow linefeeds in this module in one value
2006-12-16 brainChange m_helpop to use the new boolean flag in ReadConf...
2006-12-16 brainAdd some comments to explain whats going off in one...
2006-12-16 brainNot sending capab when theres no transport module attac...
2006-12-16 brainGet rid of HelpopException, use ModuleException thats...
2006-12-16 w00tw00t: the power to rewrite modules in the leap of a...
2006-12-16 peaveyMake SNO notice for +o global
2006-12-16 brainLinefeeds in quotes, just for w00t.
2006-12-16 w00tUsermode +G allowed opers to change other user's modes...
2006-12-16 brainFix setting of * for bans in m_messageflood, this has...
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-12-14 brainRefactor userrec::chans.
2006-12-13 brainFix m_watch to properly use OnCleanup, and to delete...
2006-12-13 brainComments
2006-12-13 brainTurn watchlist back to map. watchlist is small, watchen...
2006-12-13 brainChange m_watch to use hash_map rather than map, because...
2006-12-13 brainImprove the way 005 ISUPPORT is sent to users when...
2006-12-13 brainProperly fix 'changed nickname from one thats on your...
2006-12-13 brainWhoops, one too many params
next