Parent Directory
|
Revision Log
|
Revision Graph
ChangeLog
1 | 2002-07-17 22:52 Matthew Hallacy <poptix@techmonkeys.org> |
2 | |
3 | * src/patch.h: |
4 | |
5 | sigh. |
6 | |
7 | 2002-07-17 22:46 Matthew Hallacy <poptix@techmonkeys.org> |
8 | |
9 | * src/patch.h: |
10 | |
11 | Duh, watch your patch.h entries. |
12 | |
13 | 2002-06-19 05:10 stdarg <stdarg@techmonkeys.org> |
14 | |
15 | * testcode/: mypoll.c, mypoll.h: |
16 | |
17 | |
18 | * poll() emulation |
19 | |
20 | 2002-06-19 04:51 stdarg <stdarg@techmonkeys.org> |
21 | |
22 | * testcode/: Makefile, chat.c, client.c, http.c, ipv6.c, |
23 | linemode.c, my_socket.c, sclient.c, sockbuf.c, sockbuf.h, socks4.c, |
24 | socks5.c, sslmode.c, zipmode.c: |
25 | |
26 | |
27 | * I think the sockbuf api is almost done |
28 | |
29 | 2002-06-18 06:15 Jeff Fisher <guppy@techmonkeys.org> |
30 | |
31 | * help/cmds2.help: |
32 | |
33 | forgot to remove a reference to highlight in a help file |
34 | |
35 | 2002-06-18 06:12 Jeff Fisher <guppy@techmonkeys.org> |
36 | |
37 | * configure.ac, eggdrop.complete.conf, help/cmds2.help, |
38 | help/core.help, lib/eggdrop/module.h, modules/Makefile.am, |
39 | modules/console/console.c, modules/irc/chan.c, |
40 | modules/irc/cmdsirc.c, modules/server/servmsg.c, src/Makefile.am, |
41 | src/botcmd.c, src/cmds.c, src/cmds.h, src/dcc.c, src/egg.h, |
42 | src/flags.c, src/flags.h, src/main.c, src/misc.c, src/modules.c, |
43 | src/tcldcc.c: |
44 | |
45 | |
46 | |
47 | - removed userflag +k |
48 | - removed userflag +h |
49 | - removed all the code related to .strip since stdarg is going to |
50 | redo it in a better fashion using network filters. |
51 | - removed woobie since woobie is useless and we would be much better |
52 | suited with a "sample" module that actually does something useful |
53 | |
54 | 2002-06-18 04:40 Jeff Fisher <guppy@techmonkeys.org> |
55 | |
56 | * eggdrop.complete.conf, doc/html/mod-server.html, |
57 | doc/settings/mod.server, modules/server/cmdsserv.c, |
58 | modules/server/scriptcmds.c, modules/server/server.c: |
59 | |
60 | |
61 | |
62 | removed the settings that did not allow for duplicate messages to be |
63 | enqueued. this always seemed like a hack to me because it doesn't |
64 | fix the real problem of broken scripts sending duplicates and |
65 | causing the bot to flood off. if a script wants to send 4000 of the |
66 | same message who are we to say that is wrong. |
67 | |
68 | 2002-06-17 16:39 Jeff Fisher <guppy@techmonkeys.org> |
69 | |
70 | * eggdrop.complete.conf, doc/html/egg-core.html, |
71 | doc/settings/core.settings, src/tcl.c, src/userrec.c: |
72 | |
73 | removed sort_users since any decent userfile backend should do this |
74 | on the fly -- i.e.. sql or our new user api that is being worked on |
75 | |
76 | 2002-06-17 06:14 Jeff Fisher <guppy@techmonkeys.org> |
77 | |
78 | * help/cmds2.help, help/core.help, modules/irc/msgcmds.c, |
79 | modules/notes/notes.c, src/flags.c, src/flags.h: |
80 | |
81 | removed the common user access flag sice this is a throw back to the |
82 | earlier days of IRC -- common accounts are almost non-existant on |
83 | IRC these days. |
84 | |
85 | 2002-06-17 06:04 Jeff Fisher <guppy@techmonkeys.org> |
86 | |
87 | * eggdrop.complete.conf, help/cmds1.help, help/cmds2.help, |
88 | help/core.help, modules/irc/msgcmds.c, |
89 | modules/irc/help/msg/irc.help, src/cmds.c, src/misc.c, src/misc.h: |
90 | |
91 | removed some legacy commands that are fairly non-useful and addhost |
92 | which is just wrong. |
93 | |
94 | 2002-06-08 07:21 stdarg <stdarg@techmonkeys.org> |
95 | |
96 | * modules/server/servmsg.c: |
97 | |
98 | [no log message] |
99 | |
100 | 2002-06-07 06:38 stdarg <stdarg@techmonkeys.org> |
101 | |
102 | * modules/server/servmsg.c: |
103 | |
104 | |
105 | * got432(), got433(), and renamed gotfake433 to choose_altnick |
106 | |
107 | 2002-06-05 05:11 stdarg <stdarg@techmonkeys.org> |
108 | |
109 | * modules/server/servmsg.c: |
110 | |
111 | |
112 | * Oops committed too early, doh |
113 | * Converted got303(), thought about moving the keep-nick stuff to a |
114 | separate file and adding watch-list support |
115 | |
116 | 2002-06-05 05:10 stdarg <stdarg@techmonkeys.org> |
117 | |
118 | * modules/server/servmsg.c: |
119 | |
120 | [no log message] |
121 | |
122 | 2002-06-03 03:35 stdarg <stdarg@techmonkeys.org> |
123 | |
124 | * lib/eggdrop/module.h, modules/server/server.c, |
125 | modules/server/servmsg.c, src/modules.c: |
126 | |
127 | |
128 | * Server lag checking now does hundredths of a second. |
129 | * gotwallops() and gotpong() converted to new raw syntax |
130 | |
131 | 2002-06-02 18:06 stdarg <stdarg@techmonkeys.org> |
132 | |
133 | * modules/: irc/chan.c, server/server.c, server/servmsg.c: |
134 | |
135 | |
136 | * gotnotice() |
137 | |
138 | 2002-06-02 08:56 stdarg <stdarg@techmonkeys.org> |
139 | |
140 | * modules/server/servmsg.c: |
141 | |
142 | |
143 | * Oops argument mixup |
144 | |
145 | 2002-06-02 08:52 stdarg <stdarg@techmonkeys.org> |
146 | |
147 | * modules/: irc/chan.c, irc/irc.c, server/server.c, |
148 | server/servmsg.c: |
149 | |
150 | |
151 | * Changed the raw bind syntax again: user nick uhost cmd nargs |
152 | args... maybe user should come after uhost, like in other binds? |
153 | * Moved pub/pubm binds from irc module to server module |
154 | |
155 | 2002-06-01 17:57 stdarg <stdarg@techmonkeys.org> |
156 | |
157 | * modules/server/: channels.c, channels.h, servmsg.c: |
158 | |
159 | |
160 | * Ooops forgot to add channels.c and channels.h last time! |
161 | |
162 | 2002-06-01 13:42 wingman |
163 | |
164 | * src/Makefile.am: |
165 | |
166 | |
167 | .oO(i should really somewhere write down my modified files or |
168 | just use cvs commit w/o my own in-memory-modified-file-list... |
169 | ;-) |
170 | |
171 | 2002-06-01 13:28 wingman |
172 | |
173 | * src/traffic.c: |
174 | |
175 | |
176 | * new file: traffic. |
177 | |
178 | 2002-06-01 13:27 wingman |
179 | |
180 | * src/: main.c, net.c, traffic.h: |
181 | |
182 | |
183 | * moved traffic commands to traffic.[c|h] and cleaned |
184 | up net.c/main.c |
185 | |
186 | 2002-06-01 08:13 stdarg <stdarg@techmonkeys.org> |
187 | |
188 | * modules/channels/tclchan.c: |
189 | |
190 | |
191 | * Converted a few more channel commands |
192 | |
193 | 2002-06-01 05:15 stdarg <stdarg@techmonkeys.org> |
194 | |
195 | * modules/server/Makefile.am, modules/server/server.c, |
196 | modules/server/servmsg.c, src/modules.c: |
197 | |
198 | |
199 | * Added "newraw" bind table, which will eventually replace "raw" |
200 | * Made got001() the first newraw-compliant function |
201 | * Started merging irc/server modules a little bit |
202 | |
203 | 2002-06-01 03:50 stdarg <stdarg@techmonkeys.org> |
204 | |
205 | * testcode/dns.c: |
206 | |
207 | |
208 | * dns resolving seems to work now, even for strange replies like |
209 | irc.dal.net and www.lycos.com |
210 | |
211 | 2002-05-31 08:02 stdarg <stdarg@techmonkeys.org> |
212 | |
213 | * modules/server/servmsg.c: |
214 | |
215 | |
216 | * Beginning of a new model for the raw server bind. It will do more |
217 | parsing so that other places don't have to. We can also add an SFILT |
218 | bind so that scripts/modules can modify server input text. |
219 | |
220 | 2002-05-31 05:29 stdarg <stdarg@techmonkeys.org> |
221 | |
222 | * modules/server/: scriptcmds.c, server.c: |
223 | |
224 | |
225 | * More conversions in the server module |
226 | |
227 | 2002-05-31 04:11 stdarg <stdarg@techmonkeys.org> |
228 | |
229 | * lib/eggdrop/module.h, lib/eggdrop/script.h, |
230 | modules/javascript/javascript.c, modules/perlscript/perlscript.c, |
231 | modules/server/scriptcmds.c, modules/server/server.c, |
232 | modules/server/servmsg.c, modules/tclscript/tclscript.c, |
233 | src/chanprog.c, src/misc.c, src/modules.c: |
234 | |
235 | |
236 | * Botname doesn't rely on NICKLEN |
237 | * Ok.. using strtok() on function arguments that get re-used (binds) |
238 | is BAD. |
239 | |
240 | 2002-05-31 03:07 stdarg <stdarg@techmonkeys.org> |
241 | |
242 | * lib/eggdrop/memutil.c, lib/eggdrop/memutil.h, |
243 | modules/server/scriptcmds.c, modules/server/server.c, src/dcc.c: |
244 | |
245 | |
246 | * Getting rid of some usage of NICKLEN in the hopes that eventually |
247 | it will disappear. |
248 | |
249 | 2002-05-31 02:01 stdarg <stdarg@techmonkeys.org> |
250 | |
251 | * modules/server/: server.c, servmsg.c: |
252 | |
253 | |
254 | * Fixed a bug which was corrupting MODE binds |
255 | * disconnect_server() was resetting servidx before removing it from |
256 | the dcc table |
257 | |
258 | 2002-05-28 20:36 stdarg <stdarg@techmonkeys.org> |
259 | |
260 | * modules/filesys/tclfiles.c, modules/notes/notes.c, |
261 | modules/server/server.c, modules/server/server.h, |
262 | modules/server/servmsg.c, modules/uptime/uptime.c, src/botmsg.c: |
263 | |
264 | |
265 | * Got rid of a bit of findanyidx() usage |
266 | |
267 | 2002-05-28 05:13 stdarg <stdarg@techmonkeys.org> |
268 | |
269 | * modules/channels/tclchan.c: |
270 | |
271 | |
272 | * Some more converted channel commands. |
273 | |
274 | 2002-05-27 04:19 stdarg <stdarg@techmonkeys.org> |
275 | |
276 | * modules/channels/tclchan.c: |
277 | |
278 | |
279 | * channel_info now returns a list of all channel setting names, not |
280 | values. |
281 | * channel_get returns a single setting for a single channel. |
282 | |
283 | 2002-05-26 08:34 stdarg <stdarg@techmonkeys.org> |
284 | |
285 | * lib/eggdrop/module.h, modules/console/console.c, |
286 | modules/filesys/filesys.c, src/botcmd.c, src/botmsg.c, |
287 | src/botnet.c, src/cmds.c, src/core_binds.c, src/core_binds.h, |
288 | src/dcc.c, src/dccutil.c, src/modules.c, src/tcldcc.c, |
289 | src/tclhash.c, src/tclhash.h, src/userrec.c: |
290 | |
291 | |
292 | * Moved creation and maintenance of core binds from tclhash.c to |
293 | core_binds.c |
294 | * Renamed check_tcl_* to check_bind_* in the core |
295 | |
296 | 2002-05-26 03:02 stdarg <stdarg@techmonkeys.org> |
297 | |
298 | * src/tclhash.c: |
299 | |
300 | |
301 | * Made dcc a MATCH_PARTIAL table again. |
302 | |
303 | 2002-05-26 02:49 stdarg <stdarg@techmonkeys.org> |
304 | |
305 | * lib/eggdrop/module.h, modules/irc/irc.c, src/modules.c, |
306 | src/tclegg.h, src/tclhash.c, src/tclhash.h: |
307 | |
308 | |
309 | * Bind table cleanups |
310 | * Removed bind_chain_t for now. I think for non-wildcard, |
311 | non-stackable tables, we could do a hash table |
312 | |
313 | 2002-05-24 17:50 stdarg <stdarg@techmonkeys.org> |
314 | |
315 | * src/proxyapi.h: |
316 | |
317 | |
318 | * Beginning of an interface for modules that support a type of proxy |
319 | (socks5, http, etc) (proxy_t to be defined later). |
320 | |
321 | 2002-05-24 17:37 stdarg <stdarg@techmonkeys.org> |
322 | |
323 | * src/cryptapi.h: |
324 | |
325 | |
326 | * Beginning of an interface for modules that want to provide |
327 | hash/crypto functions. |
328 | |
329 | 2002-05-24 06:52 stdarg <stdarg@techmonkeys.org> |
330 | |
331 | * lib/eggdrop/script.c, modules/server/scriptcmds.c, |
332 | modules/server/server.c: |
333 | |
334 | |
335 | * Null checking in script_string |
336 | * Got rid of $servers in favor of [server_list], and $server is now |
337 | an index |
338 | |
339 | 2002-05-21 21:28 stdarg <stdarg@techmonkeys.org> |
340 | |
341 | * modules/server/server.c: |
342 | |
343 | |
344 | * Forgot to set the serverlist to null when it's cleared. |
345 | |
346 | 2002-05-21 21:23 stdarg <stdarg@techmonkeys.org> |
347 | |
348 | * eggdrop.complete.conf, eggdrop.simple.conf, |
349 | modules/server/scriptcmds.c, modules/server/server.c: |
350 | |
351 | |
352 | * Added server_add and server_clear, still need a server_del. |
353 | |
354 | 2002-05-19 04:41 stdarg <stdarg@techmonkeys.org> |
355 | |
356 | * modules/filesys/filesys.c, modules/server/server.c, src/net.c: |
357 | |
358 | |
359 | * Got rid of some inet_ntoa |
360 | * Converted dcc ip nums to dotted decimal notation |
361 | |
362 | 2002-05-18 07:41 stdarg <stdarg@techmonkeys.org> |
363 | |
364 | * configure.ac, lib/adns/internal.h, lib/adns/setup.c, |
365 | lib/compat/Makefile.am, lib/compat/compat.h, |
366 | lib/compat/inet_aton.c, lib/compat/inet_aton.h, |
367 | modules/filesys/filesys.c, modules/server/server.c, src/dns.c, |
368 | src/net.c: |
369 | |
370 | |
371 | * Changed inet_aton(...) to inet_pton(AF_INET, ...) and removed |
372 | inet_aton from lib/compat -- why have both? |
373 | |
374 | 2002-05-17 07:29 stdarg <stdarg@techmonkeys.org> |
375 | |
376 | * lib/eggdrop/module.h, modules/channels/channels.c, |
377 | modules/console/console.c, modules/ctcp/ctcp.c, |
378 | modules/filesys/filesys.c, modules/irc/irc.c, |
379 | modules/javascript/javascript.c, modules/notes/notes.c, |
380 | modules/perlscript/mod_iface.c, modules/server/server.c, |
381 | modules/share/share.c, modules/tclscript/tclscript.c, |
382 | modules/transfer/transfer.c, modules/uptime/uptime.c, src/botnet.c, |
383 | src/core_binds.c, src/modules.c, src/tcl.c, src/tclhash.c, |
384 | src/tclhash.h: |
385 | |
386 | |
387 | * Bind table cleanups, especially renaming bind table functions and |
388 | making add/rem_builtins take a char * instead of a bind_table_t *. |
389 | |
390 | 2002-05-16 22:56 stdarg <stdarg@techmonkeys.org> |
391 | |
392 | * src/: botnet.c, dcc.c, dccutil.c: |
393 | |
394 | |
395 | * check_tcl_chon wasn't being called with the real idx |
396 | |
397 | 2002-05-13 17:40 stdarg <stdarg@techmonkeys.org> |
398 | |
399 | * modules/ctcp/ctcp.c: |
400 | |
401 | * (telnet) to (all) |
402 | |
403 | 2002-05-13 08:38 stdarg <stdarg@techmonkeys.org> |
404 | |
405 | * lib/eggdrop/script.c: |
406 | |
407 | |
408 | * Fixed some stuff I messed up while moving around code. |
409 | |
410 | 2002-05-12 15:35 Federico Mennite <ite@techmonkeys.org> |
411 | |
412 | * configure.ac, acconfig/acinclude.m4, src/bg.c, src/main.c, |
413 | src/users.h: |
414 | |
415 | * Now always preforking |
416 | * More minor configure macros cleanup |
417 | * Let's try to detect JS_NewObject() instead of JS_Now() for |
418 | javascript library detection. |
419 | * Js headers to be corectly detected when --with-jsinc isn't passed |
420 | to ./configure |
421 | |
422 | 2002-05-12 07:58 stdarg <stdarg@techmonkeys.org> |
423 | |
424 | * src/patch.h: |
425 | |
426 | |
427 | * Did I update this the right way? |
428 | |
429 | 2002-05-12 06:25 stdarg <stdarg@techmonkeys.org> |
430 | |
431 | * modules/channels/channels.c: |
432 | |
433 | |
434 | * yay |
435 | |
436 | 2002-05-12 06:24 stdarg <stdarg@techmonkeys.org> |
437 | |
438 | * src/botmsg.c: |
439 | |
440 | |
441 | * Unnecessary strlen() |
442 | |
443 | 2002-05-12 06:23 stdarg <stdarg@techmonkeys.org> |
444 | |
445 | * modules/irc/irc.c, modules/server/server.c, src/tcldcc.c: |
446 | |
447 | |
448 | * Overlooked name changes |
449 | |
450 | 2002-05-12 06:12 stdarg <stdarg@techmonkeys.org> |
451 | |
452 | * lib/eggdrop/module.h, modules/channels/tclchan.c, src/botmsg.c, |
453 | src/dccutil.c, src/misc.c, src/misc.h, src/modules.c: |
454 | |
455 | |
456 | * Got rid of str_nutf8tounicode |
457 | |
458 | 2002-05-12 05:59 stdarg <stdarg@techmonkeys.org> |
459 | |
460 | * lib/eggdrop/Makefile.am, lib/eggdrop/eggdrop.h, |
461 | lib/eggdrop/registry.c, lib/eggdrop/registry.h, |
462 | lib/eggdrop/script.c, lib/eggdrop/script.h, |
463 | modules/blowfish/blowfish.c, modules/channels/channels.c, |
464 | modules/irc/irc.c, modules/javascript/javascript.c, |
465 | modules/perlscript/mod_iface.c, modules/perlscript/perlscript.c, |
466 | modules/server/server.c, modules/tclscript/tclscript.c, src/dcc.c, |
467 | src/dns.c, src/egg_timer.c, src/logfile.c, src/tcl.c, src/tcldcc.c, |
468 | src/tclhash.c, src/tclmisc.c, src/users.c: |
469 | |
470 | |
471 | * Converting the scripting modules to using a well-defined interface |
472 | rather than the general registry. |
473 | * Converted the 'traffic' command. |
474 | * Got rid of the registry since it wasn't needed anymore. |
475 | |
476 | 2002-05-11 01:08 stdarg <stdarg@techmonkeys.org> |
477 | |
478 | * modules/javascript/javascript.c, src/cmds.c: |
479 | |
480 | |
481 | * Fixed a lot of duplicate log messages from dcc commands. |
482 | |
483 | 2002-05-09 21:23 Federico Mennite <ite@techmonkeys.org> |
484 | |
485 | * configure.ac, acconfig/acinclude.m4, modules/Makefile.am, |
486 | modules/javascript/.cvsignore, modules/javascript/Makefile.am, |
487 | modules/javascript/javascript.c: |
488 | |
489 | Added preliminary support libjs detection and javascript module |
490 | Makefile |
491 | |
492 | 2002-05-09 07:37 stdarg <stdarg@techmonkeys.org> |
493 | |
494 | * src/: dcc.c, egg.h, tcldcc.c, tclmisc.c: |
495 | |
496 | |
497 | * Quickly converted the network functions to language neutrality |
498 | * script_listen_script() doesn't work, I think. I haven't tested it |
499 | yet, but I'm 99.9% sure. I'll do it later. |
500 | * Sort of a cool little new function... script_export. It lets you |
501 | define a function in tcl/perl/javascript, and make it available in |
502 | the other scripting modules. It needs some tuning, but it's a start. |
503 | |
504 | 2002-05-09 03:34 stdarg <stdarg@techmonkeys.org> |
505 | |
506 | * modules/tclscript/tclscript.c: |
507 | |
508 | |
509 | * Don't bother with remaining arguments if there's a conversion |
510 | error. |
511 | |
512 | 2002-05-09 03:26 stdarg <stdarg@techmonkeys.org> |
513 | |
514 | * modules/irc/: irc.c, scriptcmds.c, tclirc.c: |
515 | |
516 | |
517 | * Added patch by Guillaume Leclanche <mo-ize@nul-en.info> to convert |
518 | functions in the irc module to language-independent form. |
519 | |
520 | 2002-05-09 03:11 stdarg <stdarg@techmonkeys.org> |
521 | |
522 | * src/egg_timer.c: |
523 | |
524 | |
525 | * Changed a static int array to dynamic. |
526 | |
527 | 2002-05-07 22:09 stdarg <stdarg@techmonkeys.org> |
528 | |
529 | * modules/javascript/javascript.c: |
530 | |
531 | |
532 | * The javascript module seems to be on par with tcl and perl now. |
533 | Who's yo daddy! Later we can add special things, like a real |
534 | EggdropUser object, and EggdropChannel, etc. |
535 | |
536 | 2002-05-07 10:02 stdarg <stdarg@techmonkeys.org> |
537 | |
538 | * modules/javascript/javascript.c: |
539 | |
540 | |
541 | * Stuff is starting to work. You can use .js putlog("blah blah") for |
542 | instance. |
543 | |
544 | 2002-05-06 10:41 stdarg <stdarg@techmonkeys.org> |
545 | |
546 | * modules/javascript/javascript.c: |
547 | |
548 | |
549 | * .js can now do simple stuff like math and string addition |
550 | |
551 | 2002-05-06 10:33 stdarg <stdarg@techmonkeys.org> |
552 | |
553 | * modules/javascript/javascript.c: |
554 | |
555 | |
556 | * it compiles now if you hack up a makefile, but makes eggdrop when |
557 | you call a function with .js (dcc command) |
558 | |
559 | 2002-05-06 09:39 stdarg <stdarg@techmonkeys.org> |
560 | |
561 | * modules/javascript/javascript.c: |
562 | |
563 | |
564 | * It doesn't compile yet. Can somebody make a proper Makefile for it |
565 | though? I tried for a little while, but it's failing horribly. ITE? |
566 | |
567 | 2002-05-06 05:44 stdarg <stdarg@techmonkeys.org> |
568 | |
569 | * lib/egglib/: regexp.c, regexp.h: |
570 | |
571 | |
572 | * Added a regsub() function that works sort of like Tcl's. I'll do a |
573 | regmatch() function later. We should add regcomp() and regexec() to |
574 | lib/compat I guess? |
575 | |
576 | 2002-05-06 04:52 Jeff Fisher <guppy@techmonkeys.org> |
577 | |
578 | * testcode/match.c: |
579 | |
580 | added zip's matching code |
581 | |
582 | 2002-05-05 20:04 stdarg <stdarg@techmonkeys.org> |
583 | |
584 | * src/: match.c, match.h: |
585 | |
586 | |
587 | * wild_match has const arguments |
588 | |
589 | 2002-05-05 16:40 Tothwolf <tothwolf@techmonkeys.org> |
590 | |
591 | * lib/compat/compat.h, lib/compat/inet_aton.c, |
592 | lib/compat/inet_aton.h, lib/compat/inet_ntop.c, |
593 | lib/compat/inet_ntop.h, lib/compat/inet_pton.c, |
594 | lib/compat/inet_pton.h, lib/compat/memcpy.c, lib/compat/memcpy.h, |
595 | lib/compat/memset.c, lib/compat/memset.h, lib/compat/snprintf.c, |
596 | lib/compat/snprintf.h, lib/compat/strcasecmp.c, |
597 | lib/compat/strcasecmp.h, lib/compat/strdup.c, lib/compat/strdup.h, |
598 | lib/compat/strerror.h, lib/compat/strftime.h, lib/compat/strlcat.h, |
599 | lib/compat/strlcpy.h, lib/compat/strncasecmp.c, |
600 | lib/compat/strncasecmp.h, lib/eggdrop/botnetutil.c, |
601 | lib/eggdrop/botnetutil.h, lib/eggdrop/common.h, |
602 | lib/eggdrop/eggdrop.c, lib/eggdrop/eggdrop.h, |
603 | lib/eggdrop/fileutil.c, lib/eggdrop/fileutil.h, |
604 | lib/eggdrop/memutil.c, lib/eggdrop/memutil.h, lib/eggdrop/module.h, |
605 | lib/eggdrop/modvals.h, lib/eggdrop/registry.c, |
606 | lib/eggdrop/registry.h, lib/eggdrop/script.c, lib/eggdrop/script.h, |
607 | lib/eggdrop/stat.h, lib/egglib/base64.c, lib/egglib/base64.h, |
608 | lib/egglib/egglib.h, lib/egglib/hash_table.c, |
609 | lib/egglib/hash_table.h, lib/egglib/hash_table_test.c, |
610 | lib/egglib/linked_list.c, lib/egglib/linked_list.h, |
611 | lib/egglib/linked_list_test.c, lib/egglib/mempool.c, |
612 | lib/egglib/mempool.h, lib/egglib/mempool_test.c, |
613 | lib/egglib/msprintf.c, lib/egglib/msprintf.h, lib/egglib/mstack.c, |
614 | lib/egglib/mstack.h, modules/blowfish/bf_tab.h, |
615 | modules/blowfish/blowfish.c, modules/blowfish/blowfish.h, |
616 | modules/channels/channels.c, modules/channels/channels.h, |
617 | modules/channels/cmdschan.c, modules/channels/flagmaps.c, |
618 | modules/channels/tclchan.c, modules/channels/udefchan.c, |
619 | modules/channels/userchan.c, modules/compress/compress.c, |
620 | modules/compress/compress.h, modules/compress/tclcompress.c, |
621 | modules/console/console.c, modules/console/console.h, |
622 | modules/ctcp/ctcp.c, modules/ctcp/ctcp.h, |
623 | modules/filesys/dbcompat.c, modules/filesys/dbcompat.h, |
624 | modules/filesys/filedb3.c, modules/filesys/filedb3.h, |
625 | modules/filesys/filelist.c, modules/filesys/filelist.h, |
626 | modules/filesys/files.c, modules/filesys/files.h, |
627 | modules/filesys/filesys.c, modules/filesys/filesys.h, |
628 | modules/filesys/tclfiles.c, modules/irc/chan.c, |
629 | modules/irc/cmdsirc.c, modules/irc/irc.c, modules/irc/irc.h, |
630 | modules/irc/mode.c, modules/irc/msgcmds.c, modules/irc/tclirc.c, |
631 | modules/notes/cmdsnote.c, modules/notes/notes.c, |
632 | modules/notes/notes.h, modules/perlscript/mod_iface.c, |
633 | modules/perlscript/perlscript.c, modules/server/cmdsserv.c, |
634 | modules/server/scriptcmds.c, modules/server/server.c, |
635 | modules/server/server.h, modules/server/servmsg.c, |
636 | modules/share/share.c, modules/share/share.h, |
637 | modules/share/uf_features.c, modules/tclscript/tclscript.c, |
638 | modules/transfer/transfer.c, modules/transfer/transfer.h, |
639 | modules/uptime/uptime.c, modules/uptime/uptime.h, src/bg.c, |
640 | src/bg.h, src/botcmd.c, src/botcmd.h, src/botmsg.c, src/botmsg.h, |
641 | src/botnet.c, src/botnet.h, src/chan.h, src/chanprog.c, |
642 | src/chanprog.h, src/cmds.c, src/cmds.h, src/cmdt.h, |
643 | src/core_binds.c, src/core_binds.h, src/dcc.c, src/dcc.h, |
644 | src/dccutil.c, src/dccutil.h, src/debug.h, src/dns.c, src/dns.h, |
645 | src/egg.h, src/egg_timer.c, src/egg_timer.h, src/flags.c, |
646 | src/flags.h, src/irccmp.c, src/irccmp.h, src/logfile.c, |
647 | src/logfile.h, src/main.c, src/main.h, src/match.c, src/match.h, |
648 | src/misc.c, src/misc.h, src/modules.c, src/modules.h, src/net.c, |
649 | src/net.h, src/patch.h, src/tandem.h, src/tcl.c, src/tcl.h, |
650 | src/tcldcc.c, src/tclegg.h, src/tclhash.c, src/tclhash.h, |
651 | src/tclmisc.c, src/tcluser.c, src/traffic.h, src/userent.c, |
652 | src/userent.h, src/userrec.c, src/userrec.h, src/users.c, |
653 | src/users.h: |
654 | |
655 | Grafted GPL header onto newer files. Storing rcsid in binary files |
656 | now. |
657 | |
658 | 2002-05-05 15:21 wingman |
659 | |
660 | * lib/egglib/linked_list_test.c, modules/irc/irc.h, |
661 | modules/server/server.h, src/botcmd.h, src/botmsg.h, src/botnet.h, |
662 | src/chanprog.h, src/cmds.h, src/core_binds.c, src/dcc.h, |
663 | src/dccutil.h, src/misc.h, src/modules.h, src/net.c, src/net.h, |
664 | src/proto.h, src/tcl.h, src/tclhash.h, src/userent.h, |
665 | src/userrec.h: |
666 | |
667 | i knew i forgot something :-P |
668 | |
669 | 2002-05-05 15:19 wingman |
670 | |
671 | * src/Makefile.am, src/botcmd.c, src/botmsg.c, src/botnet.c, |
672 | src/chanprog.c, src/cmds.c, src/dcc.c, src/dccutil.c, src/dns.c, |
673 | src/flags.c, src/logfile.c, src/main.c, src/main.h, src/misc.c, |
674 | src/modules.c, src/tcl.c, src/tcldcc.c, lib/eggdrop/module.h, |
675 | modules/filesys/files.c, modules/filesys/filesys.c, |
676 | modules/filesys/filesys.h, src/tclegg.h, src/tclhash.c, |
677 | src/tclmisc.c, src/tcluser.c, src/userent.c, src/userrec.c, |
678 | src/users.c, src/users.h: |
679 | |
680 | Changes: |
681 | |
682 | * removed patch.h |
683 | * added proper <filename>.h to (nearly) all <filename.h> |
684 | * moved fixcolon to server.mod and irc.mod |
685 | * moved ip2long to net.h |
686 | * removed some unused function (forgot the name :-P) |
687 | |
688 | Todo: |
689 | |
690 | * move config.h #include's away from main.h to files which |
691 | needs them |
692 | * clean up lib/eggdrop/module.h |
693 | (now not just main.h is included but nearly all .h files from |
694 | the core, but i guess this fixes itself when the global func |
695 | table is abandon - then the modules must be revised too and |
696 | we can clean up module.h) |
697 | |
698 | And i'll bet i forgot something... ;-) |
699 | |
700 | 2002-05-05 04:59 stdarg <stdarg@techmonkeys.org> |
701 | |
702 | * src/tclmisc.c: |
703 | |
704 | |
705 | * Got rid of a static buffer in script_md5 |
706 | |
707 | 2002-05-05 04:12 stdarg <stdarg@techmonkeys.org> |
708 | |
709 | * modules/blowfish/: Makefile.am, blowfish.c: |
710 | |
711 | |
712 | * Applied a modified version of a blowfish.mod patch by Mo-Ize |
713 | <mo-ize@nul-en.info> to convert blowfish scripting functions. |
714 | |
715 | 2002-05-04 17:01 wingman |
716 | |
717 | * lib/egglib/: linked_list.c, linked_list.h, linked_list_test.c: |
718 | |
719 | egglib: |
720 | |
721 | *) commented linked_list.[c|h] |
722 | *) added a char comparator |
723 | *) fixed a segfault with uninitialised cursor |
724 | *) update test code and added a char'd linked_list |
725 | |
726 | 2002-05-04 16:17 Federico Mennite <ite@techmonkeys.org> |
727 | |
728 | * configure.ac, acconfig/acinclude.m4, src/bg.c: |
729 | |
730 | Preforking is now enbaled by default (not matter if Tcl is threaded |
731 | or not). |
732 | |
733 | 2002-05-04 14:14 Federico Mennite <ite@techmonkeys.org> |
734 | |
735 | * acconfig/acinclude.m4: |
736 | |
737 | Cygwin's binmode static library name was wrong. |
738 | |
739 | 2002-05-04 13:32 Tothwolf <tothwolf@techmonkeys.org> |
740 | |
741 | * testcode/Makefile: |
742 | |
743 | Simplified build rules and added a clean target. |
744 | |
745 | 2002-05-04 09:18 Axel Franke <eule@berlin.snafu.de> |
746 | |
747 | * modules/channels/cmdschan.c, src/patch.h: |
748 | |
749 | clean up cmd_pls_ban/exempt/invite and cmd_mns_ban/exempt/invite |
750 | with maskfunctions |
751 | |
752 | 2002-05-03 20:16 Will Buckner <wcc@techmonkeys.org> |
753 | |
754 | * text/banner: |
755 | |
756 | Small copyright info update. |
757 | |
758 | 2002-05-03 07:59 stdarg <stdarg@techmonkeys.org> |
759 | |
760 | * src/traffic.h: |
761 | |
762 | |
763 | * Ah, and traffic.h to define the struct |
764 | |
765 | 2002-05-03 07:57 stdarg <stdarg@techmonkeys.org> |
766 | |
767 | * src/: cmds.c, main.c, net.c, tcl.c, tcldcc.c: |
768 | |
769 | |
770 | * Made itraffic_* otraffic_* into a single struct. |
771 | * mod-path -> mod_path |
772 | |
773 | 2002-05-03 01:21 Federico Mennite <ite@techmonkeys.org> |
774 | |
775 | * configure.ac, acconfig/acinclude.m4, lib/compat/Makefile.am, |
776 | lib/compat/compat.h, lib/compat/getopt.c, lib/compat/getopt.h, |
777 | lib/compat/getopt1.c, src/main.c: |
778 | |
779 | * Now using getopt_long() for command line processing. Might not be |
780 | defnitive. |
781 | * Workarounded an issue on cygwin which prevented binmode.o to be |
782 | linked in. |
783 | * Minor configure macros cleanup |
784 | |
785 | 2002-05-02 03:21 stdarg <stdarg@techmonkeys.org> |
786 | |
787 | * doc/howto/porting.txt: |
788 | |
789 | |
790 | * Oops botnet-nick, not bot-nick |
791 | |
792 | 2002-05-02 03:16 stdarg <stdarg@techmonkeys.org> |
793 | |
794 | * doc/howto/: README, porting.txt, timers.txt: |
795 | |
796 | |
797 | * Added 'porting.txt', which gives some pointers for porting scripts |
798 | from older versions of Eggdrop to 1.7. |
799 | * Updated the howto for timers. |
800 | |
801 | 2002-05-01 05:39 stdarg <stdarg@techmonkeys.org> |
802 | |
803 | * src/tcluser.c: |
804 | |
805 | |
806 | * Fixed crash in script_matchuser (found by blaster^ |
807 | <blasterb@wanadoo.Fr>) |
808 | |
809 | 2002-05-01 05:31 stdarg <stdarg@techmonkeys.org> |
810 | |
811 | * doc/tcl-commands.doc, modules/server/scriptcmds.c: |
812 | |
813 | |
814 | * now putserv -noqueue adds \r\n to the end of your text for you |
815 | |
816 | 2002-05-01 04:28 stdarg <stdarg@techmonkeys.org> |
817 | |
818 | * scripts/compat.tcl: |
819 | |
820 | |
821 | * Oops, forgot a } |
822 | |
823 | 2002-05-01 03:56 stdarg <stdarg@techmonkeys.org> |
824 | |
825 | * eggdrop.complete.conf, eggdrop.simple.conf, |
826 | modules/channels/channels.c, modules/compress/compress.c, |
827 | modules/console/console.c, modules/filesys/filesys.c, |
828 | modules/irc/irc.c, modules/notes/notes.c, modules/server/server.c, |
829 | modules/transfer/transfer.c, nettype/custom.irc.conf, |
830 | nettype/custom.server.conf, nettype/dalnet.irc.conf, |
831 | nettype/dalnet.server.conf, nettype/efnet.irc.conf, |
832 | nettype/efnet.server.conf, nettype/hybridefnet.irc.conf, |
833 | nettype/hybridefnet.server.conf, nettype/ircnet.irc.conf, |
834 | nettype/ircnet.server.conf, nettype/undernet.irc.conf, |
835 | nettype/undernet.server.conf, scripts/compat.tcl, |
836 | scripts/userinfo.tcl, src/logfile.c, src/tcl.c: |
837 | |
838 | I changed a lot of variable names (- became _). I may have missed |
839 | some so keep your eyes open and if your scripts stop working, this |
840 | may be why. I also added 'puthelp' and 'putquick' to compat.tcl. |
841 | |
842 | 2002-05-01 02:30 stdarg <stdarg@techmonkeys.org> |
843 | |
844 | * doc/tcl-commands.doc, lib/eggdrop/script.c, lib/eggdrop/script.h, |
845 | src/tcldcc.c, src/tclhash.c, src/tclmisc.c: |
846 | |
847 | |
848 | * Added some convenience functions for working with strings in |
849 | script_var_t's. * 'binds' command now returns a list of bind tables |
850 | if you specify no arguments. |
851 | |
852 | 2002-04-28 07:37 stdarg <stdarg@techmonkeys.org> |
853 | |
854 | * modules/perlscript/perlscript.c, modules/tclscript/tclscript.c, |
855 | src/dcc.c, src/tcl.c, src/tclmisc.c: |
856 | |
857 | |
858 | * Converted some more variables |
859 | * Added null checking in tcl and perl modules for string conversions |
860 | |
861 | 2002-04-28 06:15 Federico Mennite <ite@techmonkeys.org> |
862 | |
863 | * src/: tcl.c, tclmisc.c: |
864 | |
865 | Got rid of tcl_loadmodule() in favour of script_loadmodule. |
866 | |
867 | 2002-04-28 05:58 Federico Mennite <ite@techmonkeys.org> |
868 | |
869 | * eggdrop.complete.conf, eggdrop.simple.conf: |
870 | |
871 | Don't load tclscript in the traditional way since we load it through |
872 | command line. |
873 | |
874 | 2002-04-28 05:53 Federico Mennite <ite@techmonkeys.org> |
875 | |
876 | * eggdrop.complete.conf, eggdrop.simple.conf, src/main.c: |
877 | |
878 | Allow to preload a module from the command line. |
879 | |
880 | 2002-04-28 03:13 Federico Mennite <ite@techmonkeys.org> |
881 | |
882 | * src/tcldcc.c: |
883 | |
884 | Dcc entries weren't released properly in a case of listen command |
885 | failure |
886 | |
887 | 2002-04-28 02:21 Federico Mennite <ite@techmonkeys.org> |
888 | |
889 | * lib/eggdrop/module.h, src/dcc.c, src/dccutil.c, src/modules.c, |
890 | src/proto.h: |
891 | |
892 | * Let's increase candidates to be schrienked out from the dcc table. |
893 | * Built default for max_dcc is the same to the one in the config |
894 | file. |
895 | * Minor dcc clean up. |
896 | * Exporting removedcc() was unneeded and dangerous. |
897 | |
898 | 2002-04-27 18:34 stdarg <stdarg@techmonkeys.org> |
899 | |
900 | * src/: dcc.c, dccutil.c, tcl.c: |
901 | |
902 | |
903 | * Use init_dcc_max instead of resizing the dcc array ourselves |
904 | |
905 | 2002-04-27 18:15 stdarg <stdarg@techmonkeys.org> |
906 | |
907 | * src/: dcc.c, main.c, tcl.c, users.c: |
908 | |
909 | |
910 | * Changed some linked variables to new linking method |
911 | * Made max_dcc shrinkable down to the last-used dcc slot. |
912 | |
913 | 2002-04-26 17:46 stdarg <stdarg@techmonkeys.org> |
914 | |
915 | * src/dccutil.c: |
916 | |
917 | |
918 | * Applied a patch that ITE <ite@freesurf.ch> sent in, which restores |
919 | the behavior of max-dcc |
920 | |
921 | 2002-04-26 17:33 stdarg <stdarg@techmonkeys.org> |
922 | |
923 | * modules/perlscript/perlscript.c, src/dcc.c: |
924 | |
925 | |
926 | * On perl error, don't try to get return value off the perl stack |
927 | * Some NULL checking for dcc.c |
928 | |
929 | 2002-04-26 09:29 stdarg <stdarg@techmonkeys.org> |
930 | |
931 | * modules/: channels/channels.c, channels/channels.h, |
932 | channels/tclchan.c, channels/userchan.c, perlscript/perlscript.c: |
933 | |
934 | I combined a lot of code for bans, invites, exempts. The new syntax |
935 | for the commands is like: |
936 | |
937 | newban channel ban creator comment ?lifetime? ?sticky? |
938 | use "" for channel if you want a global ban |
939 | |
940 | killban ?channel? ban |
941 | if channel isn't given, or is "", use the global ban list |
942 | |
943 | isban ?channel? ban isbansticky ?channel? ban ispermban ?channel? |
944 | ban matchban ?channel? ban stickban ?channel? ban unstickban |
945 | ?channel? ban |
946 | |
947 | And the same for invites and exempts |
948 | |
949 | 2002-04-26 00:25 stdarg <stdarg@techmonkeys.org> |
950 | |
951 | * modules/perlscript/perlscript.c: |
952 | |
953 | |
954 | * Got rid of the use of the aTHX_ macro |
955 | |
956 | 2002-04-25 23:18 stdarg <stdarg@techmonkeys.org> |
957 | |
958 | * modules/channels/cmdschan.c, src/cmds.c, src/tcldcc.c, |
959 | src/tclhash.c, src/userrec.c, src/users.c: |
960 | |
961 | |
962 | * Added NULL checking to some more dcc table cycling code |
963 | |
964 | 2002-04-25 22:48 stdarg <stdarg@techmonkeys.org> |
965 | |
966 | * modules/perlscript/: mod_iface.c, perlscript.c: |
967 | |
968 | |
969 | * Added variable linking support to perlscript.mod. I'm not sure if |
970 | unlinking works right now. |
971 | |
972 | 2002-04-25 20:11 stdarg <stdarg@techmonkeys.org> |
973 | |
974 | * modules/server/: scriptcmds.c, tclserv.c: |
975 | |
976 | Yes, I did forget! doh |
977 | |
978 | 2002-04-25 17:39 stdarg <stdarg@techmonkeys.org> |
979 | |
980 | * doc/tcl-commands.doc: |
981 | |
982 | |
983 | * Updated docs for putserv |
984 | |
985 | 2002-04-25 17:34 stdarg <stdarg@techmonkeys.org> |
986 | |
987 | * modules/: notes/notes.c, server/server.c: |
988 | |
989 | |
990 | * Fixed compiler warning in storenote |
991 | * Applied patch by Guillaume Leclanche <mo-ize@nul-en.info> to |
992 | convert server script functions to language independence |
993 | * Changed putserv to handle multiple queues, and removed |
994 | puthelp/putquick |
995 | |
996 | 2002-04-25 04:25 stdarg <stdarg@techmonkeys.org> |
997 | |
998 | * testcode/base64.h: |
999 | |
1000 | |
1001 | * Forgot a file heh |
1002 | |
1003 | 2002-04-25 04:24 stdarg <stdarg@techmonkeys.org> |
1004 | |
1005 | * testcode/dns.c: |
1006 | |
1007 | |
1008 | * Some simple dns resolution code |
1009 | |
1010 | 2002-04-25 04:19 stdarg <stdarg@techmonkeys.org> |
1011 | |
1012 | * testcode/: Makefile, base64.c, chat.c, client.c, http.c, ipv6.c, |
1013 | linemode.c, my_socket.c, my_socket.h, sclient.c, sockbuf.c, |
1014 | sockbuf.h, socks4.c, socks5.c: |
1015 | |
1016 | |
1017 | * sclient.c - test program to telnet using a proxy |
1018 | * http.c/base64.c - http anonymous and authenticated proxies |
1019 | * socks5.c - socks5 proxy with support for username/password |
1020 | authentication, ipv4, ipv6, and remote hostname resolution |
1021 | * socks4.c socks4 proxy (no authentication) |
1022 | |
1023 | 2002-04-25 04:06 stdarg <stdarg@techmonkeys.org> |
1024 | |
1025 | * lib/eggdrop/script.c, lib/eggdrop/script.h, lib/egglib/mstack.c, |
1026 | lib/egglib/mstack.h, modules/perlscript/mod_iface.c, |
1027 | modules/perlscript/perlscript.c, modules/tclscript/tclscript.c, |
1028 | src/dcc.c, src/egg_timer.c, src/logfile.c, src/proto.h, src/tcl.c, |
1029 | src/tclhash.c, testcode/sockbuf.c, testcode/sockbuf.h: |
1030 | |
1031 | |
1032 | * Implemented string/int variable linking for the tcl module |
1033 | * Started working on linking variables in the perl module |
1034 | * Some minor fixes as I came across them |
1035 | |
1036 | 2002-04-17 23:10 Federico Mennite <ite@techmonkeys.org> |
1037 | |
1038 | * modules/channels/tclchan.c: |
1039 | |
1040 | Fixed a small error with channel add not showing an error message on |
1041 | invalid channel prefixes (synch 1.6) |
1042 | |
1043 | 2002-04-17 23:03 Federico Mennite <ite@techmonkeys.org> |
1044 | |
1045 | * src/botcmd.c: |
1046 | |
1047 | * "Detected loop: two bots exist named bot2: disconnecting bot3" |
1048 | sounds better than "Detected loop: disconnecting (bot2): |
1049 | Disconnected bot3" (synch 1.6). |
1050 | * Minor gettextification clean ups. |
1051 | |
1052 | 2002-04-17 21:40 Federico Mennite <ite@techmonkeys.org> |
1053 | |
1054 | * modules/channels/channels.c: |
1055 | |
1056 | removed an extra space from the 'Writing channel file...' message |
1057 | (synch 1.6) |
1058 | |
1059 | 2002-04-17 21:27 Federico Mennite <ite@techmonkeys.org> |
1060 | |
1061 | * modules/share/uf_features.c: |
1062 | |
1063 | uff entries were not added properly (synch 1.6) |
1064 | |
1065 | 2002-04-17 21:16 Federico Mennite <ite@techmonkeys.org> |
1066 | |
1067 | * modules/irc/mode.c: |
1068 | |
1069 | Defines cleanups (synch 1.6) |
1070 | |
1071 | 2002-04-17 21:09 Federico Mennite <ite@techmonkeys.org> |
1072 | |
1073 | * src/botnet.c: |
1074 | |
1075 | botlink() now safely copies the linker string. |
1076 | |
1077 | 2002-04-16 23:08 Federico Mennite <ite@techmonkeys.org> |
1078 | |
1079 | * modules/irc/mode.c, src/chan.h: |
1080 | |
1081 | Fixed crashes relating to flushmodes (synch 1.6) |
1082 | |
1083 | 2002-04-16 22:52 Federico Mennite <ite@techmonkeys.org> |
1084 | |
1085 | * src/dcc.c: |
1086 | |
1087 | Users with only +x can now only login via dcc chat, they cannot use |
1088 | telnet (synch 1.6) |
1089 | |
1090 | 2002-04-16 22:40 Federico Mennite <ite@techmonkeys.org> |
1091 | |
1092 | * scripts/botchk: |
1093 | |
1094 | Better botchk comments (synch 1.6) |
1095 | |
1096 | 2002-04-16 22:34 Federico Mennite <ite@techmonkeys.org> |
1097 | |
1098 | * doc/: compiling.FAQ, html/compiling.html: |
1099 | |
1100 | Added a referenece to LD_LIBRARY_PATH in compiling FAQ. |
1101 | |
1102 | 2002-04-14 23:22 Federico Mennite <ite@techmonkeys.org> |
1103 | |
1104 | * acconfig/acinclude.m4: |
1105 | |
1106 | Made a few cosmetic changes to the configure macros (synch 1.6). |
1107 | |
1108 | 2002-04-14 23:10 Federico Mennite <ite@techmonkeys.org> |
1109 | |
1110 | * modules/filesys/filesys.c, modules/server/cmdsserv.c, src/cmds.c: |
1111 | |
1112 | * Some plural fixes for the filesys and the server modules and the |
1113 | core (synch 1.6). |
1114 | * More gettextification for the filesys module. |
1115 | |
1116 | 2002-04-14 22:01 Federico Mennite <ite@techmonkeys.org> |
1117 | |
1118 | * acconfig/acinclude.m4: |
1119 | |
1120 | Shared tcl libraries wern't recognised properly on cygwin32 (synch |
1121 | 1.6). |
1122 | |
1123 | 2002-04-01 23:39 Federico Mennite <ite@techmonkeys.org> |
1124 | |
1125 | * configure.ac, acconfig/acinclude.m4, lib/compat/Makefile.am, |
1126 | lib/compat/compat.h, lib/compat/strerror.c, lib/compat/strerror.h, |
1127 | src/net.c: |
1128 | |
1129 | Stripped neterror() so it will always use strerror(). Provided a |
1130 | full strerror() fallback function. |
1131 | |
1132 | 2002-04-01 23:35 Federico Mennite <ite@techmonkeys.org> |
1133 | |
1134 | * acconfig/acinclude.m4: |
1135 | |
1136 | Removed a trick needed by autoconf 2.53 to access the LIBOBJS |
1137 | variable without getting an error on bootstrap, since autoconf 2.52 |
1138 | didn't like it. |
1139 | |
1140 | 2002-04-01 17:34 Axel Franke <eule@berlin.snafu.de> |
1141 | |
1142 | * modules/channels/channels.c, modules/channels/channels.h, |
1143 | modules/channels/cmdschan.c, modules/channels/tclchan.c, |
1144 | modules/channels/userchan.c, modules/irc/chan.c, |
1145 | modules/irc/cmdsirc.c, modules/irc/irc.c, modules/share/share.c, |
1146 | src/patch.h: |
1147 | |
1148 | move u_addban, u_addexempt and u_addinvite into u_addmask |
1149 | |
1150 | 2002-04-01 13:33 Federico Mennite <ite@techmonkeys.org> |
1151 | |
1152 | * configure.ac, acconfig/acinclude.m4, lib/compat/Makefile.am, |
1153 | lib/compat/compat.h, lib/compat/strlcat.c, lib/compat/strlcat.h, |
1154 | lib/compat/strlcpy.c, lib/compat/strlcpy.h, lib/eggdrop/common.h, |
1155 | lib/eggdrop/eggdrop.h, lib/eggdrop/memutil.c, |
1156 | lib/eggdrop/memutil.h, modules/channels/cmdschan.c, |
1157 | modules/channels/tclchan.c, modules/channels/userchan.c, |
1158 | modules/filesys/filesys.c, modules/irc/chan.c, |
1159 | modules/irc/cmdsirc.c, modules/irc/irc.c, modules/irc/mode.c, |
1160 | modules/irc/msgcmds.c, modules/server/cmdsserv.c, |
1161 | modules/server/server.c, modules/server/servmsg.c, |
1162 | modules/server/tclserv.c, modules/share/share.c, src/chanprog.c, |
1163 | src/cmds.c, src/dcc.c, src/dns.c, src/flags.c, src/main.c, |
1164 | src/misc.c, src/modules.c, src/net.c, src/tcldcc.c, src/tclmisc.c, |
1165 | src/tcluser.c, src/userent.c, src/userrec.c, src/users.c: |
1166 | |
1167 | * Got rid of strncpyz() in favour of BSD's strlcpy(). Fallback |
1168 | function provided. |
1169 | * BSD's strlcat() provided as fallback function. |
1170 | * Fallback functions weren't linked as expected when needed. |
1171 | |
1172 | 2002-03-26 01:06 Federico Mennite <ite@techmonkeys.org> |
1173 | |
1174 | * .cvsignore, lib/eggdrop/Makefile.am, lib/eggdrop/eggdrop.c, |
1175 | lib/eggdrop/eggdrop.h, lib/eggdrop/registry.c, |
1176 | lib/eggdrop/registry.h, lib/eggdrop/script.c, lib/eggdrop/script.h, |
1177 | modules/perlscript/mod_iface.c, modules/perlscript/perlscript.c, |
1178 | modules/tclscript/tclscript.c, src/Makefile.am, src/dcc.c, |
1179 | src/dns.c, src/egg_timer.c, src/logfile.c, src/main.c, src/main.h, |
1180 | src/script.c, src/script.h, src/script_api.h, src/tcl.c, |
1181 | src/tcldcc.c, src/tclhash.c, src/tclmisc.c, src/tcluser.c: |
1182 | |
1183 | * moved script API to libeggdrop (without using the bot context) |
1184 | * fixed a wrong function name in perlscript |
1185 | * do not use the bot context in registry for now |
1186 | |
1187 | 2002-03-22 16:01 Federico Mennite <ite@techmonkeys.org> |
1188 | |
1189 | * lib/eggdrop/Makefile.am, lib/eggdrop/common.h, |
1190 | lib/eggdrop/eggdrop.c, lib/eggdrop/eggdrop.h, lib/eggdrop/module.h, |
1191 | lib/eggdrop/registry.c, lib/eggdrop/registry.h, |
1192 | lib/egglib/egglib.h, modules/blowfish/blowfish.c, |
1193 | modules/channels/channels.c, modules/compress/compress.c, |
1194 | modules/console/console.c, modules/ctcp/ctcp.c, |
1195 | modules/filesys/filesys.c, modules/irc/irc.c, |
1196 | modules/notes/notes.c, modules/perlscript/mod_iface.c, |
1197 | modules/server/server.c, modules/share/share.c, |
1198 | modules/tclscript/Makefile.am, modules/tclscript/tclscript.c, |
1199 | modules/transfer/transfer.c, modules/uptime/uptime.c, |
1200 | src/Makefile.am, src/egg.h, src/egg_timer.c, src/egg_timer.h, |
1201 | src/main.c, src/main.h, src/modules.c, src/modules.h, |
1202 | src/registry.c, src/registry.h, src/script.c, src/script.h: |
1203 | |
1204 | * Created eggdrop's library context. |
1205 | * Moved registry stuff to libeggdrop. |
1206 | * Some headers vs. prototypes cleanups. |
1207 | |
1208 | 2002-03-20 13:11 Will Buckner <wcc@techmonkeys.org> |
1209 | |
1210 | * doc/UPDATES1.6: |
1211 | |
1212 | Synched UPDATES1.6 with 1.6 |
1213 | |
1214 | 2002-03-13 14:16 stdarg <stdarg@techmonkeys.org> |
1215 | |
1216 | * testcode/client.c: |
1217 | |
1218 | |
1219 | * Updated chat client |
1220 | |
1221 | 2002-03-13 00:27 stdarg <stdarg@techmonkeys.org> |
1222 | |
1223 | * src/: tcldcc.c, tclmisc.c: |
1224 | |
1225 | |
1226 | * All the tcl commands in tclmisc.c except for loadmodule (has to |
1227 | wait for tcl-free config) |
1228 | * Fixed some dcc stuff that got commented out instead of changed.. |
1229 | oops |
1230 | |
1231 | 2002-03-11 20:16 stdarg <stdarg@techmonkeys.org> |
1232 | |
1233 | * src/: botmsg.c, cmds.c, dcc.c, tcl.c, tcldcc.c, tclmisc.c: |
1234 | |
1235 | * Converted/cleaned some tcl stuff |
1236 | * More dcc fixes |
1237 | |
1238 | 2002-03-10 01:35 stdarg <stdarg@techmonkeys.org> |
1239 | |
1240 | * modules/notes/notes.c: |
1241 | |
1242 | * dcc checks |
1243 | |
1244 | 2002-03-09 19:42 Axel Franke <eule@berlin.snafu.de> |
1245 | |
1246 | * modules/: channels/channels.c, channels/channels.h, |
1247 | channels/cmdschan.c, channels/tclchan.c, channels/userchan.c, |
1248 | share/share.c: |
1249 | |
1250 | move u_delban, u_delexempt and u_delinvite into u_delmask |
1251 | |
1252 | 2002-03-05 19:53 stdarg <stdarg@techmonkeys.org> |
1253 | |
1254 | * configure.ac, src/net.c: |
1255 | |
1256 | |
1257 | * Use strerror() within neterror() if we have it |
1258 | |
1259 | 2002-03-05 08:12 stdarg <stdarg@techmonkeys.org> |
1260 | |
1261 | * src/flags.c: |
1262 | |
1263 | |
1264 | * Cleaned up logmodes a bit. |
1265 | |
1266 | 2002-03-04 03:55 stdarg <stdarg@techmonkeys.org> |
1267 | |
1268 | * modules/tclscript/tclscript.c, src/chanprog.c, src/cmds.c: |
1269 | |
1270 | |
1271 | * Got rid of .set command |
1272 | * Moved Tcl info from chanprog.c to tcl module |
1273 | |
1274 | 2002-03-04 02:32 stdarg <stdarg@techmonkeys.org> |
1275 | |
1276 | * lib/eggdrop/modvals.h, modules/notes/notes.c, src/botmsg.c, |
1277 | src/modules.c, src/proto.h: |
1278 | |
1279 | |
1280 | * Removed Tcl dependency from storenote. |
1281 | |
1282 | 2002-03-03 20:17 stdarg <stdarg@techmonkeys.org> |
1283 | |
1284 | * modules/tclscript/tclscript.c, src/botcmd.c, src/botnet.c, |
1285 | src/cmds.c: |
1286 | |
1287 | |
1288 | * Moved .tcl command to the tcl module |
1289 | |
1290 | 2002-03-03 19:09 stdarg <stdarg@techmonkeys.org> |
1291 | |
1292 | * eggdrop.complete.conf, doc/tcl-commands.doc: |
1293 | |
1294 | |
1295 | * Remove assoc.mod's tcl commands and entry in the config file. |
1296 | |
1297 | 2002-03-03 19:03 stdarg <stdarg@techmonkeys.org> |
1298 | |
1299 | * configure.ac, modules/Makefile.am, modules/assoc/.cvsignore, |
1300 | modules/assoc/Makefile.am, modules/assoc/assoc.c, |
1301 | modules/assoc/assoc.h, modules/assoc/modinfo, |
1302 | modules/assoc/help/assoc.help, src/Makefile.am, src/botcmd.c, |
1303 | src/botnet.c, src/cmds.c, src/tcldcc.c: |
1304 | |
1305 | |
1306 | * Got rid of assoc.mod |
1307 | |
1308 | 2002-03-03 18:14 stdarg <stdarg@techmonkeys.org> |
1309 | |
1310 | * testcode/: Makefile, chat.c, client.c, ipv6.c, my_socket.c, |
1311 | sockbuf.c, sockbuf.h, sslmode.c, zipmode.c: |
1312 | |
1313 | [no log message] |
1314 | |
1315 | 2002-03-03 10:00 Automatic CVS Scripts |
1316 | |
1317 | * po/eggdrop.pot: |
1318 | |
1319 | Pots |
1320 | |
1321 | 2002-03-02 23:08 Axel Franke <eule@berlin.snafu.de> |
1322 | |
1323 | * modules/share/share.c: |
1324 | |
1325 | fixed hopefully the crashes in share.c |
1326 | |
1327 | 2002-03-02 10:00 Automatic CVS Scripts |
1328 | |
1329 | * po/eggdrop.pot: |
1330 | |
1331 | Pots |
1332 | |
1333 | 2002-03-02 07:51 Jeff Fisher <guppy@techmonkeys.org> |
1334 | |
1335 | * modules/irc/mode.c: |
1336 | |
1337 | thanks eule for catching rfc_casecmp should be irccmp |
1338 | |
1339 | 2002-03-01 10:00 Automatic CVS Scripts |
1340 | |
1341 | * po/eggdrop.pot: |
1342 | |
1343 | Pots |
1344 | |
1345 | 2002-02-28 10:00 Automatic CVS Scripts |
1346 | |
1347 | * po/eggdrop.pot: |
1348 | |
1349 | Pots |
1350 | |
1351 | 2002-02-27 10:00 Automatic CVS Scripts |
1352 | |
1353 | * po/eggdrop.pot: |
1354 | |
1355 | Pots |
1356 | |
1357 | 2002-02-27 05:34 Jeff Fisher <guppy@techmonkeys.org> |
1358 | |
1359 | * doc/UPDATES1.6, modules/irc/chan.c, modules/irc/mode.c: |
1360 | |
1361 | sync'd 1.6 to 1.7 |
1362 | |
1363 | 2002-02-26 10:00 Automatic CVS Scripts |
1364 | |
1365 | * po/eggdrop.pot: |
1366 | |
1367 | Pots |
1368 | |
1369 | 2002-02-25 10:00 Automatic CVS Scripts |
1370 | |
1371 | * po/eggdrop.pot: |
1372 | |
1373 | Pots |
1374 | |
1375 | 2002-02-25 02:59 stdarg <stdarg@techmonkeys.org> |
1376 | |
1377 | * src/: egg_timer.c, egg_timer.h, logfile.c, main.c: |
1378 | |
1379 | |
1380 | * Added 'timers' and 'timer_info' commands |
1381 | * Removed some unnecessary usage of time(NULL) in logfile.c |
1382 | * New global variable egg_timeval_now (like 'now' but with |
1383 | microseconds) |
1384 | * Fixed some bugs, cleaned up some code, in egg_timer.c |
1385 | |
1386 | 2002-02-24 10:00 Automatic CVS Scripts |
1387 | |
1388 | * po/eggdrop.pot: |
1389 | |
1390 | Pots |
1391 | |
1392 | 2002-02-24 08:14 Jeff Fisher <guppy@techmonkeys.org> |
1393 | |
1394 | * doc/UPDATES1.6, lib/eggdrop/module.h, modules/channels/tclchan.c, |
1395 | modules/channels/userchan.c, modules/server/server.c, |
1396 | modules/server/servmsg.c, src/botnet.c, src/dccutil.c, |
1397 | src/modules.c, src/patch.h, src/users.c, text/motd: |
1398 | |
1399 | sync'd 1.6 to 1.7 |
1400 | |
1401 | 2002-02-23 10:00 Automatic CVS Scripts |
1402 | |
1403 | * po/eggdrop.pot: |
1404 | |
1405 | Pots |
1406 | |
1407 | 2002-02-22 13:56 stdarg <stdarg@techmonkeys.org> |
1408 | |
1409 | * modules/perlscript/perlscript.c: |
1410 | |
1411 | |
1412 | * Sync perl module with tcl module for SCRIPT_VAR_FRONT functions. |
1413 | |
1414 | 2002-02-22 13:44 stdarg <stdarg@techmonkeys.org> |
1415 | |
1416 | * modules/tclscript/tclscript.c: |
1417 | |
1418 | |
1419 | * Changed the calling conventions for SCRIPT_VAR_FRONT functions. |
1420 | * Strings returned from Tcl_GetStringFromObj are owned by Tcl, not |
1421 | us. Oops. |
1422 | |
1423 | 2002-02-22 13:43 stdarg <stdarg@techmonkeys.org> |
1424 | |
1425 | * src/egg_timer.c: |
1426 | |
1427 | |
1428 | * Made 'microseconds' field optional to the timer and rtimer |
1429 | commands. |
1430 | |
1431 | 2002-02-22 10:00 Automatic CVS Scripts |
1432 | |
1433 | * po/eggdrop.pot: |
1434 | |
1435 | Pots |
1436 | |
1437 | 2002-02-22 02:43 Axel Franke <eule@berlin.snafu.de> |
1438 | |
1439 | * modules/irc/chan.c: |
1440 | |
1441 | fix a crash in gotquit |
1442 | |
1443 | 2002-02-21 10:00 Automatic CVS Scripts |
1444 | |
1445 | * po/eggdrop.pot: |
1446 | |
1447 | Pots |
1448 | |
1449 | 2002-02-20 10:00 Automatic CVS Scripts |
1450 | |
1451 | * po/eggdrop.pot: |
1452 | |
1453 | Pots |
1454 | |
1455 | 2002-02-20 03:29 Will Buckner <wcc@techmonkeys.org> |
1456 | |
1457 | * doc/UPDATES1.6, src/cmds.c: |
1458 | |
1459 | cosmetic fixes (synch 1.6) |
1460 | |
1461 | 2002-02-20 02:37 Jeff Fisher <guppy@techmonkeys.org> |
1462 | |
1463 | * doc/UPDATES1.6, modules/console/console.c, modules/irc/chan.c, |
1464 | modules/irc/irc.c, src/patch.h: |
1465 | |
1466 | added a few patches to sync with 1.6 |
1467 | |
1468 | 2002-02-19 10:00 Automatic CVS Scripts |
1469 | |
1470 | * po/eggdrop.pot: |
1471 | |
1472 | Pots |
1473 | |
1474 | 2002-02-18 22:53 Federico Mennite <ite@techmonkeys.org> |
1475 | |
1476 | * modules/irc/chan.c: |
1477 | |
1478 | PART messages weren't parsed correctly (synch 1.6) |
1479 | |
1480 | 2002-02-18 22:43 Federico Mennite <ite@techmonkeys.org> |
1481 | |
1482 | * modules/irc/chan.c: |
1483 | |
1484 | Fixed missing sanity check in check_this_member() (synch 1.6) |
1485 | |
1486 | 2002-02-18 10:00 Automatic CVS Scripts |
1487 | |
1488 | * po/eggdrop.pot: |
1489 | |
1490 | Pots |
1491 | |
1492 | 2002-02-18 00:07 Federico Mennite <ite@techmonkeys.org> |
1493 | |
1494 | * src/cmds.c: |
1495 | |
1496 | Fixed a couple of cosmetic problems in cmd_pls_user (synch 1.6) |
1497 | |
1498 | 2002-02-17 19:49 Federico Mennite <ite@techmonkeys.org> |
1499 | |
1500 | * nettype/dalnet.server.conf: |
1501 | |
1502 | changed kick-method from 1 to 4 in DALnet's server config template |
1503 | |
1504 | 2002-02-17 18:34 Federico Mennite <ite@techmonkeys.org> |
1505 | |
1506 | * configure.ac, acconfig/acinclude.m4, |
1507 | modules/tclscript/Makefile.am, src/Makefile.am: |
1508 | |
1509 | tclscript modules isn't being compiled anymore with tcl versions |
1510 | prior to 8. |
1511 | |
1512 | 2002-02-17 12:44 Federico Mennite <ite@techmonkeys.org> |
1513 | |
1514 | * nettype/: .cvsignore, Makefile.am, custom.irc.conf, |
1515 | custom.server.conf, dalnet.irc.conf, dalnet.server.conf, |
1516 | efnet.irc.conf, efnet.server.conf, hybridefnet.irc.conf, |
1517 | hybridefnet.server.conf, ircnet.irc.conf, ircnet.server.conf, |
1518 | undernet.irc.conf, undernet.server.conf: |
1519 | |
1520 | nettype templates directory was missing from the last commit. |
1521 | |
1522 | 2002-02-17 12:40 Federico Mennite <ite@techmonkeys.org> |
1523 | |
1524 | * Makefile.am, configure.ac, eggdrop.complete.conf, |
1525 | eggdrop.simple.conf, modules/irc/irc.c, modules/server/server.c, |
1526 | modules/server/server.h: |
1527 | |
1528 | * acconfig/mpatrol.m4 wasn't distributed |
1529 | * net-type is history. Added config templates for network specific |
1530 | features. |
1531 | |
1532 | 2002-02-17 10:00 Automatic CVS Scripts |
1533 | |
1534 | * po/eggdrop.pot: |
1535 | |
1536 | Pots |
1537 | |
1538 | 2002-02-16 10:00 Automatic CVS Scripts |
1539 | |
1540 | * po/eggdrop.pot: |
1541 | |
1542 | Pots |
1543 | |
1544 | 2002-02-15 10:00 Automatic CVS Scripts |
1545 | |
1546 | * po/eggdrop.pot: |
1547 | |
1548 | Pots |
1549 | |
1550 | 2002-02-14 10:00 Automatic CVS Scripts |
1551 | |
1552 | * po/eggdrop.pot: |
1553 | |
1554 | Pots |
1555 | |
1556 | 2002-02-14 01:39 Federico Mennite <ite@techmonkeys.org> |
1557 | |
1558 | * acconfig/: config.guess, config.sub: |
1559 | |
1560 | Upgraded to latest config.guess and config.sub |
1561 | |
1562 | 2002-02-14 01:36 Federico Mennite <ite@techmonkeys.org> |
1563 | |
1564 | * acconfig/acinclude.m4: |
1565 | |
1566 | If ngettext isn't available in the eventual gettext library |
1567 | available on the system, switch to our own. |
1568 | |
1569 | 2002-02-14 00:55 Federico Mennite <ite@techmonkeys.org> |
1570 | |
1571 | * acconfig/acinclude.m4, src/chanprog.c, src/modules.c, src/tcl.c: |
1572 | |
1573 | * Got rid of STATIC and the related code. We don't need to care if |
1574 | we have a static build these days. |
1575 | * Let's tell libtdl about the module's search path with |
1576 | lt_dladdsearchdir() |
1577 | |
1578 | 2002-02-13 23:56 Axel Franke <eule@berlin.snafu.de> |
1579 | |
1580 | * doc/tcl-commands.doc, modules/channels/tclchan.c: |
1581 | |
1582 | added as tcl-command isglobalban, isglobalexempt and isglobalinvite |
1583 | |
1584 | 2002-02-13 22:57 Federico Mennite <ite@techmonkeys.org> |
1585 | |
1586 | * src/: main.c, userrec.c: |
1587 | |
1588 | HQ user's nick to be defined only once. |
1589 | |
1590 | 2002-02-13 16:44 Federico Mennite <ite@techmonkeys.org> |
1591 | |
1592 | * modules/compress/compress.c, modules/filesys/filedb3.c, |
1593 | modules/notes/notes.c, modules/transfer/transfer.c, po/update.pl, |
1594 | src/chanprog.c, src/egg.h: |
1595 | |
1596 | gettext plurals are now supported with the P_() macro |
1597 | |
1598 | 2002-02-13 16:38 Federico Mennite <ite@techmonkeys.org> |
1599 | |
1600 | * bootstrap: |
1601 | |
1602 | Updated info about the bootstrap step |
1603 | |
1604 | 2002-02-13 10:00 Automatic CVS Scripts |
1605 | |
1606 | * po/eggdrop.pot: |
1607 | |
1608 | Pots |
1609 | |
1610 | 2002-02-12 10:00 Automatic CVS Scripts |
1611 | |
1612 | * po/eggdrop.pot: |
1613 | |
1614 | Pots |
1615 | |
1616 | 2002-02-11 10:00 Automatic CVS Scripts |
1617 | |
1618 | * po/eggdrop.pot: |
1619 | |
1620 | Pots |
1621 | |
1622 | 2002-02-10 10:00 Automatic CVS Scripts |
1623 | |
1624 | * po/eggdrop.pot: |
1625 | |
1626 | Pots |
1627 | |
1628 | 2002-02-09 18:37 Axel Franke <eule@berlin.snafu.de> |
1629 | |
1630 | * doc/tcl-commands.doc, modules/channels/tclchan.c: |
1631 | |
1632 | modify some tcl-commands for the new honor-global-sets |
1633 | |
1634 | 2002-02-09 10:00 Automatic CVS Scripts |
1635 | |
1636 | * po/eggdrop.pot: |
1637 | |
1638 | Pots |
1639 | |
1640 | 2002-02-08 10:00 Automatic CVS Scripts |
1641 | |
1642 | * po/eggdrop.pot: |
1643 | |
1644 | Pots |
1645 | |
1646 | 2002-02-07 22:18 Will Buckner <wcc@techmonkeys.org> |
1647 | |
1648 | * doc/compiling.FAQ, doc/text-substitutions.doc, |
1649 | doc/html/about.html, doc/html/app-problems.html, |
1650 | doc/html/app-sharing.html, doc/html/app-textsub.html, |
1651 | doc/html/app-tricks.html, doc/html/app-weird.html, |
1652 | doc/html/authors.html, doc/html/bans.html, doc/html/botnet.html, |
1653 | doc/html/compiling.html, doc/html/egg-core.html, |
1654 | doc/html/faqs.html, doc/html/features.html, doc/html/flags.html, |
1655 | doc/html/index.html, doc/html/install.html, |
1656 | doc/html/mod-assoc.html, doc/html/mod-blowfish.html, |
1657 | doc/html/mod-channels.html, doc/html/mod-compress.html, |
1658 | doc/html/mod-dns.html, doc/html/mod-filesys.html, |
1659 | doc/html/mod-irc.html, doc/html/mod-notes.html, |
1660 | doc/html/mod-server.html, doc/html/mod-share.html, |
1661 | doc/html/news.html, doc/html/party.html, doc/html/readme.html, |
1662 | doc/html/sharing.html, doc/html/starting.html, doc/html/users.html, |
1663 | doc/man1/eggdrop.1, lib/compat/compat.h, lib/compat/inet_aton.h, |
1664 | lib/compat/inet_ntop.h, lib/compat/inet_pton.h, |
1665 | lib/compat/memcpy.c, lib/compat/memcpy.h, lib/compat/memset.c, |
1666 | lib/compat/memset.h, lib/compat/snprintf.h, |
1667 | lib/compat/strcasecmp.c, lib/compat/strcasecmp.h, |
1668 | lib/compat/strdup.h, lib/compat/strftime.h, |
1669 | lib/compat/strncasecmp.c, lib/compat/strncasecmp.h, |
1670 | lib/eggdrop/botnetutil.c, lib/eggdrop/botnetutil.h, |
1671 | lib/eggdrop/common.h, lib/eggdrop/eggdrop.h, |
1672 | lib/eggdrop/fileutil.c, lib/eggdrop/fileutil.h, |
1673 | lib/eggdrop/memutil.c, lib/eggdrop/memutil.h, lib/eggdrop/module.h, |
1674 | lib/eggdrop/modvals.h, lib/egglib/egglib.h, modules/assoc/assoc.c, |
1675 | modules/assoc/assoc.h, modules/blowfish/bf_tab.h, |
1676 | modules/blowfish/blowfish.c, modules/blowfish/blowfish.h, |
1677 | modules/channels/channels.c, modules/channels/channels.h, |
1678 | modules/channels/cmdschan.c, modules/channels/tclchan.c, |
1679 | modules/channels/udefchan.c, modules/channels/userchan.c, |
1680 | modules/compress/compress.c, modules/compress/compress.h, |
1681 | modules/compress/tclcompress.c, modules/console/console.c, |
1682 | modules/console/console.h, modules/ctcp/ctcp.c, |
1683 | modules/ctcp/ctcp.h, modules/filesys/dbcompat.c, |
1684 | modules/filesys/dbcompat.h, modules/filesys/filedb3.c, |
1685 | modules/filesys/filedb3.h, modules/filesys/filelist.c, |
1686 | modules/filesys/filelist.h, modules/filesys/files.c, |
1687 | modules/filesys/files.h, modules/filesys/filesys.c, |
1688 | modules/filesys/filesys.h, modules/filesys/tclfiles.c, |
1689 | modules/irc/chan.c, modules/irc/cmdsirc.c, modules/irc/irc.c, |
1690 | modules/irc/irc.h, modules/irc/mode.c, modules/irc/msgcmds.c, |
1691 | modules/irc/tclirc.c, modules/notes/cmdsnote.c, |
1692 | modules/notes/notes.c, modules/notes/notes.h, |
1693 | modules/server/cmdsserv.c, modules/server/server.c, |
1694 | modules/server/server.h, modules/server/servmsg.c, |
1695 | modules/server/tclserv.c, modules/share/share.c, |
1696 | modules/share/share.h, modules/share/uf_features.c, |
1697 | modules/transfer/transfer.c, modules/transfer/transfer.h, |
1698 | modules/uptime/uptime.c, modules/uptime/uptime.h, |
1699 | scripts/autobotchk, scripts/ques5.tcl, src/bg.c, src/bg.h, |
1700 | src/botcmd.c, src/botmsg.c, src/botnet.c, src/chan.h, |
1701 | src/chanprog.c, src/cmds.c, src/cmdt.h, src/dcc.c, src/dccutil.c, |
1702 | src/debug.h, src/dns.c, src/dns.h, src/egg.h, src/flags.c, |
1703 | src/flags.h, src/irccmp.c, src/irccmp.h, src/logfile.h, src/main.c, |
1704 | src/main.h, src/misc.c, src/misc.h, src/modules.c, src/modules.h, |
1705 | src/patch.h, src/proto.h, src/tandem.h, src/tcl.c, src/tcldcc.c, |
1706 | src/tclegg.h, src/tclhash.c, src/tclhash.h, src/tclmisc.c, |
1707 | src/tcluser.c, src/userent.c, src/userrec.c, src/users.c, |
1708 | src/users.h, FEATURES, INSTALL, NEWS, README: |
1709 | |
1710 | Updated copyright info for 2002 |
1711 | |
1712 | 2002-02-07 10:00 Automatic CVS Scripts |
1713 | |
1714 | * po/eggdrop.pot: |
1715 | |
1716 | Pots |
1717 | |
1718 | 2002-02-07 05:07 Jeff Fisher <guppy@techmonkeys.org> |
1719 | |
1720 | * doc/UPDATES1.6, src/dcc.c: |
1721 | |
1722 | added newuser.patch by dw from eggdrop1.6 |
1723 | |
1724 | 2002-02-06 10:00 Automatic CVS Scripts |
1725 | |
1726 | * po/eggdrop.pot: |
1727 | |
1728 | Pots |
1729 | |
1730 | 2002-02-05 10:00 Automatic CVS Scripts |
1731 | |
1732 | * po/eggdrop.pot: |
1733 | |
1734 | Pots |
1735 | |
1736 | 2002-02-04 10:00 Automatic CVS Scripts |
1737 | |
1738 | * po/eggdrop.pot: |
1739 | |
1740 | Pots |
1741 | |
1742 | 2002-02-04 07:32 Will Buckner <wcc@techmonkeys.org> |
1743 | |
1744 | * doc/UPDATES1.6: |
1745 | |
1746 | Sync'd doc/UPDATES1.6 with 1.6. |
1747 | |
1748 | 2002-02-04 07:27 Will Buckner <wcc@techmonkeys.org> |
1749 | |
1750 | * src/: chanprog.c, patch.h: |
1751 | |
1752 | The '/msg bot hello' info should use origbotname instead of |
1753 | botnetnick when starting the bot in userfile creation mode. |
1754 | |
1755 | 2002-02-03 10:00 Automatic CVS Scripts |
1756 | |
1757 | * po/eggdrop.pot: |
1758 | |
1759 | Pots |
1760 | |
1761 | 2002-02-02 10:00 Automatic CVS Scripts |
1762 | |
1763 | * po/eggdrop.pot: |
1764 | |
1765 | Pots |
1766 | |
1767 | 2002-02-01 10:00 Automatic CVS Scripts |
1768 | |
1769 | * po/eggdrop.pot: |
1770 | |
1771 | Pots |
1772 | |
1773 | 2002-01-31 13:35 Axel Franke <eule@berlin.snafu.de> |
1774 | |
1775 | * eggdrop.complete.conf, eggdrop.simple.conf, |
1776 | modules/channels/channels.c, modules/channels/channels.h, |
1777 | modules/channels/cmdschan.c, modules/channels/flagmaps.c, |
1778 | modules/irc/chan.c, modules/irc/cmdsirc.c, src/chan.h: |
1779 | |
1780 | adding as channelset honor-global-bans, honor-global-exempts and |
1781 | honor-global-invites |
1782 | |
1783 | 2002-01-31 10:00 Automatic CVS Scripts |
1784 | |
1785 | * po/eggdrop.pot: |
1786 | |
1787 | Pots |
1788 | |
1789 | 2002-01-30 10:00 Automatic CVS Scripts |
1790 | |
1791 | * po/eggdrop.pot: |
1792 | |
1793 | Pots |
1794 | |
1795 | 2002-01-29 10:00 Automatic CVS Scripts |
1796 | |
1797 | * po/eggdrop.pot: |
1798 | |
1799 | Pots |
1800 | |
1801 | 2002-01-28 10:00 Automatic CVS Scripts |
1802 | |
1803 | * po/eggdrop.pot: |
1804 | |
1805 | Pots |
1806 | |
1807 | 2002-01-27 14:59 Federico Mennite <ite@techmonkeys.org> |
1808 | |
1809 | * modules/channels/cmdschan.c, modules/irc/cmdsirc.c, |
1810 | modules/server/cmdsserv.c, po/.potignore, src/cmds.c: |
1811 | |
1812 | * Cosmetic changes for some partyline's commands output (synch 1.6) |
1813 | * More gettextification in the core and in the channels, irc and |
1814 | server modules |
1815 | * Minor code indentation cleanups |
1816 | |
1817 | 2002-01-27 10:00 Automatic CVS Scripts |
1818 | |
1819 | * po/eggdrop.pot: |
1820 | |
1821 | Pots |
1822 | |
1823 | 2002-01-26 13:34 Federico Mennite <ite@techmonkeys.org> |
1824 | |
1825 | * modules/channels/channels.h: |
1826 | |
1827 | Changed kickreason max length to 307 (synch 1.6) |
1828 | |
1829 | 2002-01-26 13:26 Federico Mennite <ite@techmonkeys.org> |
1830 | |
1831 | * scripts/sentinel.tcl: |
1832 | |
1833 | Updated sentinel.tcl to v2.60 (synch 1.6) |
1834 | |
1835 | 2002-01-26 13:18 Federico Mennite <ite@techmonkeys.org> |
1836 | |
1837 | * modules/filesys/filedb3.c, modules/notes/notes.c, |
1838 | modules/transfer/transfer.c, src/botnet.c: |
1839 | |
1840 | Cosmetic changes for plurals (synch 1.6) |
1841 | |
1842 | 2002-01-26 10:00 Automatic CVS Scripts |
1843 | |
1844 | * po/eggdrop.pot: |
1845 | |
1846 | Pots |
1847 | |
1848 | 2002-01-26 03:44 stdarg <stdarg@techmonkeys.org> |
1849 | |
1850 | * modules/transfer/transfer.c: |
1851 | |
1852 | |
1853 | * Cleaned up some of the excessive use of the 'register' keyword |
1854 | * Cleaned up pump_file_to_sock |
1855 | |
1856 | 2002-01-26 02:57 stdarg <stdarg@techmonkeys.org> |
1857 | |
1858 | * modules/perlscript/: Makefile.am, mod_iface.c, |
1859 | module_interface.c, perlscript.c: |
1860 | |
1861 | |
1862 | * Renamed module_interface.c to mod_iface.c to meet filename length |
1863 | requirements |
1864 | |
1865 | 2002-01-26 02:47 stdarg <stdarg@techmonkeys.org> |
1866 | |
1867 | * lib/eggdrop/memutil.c: |
1868 | |
1869 | |
1870 | * Cleaned up rmspace() a bit |
1871 | |
1872 | 2002-01-25 21:25 Federico Mennite <ite@techmonkeys.org> |
1873 | |
1874 | * lib/eggdrop/memutil.c: |
1875 | |
1876 | Got rid of the whitespace macro. isspace() does the same thing and |
1877 | should be available on every system. |
1878 | |
1879 | 2002-01-25 10:00 Automatic CVS Scripts |
1880 | |
1881 | * po/eggdrop.pot: |
1882 | |
1883 | Pots |
1884 | |
1885 | 2002-01-24 21:06 Federico Mennite <ite@techmonkeys.org> |
1886 | |
1887 | * modules/irc/chan.c: |
1888 | |
1889 | Patch fixing key for channel request on op wasn't fully applied |
1890 | (synch 1.6) |
1891 | |
1892 | 2002-01-24 10:00 Automatic CVS Scripts |
1893 | |
1894 | * po/eggdrop.pot: |
1895 | |
1896 | Pots |
1897 | |
1898 | 2002-01-23 22:18 Federico Mennite <ite@techmonkeys.org> |
1899 | |
1900 | * lib/eggdrop/memutil.c, lib/eggdrop/memutil.h, |
1901 | lib/eggdrop/module.h, src/chanprog.c, src/modules.c, src/proto.h: |
1902 | |
1903 | * moved rmspace() from the core to libeggdrop |
1904 | * deleted a couple of prototypes missing the relative function |
1905 | definition |
1906 | * strchr_unescape() was still exported |
1907 | |
1908 | 2002-01-23 10:00 Automatic CVS Scripts |
1909 | |
1910 | * po/eggdrop.pot: |
1911 | |
1912 | Pots |
1913 | |
1914 | 2002-01-22 21:45 Will Buckner <wcc@techmonkeys.org> |
1915 | |
1916 | * modules/notes/notes.c: |
1917 | |
1918 | A password is required to use the NOTES msg command, therefore |
1919 | [pass] should be <pass> in usage notices. |
1920 | |
1921 | 2002-01-22 10:00 Automatic CVS Scripts |
1922 | |
1923 | * po/eggdrop.pot: |
1924 | |
1925 | Pots |
1926 | |
1927 | 2002-01-22 01:17 Federico Mennite <ite@techmonkeys.org> |
1928 | |
1929 | * lib/eggdrop/module.h, modules/console/console.c, src/botcmd.c, |
1930 | src/botmsg.c, src/botnet.c, src/cmds.c, src/dcc.c, src/dccutil.c, |
1931 | src/flags.c, src/flags.h, src/tcldcc.c: |
1932 | |
1933 | geticon() didn't really need to care about dcc table |
1934 | |
1935 | 2002-01-21 10:00 Automatic CVS Scripts |
1936 | |
1937 | * po/eggdrop.pot: |
1938 | |
1939 | Pots |
1940 | |
1941 | 2002-01-20 16:56 Federico Mennite <ite@techmonkeys.org> |
1942 | |
1943 | * doc/tcl-commands.doc, src/tcldcc.c, src/tclmisc.c: |
1944 | |
1945 | Added tcl_traffic (synch 1.6) |
1946 | |
1947 | 2002-01-20 14:29 Federico Mennite <ite@techmonkeys.org> |
1948 | |
1949 | * modules/irc/chan.c: |
1950 | |
1951 | fixed a bug that prevented MODE from being sent when we get ops on a |
1952 | channel to retrieve the proper channel key (synch 1.6) |
1953 | |
1954 | 2002-01-20 14:22 Federico Mennite <ite@techmonkeys.org> |
1955 | |
1956 | * modules/server/server.c, src/tcl.c: |
1957 | |
1958 | changed nick-len and hand-len to nicklen and handlen respectively |
1959 | |
1960 | 2002-01-20 12:55 Federico Mennite <ite@techmonkeys.org> |
1961 | |
1962 | * modules/channels/userchan.c: |
1963 | |
1964 | Update already existing bans/invites/exempt entries instead of |
1965 | removing and readding them. (synch 1.6) |
1966 | |
1967 | 2002-01-20 11:57 Federico Mennite <ite@techmonkeys.org> |
1968 | |
1969 | * src/botcmd.c: |
1970 | |
1971 | Let's log remote botinfo calls. |
1972 | |
1973 | 2002-01-20 10:00 Automatic CVS Scripts |
1974 | |
1975 | * po/eggdrop.pot: |
1976 | |
1977 | Pots |
1978 | |
1979 | 2002-01-19 22:52 Will Buckner <wcc@techmonkeys.org> |
1980 | |
1981 | * doc/html/authors.html: |
1982 | |
1983 | Fixed a small authors.html error. |
1984 | |
1985 | 2002-01-19 20:08 Federico Mennite <ite@techmonkeys.org> |
1986 | |
1987 | * lib/eggdrop/eggdrop.h, lib/eggdrop/module.h, |
1988 | modules/filesys/filesys.h, modules/irc/irc.h, |
1989 | modules/perlscript/perlscript.c, src/Makefile.am, src/botcmd.c, |
1990 | src/botmsg.c, src/botnet.c, src/chanprog.c, src/cmds.c, src/dcc.c, |
1991 | src/dccutil.c, src/dns.c, src/dns.h, src/egg.h, src/flags.c, |
1992 | src/logfile.c, src/logfile.h, src/main.c, src/misc.c, src/misc.h, |
1993 | src/modules.c, src/net.c, src/proto.h, src/tcl.c, src/tcldcc.c, |
1994 | src/tclhash.c, src/tclmisc.c, src/userent.c, src/userrec.c, |
1995 | src/users.c: |
1996 | |
1997 | * varoius header inclusion cleanups |
1998 | * moved FILEDB* defines from src/egg.h to a more suitable place in |
1999 | modules/filesys/filesys.h |
2000 | * moved NORMAL and QUICK defines from src/egg.h to a more suitable |
2001 | place in modules/irc/irc.h |
2002 | * fixed a warning in modules/perlscript/perlscript.c |
2003 | * created src/misc.h and src/logfile.h. Moved in them the respective |
2004 | prototypes from src/proto.h, and the respective defines from |
2005 | src/egg.h |
2006 | * moved private structures from src/dns.h to src/dns.c |
2007 | * moved src/dns.c's related prototypes from src/egg.h to src/dns.h |
2008 | * moved RES_* defines from src/egg.h to dns.h |
2009 | * removed some unneeded defines here and there |
2010 | * moved LOG_* defines from src/egg.h to src/logfile.h |
2011 | * dns_events wasn't static |
2012 | |
2013 | 2002-01-19 14:03 Tothwolf <tothwolf@techmonkeys.org> |
2014 | |
2015 | * AUTHORS, doc/html/authors.html: |
2016 | |
2017 | Sync AUTHORS files with 1.6 |
2018 | |
2019 | 2002-01-19 12:47 Tothwolf <tothwolf@techmonkeys.org> |
2020 | |
2021 | * AUTHORS, doc/html/authors.html: |
2022 | |
2023 | Updated an AUTHORS entry |
2024 | |
2025 | 2002-01-19 11:54 Tothwolf <tothwolf@techmonkeys.org> |
2026 | |
2027 | * AUTHORS, doc/html/authors.html: |
2028 | |
2029 | Updated an AUTHORS entry |
2030 | |
2031 | 2002-01-19 11:34 Tothwolf <tothwolf@techmonkeys.org> |
2032 | |
2033 | * AUTHORS, doc/html/authors.html: |
2034 | |
2035 | Updated an AUTHORS entry |
2036 | |
2037 | 2002-01-19 11:24 Tothwolf <tothwolf@techmonkeys.org> |
2038 | |
2039 | * AUTHORS, doc/html/authors.html: |
2040 | |
2041 | Updated an AUTHORS entry |
2042 | |
2043 | 2002-01-19 11:13 Tothwolf <tothwolf@techmonkeys.org> |
2044 | |
2045 | * AUTHORS, doc/html/authors.html: |
2046 | |
2047 | Updated an AUTHORS entry |
2048 | |
2049 | 2002-01-19 10:00 Automatic CVS Scripts |
2050 | |
2051 | * po/eggdrop.pot: |
2052 | |
2053 | Pots |
2054 | |
2055 | 2002-01-19 09:22 Tothwolf <tothwolf@techmonkeys.org> |
2056 | |
2057 | * AUTHORS, doc/html/authors |