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