Parent Directory
|
Revision Log
|
Revision Graph
ChangeLog
1 | 2002-01-20 11:57 Federico Mennite <ite@techmonkeys.org> |
2 | |
3 | * src/botcmd.c: |
4 | |
5 | Let's log remote botinfo calls. |
6 | |
7 | 2002-01-20 10:00 Automatic CVS Scripts |
8 | |
9 | * po/eggdrop.pot: |
10 | |
11 | Pots |
12 | |
13 | 2002-01-19 22:52 wcc |
14 | |
15 | * doc/html/authors.html: |
16 | |
17 | Fixed a small authors.html error. |
18 | |
19 | 2002-01-19 20:08 Federico Mennite <ite@techmonkeys.org> |
20 | |
21 | * lib/eggdrop/eggdrop.h, lib/eggdrop/module.h, |
22 | modules/filesys/filesys.h, modules/irc/irc.h, |
23 | modules/perlscript/perlscript.c, src/Makefile.am, src/botcmd.c, |
24 | src/botmsg.c, src/botnet.c, src/chanprog.c, src/cmds.c, src/dcc.c, |
25 | src/dccutil.c, src/dns.c, src/dns.h, src/egg.h, src/flags.c, |
26 | src/logfile.c, src/logfile.h, src/main.c, src/misc.c, src/misc.h, |
27 | src/modules.c, src/net.c, src/proto.h, src/tcl.c, src/tcldcc.c, |
28 | src/tclhash.c, src/tclmisc.c, src/userent.c, src/userrec.c, |
29 | src/users.c: |
30 | |
31 | * varoius header inclusion cleanups |
32 | * moved FILEDB* defines from src/egg.h to a more suitable place in |
33 | modules/filesys/filesys.h |
34 | * moved NORMAL and QUICK defines from src/egg.h to a more suitable |
35 | place in modules/irc/irc.h |
36 | * fixed a warning in modules/perlscript/perlscript.c |
37 | * created src/misc.h and src/logfile.h. Moved in them the respective |
38 | prototypes from src/proto.h, and the respective defines from |
39 | src/egg.h |
40 | * moved private structures from src/dns.h to src/dns.c |
41 | * moved src/dns.c's related prototypes from src/egg.h to src/dns.h |
42 | * moved RES_* defines from src/egg.h to dns.h |
43 | * removed some unneeded defines here and there |
44 | * moved LOG_* defines from src/egg.h to src/logfile.h |
45 | * dns_events wasn't static |
46 | |
47 | 2002-01-19 14:03 Tothwolf <tothwolf@techmonkeys.org> |
48 | |
49 | * AUTHORS, doc/html/authors.html: |
50 | |
51 | Sync AUTHORS files with 1.6 |
52 | |
53 | 2002-01-19 12:47 Tothwolf <tothwolf@techmonkeys.org> |
54 | |
55 | * AUTHORS, doc/html/authors.html: |
56 | |
57 | Updated an AUTHORS entry |
58 | |
59 | 2002-01-19 11:54 Tothwolf <tothwolf@techmonkeys.org> |
60 | |
61 | * AUTHORS, doc/html/authors.html: |
62 | |
63 | Updated an AUTHORS entry |
64 | |
65 | 2002-01-19 11:34 Tothwolf <tothwolf@techmonkeys.org> |
66 | |
67 | * AUTHORS, doc/html/authors.html: |
68 | |
69 | Updated an AUTHORS entry |
70 | |
71 | 2002-01-19 11:24 Tothwolf <tothwolf@techmonkeys.org> |
72 | |
73 | * AUTHORS, doc/html/authors.html: |
74 | |
75 | Updated an AUTHORS entry |
76 | |
77 | 2002-01-19 11:13 Tothwolf <tothwolf@techmonkeys.org> |
78 | |
79 | * AUTHORS, doc/html/authors.html: |
80 | |
81 | Updated an AUTHORS entry |
82 | |
83 | 2002-01-19 10:00 Automatic CVS Scripts |
84 | |
85 | * po/eggdrop.pot: |
86 | |
87 | Pots |
88 | |
89 | 2002-01-19 09:22 Tothwolf <tothwolf@techmonkeys.org> |
90 | |
91 | * AUTHORS, doc/html/authors.html: |
92 | |
93 | Updated an AUTHORS entry |
94 | |
95 | 2002-01-19 08:56 Tothwolf <tothwolf@techmonkeys.org> |
96 | |
97 | * AUTHORS, doc/html/authors.html: |
98 | |
99 | Updated an AUTHORS entry |
100 | |
101 | 2002-01-18 22:55 stdarg <stdarg@techmonkeys.org> |
102 | |
103 | * modules/perlscript/: Makefile.am, module_interface.c, |
104 | perlscript.c: |
105 | |
106 | |
107 | * Fixed most of the compiler warnings by moving Eggdrop-related |
108 | stuff into a separate file (module_interface.c) |
109 | |
110 | 2002-01-18 22:28 stdarg <stdarg@techmonkeys.org> |
111 | |
112 | * modules/channels/cmdschan.c: |
113 | |
114 | |
115 | * Fixed 2 compiler warnings about type mismatches in sprintf |
116 | |
117 | 2002-01-18 21:42 stdarg <stdarg@techmonkeys.org> |
118 | |
119 | * modules/tclscript/tclscript.c: |
120 | |
121 | |
122 | * Fixes for Tcl < 8.2 |
123 | |
124 | 2002-01-18 10:00 Automatic CVS Scripts |
125 | |
126 | * po/eggdrop.pot: |
127 | |
128 | Pots |
129 | |
130 | 2002-01-17 10:00 Automatic CVS Scripts |
131 | |
132 | * po/eggdrop.pot: |
133 | |
134 | Pots |
135 | |
136 | 2002-01-17 01:13 Federico Mennite <ite@techmonkeys.org> |
137 | |
138 | * src/net.c: |
139 | |
140 | * Hopefully fixed SIGBUS crashes on 64bit archs (synch 1.6)\n |
141 | |
142 | 2002-01-17 01:05 Federico Mennite <ite@techmonkeys.org> |
143 | |
144 | * src/userrec.c: |
145 | |
146 | * Fixed a memleak in adduser (synch 1.6)\n |
147 | |
148 | 2002-01-17 00:52 Federico Mennite <ite@techmonkeys.org> |
149 | |
150 | * src/dcc.c: |
151 | |
152 | * Removed the checks for ips with 0 or 255 in them (synch 1.6)\n * |
153 | When a leaf is thinking that uses a different HANDLEN then ours log |
154 | it and then drop the connection instead of just silently dropping |
155 | the connection. |
156 | |
157 | 2002-01-17 00:47 Federico Mennite <ite@techmonkeys.org> |
158 | |
159 | * AUTHORS: |
160 | |
161 | More AUTHORS's entries updates |
162 | |
163 | 2002-01-17 00:26 Federico Mennite <ite@techmonkeys.org> |
164 | |
165 | * AUTHORS: |
166 | |
167 | Updated AUTHORS's entries |
168 | |
169 | 2002-01-16 22:40 Federico Mennite <ite@techmonkeys.org> |
170 | |
171 | * src/: cmds.c, misc_file.c, misc_file.h, stat.h: |
172 | |
173 | Removed sources obsoleted by previous patches |
174 | |
175 | 2002-01-16 22:09 Federico Mennite <ite@techmonkeys.org> |
176 | |
177 | * configure.ac, lib/compat/Makefile.am, lib/compat/compat.h, |
178 | lib/compat/strdup.c, lib/compat/strdup.h, lib/eggdrop/memutil.h, |
179 | modules/channels/cmdschan.c, modules/channels/tclchan.c, |
180 | modules/channels/udefchan.c, modules/channels/userchan.c, |
181 | modules/console/console.c, modules/filesys/filedb3.c, |
182 | modules/filesys/filelist.c, modules/notes/notes.c, |
183 | modules/perlscript/perlscript.c, modules/server/server.c, |
184 | modules/server/servmsg.c, modules/share/share.c, |
185 | modules/tclscript/tclscript.c, modules/transfer/transfer.c, |
186 | modules/uptime/uptime.c, src/botnet.c, src/cmds.c, src/dcc.c, |
187 | src/dccutil.c, src/dns.c, src/egg.h, src/logfile.c, src/misc.c, |
188 | src/modules.c, src/net.c, src/tclhash.c, src/tcluser.c, |
189 | src/userent.c, src/userrec.c, src/users.c: |
190 | |
191 | Removed our malloc_strcpy macro sincw it had the same functionality |
192 | of strdup (provided the respective fallback function) |
193 | |
194 | 2002-01-16 20:46 stdarg <stdarg@techmonkeys.org> |
195 | |
196 | * doc/tcl-commands.doc: |
197 | |
198 | |
199 | * Updated documentation for rand command. |
200 | |
201 | 2002-01-16 20:40 stdarg <stdarg@techmonkeys.org> |
202 | |
203 | * src/tclmisc.c: |
204 | |
205 | |
206 | * Update to script_ctime() to trim newline |
207 | |
208 | 2002-01-16 20:29 stdarg <stdarg@techmonkeys.org> |
209 | |
210 | * src/cmds.c: |
211 | |
212 | |
213 | * Fixed crash on .who |
214 | |
215 | 2002-01-16 18:12 stdarg <stdarg@techmonkeys.org> |
216 | |
217 | * modules/tclscript/tclscript.c: |
218 | |
219 | |
220 | * Added support for SCRIPT_UNSIGNED (works like SCRIPT_INTEGER for |
221 | now). |
222 | |
223 | 2002-01-16 18:11 stdarg <stdarg@techmonkeys.org> |
224 | |
225 | * modules/perlscript/perlscript.c: |
226 | |
227 | |
228 | * Added support for SCRIPT_UNSIGNED (works like SCRIPT_INTEGER for |
229 | now) |
230 | |
231 | 2002-01-16 18:09 stdarg <stdarg@techmonkeys.org> |
232 | |
233 | * src/: script_api.h, tcl.c, tclmisc.c: |
234 | |
235 | |
236 | * Converted some commands in tclmisc.c. |
237 | * Added SCRIPT_UNSIGNED type to script_api.h |
238 | |
239 | 2002-01-16 10:00 Automatic CVS Scripts |
240 | |
241 | * po/eggdrop.pot: |
242 | |
243 | Pots |
244 | |
245 | 2002-01-15 10:00 Automatic CVS Scripts |
246 | |
247 | * po/eggdrop.pot: |
248 | |
249 | Pots |
250 | |
251 | 2002-01-15 06:11 stdarg <stdarg@techmonkeys.org> |
252 | |
253 | * testcode/: chat.c, client.c, sockbuf.c, sslmode.c: |
254 | |
255 | |
256 | * Added client/server option to sslmode.c and got rid of |
257 | auto-negotation. |
258 | * Experimented with preset dictionaries in zipmode.c... not very |
259 | successful. |
260 | * Cleaned up some stuff. |
261 | |
262 | 2002-01-14 15:39 stdarg <stdarg@techmonkeys.org> |
263 | |
264 | * src/modules.c: |
265 | |
266 | |
267 | * ginvite_total and gexempt_total were mixed up in the export table |
268 | (thanks to amir on egghelp.org for finding this) |
269 | |
270 | 2002-01-14 10:00 Automatic CVS Scripts |
271 | |
272 | * po/eggdrop.pot: |
273 | |
274 | Pots |
275 | |
276 | 2002-01-14 02:23 Federico Mennite <ite@techmonkeys.org> |
277 | |
278 | * lib/eggdrop/fileutil.h, src/bg.c, src/dccutil.c, src/main.c, |
279 | src/misc.c, src/tcl.c, src/tcldcc.c, src/tclmisc.c, src/tcluser.c: |
280 | |
281 | * Merged bits of tothwolf cleaunps from his alpha patch. |
282 | * Removed some unneeded externs in some files. |
283 | |
284 | 2002-01-13 19:13 Federico Mennite <ite@techmonkeys.org> |
285 | |
286 | * lib/eggdrop/Makefile.am, lib/eggdrop/eggdrop.h, |
287 | lib/eggdrop/fileutil.c, lib/eggdrop/fileutil.h, |
288 | lib/eggdrop/module.h, lib/eggdrop/stat.h, modules/filesys/files.c, |
289 | src/Makefile.am, src/misc.c, src/modules.c, src/proto.h: |
290 | |
291 | Moved copyfile(), movefile() and is_file() from the core to |
292 | libeggdrop |
293 | |
294 | 2002-01-13 10:00 Automatic CVS Scripts |
295 | |
296 | * po/eggdrop.pot: |
297 | |
298 | Pots |
299 | |
300 | 2002-01-12 10:00 Automatic CVS Scripts |
301 | |
302 | * po/eggdrop.pot: |
303 | |
304 | Pots |
305 | |
306 | 2002-01-11 20:06 stdarg <stdarg@techmonkeys.org> |
307 | |
308 | * src/tcluser.c: |
309 | |
310 | |
311 | * Converted all functions in tcluser.c except tcl_getuser and |
312 | tcl_setuser. |
313 | |
314 | 2002-01-11 10:00 Automatic CVS Scripts |
315 | |
316 | * po/eggdrop.pot: |
317 | |
318 | Pots |
319 | |
320 | 2002-01-10 17:20 stdarg <stdarg@techmonkeys.org> |
321 | |
322 | * testcode/: sslmode.c, zipmode.c: |
323 | |
324 | Found the probem with truncated output, I think. |
325 | |
326 | 2002-01-10 16:44 stdarg <stdarg@techmonkeys.org> |
327 | |
328 | * testcode/sslmode.c: |
329 | |
330 | |
331 | * Oops, forgot the ssl filter |
332 | |
333 | 2002-01-10 16:43 stdarg <stdarg@techmonkeys.org> |
334 | |
335 | * testcode/: Makefile, chat.c, client.c, sockbuf.c, zipmode.c, |
336 | private/Makefile: |
337 | |
338 | |
339 | * Initial ssl code (doesn't work perfectly) |
340 | * Example of using ssl, zip, and linemode filters stacked |
341 | * Makefile to generate DSA key/certificate pair (you can use RSA |
342 | too) |
343 | |
344 | 2002-01-10 10:00 Automatic CVS Scripts |
345 | |
346 | * po/eggdrop.pot: |
347 | |
348 | Pots |
349 | |
350 | 2002-01-09 12:11 stdarg <stdarg@techmonkeys.org> |
351 | |
352 | * src/: tcl.c, tcluser.c: |
353 | |
354 | |
355 | * Converted some commands in tcluser.c |
356 | |
357 | 2002-01-09 10:00 Automatic CVS Scripts |
358 | |
359 | * po/eggdrop.pot: |
360 | |
361 | Pots |
362 | |
363 | 2002-01-08 10:00 Automatic CVS Scripts |
364 | |
365 | * po/eggdrop.pot: |
366 | |
367 | Pots |
368 | |
369 | 2002-01-08 00:09 stdarg <stdarg@techmonkeys.org> |
370 | |
371 | * testcode/: Makefile, chat.c, client.c, linemode.c, my_socket.c, |
372 | my_socket.h, sockbuf.c, sockbuf.h, zipmode.c: |
373 | |
374 | Err, I don't know if I already added these files or not, so I'll add |
375 | them again. |
376 | |
377 | 2002-01-07 21:04 Federico Mennite <ite@techmonkeys.org> |
378 | |
379 | * lib/eggdrop/memutil.h: |
380 | |
381 | Missing extern's from lib/eggdrop/memutil.h |
382 | |
383 | 2002-01-07 10:00 Automatic CVS Scripts |
384 | |
385 | * po/eggdrop.pot: |
386 | |
387 | Pots |
388 | |
389 | 2002-01-06 10:00 Automatic CVS Scripts |
390 | |
391 | * po/eggdrop.pot: |
392 | |
393 | Pots |
394 | |
395 | 2002-01-06 06:21 Federico Mennite <ite@techmonkeys.org> |
396 | |
397 | * lib/eggdrop/Makefile.am, lib/eggdrop/memutil.c, |
398 | lib/eggdrop/memutil.h, lib/eggdrop/module.h, src/misc.c, |
399 | src/modules.c, src/proto.h: |
400 | |
401 | Moved egg_strcatn, my_strcpy, splitc, splitcn, newsplit, str_escape, |
402 | strchr_unescape and str_unescape from the core to libeggdrop. |
403 | |
404 | 2002-01-05 14:18 stdarg <stdarg@techmonkeys.org> |
405 | |
406 | * modules/tclscript/tclscript.c: |
407 | |
408 | |
409 | * Added 2 compatibility functions for Tcl 8.0 |
410 | |
411 | 2002-01-05 10:00 Automatic CVS Scripts |
412 | |
413 | * po/eggdrop.pot: |
414 | |
415 | Pots |
416 | |
417 | 2002-01-04 10:00 Automatic CVS Scripts |
418 | |
419 | * po/eggdrop.pot: |
420 | |
421 | Pots |
422 | |
423 | 2002-01-04 04:49 Federico Mennite <ite@techmonkeys.org> |
424 | |
425 | * lib/egglib/base64.c, lib/egglib/hash_table.c, |
426 | lib/egglib/hash_table.h, lib/egglib/linked_list.c, |
427 | lib/egglib/msprintf.h, lib/egglib/mstack.h, |
428 | modules/transfer/transfer.c, src/registry.c, src/tclmisc.c: |
429 | |
430 | Varoius warnings cleanup. |
431 | |
432 | 2002-01-04 03:36 Federico Mennite <ite@techmonkeys.org> |
433 | |
434 | * lib/eggdrop/botnetutil.c, src/botmsg.c, src/main.h, src/proto.h: |
435 | |
436 | Applied missing parts from the previous commit. |
437 | |
438 | 2002-01-04 02:56 Federico Mennite <ite@techmonkeys.org> |
439 | |
440 | * configure.ac, lib/eggdrop/.cvsignore, lib/eggdrop/Makefile.am, |
441 | lib/eggdrop/botnetutil.c, lib/eggdrop/botnetutil.h, |
442 | lib/eggdrop/common.h, lib/eggdrop/eggdrop.h, lib/eggdrop/memutil.h, |
443 | lib/eggdrop/module.h, lib/egglib/Makefile.am, lib/egglib/egglib.h, |
444 | modules/assoc/Makefile.am, modules/blowfish/Makefile.am, |
445 | modules/channels/Makefile.am, modules/compress/Makefile.am, |
446 | modules/console/Makefile.am, modules/ctcp/Makefile.am, |
447 | modules/filesys/Makefile.am, modules/irc/Makefile.am, |
448 | modules/notes/Makefile.am, modules/perlscript/Makefile.am, |
449 | modules/server/Makefile.am, modules/share/Makefile.am, |
450 | modules/tclscript/Makefile.am, modules/transfer/Makefile.am, |
451 | modules/uptime/Makefile.am, modules/woobie/Makefile.am, |
452 | src/Makefile.am, src/egg.h, src/eggdrop.h, src/logfile.c, |
453 | src/main.h, src/modules.c, src/modules.h, src/proto.h: |
454 | |
455 | * Moved some botnet utility functions from the core to libeggdrop. |
456 | * Moved some common macros to libeggdrop. |
457 | * Created lib/eggdrop/eggdrop.h and renamed src/eggdrop.h to |
458 | src/egg.h to avoid ambiguities. |
459 | * Added a couple of macros to be c++ friendly |
460 | |
461 | 2002-01-03 10:00 Automatic CVS Scripts |
462 | |
463 | * po/eggdrop.pot: |
464 | |
465 | Pots |
466 | |
467 | 2002-01-03 08:03 stdarg <stdarg@techmonkeys.org> |
468 | |
469 | * lib/egglib/: base64.c, base64.h, mstack.c: |
470 | |
471 | |
472 | * Added some base64 encoding/decoding functions. |
473 | * Made mstack initialize memory to 0. |
474 | |
475 | 2002-01-03 07:33 stdarg <stdarg@techmonkeys.org> |
476 | |
477 | * src/tcldcc.c: |
478 | |
479 | |
480 | * Converted tcl_whom to script_whom. Arg to whom is optional. No arg |
481 | means 'list all users' just like previous '*' meant. |
482 | |
483 | 2002-01-02 10:00 Automatic CVS Scripts |
484 | |
485 | * po/eggdrop.pot: |
486 | |
487 | Pots |
488 | |
489 | 2002-01-02 06:55 Tothwolf <tothwolf@techmonkeys.org> |
490 | |
491 | * text/: banner, motd: |
492 | |
493 | Fixed figlet text |
494 | |
495 | 2002-01-01 10:00 Automatic CVS Scripts |
496 | |
497 | * po/eggdrop.pot: |
498 | |
499 | Pots |
500 | |
501 | 2001-12-31 10:00 Automatic CVS Scripts |
502 | |
503 | * po/eggdrop.pot: |
504 | |
505 | Pots |
506 | |
507 | 2001-12-30 10:00 Automatic CVS Scripts |
508 | |
509 | * po/eggdrop.pot: |
510 | |
511 | Pots |
512 | |
513 | 2001-12-29 21:43 Jeff Fisher <guppy@techmonkeys.org> |
514 | |
515 | * doc/UPDATES1.6, modules/irc/irc.c, modules/transfer/transfer.c, |
516 | src/patch.h: |
517 | |
518 | added Wcc's old_debugs patch |
519 | |
520 | 2001-12-29 21:40 Jeff Fisher <guppy@techmonkeys.org> |
521 | |
522 | * doc/UPDATES1.6, modules/share/share.c, src/patch.h: |
523 | |
524 | Added Ian's capture_the_flag patch from 1.6 |
525 | |
526 | 2001-12-29 21:39 Jeff Fisher <guppy@techmonkeys.org> |
527 | |
528 | * doc/UPDATES1.6, modules/filesys/filesys.c, modules/irc/cmdsirc.c, |
529 | modules/irc/mode.c, modules/share/share.c, src/patch.h: |
530 | |
531 | added Wcc's mod_cosmetic patch from 1.6 |
532 | |
533 | 2001-12-29 21:33 Jeff Fisher <guppy@techmonkeys.org> |
534 | |
535 | * doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h, src/tcl.c: |
536 | |
537 | added Wcc's hand-len patch from 1.6 |
538 | |
539 | 2001-12-29 21:31 Jeff Fisher <guppy@techmonkeys.org> |
540 | |
541 | * doc/UPDATES1.6, src/botnet.c, src/patch.h: |
542 | |
543 | added BarkerJr's sum_whom patch from 1.6 |
544 | |
545 | 2001-12-29 21:26 Jeff Fisher <guppy@techmonkeys.org> |
546 | |
547 | * doc/UPDATES1.6, src/patch.h, src/tcldcc.c: |
548 | |
549 | added my tcl_boot fix from 1.6 modified for the new script_boot |
550 | command |
551 | |
552 | 2001-12-29 21:25 Jeff Fisher <guppy@techmonkeys.org> |
553 | |
554 | * doc/UPDATES1.6, modules/irc/irc.c, src/patch.h: |
555 | |
556 | added Wcc's nettype_modes patch from 1.6 |
557 | |
558 | 2001-12-29 21:21 Jeff Fisher <guppy@techmonkeys.org> |
559 | |
560 | * doc/UPDATES1.6, modules/channels/channels.c, modules/irc/chan.c, |
561 | modules/irc/irc.c, modules/irc/msgcmds.c, modules/server/servmsg.c, |
562 | modules/share/share.c, src/chanprog.c, src/main.c, src/patch.h: |
563 | |
564 | added my correctname patch from 1.6 |
565 | |
566 | 2001-12-29 21:13 Jeff Fisher <guppy@techmonkeys.org> |
567 | |
568 | * doc/UPDATES1.6, modules/irc/chan.c, src/patch.h: |
569 | |
570 | added both onopmodefix 1 and 2 from 1.6 |
571 | |
572 | 2001-12-29 21:08 Jeff Fisher <guppy@techmonkeys.org> |
573 | |
574 | * doc/UPDATES1.6, modules/ctcp/ctcp.c, src/patch.h: |
575 | |
576 | added my nopass patch from 1.6 |
577 | |
578 | 2001-12-29 21:04 Jeff Fisher <guppy@techmonkeys.org> |
579 | |
580 | * doc/UPDATES1.6, modules/transfer/transfer.c, src/patch.h: |
581 | |
582 | added the filesizefix from eggdrop1.6.7 |
583 | |
584 | 2001-12-29 20:59 Jeff Fisher <guppy@techmonkeys.org> |
585 | |
586 | * doc/UPDATES1.6, modules/irc/tclirc.c, src/botcmd.c, src/patch.h: |
587 | |
588 | added BarkerJr's whomsg patch from 1.6 including a small fix to my |
589 | last commit on tclirc.c |
590 | |
591 | 2001-12-29 20:55 Jeff Fisher <guppy@techmonkeys.org> |
592 | |
593 | * doc/UPDATES1.6, doc/tcl-commands.doc, modules/irc/tclirc.c, |
594 | src/patch.h: |
595 | |
596 | added my optionalchannelarg patch from 1.6 (with the fixes BarkerJr |
597 | pointed out) |
598 | |
599 | 2001-12-29 20:36 Jeff Fisher <guppy@techmonkeys.org> |
600 | |
601 | * doc/UPDATES1.6, doc/tcl-commands.doc, modules/irc/tclirc.c, |
602 | src/patch.h: |
603 | |
604 | added my onchanfix patch from 1.6 |
605 | |
606 | 2001-12-29 10:00 Automatic CVS Scripts |
607 | |
608 | * po/eggdrop.pot: |
609 | |
610 | Pots |
611 | |
612 | 2001-12-28 18:37 Jeff Fisher <guppy@techmonkeys.org> |
613 | |
614 | * doc/UPDATES1.6, modules/server/cmdsserv.c, src/patch.h: |
615 | |
616 | added my cmd_servers patch from 1.6 |
617 | |
618 | 2001-12-28 18:31 Jeff Fisher <guppy@techmonkeys.org> |
619 | |
620 | * doc/UPDATES1.6, help/cmds2.help, src/cmds.c, src/patch.h: |
621 | |
622 | added my localmodules patch from 1.6 |
623 | |
624 | 2001-12-28 10:00 Automatic CVS Scripts |
625 | |
626 | * po/eggdrop.pot: |
627 | |
628 | Pots |
629 | |
630 | 2001-12-27 10:00 Automatic CVS Scripts |
631 | |
632 | * po/eggdrop.pot: |
633 | |
634 | Pots |
635 | |
636 | 2001-12-26 10:00 Automatic CVS Scripts |
637 | |
638 | * po/eggdrop.pot: |
639 | |
640 | Pots |
641 | |
642 | 2001-12-26 05:03 Tothwolf <tothwolf@techmonkeys.org> |
643 | |
644 | * doc/text-substitutions.doc, doc/html/about.html, |
645 | doc/html/app-problems.html, doc/html/app-sharing.html, |
646 | doc/html/app-textsub.html, doc/html/app-tricks.html, |
647 | doc/html/app-weird.html, doc/html/authors.html, doc/html/bans.html, |
648 | doc/html/botnet.html, doc/html/compiling.html, |
649 | doc/html/egg-core.html, doc/html/faqs.html, doc/html/features.html, |
650 | doc/html/flags.html, doc/html/index.html, doc/html/install.html, |
651 | doc/html/mod-assoc.html, doc/html/mod-blowfish.html, |
652 | doc/html/mod-channels.html, doc/html/mod-compress.html, |
653 | doc/html/mod-dns.html, doc/html/mod-filesys.html, |
654 | doc/html/mod-irc.html, doc/html/mod-notes.html, |
655 | doc/html/mod-server.html, doc/html/mod-share.html, |
656 | doc/html/news.html, doc/html/party.html, doc/html/readme.html, |
657 | doc/html/sharing.html, doc/html/starting.html, doc/html/users.html, |
658 | src/bg.c, src/main.c, src/modules.c: |
659 | |
660 | more copyright updates |
661 | |
662 | 2001-12-26 04:02 Tothwolf <tothwolf@techmonkeys.org> |
663 | |
664 | * src/modules.c: |
665 | |
666 | copyright updates |
667 | |
668 | 2001-12-25 10:00 Automatic CVS Scripts |
669 | |
670 | * po/eggdrop.pot: |
671 | |
672 | Pots |
673 | |
674 | 2001-12-24 10:00 Automatic CVS Scripts |
675 | |
676 | * po/eggdrop.pot: |
677 | |
678 | Pots |
679 | |
680 | 2001-12-23 10:00 Automatic CVS Scripts |
681 | |
682 | * po/eggdrop.pot: |
683 | |
684 | Pots |
685 | |
686 | 2001-12-22 10:00 Automatic CVS Scripts |
687 | |
688 | * po/eggdrop.pot: |
689 | |
690 | Pots |
691 | |
692 | 2001-12-21 10:00 Automatic CVS Scripts |
693 | |
694 | * po/eggdrop.pot: |
695 | |
696 | Pots |
697 | |
698 | 2001-12-20 10:00 Automatic CVS Scripts |
699 | |
700 | * po/eggdrop.pot: |
701 | |
702 | Pots |
703 | |
704 | 2001-12-20 05:02 Jeff Fisher <guppy@techmonkeys.org> |
705 | |
706 | * doc/UPDATES1.6: |
707 | |
708 | forgot UPDATES1.6 |
709 | |
710 | 2001-12-20 05:01 Jeff Fisher <guppy@techmonkeys.org> |
711 | |
712 | * src/misc.c: |
713 | |
714 | applied my patch from eggdrop1.6 that dealt with cleaning up |
715 | show_motd and a bug in show_banner that wasn't reseting help_subst |
716 | |
717 | 2001-12-20 04:57 Jeff Fisher <guppy@techmonkeys.org> |
718 | |
719 | * doc/UPDATES1.6, modules/irc/tclirc.c, modules/server/tclserv.c, |
720 | src/patch.h: |
721 | |
722 | applied jumpfix from eggdrop1.6 and changed rfc_casecmp to irccmp in |
723 | tclirc.c |
724 | |
725 | 2001-12-20 01:08 Jeff Fisher <guppy@techmonkeys.org> |
726 | |
727 | * modules/notes/notes.c: |
728 | |
729 | fixed join_notes to have the proper arguments and also return if the |
730 | user isn't known (thanks stdarg) |
731 | |
732 | 2001-12-20 00:42 stdarg <stdarg@techmonkeys.org> |
733 | |
734 | * modules/server/servmsg.c: |
735 | |
736 | |
737 | * Fixed logging of message commands. |
738 | |
739 | 2001-12-19 10:00 Automatic CVS Scripts |
740 | |
741 | * po/eggdrop.pot: |
742 | |
743 | Pots |
744 | |
745 | 2001-12-19 06:31 Jeff Fisher <guppy@techmonkeys.org> |
746 | |
747 | * doc/UPDATES1.6, modules/irc/tclirc.c, src/patch.h: |
748 | |
749 | applied my morespeedyness.diff from eggdrop1.6 |
750 | |
751 | 2001-12-19 06:28 Jeff Fisher <guppy@techmonkeys.org> |
752 | |
753 | * doc/UPDATES1.6, modules/irc/chan.c, modules/irc/mode.c, |
754 | src/patch.h: |
755 | |
756 | added Eule's small-fixes patch from eggdrop1.6 |
757 | |
758 | 2001-12-19 06:25 Jeff Fisher <guppy@techmonkeys.org> |
759 | |
760 | * doc/UPDATES1.6, lib/eggdrop/module.h, modules/irc/chan.c, |
761 | modules/irc/cmdsirc.c, modules/irc/msgcmds.c, src/chan.h, |
762 | src/cmds.c, src/modules.c, src/patch.h, src/proto.h, src/userrec.c: |
763 | |
764 | added Eule's membercheck 2 and 3 patches from eggdrop1.6 (Eule can |
765 | you please check these over as the diff seemed to fail alot and I |
766 | had to manually patch it) |
767 | |
768 | 2001-12-19 06:03 Jeff Fisher <guppy@techmonkeys.org> |
769 | |
770 | * doc/UPDATES1.6, modules/irc/tclirc.c, src/patch.h: |
771 | |
772 | added speedyhand2nick.diff from eggdrop1.6 |
773 | |
774 | 2001-12-19 03:00 Jeff Fisher <guppy@techmonkeys.org> |
775 | |
776 | * doc/UPDATES1.6: |
777 | |
778 | added a found by for Wcc's whois_ports patch |
779 | |
780 | 2001-12-18 10:00 Automatic CVS Scripts |
781 | |
782 | * po/eggdrop.pot: |
783 | |
784 | Pots |
785 | |
786 | 2001-12-18 07:04 Jeff Fisher <guppy@techmonkeys.org> |
787 | |
788 | * doc/MODULES, lib/eggdrop/module.h, modules/uptime/uptime.c, |
789 | modules/woobie/woobie.c, src/eggdrop.h, src/main.c, src/modules.c, |
790 | src/net.c, src/proto.h: |
791 | |
792 | removed Context and ContextNote |
793 | |
794 | 2001-12-18 06:30 Jeff Fisher <guppy@techmonkeys.org> |
795 | |
796 | * eggdrop.complete.conf, doc/html/mod-server.html, |
797 | doc/settings/mod.server, lib/eggdrop/module.h, |
798 | modules/server/server.c, modules/server/servmsg.c, |
799 | modules/server/help/set/server.help: |
800 | |
801 | strict-servernames is gone, also I cleaned up a few leftovers from |
802 | the old bind code ... hopefully it was done right otherwise stdarg |
803 | is gonna murder me |
804 | |
805 | 2001-12-18 05:49 Jeff Fisher <guppy@techmonkeys.org> |
806 | |
807 | * eggdrop.complete.conf, doc/html/egg-core.html, |
808 | doc/settings/core.settings, src/dcc.c, src/tcl.c: |
809 | |
810 | stealth-telnets has been removed, this could be changed using |
811 | gettext .. the setting changed one line to another line ... not |
812 | super useful |
813 | |
814 | 2001-12-18 05:33 Jeff Fisher <guppy@techmonkeys.org> |
815 | |
816 | * eggdrop.complete.conf, doc/html/mod-server.html, |
817 | doc/settings/mod.server, modules/server/server.c, |
818 | modules/server/servmsg.c, modules/server/help/set/server.help: |
819 | |
820 | removed never-give-up as a config setting |
821 | |
822 | 2001-12-17 10:00 Automatic CVS Scripts |
823 | |
824 | * po/eggdrop.pot: |
825 | |
826 | Pots |
827 | |
828 | 2001-12-16 14:48 Jeff Fisher <guppy@techmonkeys.org> |
829 | |
830 | * doc/UPDATES1.6, src/botcmd.c, src/patch.h: |
831 | |
832 | added BarkerJr's fakemsg alert patch from eggdrop1.6 |
833 | |
834 | 2001-12-16 10:00 Automatic CVS Scripts |
835 | |
836 | * po/eggdrop.pot: |
837 | |
838 | Pots |
839 | |
840 | 2001-12-15 10:00 Automatic CVS Scripts |
841 | |
842 | * po/eggdrop.pot: |
843 | |
844 | Pots |
845 | |
846 | 2001-12-14 10:00 Automatic CVS Scripts |
847 | |
848 | * po/eggdrop.pot: |
849 | |
850 | Pots |
851 | |
852 | 2001-12-14 05:48 Jeff Fisher <guppy@techmonkeys.org> |
853 | |
854 | * doc/MODULES, doc/UPDATES1.6, src/patch.h: |
855 | |
856 | applied BarkerJr's patch to update doc/MODULES from 1.6 |
857 | |
858 | 2001-12-14 05:35 Jeff Fisher <guppy@techmonkeys.org> |
859 | |
860 | * doc/UPDATES1.6, src/patch.h, src/userent.c: |
861 | |
862 | Applied Wcc's whois_ports patch from 1.6 |
863 | |
864 | 2001-12-13 10:00 Automatic CVS Scripts |
865 | |
866 | * po/eggdrop.pot: |
867 | |
868 | Pots |
869 | |
870 | 2001-12-12 10:00 Automatic CVS Scripts |
871 | |
872 | * po/eggdrop.pot: |
873 | |
874 | Pots |
875 | |
876 | 2001-12-11 10:00 Automatic CVS Scripts |
877 | |
878 | * po/eggdrop.pot: |
879 | |
880 | Pots |
881 | |
882 | 2001-12-10 10:00 Automatic CVS Scripts |
883 | |
884 | * po/eggdrop.pot: |
885 | |
886 | Pots |
887 | |
888 | 2001-12-10 03:22 Jeff Fisher <guppy@techmonkeys.org> |
889 | |
890 | * eggdrop.complete.conf, doc/html/egg-core.html, |
891 | doc/settings/core.settings, help/core.help, help/set/cmds2.help, |
892 | lib/eggdrop/module.h, modules/ctcp/ctcp.c, |
893 | modules/filesys/filesys.c, modules/server/server.c, src/cmds.c, |
894 | src/dcc.c, src/flags.c, src/modules.c, src/tcl.c: |
895 | |
896 | require-p is now gone as a config setting |
897 | |
898 | 2001-12-10 02:50 Jeff Fisher <guppy@techmonkeys.org> |
899 | |
900 | * eggdrop.complete.conf, doc/html/mod-irc.html, |
901 | doc/settings/mod.irc, modules/irc/chan.c, modules/irc/irc.c, |
902 | modules/server/server.c, modules/server/server.h, |
903 | modules/server/servmsg.c: |
904 | |
905 | kick-fun and ban-fun have been removed as settings |
906 | |
907 | 2001-12-10 02:38 Jeff Fisher <guppy@techmonkeys.org> |
908 | |
909 | * eggdrop.complete.conf, doc/html/egg-core.html, |
910 | doc/settings/core.settings, help/core.help, help/set/cmds2.help, |
911 | lib/eggdrop/module.h, modules/irc/irc.c, src/dcc.c, src/modules.c, |
912 | src/tcl.c: |
913 | |
914 | open-telnets is no longer a config setting, learn-users handles both |
915 | irc and telnet |
916 | |
917 | 2001-12-10 01:35 Federico Mennite <ite@techmonkeys.org> |
918 | |
919 | * src/: botcmd.c, dcc.c: |
920 | |
921 | More gettextification |
922 | |
923 | 2001-12-09 21:49 Jeff Fisher <guppy@techmonkeys.org> |
924 | |
925 | * eggdrop.complete.conf, doc/html/mod-server.html, |
926 | doc/settings/mod.server, modules/server/server.c, |
927 | modules/server/servmsg.c, modules/server/help/set/server.help: |
928 | |
929 | serverror-quit has been removed as a config setting |
930 | |
931 | 2001-12-09 21:46 Jeff Fisher <guppy@techmonkeys.org> |
932 | |
933 | * eggdrop.complete.conf, doc/html/egg-core.html, |
934 | doc/settings/core.settings, help/core.help, help/set/cmds2.help, |
935 | src/tcl.c, src/tcldcc.c: |
936 | |
937 | enable-simul has been removed as a config setting |
938 | |
939 | 2001-12-09 21:43 Jeff Fisher <guppy@techmonkeys.org> |
940 | |
941 | * eggdrop.complete.conf, doc/html/egg-core.html, |
942 | doc/settings/core.settings, help/core.help, help/set/cmds2.help, |
943 | src/logfile.c: |
944 | |
945 | log-time has been removed as a config setting |
946 | |
947 | 2001-12-09 21:38 Jeff Fisher <guppy@techmonkeys.org> |
948 | |
949 | * eggdrop.complete.conf, doc/html/egg-core.html, |
950 | doc/settings/core.settings, lib/eggdrop/module.h, |
951 | modules/perlscript/perlscript.c, modules/server/cmdsserv.c, |
952 | src/cmds.c, src/modules.c, src/tcl.c: |
953 | |
954 | must-be-owner has been removed as a config setting |
955 | |
956 | 2001-12-09 14:14 Federico Mennite <ite@techmonkeys.org> |
957 | |
958 | * acconfig/acinclude.m4, src/chanprog.c: |
959 | |
960 | * Fixed a typo in acconfig/acinclude.m4. |
961 | * src/chanprog.c gettextification. |
962 | |
963 | 2001-12-09 10:00 Automatic CVS Scripts |
964 | |
965 | * po/eggdrop.pot: |
966 | |
967 | Pots |
968 | |
969 | 2001-12-09 03:55 stdarg <stdarg@techmonkeys.org> |
970 | |
971 | * src/: main.c, modules.c, tcl.c, tclhash.c, tclhash.h, tclmisc.c: |
972 | |
973 | |
974 | * Converted more tcl commands to language-independence. |
975 | |
976 | 2001-12-08 21:16 Tothwolf <tothwolf@techmonkeys.org> |
977 | |
978 | * doc/UPDATES1.6: |
979 | |
980 | Sync doc/UPDATES1.6 with 1.6 tree. |
981 | |
982 | 2001-12-08 20:03 Federico Mennite <ite@techmonkeys.org> |
983 | |
984 | * modules/irc/irc.c: |
985 | |
986 | Don't show status_log if we don't have a server. Patch by Jeff |
987 | Fisher <guppy@techmonkeys.org> |
988 | |
989 | 2001-12-08 19:48 Federico Mennite <ite@techmonkeys.org> |
990 | |
991 | * configure.ac, acconfig/acinclude.m4, doc/compiling.FAQ: |
992 | |
993 | Added '--disable-cc-optimization' to disable -O2 flags. Patch by Ely |
994 | Levy <cs.huji.ac.il> |
995 | |
996 | 2001-12-08 19:17 Federico Mennite <ite@techmonkeys.org> |
997 | |
998 | * lib/eggdrop/modvals.h, modules/irc/chan.c, modules/irc/cmdsirc.c, |
999 | modules/irc/irc.c, modules/irc/irc.h, modules/irc/msgcmds.c, |
1000 | src/cmds.c, src/misc.c: |
1001 | |
1002 | Added a missing channel membercheck in a few commands. Patch by Axel |
1003 | Franke <eule@berlin.snafu.de> |
1004 | |
1005 | 2001-12-08 18:17 Jeff Fisher <guppy@techmonkeys.org> |
1006 | |
1007 | * eggdrop.complete.conf, src/patch.h: |
1008 | |
1009 | Updated the uptime url. Patch by BarkerJr (barkjr@home.com) |
1010 | |
1011 | 2001-12-08 16:58 Federico Mennite <ite@techmonkeys.org> |
1012 | |
1013 | * scripts/action.fix.tcl: |
1014 | |
1015 | Handle irssi (and some others) 'correct' messages for DCC CTCP. |
1016 | Patch by Matthew Hallacy <poptix@techmonkeys.org> |
1017 | |
1018 | 2001-12-08 16:39 Federico Mennite <ite@techmonkeys.org> |
1019 | |
1020 | * modules/share/share.c: |
1021 | |
1022 | Unknown stuff will now be logged as debug info . Patch by Jeff |
1023 | Fisher <guppy@techmonkeys.org> |
1024 | |
1025 | 2001-12-08 16:28 Federico Mennite <ite@techmonkeys.org> |
1026 | |
1027 | * modules/channels/tclchan.c: |
1028 | |
1029 | More ban issues fixes. Patch by Jeff Fisher <guppy@techmonkeys.org> |
1030 | |
1031 | 2001-12-08 16:16 Federico Mennite <ite@techmonkeys.org> |
1032 | |
1033 | * doc/text-substitutions.doc, doc/html/app-textsub.html, |
1034 | help/set/cmds1.help, src/misc.c: |
1035 | |
1036 | Added %n for to the list of motd text substitutions. Patch by |
1037 | Benoit Timbert <Benoit.TIMBERT@free.fr> |
1038 | |
1039 | 2001-12-08 15:59 Federico Mennite <ite@techmonkeys.org> |
1040 | |
1041 | * help/cmds1.help, help/cmds2.help, help/core.help, src/cmds.c: |
1042 | |
1043 | Rebound some commands to less restrictive bindings (relay, botinfo, |
1044 | bottree, vbottree). Patch by Matthew Hallacy |
1045 | <poptix@techmonkeys.org> |
1046 | |
1047 | 2001-12-08 15:40 Federico Mennite <ite@techmonkeys.org> |
1048 | |
1049 | * eggdrop.complete.conf, eggdrop.simple.conf: |
1050 | |
1051 | Make the default bot a bit more secure in regards to the ability to |
1052 | execute tcl commands from the partyline. Patch by Jeff Fisher |
1053 | <guppy@techmonkeys.org> |
1054 | |
1055 | 2001-12-08 15:30 Federico Mennite <ite@techmonkeys.org> |
1056 | |
1057 | * modules/channels/tclchan.c: |
1058 | |
1059 | Last bans patch wasn't applied correctly. Patch by Jeff Fisher |
1060 | <guppy@techmonkeys.org> |
1061 | |
1062 | 2001-12-08 15:14 Federico Mennite <ite@techmonkeys.org> |
1063 | |
1064 | * modules/channels/tclchan.c: |
1065 | |
1066 | Bans weren't always applied correctly. Patch by Jeff Fisher |
1067 | <guppy@techmonkeys.org> |
1068 | |
1069 | 2001-12-08 10:00 Automatic CVS Scripts |
1070 | |
1071 | * po/eggdrop.pot: |
1072 | |
1073 | Pots |
1074 | |
1075 | 2001-12-07 10:00 Automatic CVS Scripts |
1076 | |
1077 | * po/eggdrop.pot: |
1078 | |
1079 | Pots |
1080 | |
1081 | 2001-12-06 10:00 Automatic CVS Scripts |
1082 | |
1083 | * po/eggdrop.pot: |
1084 | |
1085 | Pots |
1086 | |
1087 | 2001-12-05 10:00 Automatic CVS Scripts |
1088 | |
1089 | * po/eggdrop.pot: |
1090 | |
1091 | Pots |
1092 | |
1093 | 2001-12-04 10:00 Automatic CVS Scripts |
1094 | |
1095 | * po/eggdrop.pot: |
1096 | |
1097 | Pots |
1098 | |
1099 | 2001-12-04 01:30 Federico Mennite <ite@techmonkeys.org> |
1100 | |
1101 | * modules/: channels/help/chaninfo.help, |
1102 | channels/help/channels.help, console/help/console.help, |
1103 | ctcp/help/set/ctcp.help, irc/help/irc.help, server/server.c, |
1104 | server/help/server.help, server/help/set/server.help, |
1105 | share/share.c, share/help/share.help, transfer/transfer.c, |
1106 | transfer/help/set/transfer.help: |
1107 | |
1108 | More spelling fixes here and there. Patch by Wcc |
1109 | <will@dawg.dynu.com> |
1110 | |
1111 | 2001-12-03 10:00 Automatic CVS Scripts |
1112 | |
1113 | * po/eggdrop.pot: |
1114 | |
1115 | Pots |
1116 | |
1117 | 2001-12-03 03:25 Federico Mennite <ite@techmonkeys.org> |
1118 | |
1119 | * modules/irc/mode.c: |
1120 | |
1121 | Fixed stopnethack bug. Patch by Axel Franke <eule@berlin.snafu.de> |
1122 | |
1123 | 2001-12-02 15:15 Federico Mennite <ite@techmonkeys.org> |
1124 | |
1125 | * modules/server/servmsg.c: |
1126 | |
1127 | More suitable quit message when the server says we aren't |
1128 | registered. Patch by guppy <guppy@techmonkeys.org> |
1129 | |
1130 | 2001-12-02 14:26 Federico Mennite <ite@techmonkeys.org> |
1131 | |
1132 | * modules/filesys/: files.c, help/filesys.help: |
1133 | |
1134 | Renamed .optimise to .optimize. Patch by Wcc |
1135 | <will@centerofnowhere.com> |
1136 | |
1137 | 2001-12-02 13:36 Federico Mennite <ite@techmonkeys.org> |
1138 | |
1139 | * scripts/alltools.tcl: |
1140 | |
1141 | testip wasn't working correctly in scripts/alltools.tcl. Patch by |
1142 | Hanno <unknown> |
1143 | |
1144 | 2001-12-02 13:22 Federico Mennite <ite@techmonkeys.org> |
1145 | |
1146 | * eggdrop.complete.conf: |
1147 | |
1148 | More spelling fixes in eggdrop.complete.conf. Patch by Wcc |
1149 | <will@centerofnowhere.com> |
1150 | |
1151 | 2001-12-02 12:48 Federico Mennite <ite@techmonkeys.org> |
1152 | |
1153 | * INSTALL, doc/text-substitutions.doc: |
1154 | |
1155 | More spelling fixes in docs and MOTD. Patch by Wcc |
1156 | <will@centerofnowhere.com> |
1157 | |
1158 | 2001-12-02 12:36 Federico Mennite <ite@techmonkeys.org> |
1159 | |
1160 | * modules/uptime/uptime.c: |
1161 | |
1162 | Made uptime module to server. Patch by Matthew Hallacy |
1163 | <poptix@techmonkeys.org> |
1164 | |
1165 | 2001-12-02 12:22 Federico Mennite <ite@techmonkeys.org> |
1166 | |
1167 | * modules/irc/tclirc.c: |
1168 | |
1169 | wasop command wasn't working correctly. Patch by TaKeDa |
1170 | <takeda@eggheads.w.pl> |
1171 | |
1172 | 2001-12-02 11:54 Federico Mennite <ite@techmonkeys.org> |
1173 | |
1174 | * modules/share/share.c: |
1175 | |
1176 | Fix in share module while resyncing userfile. Patch by TaKeDa |
1177 | <takeda@eggheads.w.pl> |
1178 | |
1179 | 2001-12-02 11:43 Federico Mennite <ite@techmonkeys.org> |
1180 | |
1181 | * modules/irc/mode.c: |
1182 | |
1183 | Minor code indenting fixes. Patch by guppy <guppy@techmonkeys.org> |
1184 | |
1185 | 2001-12-02 10:00 Automatic CVS Scripts |
1186 | |
1187 | * po/eggdrop.pot: |
1188 | |
1189 | Pots |
1190 | |
1191 | 2001-12-01 17:35 Federico Mennite <ite@techmonkeys.org> |
1192 | |
1193 | * modules/channels/channels.c, modules/irc/chan.c, |
1194 | modules/irc/mode.c, src/chan.h, src/tcluser.c: |
1195 | |
1196 | * Added DalNet's +M support. Patch by Wcc |
1197 | <will@centerofnowhere.com>* Fixed a stupid typo of mine in |
1198 | tcl_botattr, which prevented a successful build. |
1199 | |
1200 | 2001-12-01 16:49 Federico Mennite <ite@techmonkeys.org> |
1201 | |
1202 | * modules/irc/chan.c: |
1203 | |
1204 | Get right flags also when a user joins \!channels. Patch by Lam |
1205 | <unknown> |
1206 | |
1207 | 2001-12-01 16:39 Federico Mennite <ite@techmonkeys.org> |
1208 | |
1209 | * modules/compress/compress.c: |
1210 | |
1211 | Runtime debug information cleanup in compress module. Patch by Wcc |
1212 | <will@centerofnowhere.com> |
1213 | |
1214 | 2001-12-01 16:33 Federico Mennite <ite@techmonkeys.org> |
1215 | |
1216 | * src/tcluser.c: |
1217 | |
1218 | Fixed more potential crashes in botattr command. Patch by TaKeDa |
1219 | <takeda@eggheads.w.pl> |
1220 | |
1221 | 2001-12-01 16:03 Federico Mennite <ite@techmonkeys.org> |
1222 | |
1223 | * src/tcluser.c: |
1224 | |
1225 | Fixed more potential crashes in src/tcluser.c. Patch by Matthew |
1226 | Hallacy <poptix@techmonkeys.org> |
1227 | |
1228 | 2001-12-01 15:44 Federico Mennite <ite@techmonkeys.org> |
1229 | |
1230 | * doc/tcl-commands.doc: |
1231 | |
1232 | Fixed up some spelling mistakes in doc/tcl-commands.doc. Patch by |
1233 | Wcc <will@centerofnowhere.com> |
1234 | |
1235 | 2001-12-01 15:13 Federico Mennite <ite@techmonkeys.org> |
1236 | |
1237 | * src/tcluser.c: |
1238 | |
1239 | adduser wasn't accepting handle parameter without hostmask |
1240 | parameter. Patch by Wcc <will@centerofnowhere.com> |
1241 | |
1242 | 2001-12-01 14:39 Federico Mennite <ite@techmonkeys.org> |
1243 | |
1244 | * src/tcluser.c: |
1245 | |
1246 | chattr hand crashed. Patch by stdarg <stdarg@techmonkeys.org> |
1247 | |
1248 | 2001-12-01 14:27 Federico Mennite <ite@techmonkeys.org> |
1249 | |
1250 | * modules/irc/mode.c: |
1251 | |
1252 | Ban reason string was unitialized. Patch by Matthew Hallacy |
1253 | <poptix@techmonkeys.org> |
1254 | |
1255 | 2001-12-01 13:46 Federico Mennite <ite@techmonkeys.org> |
1256 | |
1257 | * modules/irc/tclirc.c: |
1258 | |
1259 | Fixed potential crashes in the getchanhost command. Patch by Matthew |
1260 | Hallacy <poptix@techmonkeys.org> |
1261 | |
1262 | 2001-12-01 10:00 Automatic CVS Scripts |
1263 | |
1264 | * po/eggdrop.pot: |
1265 | |
1266 | Pots |
1267 | |
1268 | 2001-11-30 10:00 Automatic CVS Scripts |
1269 | |
1270 | * po/eggdrop.pot: |
1271 | |
1272 | Pots |
1273 | |
1274 | 2001-11-29 10:00 Automatic CVS Scripts |
1275 | |
1276 | * po/eggdrop.pot: |
1277 | |
1278 | Pots |
1279 | |
1280 | 2001-11-28 10:00 Automatic CVS Scripts |
1281 | |
1282 | * po/eggdrop.pot: |
1283 | |
1284 | Pots |
1285 | |
1286 | 2001-11-27 10:00 Automatic CVS Scripts |
1287 | |
1288 | * po/eggdrop.pot: |
1289 | |
1290 | Pots |
1291 | |
1292 | 2001-11-27 02:30 Federico Mennite <ite@techmonkeys.org> |
1293 | |
1294 | * intl/.cvsignore, lib/eggdrop/.cvsignore: |
1295 | |
1296 | More and more cvsignore entries. |
1297 | |
1298 | 2001-11-27 02:15 Federico Mennite <ite@techmonkeys.org> |
1299 | |
1300 | * lib/eggdrop/.cvsignore: |
1301 | |
1302 | More cvsignore entries. |
1303 | |
1304 | 2001-11-27 02:13 Federico Mennite <ite@techmonkeys.org> |
1305 | |
1306 | * lib/: .cvsignore, eggdrop/.cvsignore: |
1307 | |
1308 | Moved cvsinogre entries in the proper place. |
1309 | |
1310 | 2001-11-27 02:11 Federico Mennite <ite@techmonkeys.org> |
1311 | |
1312 | * lib/.cvsignore: |
1313 | |
1314 | Added more cvsignore entries. |
1315 | |
1316 | 2001-11-27 02:08 Federico Mennite <ite@techmonkeys.org> |
1317 | |
1318 | * src/main.c: |
1319 | |
1320 | More gettext fixes. |
1321 | |
1322 | 2001-11-26 10:00 Automatic CVS Scripts |
1323 | |
1324 | * po/eggdrop.pot: |
1325 | |
1326 | Pots |
1327 | |
1328 | 2001-11-25 14:45 Federico Mennite <ite@techmonkeys.org> |
1329 | |
1330 | * src/eggdrop.h: |
1331 | |
1332 | Have a successful build if gettext is explicitly disabled. |
1333 | |
1334 | 2001-11-25 10:00 Automatic CVS Scripts |
1335 | |
1336 | * po/eggdrop.pot: |
1337 | |
1338 | Pots |
1339 | |
1340 | 2001-11-24 20:42 Federico Mennite <ite@techmonkeys.org> |
1341 | |
1342 | * modules/assoc/Makefile.am, modules/blowfish/Makefile.am, |
1343 | modules/channels/Makefile.am, modules/compress/Makefile.am, |
1344 | modules/console/Makefile.am, modules/ctcp/Makefile.am, |
1345 | modules/filesys/Makefile.am, modules/irc/Makefile.am, |
1346 | modules/notes/Makefile.am, modules/perlscript/Makefile.am, |
1347 | modules/server/Makefile.am, modules/share/Makefile.am, |
1348 | modules/tclscript/Makefile.am, modules/transfer/Makefile.am, |
1349 | modules/uptime/Makefile.am, modules/woobie/Makefile.am, |
1350 | src/eggdrop.h: |
1351 | |
1352 | Added mssing stuff in Makefile.am's that prevented compilation in |
1353 | some environments. |
1354 | |
1355 | 2001-11-24 15:31 Federico Mennite <ite@techmonkeys.org> |
1356 | |
1357 | * modules/transfer/transfer.h, src/eggdrop.h: |
1358 | |
1359 | Moved XFER defines from the core in a more suitable place in the |
1360 | transfer module. |
1361 | |
1362 | 2001-11-24 10:00 Automatic CVS Scripts |
1363 | |
1364 | * po/eggdrop.pot: |
1365 | |
1366 | Pots |
1367 | |
1368 | 2001-11-23 10:00 Automatic CVS Scripts |
1369 | |
1370 | * po/eggdrop.pot: |
1371 | |
1372 | Pots |
1373 | |
1374 | 2001-11-22 10:00 Automatic CVS Scripts |
1375 | |
1376 | * po/eggdrop.pot: |
1377 | |
1378 | Pots |
1379 | |
1380 | 2001-11-21 10:00 Automatic CVS Scripts |
1381 | |
1382 | * po/eggdrop.pot: |
1383 | |
1384 | Pots |
1385 | |
1386 | 2001-11-20 10:00 Automatic CVS Scripts |
1387 | |
1388 | * po/eggdrop.pot: |
1389 | |
1390 | Pots |
1391 | |
1392 | 2001-11-19 10:00 Automatic CVS Scripts |
1393 | |
1394 | * po/eggdrop.pot: |
1395 | |
1396 | Pots |
1397 | |
1398 | 2001-11-18 10:00 Automatic CVS Scripts |
1399 | |
1400 | * po/eggdrop.pot: |
1401 | |
1402 | Pots |
1403 | |
1404 | 2001-11-17 10:00 Automatic CVS Scripts |
1405 | |
1406 | * po/eggdrop.pot: |
1407 | |
1408 | Pots |
1409 | |
1410 | 2001-11-16 10:00 Automatic CVS Scripts |
1411 | |
1412 | * po/eggdrop.pot: |
1413 | |
1414 | Pots |
1415 | |
1416 | 2001-11-15 10:00 Automatic CVS Scripts |
1417 | |
1418 | * po/eggdrop.pot: |
1419 | |
1420 | Pots |
1421 | |
1422 | 2001-11-14 10:00 Automatic CVS Scripts |
1423 | |
1424 | * po/eggdrop.pot: |
1425 | |
1426 | Pots |
1427 | |
1428 | 2001-11-14 01:57 stdarg <stdarg@techmonkeys.org> |
1429 | |
1430 | * src/: logfile.c, main.c: |
1431 | |
1432 | |
1433 | * Re-ordered init procedures so hooks[] is initialized earlier. |
1434 | * Logfiles should cycle now. |
1435 | |
1436 | 2001-11-13 10:00 Automatic CVS Scripts |
1437 | |
1438 | * po/eggdrop.pot: |
1439 | |
1440 | Pots |
1441 | |
1442 | 2001-11-13 04:51 stdarg <stdarg@techmonkeys.org> |
1443 | |
1444 | * modules/perlscript/perlscript.c: |
1445 | |
1446 | |
1447 | * Added support for lists in perl callbacks. |
1448 | |
1449 | 2001-11-13 04:51 stdarg <stdarg@techmonkeys.org> |
1450 | |
1451 | * modules/tclscript/tclscript.c: |
1452 | |
1453 | |
1454 | * Added support for returned lists in tcl callbacks. |
1455 | |
1456 | 2001-11-13 04:50 stdarg <stdarg@techmonkeys.org> |
1457 | |
1458 | * src/: logfile.c, script.c, script.h, script_api.h, tcldcc.c: |
1459 | |
1460 | |
1461 | * Added convenience functions for script_var_t's. |
1462 | * Converted a bunch of functions in tcldcc.c. |
1463 | |
1464 | 2001-11-12 10:00 Automatic CVS Scripts |
1465 | |
1466 | * po/eggdrop.pot: |
1467 | |
1468 | Pots |
1469 | |
1470 | 2001-11-11 10:00 Automatic CVS Scripts |
1471 | |
1472 | * po/eggdrop.pot: |
1473 | |
1474 | Pots |
1475 | |
1476 | 2001-11-10 10:00 Automatic CVS Scripts |
1477 | |
1478 | * po/eggdrop.pot: |
1479 | |
1480 | Pots |
1481 | |
1482 | 2001-11-09 10:00 Automatic CVS Scripts |
1483 | |
1484 | * po/eggdrop.pot: |
1485 | |
1486 | Pots |
1487 | |
1488 | 2001-11-08 10:00 Automatic CVS Scripts |
1489 | |
1490 | * po/eggdrop.pot: |
1491 | |
1492 | Pots |
1493 | |
1494 | 2001-11-07 10:00 Automatic CVS Scripts |
1495 | |
1496 | * po/eggdrop.pot: |
1497 | |
1498 | Pots |
1499 | |
1500 | 2001-11-06 10:00 Automatic CVS Scripts |
1501 | |
1502 | * po/eggdrop.pot: |
1503 | |
1504 | Pots |
1505 | |
1506 | 2001-11-05 10:00 Automatic CVS Scripts |
1507 | |
1508 | * po/eggdrop.pot: |
1509 | |
1510 | Pots |
1511 | |
1512 | 2001-11-05 03:47 stdarg <stdarg@techmonkeys.org> |
1513 | |
1514 | * src/: patch.h, script_api.h, tcl.c, tcldcc.c: |
1515 | |
1516 | Converted some functions in tcldcc.c. |
1517 | |
1518 | 2001-11-04 10:00 Automatic CVS Scripts |
1519 | |
1520 | * po/eggdrop.pot: |
1521 | |
1522 | Pots |
1523 | |
1524 | 2001-11-03 10:00 Automatic CVS Scripts |
1525 | |
1526 | * po/eggdrop.pot: |
1527 | |
1528 | Pots |
1529 | |
1530 | 2001-11-02 10:00 Automatic CVS Scripts |
1531 | |
1532 | * po/eggdrop.pot: |
1533 | |
1534 | Pots |
1535 | |
1536 | 2001-11-01 10:00 Automatic CVS Scripts |
1537 | |
1538 | * po/eggdrop.pot: |
1539 | |
1540 | Pots |
1541 | |
1542 | 2001-10-31 10:00 Automatic CVS Scripts |
1543 | |
1544 | * po/eggdrop.pot: |
1545 | |
1546 | Pots |
1547 | |
1548 | 2001-10-31 04:02 Tothwolf <tothwolf@techmonkeys.org> |
1549 | |
1550 | * configure.ac, lib/egglib/hash_table.c, lib/egglib/linked_list.c, |
1551 | lib/egglib/mempool.c, lib/egglib/msprintf.c, lib/egglib/mstack.c, |
1552 | modules/filesys/filesys.c, modules/transfer/transfer.c, src/bg.c, |
1553 | src/bg.h, src/botnet.c, src/chanprog.c, src/egg_timer.c, |
1554 | src/irccmp.h, src/logfile.c, src/main.c, src/match.h, src/misc.c, |
1555 | src/registry.c, src/script.c, src/tcl.c: |
1556 | |
1557 | * 39 less gcc warnings... |
1558 | |
1559 | 2001-10-30 10:00 Automatic CVS Scripts |
1560 | |
1561 | * po/eggdrop.pot: |
1562 | |
1563 | Pots |
1564 | |
1565 | 2001-10-30 01:35 Matthew Hallacy <poptix@techmonkeys.org> |
1566 | |
1567 | * modules/uptime/: uptime.c, uptime.h: |
1568 | |
1569 | Proper copyright information. |
1570 | |
1571 | 2001-10-29 23:01 Federico Mennite <ite@techmonkeys.org> |
1572 | |
1573 | * lib/eggdrop/Makefile.am, lib/eggdrop/module.h, |
1574 | modules/assoc/Makefile.am, modules/blowfish/Makefile.am, |
1575 | modules/channels/Makefile.am, modules/compress/Makefile.am, |
1576 | modules/console/Makefile.am, modules/ctcp/Makefile.am, |
1577 | modules/filesys/Makefile.am, modules/irc/Makefile.am, |
1578 | modules/notes/Makefile.am, modules/perlscript/Makefile.am, |
1579 | modules/server/Makefile.am, modules/share/Makefile.am, |
1580 | modules/tclscript/Makefile.am, modules/transfer/Makefile.am, |
1581 | modules/uptime/Makefile.am, modules/woobie/Makefile.am, |
1582 | src/Makefile.am, src/modules.c: |
1583 | |
1584 | Created libeggdrop: libadns, libegg and libcompat are now linked in |
1585 | it. Cleaned up some unneeded function exports :) |
1586 | |
1587 | 2001-10-29 20:09 Jeff Fisher <guppy@techmonkeys.org> |
1588 | |
1589 | * modules/uptime/: uptime.c, uptime.h: |
1590 | |
1591 | some minor uptime.mod things I noticed while working on 1.6.7 |
1592 | |
1593 | 2001-10-29 10:00 Automatic CVS Scripts |
1594 | |
1595 | * po/eggdrop.pot: |
1596 | |
1597 | Pots |
1598 | |
1599 | 2001-10-28 13:30 Federico Mennite <ite@techmonkeys.org> |
1600 | |
1601 | * configure.ac, lib/Makefile.am, lib/adns/.cvsignore, |
1602 | lib/adns/COPYING, lib/adns/GPL-vs-LGPL, lib/adns/Makefile.am, |
1603 | lib/adns/README, lib/adns/README.eggdrop, lib/adns/README.ircd, |
1604 | lib/adns/adns.h, lib/adns/check.c, lib/adns/dlist.h, |
1605 | lib/adns/event.c, lib/adns/general.c, lib/adns/internal.h, |
1606 | lib/adns/parse.c, lib/adns/query.c, lib/adns/reply.c, |
1607 | lib/adns/setup.c, lib/adns/transmit.c, lib/adns/tvarith.h, |
1608 | lib/adns/types.c, lib/compat/.cvsignore, lib/compat/Makefile.am, |
1609 | lib/compat/compat.h, lib/compat/inet_aton.c, |
1610 | lib/compat/inet_aton.h, lib/compat/inet_ntop.c, |
1611 | lib/compat/inet_ntop.h, lib/compat/inet_pton.c, |
1612 | lib/compat/inet_pton.h, lib/compat/memcpy.c, lib/compat/memcpy.h, |
1613 | lib/compat/memset.c, lib/compat/memset.h, lib/compat/snprintf.c, |
1614 | lib/compat/snprintf.h, lib/compat/strcasecmp.c, |
1615 | lib/compat/strcasecmp.h, lib/compat/strftime.c, |
1616 | lib/compat/strftime.h, lib/compat/strncasecmp.c, |
1617 | lib/compat/strncasecmp.h, lib/egglib/.cvsignore, |
1618 | lib/egglib/Makefile.am, lib/egglib/avl.c, lib/egglib/avl.h, |
1619 | lib/egglib/hash_table.c, lib/egglib/hash_table.h, |
1620 | lib/egglib/hash_table_test.c, lib/egglib/linked_list.c, |
1621 | lib/egglib/linked_list.h, lib/egglib/linked_list_test.c, |
1622 | lib/egglib/mempool.c, lib/egglib/mempool.h, |
1623 | lib/egglib/mempool_test.c, lib/egglib/msprintf.c, |
1624 | lib/egglib/msprintf.h, lib/egglib/mstack.c, lib/egglib/mstack.h, |
1625 | modules/perlscript/perlscript.c, modules/tclscript/tclscript.c, |
1626 | src/Makefile.am, src/dns.c, src/logfile.c, src/main.c, src/main.h, |
1627 | src/modules.c, src/net.c, src/registry.c, src/script.c: |
1628 | |
1629 | Renamed src/adns, src/compat, src/egglib to lib/adns, lib/compat, |
1630 | lib/egglib respectively. |
1631 | |
1632 | 2001-10-28 10:00 Automatic CVS Scripts |
1633 | |
1634 | * po/eggdrop.pot: |
1635 | |
1636 | Pots |
1637 | |
1638 | 2001-10-27 18:39 Federico Mennite <ite@techmonkeys.org> |
1639 | |
1640 | * modules/irc/.cvsignore: |
1641 | |
1642 | Added a missing .cvsignore. |
1643 | |
1644 | 2001-10-27 18:35 Federico Mennite <ite@techmonkeys.org> |
1645 | |
1646 | * po/: .potignore, POTFILES.in: |
1647 | |
1648 | * Updated internationalizable list of files in po/POTIFLES.in. |
1649 | * Added po/.potignore as list of files to be ignored when running |
1650 | po/update.pl --maintain. |
1651 | |
1652 | 2001-10-27 16:39 Federico Mennite <ite@techmonkeys.org> |
1653 | |
1654 | * lib/.cvsignore: |
1655 | |
1656 | Added more .cvsignore files. |
1657 | |
1658 | 2001-10-27 16:34 Federico Mennite <ite@techmonkeys.org> |
1659 | |
1660 | * Makefile.am, configure.ac, lib/Makefile.am, |
1661 | lib/eggdrop/.cvsignore, lib/eggdrop/Makefile.am, |
1662 | lib/eggdrop/module.h, lib/eggdrop/modvals.h, modules/.cvsignore, |
1663 | modules/Makefile.am, modules/assoc/.cvsignore, |
1664 | modules/assoc/Makefile.am, modules/assoc/assoc.c, |
1665 | modules/assoc/assoc.h, modules/assoc/modinfo, |
1666 | modules/assoc/help/assoc.help, modules/blowfish/.cvsignore, |
1667 | modules/blowfish/Makefile.am, modules/blowfish/bf_tab.h, |
1668 | modules/blowfish/blowfish.c, modules/blowfish/blowfish.h, |
1669 | modules/blowfish/modinfo, modules/channels/.cvsignore, |
1670 | modules/channels/Makefile.am, modules/channels/channels.c, |
1671 | modules/channels/channels.h, modules/channels/cmdschan.c, |
1672 | modules/channels/flagmaps.c, modules/channels/modinfo, |
1673 | modules/channels/tclchan.c, modules/channels/udefchan.c, |
1674 | modules/channels/userchan.c, modules/channels/help/chaninfo.help, |
1675 | modules/channels/help/channels.help, |
1676 | modules/channels/help/set/channels.help, |
1677 | modules/compress/.cvsignore, modules/compress/Makefile.am, |
1678 | modules/compress/compress.c, modules/compress/compress.h, |
1679 | modules/compress/modinfo, modules/compress/tclcompress.c, |
1680 | modules/compress/help/set/compress.help, |
1681 | modules/console/.cvsignore, modules/console/Makefile.am, |
1682 | modules/console/console.c, modules/console/console.h, |
1683 | modules/console/modinfo, modules/console/help/console.help, |
1684 | modules/console/help/set/console.help, modules/ctcp/.cvsignore, |
1685 | modules/ctcp/Makefile.am, modules/ctcp/ctcp.c, modules/ctcp/ctcp.h, |
1686 | modules/ctcp/modinfo, modules/ctcp/help/set/ctcp.help, |
1687 | modules/filesys/.cvsignore, modules/filesys/Makefile.am, |
1688 | modules/filesys/dbcompat.c, modules/filesys/dbcompat.h, |
1689 | modules/filesys/filedb3.c, modules/filesys/filedb3.h, |
1690 | modules/filesys/filelist.c, modules/filesys/filelist.h, |
1691 | modules/filesys/files.c, modules/filesys/files.h, |
1692 | modules/filesys/filesys.c, modules/filesys/filesys.h, |
1693 | modules/filesys/modinfo, modules/filesys/tclfiles.c, |
1694 | modules/filesys/help/filesys.help, |
1695 | modules/filesys/help/set/filesys.help, modules/irc/Makefile.am, |
1696 | modules/irc/chan.c, modules/irc/cmdsirc.c, modules/irc/irc.c, |
1697 | modules/irc/irc.h, modules/irc/mode.c, modules/irc/modinfo, |
1698 | modules/irc/msgcmds.c, modules/irc/tclirc.c, |
1699 | modules/irc/help/irc.help, modules/irc/help/msg/irc.help, |
1700 | modules/irc/help/set/irc.help, modules/notes/.cvsignore, |
1701 | modules/notes/Makefile.am, modules/notes/cmdsnote.c, |
1702 | modules/notes/modinfo, modules/notes/notes.c, |
1703 | modules/notes/notes.h, modules/notes/help/notes.help, |
1704 | modules/notes/help/msg/notes.help, |
1705 | modules/notes/help/set/notes.help, modules/perlscript/.cvsignore, |
1706 | modules/perlscript/Makefile.am, modules/perlscript/perlscript.c, |
1707 | modules/server/.cvsignore, modules/server/Makefile.am, |
1708 | modules/server/cmdsserv.c, modules/server/modinfo, |
1709 | modules/server/server.c, modules/server/server.h, |
1710 | modules/server/servmsg.c, modules/server/tclserv.c, |
1711 | modules/server/help/server.help, |
1712 | modules/server/help/set/server.help, modules/share/.cvsignore, |
1713 | modules/share/Makefile.am, modules/share/modinfo, |
1714 | modules/share/share.c, modules/share/share.h, |
1715 | modules/share/uf_features.c, modules/share/help/share.help, |
1716 | modules/tclscript/.cvsignore, modules/tclscript/Makefile.am, |
1717 | modules/tclscript/tclscript.c, modules/transfer/.cvsignore, |
1718 | modules/transfer/Makefile.am, modules/transfer/modinfo, |
1719 | modules/transfer/transfer.c, modules/transfer/transfer.h, |
1720 | modules/transfer/help/set/transfer.help, modules/uptime/.cvsignore, |
1721 | modules/uptime/Makefile.am, modules/uptime/modinfo, |
1722 | modules/uptime/uptime.c, modules/uptime/uptime.h, |
1723 | modules/woobie/.cvsignore, modules/woobie/Makefile.am, |
1724 | modules/woobie/modinfo, modules/woobie/woobie.c, src/Makefile.am, |
1725 | src/logfile.c, src/modules.h: |
1726 | |
1727 | * Renamed src/mod to modules. |
1728 | * Created lib as top dir for eggdrop's libraries. |
1729 | |
1730 | 2001-10-27 13:34 Federico Mennite <ite@techmonkeys.org> |
1731 | |
1732 | * configure.ac, acconfig/acinclude.m4: |
1733 | |
1734 | Configure related refactoring and clean up. |
1735 | |
1736 | 2001-10-27 09:00 Automatic CVS Scripts |
1737 | |
1738 | * po/eggdrop.pot: |
1739 | |
1740 | Pots |
1741 | |
1742 | 2001-10-26 22:22 stdarg <stdarg@techmonkeys.org> |
1743 | |
1744 | * src/: chanprog.c, cmds.c, main.c, modules.c, tcl.c, tcldcc.c, |
1745 | tclegg.h, tclhash.c, tclhash.h: |
1746 | |
1747 | |
1748 | * Converted the last few bind tables (I think). |
1749 | * Removed unused builtin_* functions. |
1750 | |
1751 | 2001-10-26 09:00 Automatic CVS Scripts |
1752 | |
1753 | * po/eggdrop.pot: |
1754 | |
1755 | Pots |
1756 | |
1757 | 2001-10-25 20:10 Federico Mennite <ite@techmonkeys.org> |
1758 | |
1759 | * .cvsignore, acconfig/acinclude.m4, acconfig/mpatrol.m4: |
1760 | |
1761 | Added support for mpatrol (mutally exclusive with efence). |
1762 | |
1763 | 2001-10-25 09:00 Automatic CVS Scripts |
1764 | |
1765 | * po/eggdrop.pot: |
1766 | |
1767 | Pots |
1768 | |
1769 | 2001-10-24 10:08 stdarg <stdarg@techmonkeys.org> |
1770 | |
1771 | * src/: dcc.c, dns.c, egg_timer.c, logfile.c, script.c, |
1772 | script_api.h, tcl.c, tcldcc.c, tclhash.c: |
1773 | |
1774 | |
1775 | * Added support for optional args for scripts. |
1776 | * Added a ".perl" command. |
1777 | * Converted some stuff in tcldcc.c, based on Oskar Liljeblad's |
1778 | patch. |
1779 | * Fixed compile warnings in tcl module. |
1780 | * Added error reporting when loading perl scripts. |
1781 | |
1782 | 2001-10-24 09:00 Automatic CVS Scripts |
1783 | |
1784 | * po/eggdrop.pot: |
1785 | |
1786 | Pots |
1787 | |
1788 | 2001-10-23 09:00 Automatic CVS Scripts |
1789 | |
1790 | * po/eggdrop.pot: |
1791 | |
1792 | Pots |
1793 | |
1794 | 2001-10-23 08:47 stdarg <stdarg@techmonkeys.org> |
1795 | |
1796 | * src/: botmsg.c, cmds.c, script.c: |
1797 | |
1798 | |
1799 | * Added a "loadscript" script command. |
1800 | * Fixed up perlscript.mod a little bit, so that it can do stuff. |
1801 | * Wrote a test script in perl that uses timers, binds, and putlog |
1802 | successfully. |
1803 | |
1804 | 2001-10-22 09:00 Automatic CVS Scripts |
1805 | |
1806 | * po/eggdrop.pot: |
1807 | |
1808 | Pots |
1809 | |
1810 | 2001-10-22 01:49 stdarg <stdarg@techmonkeys.org> |
1811 | |
1812 | * src/modules.c: |
1813 | |
1814 | * Moved msprintf and mstack to the function table (boo this is |
1815 | temporary I hope) |
1816 | * Fixed compile warnings and some other stuff in perlscript.mod so |
1817 | that it compiles and loads (but you can't use it to write a script |
1818 | yet). |
1819 | |
1820 | 2001-10-21 20:59 stdarg <stdarg@techmonkeys.org> |
1821 | |
1822 | * src/: dccutil.c, tcldcc.c: |
1823 | |
1824 | * dcc array is now sparse |
1825 | |
1826 | 2001-10-21 19:51 stdarg <stdarg@techmonkeys.org> |
1827 | |
1828 | * src/tcldcc.c: |
1829 | |
1830 | * Updated putdcc and putdccraw to accept idx instead of sock. |
1831 | * Putdccraw now recognizes -1 as the server idx, not 0. |
1832 | |
1833 | 2001-10-21 17:38 Federico Mennite <ite@techmonkeys.org> |
1834 | |
1835 | * bootstrap, configure.ac, acconfig/.cvsignore, |
1836 | acconfig/acinclude.m4, src/Makefile.am: |
1837 | |
1838 | * Added autoconf and automake support for perlscript.mod. |
1839 | * Removed old stuff from bootstrap and |
1840 | src/mod/compress.mod/Makefile.am. |
1841 | * Removed eggdrop_DEPENDENCIES. They are unneeded. |
1842 | * Readded -Wall and -g3 compile options. |
1843 | |
1844 | 2001-10-21 16:05 Tothwolf <tothwolf@techmonkeys.org> |
1845 | |
1846 | * Makefile.am, scripts/Makefile.am, src/Makefile.am: |
1847 | |
1848 | * cleanups in Makefile.am files |
1849 | |
1850 | 2001-10-21 14:51 Tothwolf <tothwolf@techmonkeys.org> |
1851 | |
1852 | * Makefile.am, bootstrap, acconfig/config.guess, |
1853 | acconfig/config.sub: |
1854 | |
1855 | * added latest version of config.guess and config.sub to acconfig |
1856 | dir |
1857 | * don't remove config.guess and config.sub with maintainer-clean |
1858 | rule |
1859 | * keep libtoolize from overwriting config.guess and config.sub |
1860 | |
1861 | 2001-10-21 12:20 Federico Mennite <ite@techmonkeys.org> |
1862 | |
1863 | * po/POTFILES.in: |
1864 | |
1865 | Updated internationalizable list of files. |
1866 | |
1867 | 2001-10-21 09:00 Automatic CVS Scripts |
1868 | |
1869 | * po/eggdrop.pot: |
1870 | |
1871 | Pots |
1872 | |
1873 | 2001-10-21 07:03 Automatic CVS Scripts |
1874 | |
1875 | * po/eggdrop.pot: |
1876 | |
1877 | Pots |
1878 | |
1879 | 2001-10-21 06:48 Automatic CVS Scripts |
1880 | |
1881 | * po/eggdrop.pot: |
1882 | |
1883 | Pots |
1884 | |
1885 | 2001-10-21 06:15 stdarg <stdarg@techmonkeys.org> |
1886 | |
1887 | * eggdrop.complete.conf: |
1888 | |
1889 | * Added config setting for dcc_command_chars |
1890 | |
1891 | 2001-10-21 06:04 stdarg <stdarg@techmonkeys.org> |
1892 | |
1893 | * scripts/action.fix.tcl: |
1894 | |
1895 | Updated action.fix.tcl to use new filt_string. |
1896 | |
1897 | 2001-10-21 06:02 stdarg <stdarg@techmonkeys.org> |
1898 | |
1899 | * doc/tcl-commands.doc, src/dcc.c, src/main.c, src/tclhash.c: |
1900 | |
1901 | * Changed the FILT bind to use a global variable instead of |
1902 | returning a string. This will make it easier for multiple callbacks |
1903 | to act on one string. |
1904 | * Made a new config variable called "dcc_command_chars" that lets |
1905 | you change which chars represent a command on the console. Default |
1906 | is "./". |
1907 | |
1908 | 2001-10-21 03:49 stdarg <stdarg@techmonkeys.org> |
1909 | |
1910 | * src/tclhash.c: |
1911 | |
1912 | Changed BT_chat back to sis instead of Uis |
1913 | |
1914 | 2001-10-21 03:44 stdarg <stdarg@techmonkeys.org> |
1915 | |
1916 | * src/: botnet.c, cmds.c, logfile.c, modules.c, tcl.c, tclhash.c, |
1917 | tclhash.h: |
1918 | |
1919 | * Applied Oskar Liljeblad's patch to convert more bind tables. |
1920 | * Fixed bug in putlog which causes an infinite loop. |
1921 | * Added console error logging into tclscript.mod. |
1922 | * Added external error logging via "error_logfile" variable, for |
1923 | more detailed information. Default filename is logs/tcl_errors.log. |
1924 | |
1925 | 2001-10-20 21:57 stdarg <stdarg@techmonkeys.org> |
1926 | |
1927 | * src/: dcc.c, modules.c, tclhash.c, tclhash.h: |
1928 | |
1929 | * Added Oskar Liljeblad's patch to convert H_chat, H_act, and |
1930 | H_bcst. |
1931 | * Experimented with changing around the chat bind so it's called |
1932 | before text is sent, and is breakable. |
1933 | |
1934 | 2001-10-20 10:22 stdarg <stdarg@techmonkeys.org> |
1935 | |
1936 | * src/: modules.c, tclhash.c, tclhash.h: |
1937 | |
1938 | Applied patch by Oskar Liljeblad <oskar@osk.mine.nu>: Replaces |
1939 | H_away bind with new BT_away bind. |
1940 | |
1941 | 2001-10-20 08:04 Jeff Fisher <guppy@techmonkeys.org> |
1942 | |
1943 | * src/main.c: |
1944 | |
1945 | |
1946 | * Okay, after talking to various #eggdrop people and seeing x+1 |
1947 | people running eggdrop1.7 as production bots -- I added a small |
1948 | warning to the output of ./eggdrop for 1.7 that tells them this is a |
1949 | development version and that they shouldn't run it unless they are |
1950 | testing it. Sound good? It better :P~ hehe |
1951 | |
1952 | 2001-10-20 07:29 Jeff Fisher <guppy@techmonkeys.org> |
1953 | |
1954 | * eggdrop.complete.conf, doc/KNOWN-PROBLEMS, |
1955 | doc/html/egg-core.html, doc/html/mod-server.html, |
1956 | doc/settings/core.settings, doc/settings/mod.server: |
1957 | |
1958 | |
1959 | * blanked KNOWN-PROBLEMS since none of them exist anymore, correct |
1960 | me if I'm wrong |
1961 | * moved debug-output to the core settings documentation since it is |
1962 | both core and server functionality |
1963 | |
1964 | 2001-10-20 06:04 Tothwolf <tothwolf@techmonkeys.org> |
1965 | |
1966 | * Makefile.am: |
1967 | |
1968 | * added distclean-local and maintainer-clean-local Makefile.am |
1969 | targets |
1970 | |
1971 | 2001-10-20 01:19 Tothwolf <tothwolf@techmonkeys.org> |
1972 | |
1973 | * acinclude.m4, bootstrap, codeset.m4, configure.ac, gettext.m4, |
1974 | glibc21.m4, iconv.m4, isc-posix.m4, lcmessage.m4, progtest.m4, |
1975 | acconfig/acinclude.m4, acconfig/codeset.m4, acconfig/gettext.m4, |
1976 | acconfig/glibc21.m4, acconfig/iconv.m4, acconfig/isc-posix.m4, |
1977 | acconfig/lcmessage.m4, acconfig/progtest.m4: |
1978 | |
1979 | * added acconfig for an aux dir |
1980 | * moved m4 files to acconfig |
1981 | * modified EGG_LIBTOOL autoconf macro to pass --with-auxdir to |
1982 | libltdl |
1983 | * added notice to bootstrap about libtool needing a patch |
1984 | |
1985 | 2001-10-19 23:07 Tothwolf <tothwolf@techmonkeys.org> |
1986 | |
1987 | * AUTHORS, Makefile.am, config.guess, config.sub, |
1988 | doc/html/authors.html: |
1989 | |
1990 | * sync authors.html with AUTHORS |
1991 | * add config.guess and config.sub to AUX_DIST |
1992 | * remove config.guess and config.sub from cvs |
1993 | |
1994 | 2001-10-19 14:10 Tothwolf <tothwolf@techmonkeys.org> |
1995 | |
1996 | * acinclude.m4: |
1997 | |
1998 | * fix missing else in acinclude.m4 |
1999 | |
2000 | 2001-10-19 07:33 stdarg <stdarg@techmonkeys.org> |
2001 | |
2002 | * src/modules.c: |
2003 | |
2004 | del_hook() wasn't deleting the match_noterej hook correctly. |
2005 | |
2006 | 2001-10-19 06:01 Jeff Fisher <guppy@techmonkeys.org> |
2007 | |
2008 | * eggdrop.complete.conf, doc/html/egg-core.html, |
2009 | doc/html/mod-server.html, doc/settings/core.settings, |
2010 | doc/settings/mod.server, src/flags.c, src/modules.c: |
2011 | |
2012 | * removed use-console-r since we have debug-output |
2013 | * removed +r as a log option we tell people about since it used for |
2014 | debugging purposes like +v and the others. |
2015 | * made sure I didn't commit the wrong files this time <g> |
2016 | |
2017 | 2001-10-19 05:33 Jeff Fisher <guppy@techmonkeys.org> |
2018 | |
2019 | * config.guess, config.sub: |
2020 | |
2021 | Hmmm .. that was odd, cvs update -j 1.2 -j 1.1 config.guess |
2022 | config.sub is cool <g> |
2023 | |
2024 | 2001-10-19 05:26 Jeff Fisher <guppy@techmonkeys.org> |
2025 | |
2026 | * AUTHORS, README, config.guess, config.sub, eggdrop.complete.conf, |
2027 | doc/tcl-commands.doc, doc/html/egg-core.html, |
2028 | doc/settings/core.settings, scripts/autobotchk, scripts/botchk, |
2029 | src/main.c, src/tcl.c: |
2030 | |
2031 | |
2032 | * applied BarkerJr's small documentation patch |
2033 | * applied the pidfile patch from eggdrop1.6 |
2034 | * added stdarg to AUTHORS (wish we had a realname <g>) |
2035 | |
2036 | 2001-10-19 01:55 Tothwolf <tothwolf@techmonkeys.org> |
2037 | |
2038 | * acinclude.m4, configure.ac, src/botcmd.c, src/botmsg.c, |
2039 | src/botnet.c, src/chanprog.c, src/cmds.c, src/dcc.c, src/dccutil.c, |
2040 | src/dns.c, src/eggdrop.h, src/logfile.c, src/main.c, src/misc.c, |
2041 | src/modules.c, src/net.c, src/stat.h, src/tcl.c, src/tcldcc.c, |
2042 | src/tclhash.c, src/tclmisc.c, src/tcluser.c, src/userent.c, |
2043 | src/userrec.c, src/users.c: |
2044 | |
2045 | * removed obsolete EGG_CHECK_FUNC_VSPRINTF autoconf macro |
2046 | * removed obsolete EGG_HEADER_STDC autoconf macro |
2047 | * added EGG_C_LONG_LONG autoconf macro |
2048 | * added EGG_FUNC_C99_VSNPRINTF autoconf macro |
2049 | * added EGG_REPLACE_SNPRINTF autoconf macro |
2050 | * added EGG_TYPE_32BIT autoconf macro |
2051 | |
2052 | * removed unused dlfcn.h header check from configure.ac |
2053 | * removed AC_CHECK_SIZEOF long and int from configure.ac |
2054 | * added many required autoconf macros to configure.ac |
2055 | * added AC_REPLACE_FUNCS to configure.ac for compat functions |
2056 | * many configure.ac cleanups |
2057 | |
2058 | * updated compat/snprintf.c with latest version from Samba |
2059 | * added code to link libm with compat library for snprintf.c |
2060 | * added support for LIBOBJS to compat/Makefile.am |
2061 | * added memset back to compat |
2062 | * added memcpy back to compat |
2063 | * many compat cleanups |
2064 | |
2065 | * renamed egg_strcasecmp() to strcasecmp() |
2066 | * renamed egg_strncasecmp() to strncasecmp() |
2067 | * renamed egg_snprintf() to snprintf() |
2068 | * renamed egg_vsnprintf() to vsnprintf() |
2069 | * renamed egg_strftime() to strftime() |
2070 | * renamed egg_inet_aton() to inet_aton() |
2071 | * renamed egg_inet_ntop() to inet_ntop() |
2072 | * renamed egg_inet_pton() to inet_pton() |
2073 | |
2074 | * exported strftime() for modules |
2075 | * exported inet_ntop() for modules |
2076 | * exported inet_pton() for modules |
2077 | * exported vasprintf() for modules |
2078 | * exported asprintf() for modules |
2079 | |
2080 | * renamed u_32bit_t typedef to u_32int_t |
2081 | * extended stat.h to support standard bits and checks |
2082 | |
2083 | * major function changes: |
2084 | + egg_strcasecmp -> strcasecmp |
2085 | + egg_strncasecmp -> strncasecmp |
2086 | + egg_snprintf -> snprintf |
2087 | + egg_vsnprintf -> vsnprintf |
2088 | + egg_strftime -> strftime |
2089 | + egg_inet_aton -> inet_aton |
2090 | + egg_inet_ntop -> inet_ntop |
2091 | + egg_inet_pton -> inet_pton |
2092 | |
2093 | 2001-10-19 00:47 stdarg <stdarg@techmonkeys.org> |
2094 | |
2095 | * doc/: tcl-commands.doc, howto/README, howto/first_script.txt, |
2096 | howto/timers.txt: |
2097 | |
2098 | Documentation updates. |
2099 | |
2100 | 2001-10-18 11:29 stdarg <stdarg@techmonkeys.org> |
2101 | |
2102 | * src/registry.c: |
2103 | |
2104 | Removed some old debugging info I had in registry.c. |
2105 | |
2106 | 2001-10-18 11:18 stdarg <stdarg@techmonkeys.org> |
2107 | |
2108 | * src/: logfile.c, script.c: |
2109 | |
2110 | Forgot to initialize a variable in logfile_cycle(). |
2111 | |
2112 | 2001-10-18 09:37 stdarg <stdarg@techmonkeys.org> |
2113 | |
2114 | * src/logfile.c: |
2115 | |
2116 | Forgot to reopen logfile after cycling. I dunno why it keeps |
2117 | thinking msprintf.h and tclscript.c are modified.. |
2118 | |
2119 | 2001-10-18 09:26 stdarg <stdarg@techmonkeys.org> |
2120 | |
2121 | * src/script.c: |
2122 | |
2123 | Fixed bug where the config vars were being linked as read-only. |
2124 | |
2125 | 2001-10-18 09:06 stdarg <stdarg@techmonkeys.org> |
2126 | |
2127 | * src/: Makefile.am, chanprog.c, eggdrop.h, logfile.c, main.c, |
2128 | misc.c, proto.h, script.c, script_api.h, tcl.c, tclmisc.c: |
2129 | |
2130 | Fixed a bug in msprintf. Added SCRIPT_FREE_VAR flag, to |
2131 | automatically free a script_var_t. Added first config variables |
2132 | (for logging) via tclscript.mod. Separated the logging stuff into |
2133 | logfile.c. Added a command, "stoplog", which lets you close a |
2134 | logfile. Removed "max-logs" since the logfiles are in a linked list |
2135 | (it was kind of pointless). |
2136 | |
2137 | 2001-10-18 02:57 stdarg <stdarg@techmonkeys.org> |
2138 | |
2139 | * src/: modules.c, net.c, proto.h: |
2140 | |
2141 | Converted my_atoul to sscanf. |
2142 | |
2143 | 2001-10-17 06:08 stdarg <stdarg@techmonkeys.org> |
2144 | |
2145 | * src/: egg_timer.c, main.c, script_api.h, tclmisc.c: |
2146 | |
2147 | Updates to timer code. Added USER and CALLBACK types to perl |
2148 | module. |
2149 | |
2150 | 2001-10-17 03:28 stdarg <stdarg@techmonkeys.org> |
2151 | |
2152 | * src/: chanprog.c, dns.c, main.c, tcl.c, tclegg.h, tclhash.c, |
2153 | tclmisc.c: |
2154 | |
2155 | Removed old timer code. Updated dns.c to use new script interface. |
2156 | |
2157 | 2001-10-17 02:01 Matthew Hallacy <poptix@techmonkeys.org> |
2158 | |
2159 | * src/: patch.h, tcluser.c: |
2160 | |
2161 | * bad pointer in tcl_userlist, userlist * = crash |
2162 | |
2163 | 2001-10-17 01:03 stdarg <stdarg@techmonkeys.org> |
2164 | |
2165 | * eggdrop.complete.conf, eggdrop.simple.conf: |
2166 | |
2167 | updated config files for tclscript.mod |
2168 | |
2169 | 2001-10-17 00:19 stdarg <stdarg@techmonkeys.org> |
2170 | |
2171 | * src/: modules.c, tclhash.c, tclhash.h: |
2172 | |
2173 | Moved load and unload bind tables to modules.c. Removed old ctcp |
2174 | table. |
2175 | |
2176 | 2001-10-16 02:42 stdarg <stdarg@techmonkeys.org> |
2177 | |
2178 | * eggdrop.complete.conf, eggdrop.simple.conf, src/script.c, |
2179 | src/script.h, src/script_api.h, src/tclhash.c: |
2180 | |
2181 | Updated tclscript.mod a bit. Made bind and unbind use the new |
2182 | tclscript module. |
2183 | |
2184 | 2001-10-15 18:47 Matthew Hallacy <poptix@techmonkeys.org> |
2185 | |
2186 | * src/patch.h: |
2187 | |
2188 | [no log message] |
2189 | |
2190 | 2001-10-15 18:47 Matthew Hallacy <poptix@techmonkeys.org> |
2191 | |
2192 | * src/userrec.c: |
2193 | |
2194 | * Oops, forgot to fix it here too, weren't supposed to free |
2195 | xk,xk->data in adduser |
2196 | |
2197 | 2001-10-15 09:54 stdarg <stdarg@techmonkeys.org> |
2198 | |
2199 | * src/: main.c, script.c: |
2200 |