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