summary refs log tree commit diff stats
path: root/plugins/perl/lib
AgeCommit message (Expand)Author
2014-01-20Remove unused perl filesTingPing
2013-10-07Rebrand Perl plugin to HexChat,Farow
2013-06-22perl: Fixed get_list('networks') to work with new servlist.conf syntax for au...Arnavion
2013-03-23Get rid of the servlist_ rubbishBerke Viktor
2012-11-04Use configdir instead of *xchatdir*Berke Viktor
2012-10-30Rebrand get_info(xchatdir) but remain compatible for Perl and PythonBerke Viktor
2012-10-30Rebranding for the rest of plugin*Berke Viktor
2012-07-14Update XChat to r1519Berke Viktor
2012-07-13Update XChat to r1514Berke Viktor
2012-05-04update xchat to r1506Berke Viktor
2012-05-04update xchat to r1505Berke Viktor
2011-11-23update xchat to r1498Berke Viktor
2011-02-28update xchat to r1492berkeviktor@aol.com
2011-02-24add xchat r1489berkeviktor@aol.com
?id=9f7f85fa5dba59951a6d24e4721875a4bc2db18c'>^
39422d55 ^

eaa67318 ^


eaa67318 ^
39422d55 ^
534cd280 ^
95aace51 ^






95aace51 ^

a673109c ^









981c7b94 ^

a673109c ^



cb891a97 ^
a673109c ^
a9c8ab91 ^
95aace51 ^
3ae36b78 ^




593efa70 ^

593efa70 ^

593efa70 ^



593efa70 ^




593efa70 ^
6bca080d ^
92654bdd ^
593efa70 ^

3ae36b78 ^


3ae36b78 ^


c33342b2 ^
6bca080d ^
ae2cfa16 ^

6ee3a4a9 ^
c8f8a26c ^
39422d55 ^

39422d55 ^
ad59c4a5 ^
39422d55 ^

eaa67318 ^

ad59c4a5 ^

eaa67318 ^

ad59c4a5 ^

eaa67318 ^

ad59c4a5 ^

eaa67318 ^

ad59c4a5 ^

eaa67318 ^

ad59c4a5 ^

95aace51 ^

ad59c4a5 ^

a673109c ^

ad59c4a5 ^

a673109c ^

ad59c4a5 ^

a673109c ^

ad59c4a5 ^

a673109c ^

ad59c4a5 ^

a673109c ^

ad59c4a5 ^

a673109c ^

ad59c4a5 ^

a673109c ^

ad59c4a5 ^

a673109c ^

ad59c4a5 ^

a673109c ^

ad59c4a5 ^

a673109c ^
ad59c4a5 ^
3ae36b78 ^

ad59c4a5 ^

3ae36b78 ^

ad59c4a5 ^

3ae36b78 ^

ad59c4a5 ^

6bca080d ^
cbfdf1df ^
6bca080d ^

ae2cfa16 ^


cbfdf1df ^
c8f8a26c ^
fdf7ec22 ^
c8f8a26c ^
fdf7ec22 ^
39422d55 ^



95aace51 ^




6bca080d ^
ae2cfa16 ^
95aace51 ^
a673109c ^








a673109c ^
95aace51 ^
c8f8a26c ^
3ae36b78 ^


95aace51 ^
39422d55 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210