Project

General

Profile

Rawlog Dialog » History » Version 4

Per Amundsen, 02/13/2017 07:28 AM

1 1 Per Amundsen
h1. Rawlog Dialog
2
3
!rawlog.png!
4
5
The Rawlog dialog is used to debug AdiIRC and/or monitor raw IRC messages from/to IRC servers.
6
7
Rawlog can be opened from Menubar -> File -> Rawlog or by typing [[/rawlog]].
8
9
The rawlog will automatically re-open if it was open the last time AdiIRC was closed.
10
11
By default only new debug/raw messages will be added, a buffer can be kept in memory by typing [[/setoption]] Misc RawlogBuffer N .. where N is the number of lines to keep. (setting N to 0 disables the buffer)
12
13 2 Per Amundsen
_See also [[/rawlog]], [[/debug]]._
14 1 Per Amundsen
15
*Debug tab*
16
17 3 Per Amundsen
The debug tab in the right listbox shows AdiIRC debug data.
18 1 Per Amundsen
19
*Server tabs*
20
21
Each open server will have it's own tab in the listbox, it will list all incoming/outgoing raw IRC messages from/to the IRC server.
22 4 Per Amundsen
23
It can be useful for finding out if raw messages are being sent/received properly.
24 1 Per Amundsen
25
Outgoing messages are marked with the "->" prefix, and incoming messages are marked with the "<-" prefix.
26
27
*Save Rawlog*
28
29
The data from a tab can be saved to a file by pressing the *Save* button.
30
31
*Clear Rawlog*
32
33
To clear the data from a tab press the *Cæear* button.
34
35
*Search Rawlog*
36
37
The Rawlog can be searched by pressing the *Search* button or by pressing %(key)CTRL% + %(key)F%.
38
39
*Attach/Detach Rawlog*
40
41
Rawlog can be attached to become a regular MDI window or detached to become a desktop window by pressing %(key)CTRL% + %(key)D%.