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