Age | Commit message (Expand) | Author |
2007-01-17 | Remove tons of debug output from spanningtree as the first step in optimizing... | brain |
2007-01-15 | Crusade to remove debug from stable and tested parts of the core and base mod... | brain |
2007-01-15 | Remove some debug (im on a crusade to make debug mode useful, but at the same... | brain |
2007-01-15 | delete -> DELETE() | om |
2007-01-15 | Activate final stage of world-domination plan...d...o...n... | om |
2007-01-15 | Fix some differences between how this expands partial banmasks with how the c... | om |
2007-01-15 | Convert all redirecting bans to non-redirecting ones when the module unloads. | om |
2007-01-15 | Fix possible segfault if sql query failed. Using a free'd char is probably no... | peavey |
2007-01-15 | Prepend nick to user->MakeHostIP(). | om |
2007-01-14 | Hook qlite3_update_hook to queries to also catch affected rows on UPDATE/INSE... | peavey |
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 |