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