Commit Graph

  • cd4ceb6f47 Added new LogSQLite which keeps a side database containing the last time the server has seen an individual. Added new AutoReplay setting to disable the auto replay on connect. Made the replay command have the ability to be called with the amount of items max you want to have replayed. master GRMrGecko 2015-03-12 13:48:01 -0500
  • 9bf45a739c Somehow I forgot to make the NICK name changes be an action. This caused so many issues without me noticing. GRMrGecko 2013-08-30 07:39:00 -0500
  • 9deeb4c585 Realized that I have left LogMySQL in my copy/paste to LogSQLite of the do not track command. GRMrGecko 2012-07-02 09:48:28 -0500
  • 6f34b37cca Added time as primary key for SQLite as it makes it take less than a second to order by time when you have over 1,000,000 entires in your log. MySQL seems fine as it has a cache. If someone who uses MySQL finds this wrong, please ether add in the primary key system yourself and submit a patch or let me know in a bug report. GRMrGecko 2012-07-01 06:05:21 -0500
  • 5ac06c0927 Added notice to confirm that the session was added to the Do Not Track list. GRMrGecko 2012-02-22 18:24:10 -0600
  • 8b8e4be17f Added DoNotTrack command which makes it so you can have a connection on your phone and tell LogSQL to not track when that session disconnects so once you get on your computer, you can re-read everything. GRMrGecko 2012-02-18 09:13:05 -0600
  • b6079d0fc7 Added support for cap znc.in/server-time to give the clients which supports this extension the time which the message was sent so it can display accordingly. GRMrGecko 2012-02-15 23:26:23 -0600
  • 3cf9cf5bd7 Added a new feature to ignore channels/nicks which you do not want to have logged and replayed. Ignores are wildcard based and nick ignores includes the mask which allows you to block an entire ip address/hostname and or nick name. GRMrGecko 2012-02-13 21:43:03 -0600
  • b0ed19fe38 Fixed the build script for MySQL so it uses MySQL_Config instead of guessing based on what my configuration was. GRMrGecko 2012-02-12 21:21:27 -0600
  • 391ec344a0 Changed build script to save the configuration chosen so you will not have to re-type in information each time you want to build. Fixed issue where LogLevel was setting LogLimit. Added help commands to individual commands to explain options. Reformatted every command to work the same with the way it saves settings and displays results. Updated LogMySQL to work the same with commands as LogSQLite. GRMrGecko 2012-02-11 20:15:21 -0600
  • 43e34bd202 Use CString::ToBool for the argument to ReplayAll Kyle Fuller 2012-02-12 07:48:41 +0800
  • a249f23c7b Use CModCommand Kyle Fuller 2012-02-12 07:46:57 +0800
  • 7aa1a6b7c7 Updated build scripts to make the Mac OS X work around for the MySQL client library path only happen when you have Mac OS X. GRMrGecko 2012-02-11 14:00:33 -0600
  • a27092c873 Added MySQL Database Defaults dump for people who do not want to give the user which is used the ability to create and drop tables. GRMrGecko 2012-02-11 13:50:43 -0600
  • 902834079b LogSQL Start GRMrGecko 2012-02-11 13:35:43 -0600