FORMATS 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. FORMATS - supported logfile formats by pisg
  2. ------------------
  3. This file contains a list of the different logfile formats which pisg
  4. supports. It also includes a sample line for these formats.
  5. If you don't have access to any of the clients/bots or you use some other
  6. IRC client/bot which isn't supported, then it's fairly easy to add support
  7. for a new IRC log format if you have some Perl knowledge, take a look at
  8. modules/Pisg/Parser/Format/Template.pm. If you don't have any Perl
  9. knowledge, then mail a sample logfile to the mailinglist (preferred as a
  10. link to the logfile)
  11. * mIRC6:
  12. - Version 6.x of mIRC
  13. - Same as mIRC except it uses a retarded logging format that makes modes
  14. indeciperable from actions
  15. - Don't use it if you can avoid it, it dosnt do very well at understanding modes
  16. - In order to use this, format must be set to 'mIRC6'.
  17. * mIRC:
  18. - A client for Windows (www.mirc.com)
  19. - If you want to create mIRC logfiles with your eggdrop, you can get some TCL
  20. which does it all for you (also logrotating and much more).
  21. MEL (mIRCStats Eggdrop Logger) can be downloaded from the following URL:
  22. http://mel.angelbears.org/
  23. Remember to timestamp your logs, or it wont work, the timestamp must be
  24. in [HH:MM] or [HH:MM:SS] format.
  25. - In order to use this, format must be set to 'mIRC'.
  26. Example:
  27. [23:44] <Christina> Hello world
  28. * X-Chat:
  29. - A client for Linux (www.xchat.org)
  30. - In order to use this, format must be set to 'xchat'.
  31. Both the old logformat, and the new logformat from 1.8.7 and above is
  32. supported.
  33. Example of old logformat:
  34. 18:01:43 <Ben> Hello world
  35. Example of new logformat:
  36. jan 13 04:39:42 <Ben> Hello World
  37. * Eggdrop:
  38. - A cool and advanced IRC bot for Linux (www.eggheads.org)
  39. - In order to use this, format must be set to 'eggdrop'.
  40. You might want to change the logfile-suffix in order for pisg to parse the
  41. files in the correct order when using 'logdir':
  42. set logfile-suffix ".%Y%m%d" instead of the standard format
  43. set logfile-suffix ".%d%b%Y".
  44. Example:
  45. [00:02] <Jenny> Hello world
  46. * Grufti:
  47. - A bot which I'm not really familiar with (www.grufti.com)
  48. - The author has actually made something like pisg called 'gruftistats',
  49. but someone mailed me and told me that it hadn't been maintained for
  50. over a year, and it had some problems..
  51. - In order to use this, format must be set to 'grufti'
  52. Example:
  53. [00:17] <John> Hello world
  54. * bxlog:
  55. - A logging script for BitchX (console client - see scripts.bitchx.com)
  56. - In order to use this, format must be set to 'bxlog'
  57. Example:
  58. [31 Dec/11:26] <John> Hello world
  59. * mbot:
  60. - C-Based IRC Bot (http://darksun.com.pt/mbot/)
  61. - In the configuration file, timemode must be set to '1'
  62. - In order to use this, format must be set to 'mbot'
  63. Example:
  64. Thu Aug 23 12:59:40 2001 <John> Hello world
  65. * irssi:
  66. - Console IRC client (www.irssi.org)
  67. - Logfiles must be using the default theme in irssi.
  68. - In order to use this, format must be set to 'irssi'
  69. Example:
  70. 17:40 <@John> Hello world
  71. * psybnc:
  72. - IRC bouncer (http://www.psychoid.lam3rz.de/)
  73. - In order to use this, format must be set to 'psybnc'
  74. Example:
  75. 2001-08-19-23-14-06:#LINUX.DE::stelb!user@host.org PRIVMSG #linux.de :hi!
  76. * winbot:
  77. - Windows-based IRC bot (http://www.winbot.co.uk/)
  78. - In order to use this, format must be set to 'winbot'
  79. Example:
  80. 15:32.58 17/10/2001 <Azhrarn/#darkgalaxy> This is a normal line.
  81. * zbot:
  82. - Bot written in C++ (http://zcbot.sourceforge.net/)
  83. - In order to use this, format must be set to 'zcbot'
  84. Example:
  85. 12/11/01 22:05:42 :Keitaro!KOala_v5@EVYRV4A4.ipt.aol.com PRIVMSG #alsa-station :Re all :-)
  86. * ircle:
  87. - IRC client for Mac OS X
  88. - Support for this format is not completely done yet.
  89. - In order to use this, format must be set to 'ircle'
  90. Example:
  91. 6:35 PM: Sinnikal: thats gross
  92. * infobot:
  93. - bot written in Perl (http://www.infobot.org)
  94. - In order to use this, format must be set to 'infobot'
  95. * Trillian:
  96. - Trillian's IRC component. (http://www.trillian.cc)
  97. Note: Your Logs must be timestamped in the format [%h:%m] or [%h:%m:%s]
  98. This is set in Preferences -> General -> Windows -> Display in your Trillian Client
  99. Tested with Trillian Version 0.70
  100. - In order to use this, format must be set to 'Trillian'
  101. * bobot++:
  102. - IRC bot written in C++. (http://pltplp.net/bobot++/)
  103. - In order to use this, format must be set to 'bobot'
  104. Example:
  105. [13/12/2001 - 20:38] <NazoZzz> hello world
  106. * axur/epic:
  107. - A unix shell client similar to bitchx but not quite.
  108. - EPIC is available at http://www.epicsol.org/
  109. - AXUR script for EPIC is available at
  110. http://www.asciifun.com/images/axur-2000.tar.gz or ax- b12r2.tar.gz
  111. axur/epic logs with two formats at once, one for normal users
  112. and one for the actual client doing the logging. Why? no idea.
  113. The normal format is of:
  114. [MM/DD/YYYY @ HH:MM:SS] <nick> saying
  115. [MM/DD/YYYY @ HH:MM:SS] * nick does some action here
  116. The loggers format is of:
  117. [MM/DD/YYYY @ HH:MM:SS] >(logger) saying
  118. [MM/DD/YYYY @ HH:MM:SS] >* logger does some action here
  119. Both is supported.
  120. * Perlbot:
  121. - A bot which written in perl that supports loadable modules
  122. (http://perlbot.sourceforge.net)
  123. - It also has some modules for searching logs and some perl scripts
  124. for searching and browsing the log files.
  125. (See examples at http://stats.978.org)
  126. - Development on the bot seems to have stopped. I did need to edit it
  127. a bit to get it to log actions correctly.
  128. - In order to use this, format must be set to 'perlbot'
  129. Example:
  130. 13:22:57 <Sc00ter> bah, gotta run to the store
  131. * oer:
  132. - Bot written in C (http://oer.equnet.org/)
  133. - In order to use this, format must be set to 'oer'
  134. oer support isn't finished, the example lines won't work so I suggest you
  135. set the following options in your config:
  136. <set show_kickline="0">
  137. <set show_actionline="0">
  138. <set show_shoutline="0">
  139. <set show_violentlines="0">
  140. - For a detailed description see:
  141. http://faq.equnet.org/show.php?area=b2VyIGFuZCBvZXIrTXlTUUwgRkFR&id=35&lang=en
  142. Example:
  143. 1010866756 :EQU!equ@mira.equnet.org PRIVMSG #oer :test for mbrix
  144. * muh
  145. - A bouncer for unix/linux (http://mind.riot.org/muh/)
  146. - In order to use this, format must be set to 'muh'.
  147. Since you can configure the log-format as you want to, the standard-format
  148. is used for parsing.
  149. In order to set it correctly add this to you muhrc:
  150. timestamptemplate = "[%a %d %b %H:%M:%S]";
  151. Example:
  152. [Sat 16 Mar 21:24:09] <pete> hello everybody
  153. * Energymech:
  154. - An irc bot written in C which is currently beeing developed.
  155. - In order to use this, format must be set to 'energymech'.
  156. - Energymech is available at http://www.energymech.net or (better)
  157. at http://cvs.energymech.net
  158. Example:
  159. [00:02] <Jenny> Hello world
  160. [00:04] Joins: vjaway (vector@p5086F6EF.dip.t-dialin.net)
  161. * Dancer:
  162. - Bot written in C (http://dancer.sourceforge.net/)
  163. - In order to use this, format must be set to 'dancer'
  164. Example:
  165. 15.57.40 # <elho> hello world!
  166. * ViRC98:
  167. - A client for Windows (http://www.hansprestige.com)
  168. at this time is ViRC2.0rc1
  169. maybe the type of logs will change
  170. Remember to timestamp your logs, or it wont work,
  171. active it checking
  172. "Client setup/ViRC '98 options/Chat logging/
  173. (Miscellaneous logging options)Stamp every message logged with current
  174. time"
  175. - In order to use this, format must be set to 'virc98'.
  176. Examples:
  177. 01.15.39 [Fender] this is a normal line writen by myself
  178. 00.55.38 <@jax1n0^O> this is a normal line writen by another
  179. 22.24.27 * Fender says an action
  180. * pircbot
  181. - PircBot is a framework for an IRC Bot written in Java. It allows you to
  182. create your own custom IRC Bots using Java by building on the framework
  183. that is already provided by the PircBot.
  184. - Homepage: http://www.jibble.org/pircbot.php
  185. - In order to use this, format must be set to 'pircbot'.
  186. - Parses all data written by the bot as written by the nick assigned to 'maintainer'
  187. - Logs are timestamped with MILISECONDS since the epoch
  188. Example:
  189. 1013630386748 :nick!ident@hostname PRIVMSG #channel :Hello world.
  190. * Eggdrop RacBot
  191. - the Eggdrop RacBot is an IRC bot, which dreived from the original eggdrop
  192. sources (see http://www.eggheads.org)
  193. - Homepage: http://www.racbot.org/
  194. - In order to use this, format must be set to 'RacBot'.
  195. * KVIrc:
  196. - A KDE client for Linux (http://www.kvirc.net/)
  197. - Support for this format is not completely done yet, actions and -/+o
  198. modes are not detected, so you should add to you config file:
  199. <set show_actionline="0">
  200. - Supports logs from version 2.x.x. v3.x.x or former versions has
  201. not been tested.
  202. - In order to use this, format must be set to 'kvirc'.
  203. Example:
  204. ### Log session started at Thu Aug 23 17:25:36 2001 ###
  205. [17:25:36] wwp [anonymous@AMontpellier-201-2-1-77.abo.wanadoo.fr] has joined #ECI
  206. [17:25:47] <wwp> yop
  207. ### Log session terminated at Sun Sep 9 22:56:51 2001 ###
  208. * moobot
  209. - Python-based, modular IRC bot. <http://sourceforge.net/projects/moobot>
  210. - Turn on logging by adding an entry to the data table with type = 'logtype'
  211. and data = 'file' or 'date'. Add another entry with type = 'logfile' and
  212. data = the name of the file if type == 'file' or a string to be passed to
  213. strftime if type == 'date'.
  214. - The format name is "moobot".
  215. - All nicks are logged with their hostmasks, with the exception of those
  216. from the bot itself. (This may change in the future to have the bot's
  217. hostmask, too.)
  218. - Examples:
  219. 2002-07-06 00:05:29 :vergil!~vergil@host PUBMSG #space :mike_lap: i'm not joking, actually.
  220. 2002-07-04 15:56:19 :SpaceBot PUBMSG #space :huh?
  221. 2002-07-06 00:07:30 :vergil!~vergil@host CTCP #space :ACTION salutes
  222. 2002-07-18 10:37:18 :jeffcovey!~jeff@host KICK #space vergil :two days in a row!
  223. 2002-07-06.log:2002-07-06 12:07:41 :phil_tty!mjpr@host TOPIC #space :<She-Ra> of course, god can go to rotters, for all she's managed not to do for me
  224. 2002-07-04 17:34:01 :jeffcovey!~jeff@host MODE #space +o CowBot
  225. 2002-07-04 12:02:42 :Leebert!~lsherida@host JOIN :#space
  226. 2002-07-04 18:24:18 :mike_lap!~emag@host NICK :Cathy
  227. * ircII
  228. - The original IRC client (http://www.eterna.com.au/ircii/)
  229. - In order to use this, format must be set to 'ircII'
  230. - You need to add a few on triggers to your .ircrc:
  231. on #^timer 50 "*0" echo $0
  232. on #^timer 50 "*5" echo $0
  233. to mark the time. They can be adjusted to taste (the above lines mark every
  234. 5 minutes), with the main effect being the topic change times will only
  235. accurate to how often the time is marked.
  236. - The config option "ircIINick" needs to be set to the maintainer's nick
  237. Example:
  238. 22:40
  239. *** sonnlich (sonnloki@202.72.122.25348) has joined channel #unisfa
  240. * sonnlich waves.
  241. > evening rae
  242. <sonnlich> Evening.
  243. * DC++
  244. - Direct Connect Hub
  245. - In order to use this, format must be set to 'DCpp'
  246. - Not an IRC logger, rather a shared network botnet log
  247. - You MUST put botnicks into botnicks variable if you want to see kicks
  248. Example:
  249. <set botnicks="bot1 bot2 MainBot">