summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2007-01-14Add alias:matchcase config setting (per-alias, determines wether to match cas...brain
2007-01-14Make m_sqlv2.h::SQLquery extend 'classbase', for easy passing as deque parame...peavey
2007-01-14Allow aliasing of anything to anything, removing the need for tons of non-pro...brain
2007-01-14Bang! Gone due to new buildsystem.peavey
2007-01-14Add eval() and exec() macros, that evaluate perl and execute commands at conf...brain
2007-01-13Extra stuff to improve buildsystem, calculate lib and include dirs at configu...brain
2007-01-13Tidy up the buildsystem a lot by encapsulating repeated detection routines fo...brain
2007-01-13Get flags for sqlite3.peavey
2007-01-13Change this to use our md5 provider rather than MD5() in the querybrain
2007-01-13Test fix for breakage with IPv6om
2007-01-12Improve handling of backend server being down. Also decraq some debug output ...peavey
2007-01-11More tidyup.peavey
2007-01-11Only use force if necessary! Tidy up debug output.peavey
2007-01-11pgsql should now work thx to added posibility to force a fd out of the socket...peavey
2007-01-11Closer now, but somehow libpq invalidates the file descriptor on server shutd...peavey
2007-01-10reconnects still broken, but getting there.peavey
2007-01-10SQLConn rewritten to use EventHandler instead of InspSocket. This is much nea...peavey
2007-01-10Also, if the line already existed, dont OR the value in, so that if all the s...brain
2007-01-10Clever stuff for applying lines (this needs testing);brain
2007-01-09Made m_denychans support wildcardsspecial
2007-01-09Revert repeat timer to old one, to make sure it only runs if list was actuall...peavey
2007-01-09TimeSyncTimer now uses repeat timer.peavey
2007-01-09Make safelist use repeat timer.peavey
2007-01-09Cache channel max bans value to save an O(n) loop of match() on every ban (et...brain
2007-01-07Document dns caching, add a "bool cached" to OnLookupComplete method in Resol...brain
2007-01-07DNS caching stuff (almost done)brain
2007-01-07DNS Stuff - this wont work right yet, it will soon (tm)brain
2007-01-07Fix m_testcommand which tries to use an undefined pointer as ServerInstancebrain
2007-01-07Add TTL stuff to dns system (pass it to inherited objects)brain
2007-01-07Rename all the classes in m_httpd to be HttpServer etc,brain
2007-01-07Make this use the newer format of class Request (this module was still using ...brain
2007-01-07Make this compile.peavey
2007-01-07Added m_http_client - this is incomplete and won't work at all, don't try to ...special
2007-01-07Adding CIDR support to m_check: as easy as adding a 'true' to match()brain
2007-01-06Fix remote opers not being added to all_opers.peavey
2007-01-06Fix modecount on remote NICKw00t
2007-01-06Fix SVSJOIN desync (nothing too severe, don't panic) noticed on CS, found by ...w00t
2007-01-06Fix for bug #186 reported by peaveybrain
2007-01-06Fix minor NICK / modes issue that goes against our public spec, and crashes d...w00t
2007-01-06Fix crash when unloading ssl module on shutdown -- there are no port objects ...brain
2007-01-06Try this AnMasterbrain
2007-01-06Repeat after me class, deleting values that arent newed isnt good for your he...brain
2007-01-02Remove a TODO comment. Also added support for <database:port> option since r6...peavey
2007-01-02m_mysql can now do REHASH proper. Detects any changes made to config and load...peavey
2007-01-02Fix: If sql user and pass matched, but not operclass or host, conf based comm...peavey
2007-01-02Also use SQLhost for host config.peavey
2007-01-02Use SQLhost from m_sqlv2.h and tidyup some code. Plus throw less module excep...peavey
2007-01-02Add class SQLhost that represents a <database> config line.peavey
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2007-01-01Make sure that if an oper opers up and has an swhois in their opertype or ope...brain