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