Age | Commit message (Expand) | Author |
2007-01-14 | Why are we doing append() craq here, when theres a nice cached userrec::GetHo... | brain |
2007-01-14 | Initial commit of the ban redirection module. Docs, additional testing and pr... | om |
2007-01-14 | I forgot to exec("gnutls-config --libs") in the configure macros | brain |
2007-01-14 | Remove some old destroy code not needed with InpSocket. | peavey |
2007-01-14 | Make REHASH work. | peavey |
2007-01-14 | Dont need to send anything on the notifier socket. | peavey |
2007-01-14 | Remove DOS newlines. | peavey |
2007-01-14 | Now with SQLite3 support. Fully functional and (hopefully) working. | peavey |
2007-01-14 | Added interface 'ChannelBanList' that these two modules implement. Send a req... | brain |
2007-01-14 | OMG SQLITE3 support, almost there now =) | peavey |
2007-01-14 | Add alias:matchcase config setting (per-alias, determines wether to match cas... | brain |
2007-01-14 | Make m_sqlv2.h::SQLquery extend 'classbase', for easy passing as deque parame... | peavey |
2007-01-14 | Allow aliasing of anything to anything, removing the need for tons of non-pro... | brain |
2007-01-14 | Bang! Gone due to new buildsystem. | peavey |
2007-01-14 | Add eval() and exec() macros, that evaluate perl and execute commands at conf... | brain |
2007-01-13 | Extra stuff to improve buildsystem, calculate lib and include dirs at configu... | brain |
2007-01-13 | Tidy up the buildsystem a lot by encapsulating repeated detection routines fo... | brain |
2007-01-13 | Get flags for sqlite3. | peavey |
2007-01-13 | Change this to use our md5 provider rather than MD5() in the query | brain |
2007-01-13 | Test fix for breakage with IPv6 | om |
2007-01-12 | Improve handling of backend server being down. Also decraq some debug output ... | peavey |
2007-01-11 | More tidyup. | peavey |
2007-01-11 | Only use force if necessary! Tidy up debug output. | peavey |
2007-01-11 | pgsql should now work thx to added posibility to force a fd out of the socket... | peavey |
2007-01-11 | Closer now, but somehow libpq invalidates the file descriptor on server shutd... | peavey |
2007-01-10 | reconnects still broken, but getting there. | peavey |
2007-01-10 | SQLConn rewritten to use EventHandler instead of InspSocket. This is much nea... | peavey |
2007-01-10 | Also, if the line already existed, dont OR the value in, so that if all the s... | brain |
2007-01-10 | Clever stuff for applying lines (this needs testing); | brain |
2007-01-09 | Made m_denychans support wildcards | special |
2007-01-09 | Revert repeat timer to old one, to make sure it only runs if list was actuall... | peavey |
2007-01-09 | TimeSyncTimer now uses repeat timer. | peavey |
2007-01-09 | Make safelist use repeat timer. | peavey |
2007-01-09 | Cache channel max bans value to save an O(n) loop of match() on every ban (et... | brain |
2007-01-07 | Document dns caching, add a "bool cached" to OnLookupComplete method in Resol... | brain |
2007-01-07 | DNS caching stuff (almost done) | brain |
2007-01-07 | DNS Stuff - this wont work right yet, it will soon (tm) | brain |
2007-01-07 | Fix m_testcommand which tries to use an undefined pointer as ServerInstance | brain |
2007-01-07 | Add TTL stuff to dns system (pass it to inherited objects) | brain |
2007-01-07 | Rename all the classes in m_httpd to be HttpServer etc, | brain |
2007-01-07 | Make this use the newer format of class Request (this module was still using ... | brain |
2007-01-07 | Make this compile. | peavey |
2007-01-07 | Added m_http_client - this is incomplete and won't work at all, don't try to ... | special |
2007-01-07 | Adding CIDR support to m_check: as easy as adding a 'true' to match() | brain |
2007-01-06 | Fix remote opers not being added to all_opers. | peavey |
2007-01-06 | Fix modecount on remote NICK | w00t |
2007-01-06 | Fix SVSJOIN desync (nothing too severe, don't panic) noticed on CS, found by ... | w00t |
2007-01-06 | Fix for bug #186 reported by peavey | brain |
2007-01-06 | Fix minor NICK / modes issue that goes against our public spec, and crashes d... | w00t |
2007-01-06 | Fix crash when unloading ssl module on shutdown -- there are no port objects ... | brain |