Parent Directory
|
Revision Log
|
Revision Graph
ChangeLog
1 | 2001-09-28 02:52 Matthew Hallacy <poptix@techmonkeys.org> |
2 | |
3 | * src/: patch.h, mod/irc.mod/cmdsirc.c: |
4 | |
5 | Someone put a ! in place of a -, .kickban didn't work correctly. |
6 | |
7 | 2001-09-27 18:33 Teemu Hjelt <sup@techmonkeys.org> |
8 | |
9 | * src/mod/irc.mod/: irc.c, msgcmds.c: |
10 | |
11 | Removed the GO command again and readded need-cycle |
12 | |
13 | 2001-09-20 19:50 stdarg |
14 | |
15 | * src/: main.c, tcl.c, tclhash.c, tclhash.h: |
16 | |
17 | STill removing tcl from the bind table. Created first non-tcl bind |
18 | entry ("event") and bind2/unbind2. |
19 | |
20 | 2001-08-29 19:21 stdarg |
21 | |
22 | * src/mod/channels.mod/tclchan.c: |
23 | |
24 | I guess "channel get mode" should really be "channel get chanmode" |
25 | since we use "chanmode" for the "channel set" command. |
26 | |
27 | 2001-08-28 01:41 Federico Mennite <ite@techmonkeys.org> |
28 | |
29 | * po/eggdrop.pot: |
30 | |
31 | synched eggdrop.pot with latest string changes. |
32 | |
33 | 2001-08-28 01:33 Federico Mennite <ite@techmonkeys.org> |
34 | |
35 | * src/cmds.c: |
36 | |
37 | Some gettext's cleanups to strings in src/cmds.c |
38 | |
39 | 2001-08-27 23:33 Matthew Hallacy <poptix@techmonkeys.org> |
40 | |
41 | * src/mod/channels.mod/: cmdschan.c, help/channels.help: |
42 | |
43 | |
44 | |
45 | Damnit, it was n|n for a reason, Do not randomly commit things. |
46 | |
47 | 2001-08-27 23:31 Matthew Hallacy <poptix@techmonkeys.org> |
48 | |
49 | * doc/tcl-commands.doc, src/mod/irc.mod/irc.c, |
50 | src/mod/irc.mod/msgcmds.c, src/mod/irc.mod/help/msg/irc.help: |
51 | |
52 | |
53 | |
54 | Submit these patches seperately, slipping in things with other |
55 | patches is evil, besides we haven't decided on the GO command yet. |
56 | |
57 | 2001-08-27 23:25 Matthew Hallacy <poptix@techmonkeys.org> |
58 | |
59 | * scripts/userinfo.tcl: |
60 | |
61 | updated userinfo.tcl |
62 | |
63 | 2001-08-27 23:14 Matthew Hallacy <poptix@techmonkeys.org> |
64 | |
65 | * src/: cmds.c, patch.h: |
66 | |
67 | PATCH: cmd_boot.patch |
68 | |
69 | Fix boots with people that have full length HANDLEN |
70 | |
71 | 2001-08-27 23:06 Matthew Hallacy <poptix@techmonkeys.org> |
72 | |
73 | * src/: patch.h, mod/irc.mod/chan.c, mod/server.mod/servmsg.c: |
74 | |
75 | PATCH: ctcp2help.patch |
76 | |
77 | By BarkerJr, send CTCP replies to the help queue instead of the |
78 | server queue |
79 | |
80 | 2001-08-26 03:52 stdarg |
81 | |
82 | * src/: tclhash.c, tclhash.h: |
83 | |
84 | Continuing with new check_bind function. |
85 | |
86 | 2001-08-26 03:16 stdarg |
87 | |
88 | * src/flags.c: |
89 | |
90 | Added information about return values so people don't have to trace |
91 | through the code. |
92 | |
93 | 2001-08-25 20:42 stdarg |
94 | |
95 | * doc/tcl-commands.doc: |
96 | |
97 | I added the documentation for user-defined string settings and the |
98 | channel get command. And I created a howto/ directory so we can put |
99 | in proper programming examples. I'm not sure it's showing up in this |
100 | commit though. |
101 | |
102 | 2001-08-25 07:47 stdarg |
103 | |
104 | * src/tclhash.c: |
105 | |
106 | Progress getting rid of tcl dependencies. Should build fine, with a |
107 | couple warnings. |
108 | |
109 | 2001-08-25 02:43 Federico Mennite <ite@techmonkeys.org> |
110 | |
111 | * src/Makefile.in: |
112 | |
113 | Defined a variable in Makefile.in needed for the link with the non |
114 | system install gexttext. |
115 | |
116 | 2001-08-24 19:54 stdarg |
117 | |
118 | * src/tclhash.c: |
119 | |
120 | Ahh, some more fixes, should be fine now except for "defined but not |
121 | used" errors. |
122 | |
123 | 2001-08-24 19:46 stdarg |
124 | |
125 | * src/: tclhash.c, tclhash.h: |
126 | |
127 | Fixed some stuff and added some more. |
128 | |
129 | 2001-08-24 01:07 stdarg |
130 | |
131 | * src/: tclhash.c, tclhash.h: |
132 | |
133 | Some more changes... haven't deleted anything yet, so it should all |
134 | still compile. :) |
135 | |
136 | 2001-08-23 23:15 stdarg |
137 | |
138 | * src/tclhash.h: |
139 | |
140 | Making way for tcl-less bind tables. |
141 | |
142 | 2001-08-23 04:06 stdarg |
143 | |
144 | * src/mod/channels.mod/: channels.c, channels.h, cmdschan.c, |
145 | flagmaps.c, tclchan.c, udefchan.c: |
146 | |
147 | |
148 | |
149 | Adding user-defined strings and the "channel get" command. |
150 | |
151 | 2001-08-23 03:19 stdarg |
152 | |
153 | * src/chan.h: |
154 | |
155 | |
156 | |
157 | Changed some stuff around to make some flags positive instead of |
158 | negative. |
159 | |
160 | 2001-08-23 00:39 Matthew Hallacy <poptix@techmonkeys.org> |
161 | |
162 | * src/patch.h: |
163 | |
164 | [no log message] |
165 | |
166 | 2001-08-23 00:38 Matthew Hallacy <poptix@techmonkeys.org> |
167 | |
168 | * src/mod/uptime.mod/uptime.c: |
169 | |
170 | No longer send server name in uptime.mod |
171 | |
172 | 2001-08-22 23:49 Teemu Hjelt <sup@techmonkeys.org> |
173 | |
174 | * src/mod/channels.mod/tclchan.c: |
175 | |
176 | BarkerJr: Added a check for -dynamicbans to |
177 | newban/newexempt/newinvite. |
178 | |
179 | 2001-08-22 00:41 Federico Mennite <ite@techmonkeys.org> |
180 | |
181 | * aclocal.m4: |
182 | |
183 | aclocal.m4's macros are now automake2.50 compatible |
184 | |
185 | 2001-08-21 22:03 Teemu Hjelt <sup@techmonkeys.org> |
186 | |
187 | * src/mod/channels.mod/: cmdschan.c, help/channels.help: |
188 | |
189 | Changed the binding of cmd_chanset to m|m. |
190 | |
191 | 2001-08-21 20:00 Teemu Hjelt <sup@techmonkeys.org> |
192 | |
193 | * doc/tcl-commands.doc, src/mod/irc.mod/irc.c, |
194 | src/mod/irc.mod/msgcmds.c, src/mod/irc.mod/help/msg/irc.help: |
195 | |
196 | Removed the GO command and added need-cycle. |
197 | |
198 | 2001-08-21 00:21 Federico Mennite <ite@techmonkeys.org> |
199 | |
200 | * .cvsignore, Makefile.in, acconfig.h, aclocal.m4, bootstrap, |
201 | configure.in, misc/config.guess, misc/config.sub, po/.cvsignore, |
202 | po/POTFILES.in, po/eggdrop.pot, po/update.pl, src/Makefile.in, |
203 | src/eggdrop.h, src/main.c, src/mod/module.h: |
204 | |
205 | Gettext phase 2: |
206 | * Replced dummy _() define with the real one and added language |
207 | domain binding code. |
208 | * added gettext's related m4 macros to aclocal |
209 | * added misc/config.guess and misc/config.sub system detection |
210 | scripts |
211 | * added the po subdirectory containing: |
212 | - eggdrop.pot: the template translation file. |
213 | - POTFILES.in: a list of the source files containing _("") macros |
214 | - update.pl: a small perl script to generate eggdrop.pot from the |
215 | sources and to update existing translation files (*.po) |
216 | - ChangeLog: list of changes in that directory. |
217 | * added VERSION and VERSION_NUM (replacing EGG_VERSION and |
218 | EGG_VERSION_NUM) defines for versioning information. The version |
219 | (+patch excepted) now changes by just editing an entry in top of |
220 | configure.in. |
221 | * removed EGG_VERSION_MAX and EGGDROP_VERSION_MIN C macros that |
222 | wheren't used anywhere. |
223 | * Modified bootstrap script |
224 | * added and and modified .cvsignore files |
225 | |
226 | 2001-08-19 09:08 Matthew Hallacy <poptix@techmonkeys.org> |
227 | |
228 | * src/: patch.h, mod/irc.mod/chan.c: |
229 | |
230 | |
231 | |
232 | Found by Fixed by What... stdarg poptix we weren't looking |
233 | the user record back up on iterations on channels in the NICK bind, |
234 | causing the chance of a bad pointer reference =P (stdarg gave me the |
235 | idea to look =) |
236 | |
237 | 2001-08-19 08:49 stdarg |
238 | |
239 | * doc/tcl-commands.doc: |
240 | |
241 | Changed <arg> to <rest> in the binding part so that people won't be |
242 | tempted to name it "args" |
243 | |
244 | 2001-08-19 08:42 Matthew Hallacy <poptix@techmonkeys.org> |
245 | |
246 | * doc/tcl-commands.doc: |
247 | |
248 | |
249 | |
250 | doc fixes for SIGN |
251 | |
252 | 2001-08-19 08:33 Matthew Hallacy <poptix@techmonkeys.org> |
253 | |
254 | * src/mod/irc.mod/chan.c: |
255 | |
256 | |
257 | |
258 | fixed the SIGN and SPLT binds not properly looking up users, now you |
259 | can bind with flags, as well as getting the handle of the user in |
260 | the $hand |
261 | |
262 | 2001-08-19 02:49 Dobos Lorant <drummer@buli.sk> |
263 | |
264 | * src/: net.c, proto.h: |
265 | |
266 | Removed unused hostnamefromip() |
267 | |
268 | 2001-08-19 02:36 Dobos Lorant <drummer@buli.sk> |
269 | |
270 | * eggdrop.complete.conf, doc/html/egg-core.html, |
271 | doc/settings/core.settings, doc/settings/mod.dns, help/core.help, |
272 | help/set/cmds1.help, scripts/help/cmd_resolve.help, src/modules.c, |
273 | src/net.c, src/tcl.c, src/tclmisc.c, src/mod/module.h, |
274 | src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/userchan.c: |
275 | |
276 | Removed my-hostname. Cache local ipv4 address. Updated docs. FIXME |
277 | for tcl_getmyip6(). Cleanups for channel.mod. |
278 | |
279 | 2001-08-19 02:24 Dobos Lorant <drummer@buli.sk> |
280 | |
281 | * aclocal.m4, src/net.c: |
282 | |
283 | Small changes to ipv6 detection to fail on cygwin |
284 | |
285 | 2001-08-18 18:56 Dobos Lorant <drummer@buli.sk> |
286 | |
287 | * src/mod/: irc.mod/msgcmds.c, server.mod/server.c, |
288 | server.mod/servmsg.c: |
289 | |
290 | Show only valid information in .status 'Online as' field, same for . |
291 | To get the valid user@host bot does WHOIS botnick after 001 |
292 | |
293 | 2001-08-17 05:35 Jeff Fisher <guppy@techmonkeys.org> |
294 | |
295 | * src/: dcc.c, tclmisc.c, md5/Makefile.in, md5/md5.h, md5/md5c.c, |
296 | mod/server.mod/servmsg.c: |
297 | |
298 | Small change to how we send USER again -- since hostname/servername |
299 | are ignored, send dots in their place as do most other clients .. |
300 | don't have to worry about them using this method to detect us |
301 | really. Also I changed our md5 routines from ones by RSA to ones by |
302 | Solar Designer -- they are smaller and more efficient -- and public |
303 | domain. |
304 | |
305 | 2001-08-16 13:27 Dobos Lorant <drummer@buli.sk> |
306 | |
307 | * src/mem.c: |
308 | |
309 | fixed bad MAX_MEM in mem.c |
310 | |
311 | 2001-08-15 17:11 Jeff Fisher <guppy@techmonkeys.org> |
312 | |
313 | * .cvsignore: |
314 | |
315 | Lets put ChangeLog into .cvsignore shall we |
316 | |
317 | 2001-08-15 17:09 Jeff Fisher <guppy@techmonkeys.org> |
318 | |
319 | * src/: chanprog.c, cmds.c, proto.h: |
320 | |
321 | Cleaned up cmd_uptime and cmd_botinfo a bit -- started doing some |
322 | more dummy _(text) ... that is gonna take alot of work to totally |
323 | finish that |
324 | |
325 | 2001-08-15 06:13 Federico Mennite <ite@techmonkeys.org> |
326 | |
327 | * .cvsignore, src/adns/.cvsignore, src/mod/compress.mod/.cvsignore: |
328 | |
329 | Added more entries in .cvsignore files. |
330 | |
331 | 2001-08-14 18:30 Jeff Fisher <guppy@techmonkeys.org> |
332 | |
333 | * text/: banner, motd: |
334 | |
335 | Lets remove version numbers from motd/banner since when we upgrade |
336 | bots we do not overwrite these files normally and they can get dated |
337 | when people move between series and do not upgrade their motd/banner |
338 | .. I am one of these people. |
339 | |
340 | 2001-08-14 18:27 Jeff Fisher <guppy@techmonkeys.org> |
341 | |
342 | * src/mod/server.mod/servmsg.c: |
343 | |
344 | Fixed what information we send along with USER when registering to |
345 | an IRCd. A sneaky irc admin could transparently detect eggdrop and |
346 | quickly kline them automatically by making a small patch to his IRCd |
347 | software. |
348 | |
349 | proper USER format: <username> <hostname> <servername> :<realname> |
350 | |
351 | most clients send some combination of this; however, eggdrop appears |
352 | to be one of the few (if not only) that sends: |
353 | |
354 | USER username username username :realname |
355 | |
356 | So lets instead send the _proper_ information to avoid detection by |
357 | sneaky admins who hate eggdrop for some childish reason. |
358 | |
359 | 2001-08-14 16:39 Jeff Fisher <guppy@techmonkeys.org> |
360 | |
361 | * misc/cvs2cl.pl: |
362 | |
363 | removed cvs2cl.pl since we have automatic changelogs setup now. |
364 | every 30 minutes the ChangeLog will be regenerated if anything has |
365 | been changed. Thanks to the irssi people for their little script. |
366 | |
367 | 2001-08-13 23:38 Federico Mennite <ite@techmonkeys.org> |
368 | |
369 | * bootstrap: |
370 | |
371 | Added executable bootstrap. |
372 | |
373 | 2001-08-13 23:36 Federico Mennite <ite@techmonkeys.org> |
374 | |
375 | * bootstrap: |
376 | |
377 | Removed non executable bootstrap. |
378 | |
379 | 2001-08-13 22:51 Federico Mennite <ite@techmonkeys.org> |
380 | |
381 | * .cvsignore, doc/.cvsignore, scripts/.cvsignore, src/.cvsignore, |
382 | src/adns/.cvsignore, src/compat/.cvsignore, src/egglib/.cvsignore, |
383 | src/md5/.cvsignore, src/mod/.cvsignore, |
384 | src/mod/compress.mod/.cvsignore: |
385 | |
386 | Added .cvsignore files to ease committer's life. |
387 | |
388 | 2001-08-13 21:50 Federico Mennite <ite@techmonkeys.org> |
389 | |
390 | * config.h.in, configure, |
391 | src/mod/compress.mod/compress_config.h.in, |
392 | src/mod/compress.mod/configure: |
393 | |
394 | Removed needless config stuff. See previous patch. |
395 | |
396 | 2001-08-13 21:41 Federico Mennite <ite@techmonkeys.org> |
397 | |
398 | * bootstrap: |
399 | |
400 | Added missing bootstrap script from the prevoius patch. |
401 | |
402 | 2001-08-13 21:39 Federico Mennite <ite@techmonkeys.org> |
403 | |
404 | * INSTALL, Makefile.in, acconfig.h, |
405 | src/mod/compress.mod/Makefile.in: |
406 | |
407 | * Created bootstrap script that runs the various autotools with a |
408 | single command. |
409 | * Removed configure scripts and *config.h.in files from the tree. |
410 | * Modified distclean targets to remove the above files too. |
411 | * Updated the INSTALL file with the bootstrap step in the |
412 | installation process description. |
413 | |
414 | 2001-08-13 20:47 Jeff Fisher <guppy@techmonkeys.org> |
415 | |
416 | * CONTENTS, Makefile.in, aclocal.m4, configure, |
417 | eggdrop.complete.conf, doc/Makefile.in, doc/eggdrop.doc, |
418 | doc/tricks, doc/html/egg-core.html, doc/man1/eggdrop.1, |
419 | doc/settings/CONTENTS, doc/settings/contents, |
420 | doc/settings/core.settings, help/core.help, src/Makefile.in, |
421 | src/eggdrop.h, src/lang.h, src/language.c, src/main.c, src/main.h, |
422 | src/mem.c, src/modules.c, src/proto.h, src/compat/Makefile.in, |
423 | src/md5/Makefile.in, src/mod/Makefile.in, src/mod/module.h, |
424 | src/mod/assoc.mod/Makefile, src/mod/blowfish.mod/Makefile, |
425 | src/mod/channels.mod/Makefile, src/mod/compress.mod/Makefile.in, |
426 | src/mod/console.mod/Makefile, src/mod/ctcp.mod/Makefile, |
427 | src/mod/filesys.mod/Makefile, src/mod/filesys.mod/filesys.h, |
428 | src/mod/irc.mod/Makefile, src/mod/notes.mod/Makefile, |
429 | src/mod/server.mod/Makefile, src/mod/share.mod/Makefile, |
430 | src/mod/transfer.mod/Makefile, src/mod/uptime.mod/Makefile, |
431 | src/mod/woobie.mod/Makefile: |
432 | |
433 | Good bye language.c, lang.h, we knew you so well yet hated you |
434 | |
435 | 2001-08-13 19:22 Jeff Fisher <guppy@techmonkeys.org> |
436 | |
437 | * scripts/compat.tcl, src/tcluser.c: |
438 | |
439 | Removed matchchanattr from the core and made a compat tcl proc |
440 | |
441 | 2001-08-13 19:12 Jeff Fisher <guppy@techmonkeys.org> |
442 | |
443 | * FEATURES, INSTALL, eggdrop.complete.conf, eggdrop.simple.conf, |
444 | doc/MODULES, doc/html/egg-core.html, doc/html/features.html, |
445 | doc/html/index.html, doc/html/install.html, |
446 | doc/html/mod-channels.html, doc/html/mod-wire.html, |
447 | doc/settings/contents, doc/settings/core.settings, |
448 | doc/settings/mod.channel, doc/settings/mod.woobie, help/core.help, |
449 | src/chan.h, src/mod/channels.mod/channels.c, |
450 | src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c: |
451 | |
452 | Removed more references to seen.mod and wire.mod |
453 | |
454 | 2001-08-13 17:24 Jeff Fisher <guppy@techmonkeys.org> |
455 | |
456 | * eggdrop.complete.conf, eggdrop.simple.conf, |
457 | doc/html/mod-blowfish.html, doc/settings/mod.blowfish, |
458 | src/tclmisc.c: |
459 | |
460 | removed checkmodule .. it the same as loadmodule basically, |
461 | loadmodule blowfish behaves the same as checkmodule blowfish on |
462 | startup and restart -- if someone can tell me otherwise, I'll revert |
463 | this patch |
464 | |
465 | 2001-08-13 16:52 Jeff Fisher <guppy@techmonkeys.org> |
466 | |
467 | * src/: chanprog.c, main.c: |
468 | |
469 | Cleaned up the output of .status inregards to TCL ... |
470 | |
471 | Instead of showing: |
472 | |
473 | Using Tcl library: /usr/local/lib/tcl8.3 Tcl version: 8.3 (header |
474 | version 8.3) Tcl patchlevel: 8.3.3 (header patchlevel 8.3.3) TCL |
475 | isn't threaded |
476 | |
477 | We now show: |
478 | |
479 | Tcl library: /usr/lib/tcl8.3 Tcl version: 8.3.2 (header version |
480 | 8.3.2) |
481 | |
482 | and is TCL is threaded: |
483 | |
484 | Tcl library: /usr/lib/tcl8.3 Tcl version: 8.3.2 (header version |
485 | 8.3.2) Tcl is threaded |
486 | |
487 | Do we even need to show the header version? |
488 | |
489 | 2001-08-13 16:21 Jeff Fisher <guppy@techmonkeys.org> |
490 | |
491 | * eggdrop.complete.conf, doc/html/egg-core.html, |
492 | doc/settings/core.settings, src/dcc.c, src/misc.c, src/proto.h, |
493 | src/tcl.c: |
494 | |
495 | removed use-telnet-banner (useless option), renamed show_banner to |
496 | show_telnet_banner, updated the docs a bit for telnet-banner, got |
497 | rid of a message in show_motd when the motd wasn't a regular text |
498 | file (is it really needed? someone comment) and a minor speed |
499 | improved in show_motd/show_telnet_banner .. we dont have to lookup |
500 | the user if the opening of the files failed .. do it after we know |
501 | we can read the file. |
502 | |
503 | 2001-08-13 14:51 Jeff Fisher <guppy@techmonkeys.org> |
504 | |
505 | * eggdrop.complete.conf, doc/html/egg-core.html, |
506 | doc/settings/core.settings, src/modules.c, src/net.c, src/proto.h, |
507 | src/tcl.c, src/mod/module.h, src/mod/filesys.mod/filesys.c, |
508 | src/mod/server.mod/server.c: |
509 | |
510 | Removed dcc-sanitycheck since it was half commented out as "FIXME" |
511 | -- also, in the day and age of IRC bouncers and socks5 connections, |
512 | etc .. more and more people are hiding behind another machine and |
513 | this setting wouldn't allow them to dcc chat into bots if turned on. |
514 | As for security concerns with people being able to redirect a bot to |
515 | connect elsewhere .. they cannot redirect the bot to connect to a |
516 | port below 1024 -- dw had a suggestion ... if the ip being sent in |
517 | the dcc is known, let them dcc chat into the bot .. I like this |
518 | suggestion, what about the others? |
519 | |
520 | 2001-08-13 14:17 Jeff Fisher <guppy@techmonkeys.org> |
521 | |
522 | * eggdrop.complete.conf, doc/html/egg-core.html, |
523 | doc/settings/core.settings, src/dcc.c, src/modules.c, src/tcl.c, |
524 | src/mod/module.h, src/mod/filesys.mod/filesys.c, |
525 | src/mod/server.mod/server.c: |
526 | |
527 | Removed dcc-portrange since it was a stupid setting (good idea of |
528 | course) and the values 1024 and 65535 are now hardcoded as the |
529 | portrange .. anything below 1024 shouldn't be used for dcc and of |
530 | course, anything over 65535 isn't even a port. Once we have our |
531 | #include file mess cleaned up we should think about changing these |
532 | values to #define's .. maybe and its a big maybe. |
533 | |
534 | 2001-08-13 03:58 Jeff Fisher <guppy@techmonkeys.org> |
535 | |
536 | * eggdrop.complete.conf, doc/html/mod-server.html, |
537 | doc/settings/mod.server, src/mod/server.mod/server.c, |
538 | src/mod/server.mod/server.h, src/mod/server.mod/servmsg.c, |
539 | src/mod/server.mod/help/set/server.help: |
540 | |
541 | well, servlimit is now gone also .. this is another feature that was |
542 | made useless years ago and should have been removed years ago |
543 | |
544 | 2001-08-13 03:08 Jeff Fisher <guppy@techmonkeys.org> |
545 | |
546 | * eggdrop.advanced.conf: |
547 | |
548 | Sorry, forgot to remove eggdrop.advanced.conf -- we shouldn't give |
549 | Canadians commit access |
550 | |
551 | 2001-08-13 03:05 Jeff Fisher <guppy@techmonkeys.org> |
552 | |
553 | * CONTENTS, Makefile.in, NEWS, eggdrop.complete.conf, |
554 | eggdrop.simple.conf, doc/eggdrop.doc, doc/tcl-commands.doc, |
555 | doc/html/egg-core.html, doc/html/mod-channels.html, |
556 | doc/html/mod-server.html, doc/man1/eggdrop.1, |
557 | doc/settings/core.settings, doc/settings/mod.channel, |
558 | doc/settings/mod.server, src/chan.h, |
559 | src/mod/channels.mod/channels.c, src/mod/channels.mod/cmdschan.c, |
560 | src/mod/channels.mod/tclchan.c, |
561 | src/mod/channels.mod/help/chaninfo.help, src/mod/irc.mod/chan.c, |
562 | src/mod/irc.mod/irc.c, src/mod/irc.mod/mode.c, |
563 | src/mod/server.mod/server.c, src/mod/server.mod/servmsg.c, |
564 | src/mod/server.mod/help/set/server.help: |
565 | |
566 | PATCH: clean_leftover_features About time these got removed since we |
567 | have better replacements for them ... scripters will hate us at |
568 | first then love us |
569 | |
570 | 2001-08-12 03:09 Jeff Fisher <guppy@techmonkeys.org> |
571 | |
572 | * doc/Makefile.in: |
573 | |
574 | lets not try to install UPDATES1.7 since we dont have one (found by |
575 | Webbie) |
576 | |
577 | 2001-08-11 08:22 Jeff Fisher <guppy@techmonkeys.org> |
578 | |
579 | * doc/AUTHORS: |
580 | |
581 | ITE! We now know you |
582 | |
583 | 2001-08-11 07:29 Jeff Fisher <guppy@techmonkeys.org> |
584 | |
585 | * doc/UPDATES1.6, doc/tcl-commands.doc, scripts/getops.tcl, |
586 | src/patch.h: |
587 | |
588 | sync'd 1.7 to 1.6 ... also, I modifed the ChangeLog ... gonna try |
589 | again to get that stupid thing atuomated -- if anyone has any hints |
590 | or scripts for it, tell me |
591 | |
592 | 2001-08-10 23:51 Federico Mennite <ite@techmonkeys.org> |
593 | |
594 | * Makefile.in, src/bg.c, src/botcmd.c, src/botmsg.c, src/botnet.c, |
595 | src/chanprog.c, src/cmds.c, src/dcc.c, src/dccutil.c, src/dns.c, |
596 | src/eggdrop.h, src/lang.h, src/main.c, src/misc.c, src/modules.c, |
597 | src/tcldcc.c, src/tclhash.c, src/tclmisc.c, src/userrec.c, |
598 | src/users.c, src/mod/assoc.mod/assoc.c, src/mod/assoc.mod/assoc.h, |
599 | src/mod/channels.mod/channels.c, src/mod/channels.mod/cmdschan.c, |
600 | src/mod/channels.mod/userchan.c, src/mod/console.mod/console.c, |
601 | src/mod/console.mod/console.h, src/mod/filesys.mod/dbcompat.c, |
602 | src/mod/filesys.mod/filedb3.c, src/mod/filesys.mod/files.c, |
603 | src/mod/filesys.mod/files.h, src/mod/filesys.mod/filesys.c, |
604 | src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, |
605 | src/mod/irc.mod/irc.c, src/mod/irc.mod/mode.c, |
606 | src/mod/irc.mod/msgcmds.c, src/mod/notes.mod/cmdsnote.c, |
607 | src/mod/notes.mod/notes.c, src/mod/notes.mod/notes.h, |
608 | src/mod/server.mod/cmdsserv.c, src/mod/server.mod/server.c, |
609 | src/mod/server.mod/servmsg.c, src/mod/share.mod/share.c, |
610 | src/mod/transfer.mod/transfer.c: |
611 | |
612 | Gettext phase 1: created a dummy _() macro, replaced old get_lang |
613 | #defines with the respective string entries in english.*.lang and |
614 | removed them. |
615 | |
616 | 2001-08-10 14:50 Dobos Lorant <drummer@buli.sk> |
617 | |
618 | * src/adns/: dlist.h, query.c, setup.c: |
619 | |
620 | changed LIST_INIT to ADNS_LIST_INIT to avoid warning messages on |
621 | freebsd |
622 | |
623 | 2001-08-10 14:33 Dobos Lorant <drummer@buli.sk> |
624 | |
625 | * src/: adns/setup.c, compat/inet_ntop.c: |
626 | |
627 | cygwin: checking resolv.conf in the current dir, avoid |
628 | arpa/nameser.h |
629 | |
630 | 2001-08-09 13:44 Dobos Lorant <drummer@buli.sk> |
631 | |
632 | * src/adns/event.c: |
633 | |
634 | blocking recvfrom() on cygwin |
635 | |
636 | 2001-08-09 04:07 Jeff Fisher <guppy@techmonkeys.org> |
637 | |
638 | * src/patch.h: |
639 | |
640 | oops, I guess I should faithfully use addpatch eh? |
641 | |
642 | 2001-08-09 04:06 Jeff Fisher <guppy@techmonkeys.org> |
643 | |
644 | * aclocal.m4, configure: |
645 | |
646 | PATCH: cygwinsharedtcl1 -- added Kirben's patch to sync upto 1.6 |
647 | |
648 | 2001-08-09 04:05 Jeff Fisher <guppy@techmonkeys.org> |
649 | |
650 | * doc/UPDATES1.6: |
651 | |
652 | updated doc/UPDATES1.6 to be in sync with 1.6 |
653 | |
654 | 2001-08-08 14:06 Dobos Lorant <drummer@buli.sk> |
655 | |
656 | * src/net.c: |
657 | |
658 | reversing something that should not be there |
659 | |
660 | 2001-08-08 13:47 Dobos Lorant <drummer@buli.sk> |
661 | |
662 | * aclocal.m4, configure: |
663 | |
664 | autoenabling IPv6 if supported |
665 | |
666 | 2001-08-08 13:45 Dobos Lorant <drummer@buli.sk> |
667 | |
668 | * src/net.c: |
669 | |
670 | byteorder problem |
671 | |
672 | 2001-08-07 14:16 Matthew Hallacy <poptix@techmonkeys.org> |
673 | |
674 | * misc/cvs2cl.pl: |
675 | |
676 | This script parses cvs logs and creates the Changelog file, you |
677 | should make sure it ignores changes to the file 'Changelog' =) |
678 | |
679 | 2001-08-07 13:57 Matthew Hallacy <poptix@techmonkeys.org> |
680 | |
681 | * src/: patch.h, mod/channels.mod/help/chaninfo.help: |
682 | |
683 | PATCH: helppatch.diff |
684 | |
685 | 2001-08-07 13:49 Matthew Hallacy <poptix@techmonkeys.org> |
686 | |
687 | * src/: botnet.c, patch.h: |
688 | |
689 | PATCH: nice_whom.patch |
690 | |
691 | 2001-08-07 13:48 Matthew Hallacy <poptix@techmonkeys.org> |
692 | |
693 | * src/: patch.h, mod/server.mod/server.c: |
694 | |
695 | PATCH: dalupd |
696 | |
697 | 2001-08-01 19:00 Dobos Lorant <drummer@buli.sk> |
698 | |
699 | * aclocal.m4, configure: |
700 | |
701 | ipv6support detection fix for freebsd |
702 | |
703 | 2001-08-01 16:31 Dobos Lorant <drummer@buli.sk> |
704 | |
705 | * src/net.c: |
706 | |
707 | freebsd warnings part2 |
708 | |
709 | 2001-07-31 16:40 Jeff Fisher <guppy@techmonkeys.org> |
710 | |
711 | * doc/UPDATES1.6, src/cmds.c, src/main.c, src/misc.c, |
712 | src/modules.c, src/patch.h, src/proto.h, src/tclmisc.c, |
713 | src/compat/inet_pton.c, src/mod/module.h, src/mod/modvals.h, |
714 | src/mod/server.mod/cmdsserv.c, src/mod/server.mod/server.c: |
715 | |
716 | sync'd 1.7 to the latest 1.6 |
717 | |
718 | 2001-07-29 20:00 Dobos Lorant <drummer@buli.sk> |
719 | |
720 | * src/adns/check.c: |
721 | |
722 | warning in adns/check.c |
723 | |
724 | 2001-07-29 19:43 Dobos Lorant <drummer@buli.sk> |
725 | |
726 | * Makefile.in, aclocal.m4, configure, configure.in, |
727 | src/Makefile.in, src/compat/inet_ntop.c, src/compat/inet_ntop.h, |
728 | src/compat/inet_pton.c, src/compat/inet_pton.h: |
729 | |
730 | autoconf, Makefile, compat/ changes |
731 | |
732 | 2001-07-27 00:46 Dobos Lorant <drummer@buli.sk> |
733 | |
734 | * Makefile.in, aclocal.m4, config.h.in, configure, configure.in, |
735 | src/net.c, src/adns/Makefile.in, src/adns/README.eggdrop, |
736 | src/adns/acconfig.h, src/adns/aclocal.m4, src/adns/adns.h, |
737 | src/adns/config.h.in, src/adns/configure, src/adns/configure.in, |
738 | src/adns/event.c, src/adns/internal.h: |
739 | |
740 | adns and eggdrop configure merge |
741 | |
742 | 2001-07-26 22:59 Matthew Hallacy <poptix@techmonkeys.org> |
743 | |
744 | * doc/BUG-REPORT, doc/patch.howto, doc/text-substitutions.doc, |
745 | text/banner, text/motd: |
746 | |
747 | |
748 | |
749 | Some 1.6->1.7 updates, including a pretty new banner in motd/banner |
750 | =) |
751 | |
752 | 2001-07-26 22:58 Matthew Hallacy <poptix@techmonkeys.org> |
753 | |
754 | * doc/settings/: mod.seen, mod.wire: |
755 | |
756 | Finished guppy's seen/wire cleanup. |
757 | |
758 | 2001-07-26 17:39 Dobos Lorant <drummer@buli.sk> |
759 | |
760 | * src/compat/: inet_ntop.c, inet_ntop.h, inet_pton.c, inet_pton.h: |
761 | |
762 | inet_pton, inet_ntop |
763 | |
764 | 2001-07-26 17:06 Dobos Lorant <drummer@buli.sk> |
765 | |
766 | * src/adns/: COPYING, GPL-vs-LGPL, Makefile.in, README, |
767 | README.eggdrop, README.ircd, acconfig.h, aclocal.m4, adns.h, |
768 | adns.make, check.c, config.h.in, configure, configure.in, dlist.h, |
769 | event.c, general.c, internal.h, parse.c, query.c, reply.c, setup.c, |
770 | transmit.c, tvarith.h, types.c: |
771 | |
772 | adns library |
773 | |
774 | 2001-07-26 17:05 Dobos Lorant <drummer@buli.sk> |
775 | |
776 | * Makefile.in, aclocal.m4, config.h.in, configure, configure.in, |
777 | eggdrop.advanced.conf, eggdrop.complete.conf, eggdrop.simple.conf: |
778 | |
779 | ipv6 stuff |
780 | |
781 | 2001-07-26 17:04 Dobos Lorant <drummer@buli.sk> |
782 | |
783 | * src/: Makefile.in, botnet.c, cmds.c, dcc.c, dccutil.c, dns.c, |
784 | dns.h, eggdrop.h, main.c, modules.c, net.c, proto.h, tcl.c, |
785 | tcldcc.c, tclmisc.c, tcluser.c, userent.c, compat/Makefile.in, |
786 | compat/compat.h, compat/inet_aton.h, mod/module.h, |
787 | mod/ctcp.mod/ctcp.c, mod/filesys.mod/filedb3.c, |
788 | mod/filesys.mod/filesys.c, mod/irc.mod/mode.c, |
789 | mod/server.mod/server.c, mod/server.mod/servmsg.c, |
790 | mod/share.mod/share.c, mod/transfer.mod/transfer.c, |
791 | mod/transfer.mod/transfer.h: |
792 | |
793 | added adns dir |
794 | |
795 | 2001-07-26 17:02 Jeff Fisher <guppy@techmonkeys.org> |
796 | |
797 | * disabled_modules: |
798 | |
799 | removed dns.mod since we are moving to using adns |
800 | |
801 | 2001-07-26 04:07 Jeff Fisher <guppy@techmonkeys.org> |
802 | |
803 | * aclocal.m4, configure, doc/UPDATES1.6, src/patch.h, src/tcl.c, |
804 | src/tclegg.h, src/tclmisc.c: |
805 | |
806 | sync'd the lastest 1.6 cvs w/ 1.7 |
807 | |
808 | 2001-07-25 20:32 stdarg |
809 | |
810 | * src/egglib/: avl.c, avl.h, hash_table.c, hash_table.h, |
811 | hash_table_test.c, libegg.so, linked_list.c, linked_list.h, |
812 | linked_list_test.c, mempool.c, mempool.h, mempool_test.c, |
813 | libegg.so: |
814 | |
815 | [no log message] |
816 | |
817 | 2001-07-25 17:32 Jeff Fisher <guppy@techmonkeys.org> |
818 | |
819 | * src/mod/: channels.mod/channels.c, irc.mod/mode.c: |
820 | |
821 | sync to current 1.6 cvs |
822 | |
823 | 2001-07-25 04:21 Jeff Fisher <guppy@techmonkeys.org> |
824 | |
825 | * disabled_modules, doc/CONTENTS, doc/Makefile.in, |
826 | doc/UPDATES.pre1.5, doc/UPDATES1.5, src/main.c, src/patch.h, |
827 | src/mod/assoc.mod/assoc.c, src/mod/blowfish.mod/blowfish.c, |
828 | src/mod/channels.mod/channels.c, src/mod/compress.mod/compress.c, |
829 | src/mod/console.mod/console.c, src/mod/ctcp.mod/ctcp.c, |
830 | src/mod/filesys.mod/filesys.c, src/mod/irc.mod/irc.c, |
831 | src/mod/notes.mod/notes.c, src/mod/server.mod/server.c, |
832 | src/mod/share.mod/share.c, src/mod/transfer.mod/transfer.c, |
833 | src/mod/uptime.mod/uptime.c, src/mod/woobie.mod/woobie.c: |
834 | |
835 | what will the future hold fellow eggdevers! seen and wire are |
836 | disabled ... shall we remove them and replace in the future with |
837 | better? I think so. |
838 | |
839 | 2001-07-24 21:50 Jeff Fisher <guppy@techmonkeys.org> |
840 | |
841 | * src/patch.h: |
842 | |
843 | doh, I forgot to commit the changed configure :P~ |
844 | |
845 | 2001-07-24 15:11 Jeff Fisher <guppy@techmonkeys.org> |
846 | |
847 | * doc/AUTHORS, src/patch.h: |
848 | |
849 | go Kirben, go Kirben, its your birthday |
850 | |
851 | 2001-07-24 15:08 Jeff Fisher <guppy@techmonkeys.org> |
852 | |
853 | * doc/UPDATES1.6, src/patch.h: |
854 | |
855 | here is Kirben's bind82.patch applied |
856 | |
857 | 2001-07-24 15:02 Jeff Fisher <guppy@techmonkeys.org> |
858 | |
859 | * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/mode.c: |
860 | |
861 | yay dw, .. that Vodka helps |
862 | |
863 | 2001-07-24 14:48 Jeff Fisher <guppy@techmonkeys.org> |
864 | |
865 | * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c: |
866 | |
867 | let me strike down thee olde ircd |
868 | |
869 | 2001-07-24 14:43 Jeff Fisher <guppy@techmonkeys.org> |
870 | |
871 | * aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: |
872 | |
873 | QNX? don't banks use that |
874 | |
875 | 2001-07-24 14:32 Jeff Fisher <guppy@techmonkeys.org> |
876 | |
877 | * doc/UPDATES1.6, src/net.c, src/patch.h, |
878 | src/mod/channels.mod/channels.c: |
879 | |
880 | dang those mismatches ... yay stdarg |
881 | |
882 | 2001-07-24 14:22 Jeff Fisher <guppy@techmonkeys.org> |
883 | |
884 | * doc/UPDATES1.6, src/modules.c, src/patch.h: |
885 | |
886 | a typo hunting we shall go ... yay Kirben |
887 | |
888 | 2001-07-24 14:19 Jeff Fisher <guppy@techmonkeys.org> |
889 | |
890 | * doc/MODULES, doc/UPDATES1.6, doc/tcl-commands.doc, |
891 | doc/html/egg-core.html, help/cmds2.help, src/cmds.c, src/main.c, |
892 | src/patch.h, src/tclmisc.c, src/mod/modvals.h, |
893 | src/mod/channels.mod/channels.c: |
894 | |
895 | I thought about doing this years ago .. glad someone did it :P~ |
896 | |
897 | 2001-07-24 14:09 Jeff Fisher <guppy@techmonkeys.org> |
898 | |
899 | * doc/UPDATES1.6, src/patch.h, src/tclhash.c: |
900 | |
901 | well, we know unicode support will work one day :P~ |
902 | |
903 | 2001-07-24 14:05 Jeff Fisher <guppy@techmonkeys.org> |
904 | |
905 | * src/: main.c, patch.h: |
906 | |
907 | go go gadget mobile .. lets do lots of work today on eggdrop |
908 | |
909 | 2001-07-21 06:53 Jeff Fisher <guppy@techmonkeys.org> |
910 | |
911 | * src/main.c: |
912 | |
913 | forgot main.c .. |
914 | |
915 | 2001-07-21 06:52 Jeff Fisher <guppy@techmonkeys.org> |
916 | |
917 | * doc/UPDATES1.6, src/patch.h: |
918 | |
919 | lets go for 1.6.7 .. I'm gonna make a 1.7 branch off of this |
920 | |
921 | 2001-07-18 14:12 Jeff Fisher <guppy@techmonkeys.org> |
922 | |
923 | * INSTALL, README, doc/UPDATES1.6, src/patch.h, |
924 | src/mod/channels.mod/help/chaninfo.help: |
925 | |
926 | applied Paladin's doc updates patch |
927 | |
928 | 2001-07-18 06:03 tothwolf |
929 | |
930 | * src/mod/module.h: |
931 | |
932 | Autoindenting mess-up |
933 | |
934 | 2001-07-17 19:53 Jeff Fisher <guppy@techmonkeys.org> |
935 | |
936 | * doc/UPDATES1.6, src/patch.h, src/mod/module.h, |
937 | src/mod/assoc.mod/assoc.c, src/mod/blowfish.mod/blowfish.c, |
938 | src/mod/channels.mod/channels.c, src/mod/compress.mod/compress.c, |
939 | src/mod/console.mod/console.c, src/mod/ctcp.mod/ctcp.c, |
940 | src/mod/filesys.mod/filesys.c, src/mod/irc.mod/irc.c, |
941 | src/mod/notes.mod/notes.c, src/mod/server.mod/server.c, |
942 | src/mod/share.mod/share.c, src/mod/transfer.mod/transfer.c, |
943 | src/mod/uptime.mod/uptime.c, src/mod/woobie.mod/woobie.c: |
944 | |
945 | here is ITE's expore_define_fix |
946 | |
947 | 2001-07-16 14:59 Jeff Fisher <guppy@techmonkeys.org> |
948 | |
949 | * doc/UPDATES1.6, src/patch.h, src/users.c: |
950 | |
951 | added drummer's delignore patch |
952 | |
953 | 2001-07-16 14:54 Jeff Fisher <guppy@techmonkeys.org> |
954 | |
955 | * src/: misc.c, modules.c, proto.h, mod/module.h: |
956 | |
957 | oops, I should apply the patch too I guess |
958 | |
959 | 2001-07-16 14:53 Jeff Fisher <guppy@techmonkeys.org> |
960 | |
961 | * doc/UPDATES1.6, src/patch.h: |
962 | |
963 | applied drummer's patch to get rid of remove_gunk |
964 | |
965 | 2001-07-16 05:14 Jeff Fisher <guppy@techmonkeys.org> |
966 | |
967 | * doc/UPDATES1.6, src/patch.h, src/userrec.c: |
968 | |
969 | fixed a tiny buffer overflow in cmd_whois .. |
970 | |
971 | 2001-07-15 05:26 Jeff Fisher <guppy@techmonkeys.org> |
972 | |
973 | * doc/UPDATES1.6, scripts/getops.tcl, src/patch.h: |
974 | |
975 | here is a fix for getops and I moved ITE's patches to 1.6.6 |
976 | |
977 | 2001-07-15 05:15 Jeff Fisher <guppy@techmonkeys.org> |
978 | |
979 | * doc/UPDATES1.6, src/main.c, src/patch.h: |
980 | |
981 | here is 1.6.6 ... |
982 | |
983 | 2001-07-14 12:38 Matthew Hallacy <poptix@techmonkeys.org> |
984 | |
985 | * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.6, |
986 | src/patch.h: |
987 | |
988 | |
989 | ITE .conf cleanups, TCL threaded info in DEBUG |
990 | |
991 | 2001-07-14 12:37 Matthew Hallacy <poptix@techmonkeys.org> |
992 | |
993 | * src/: chanprog.c, cmds.c, language.c, main.c, patch.h, tcl.c, |
994 | tclhash.c: |
995 | |
996 | |
997 | |
998 | Cosmetic TCL fixes, plus TCL threaded info, primarily ITE's patch. |
999 | |
1000 | 2001-07-09 15:57 Jeff Fisher <guppy@techmonkeys.org> |
1001 | |
1002 | * doc/UPDATES1.6, misc/modconfig: |
1003 | |
1004 | applied Fabian's modconfig patch ... should I release 1.6.5 |
1005 | tomorrow? all signs point to yes |
1006 | |
1007 | 2001-07-07 01:49 tothwolf |
1008 | |
1009 | * configure, configure.in, doc/UPDATES1.6: |
1010 | |
1011 | std_args.h check was missing from configure |
1012 | |
1013 | 2001-07-06 16:38 Jeff Fisher <guppy@techmonkeys.org> |
1014 | |
1015 | * src/: patch.h, mod/share.mod/share.c: |
1016 | |
1017 | Sorry about this bug ... newbies shouldn't use linked lists :) |
1018 | |
1019 | 2001-07-06 16:36 Jeff Fisher <guppy@techmonkeys.org> |
1020 | |
1021 | * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/mode.c: |
1022 | |
1023 | here is the limitlegacy patch ... eggdrop had some funny hacks |
1024 | |
1025 | 2001-07-06 04:48 Jeff Fisher <guppy@techmonkeys.org> |
1026 | |
1027 | * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/msgcmds.c, |
1028 | src/mod/irc.mod/help/msg/irc.help: |
1029 | |
1030 | couple of fixes to /msg commands |
1031 | |
1032 | 2001-07-05 22:19 Jeff Fisher <guppy@techmonkeys.org> |
1033 | |
1034 | * src/main.c: |
1035 | |
1036 | two unalligned colons in the debug code |
1037 | |
1038 | 2001-07-04 19:27 Matthew Hallacy <poptix@techmonkeys.org> |
1039 | |
1040 | * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/servmsg.c: |
1041 | |
1042 | |
1043 | |
1044 | ctcr fix |
1045 | |
1046 | 2001-07-03 16:47 Jeff Fisher <guppy@techmonkeys.org> |
1047 | |
1048 | * aclocal.m4, configure, src/patch.h: |
1049 | |
1050 | Tothwolf's patch to fix his aclocal.m4 patch |
1051 | |
1052 | 2001-07-03 16:46 Jeff Fisher <guppy@techmonkeys.org> |
1053 | |
1054 | * src/: cmds.c, patch.h: |
1055 | |
1056 | BAD POPTIX. BAD. |
1057 | |
1058 | 2001-07-03 01:52 Matthew Hallacy <poptix@techmonkeys.org> |
1059 | |
1060 | * doc/UPDATES1.6: |
1061 | |
1062 | guppy's wiremod.diff, check encrypt mod before trying to load |
1063 | |
1064 | 2001-07-03 01:33 Matthew Hallacy <poptix@techmonkeys.org> |
1065 | |
1066 | * doc/UPDATES1.6, src/cmds.c: |
1067 | |
1068 | |
1069 | |
1070 | isowner.patch by me! |
1071 | |
1072 | 2001-07-02 16:39 Jeff Fisher <guppy@techmonkeys.org> |
1073 | |
1074 | * src/patch.h: |
1075 | |
1076 | oops, forgot patch.h |
1077 | |
1078 | 2001-07-02 16:39 Jeff Fisher <guppy@techmonkeys.org> |
1079 | |
1080 | * doc/UPDATES1.6, src/mod/irc.mod/cmdsirc.c: |
1081 | |
1082 | committed an old patch of dw's that I and others think is useful |
1083 | |
1084 | 2001-07-01 07:19 Jeff Fisher <guppy@techmonkeys.org> |
1085 | |
1086 | * aclocal.m4, configure: |
1087 | |
1088 | tothwolf's lastest aclocal.m4 patch .. lets test this on as many |
1089 | systems as possible until 1.6.5 is released .. any problems, i'll |
1090 | wank it but from what I can see, this is needed to clean up our mess |
1091 | :P~ |
1092 | |
1093 | 2001-07-01 07:06 Jeff Fisher <guppy@techmonkeys.org> |
1094 | |
1095 | * README, doc/UPDATES1.6, doc/html/readme.html, |
1096 | doc/html/chat/efnet_eggfaq.chat, src/patch.h, |
1097 | src/mod/channels.mod/channels.c, text/motd: |
1098 | |
1099 | added Sup's inactive patch |
1100 | |
1101 | 2001-06-30 14:51 Jeff Fisher <guppy@techmonkeys.org> |
1102 | |
1103 | * src/: patch.h, mod/irc.mod/tclirc.c: |
1104 | |
1105 | Sorry about that bug in tcl_getchanhost .. Sup fixed it and I am |
1106 | commiting the fix without a patch since its not worth a patch. |
1107 | |
1108 | 2001-06-30 06:34 Jeff Fisher <guppy@techmonkeys.org> |
1109 | |
1110 | * doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h, |
1111 | src/mod/channels.mod/tclchan.c: |
1112 | |
1113 | my haschanrec patch |
1114 | |
1115 | 2001-06-30 06:33 Jeff Fisher <guppy@techmonkeys.org> |
1116 | |
1117 | * doc/UPDATES1.6, src/patch.h, src/mod/share.mod/share.c: |
1118 | |
1119 | Sup's shareflood fix ... would some people please test this on |
1120 | irncet and such ... |
1121 | |
1122 | 2001-06-30 06:29 Jeff Fisher <guppy@techmonkeys.org> |
1123 | |
1124 | * doc/UPDATES1.6, src/botcmd.c, src/botnet.c, src/chanprog.c, |
1125 | src/cmds.c, src/dcc.c, src/dns.c, src/language.c, src/modules.c, |
1126 | src/patch.h, src/tcluser.c, src/userrec.c, src/users.c, |
1127 | src/mod/assoc.mod/assoc.c, src/mod/channels.mod/channels.c, |
1128 | src/mod/channels.mod/tclchan.c, src/mod/channels.mod/userchan.c, |
1129 | src/mod/irc.mod/chan.c, src/mod/irc.mod/irc.c, |
1130 | src/mod/irc.mod/mode.c, src/mod/irc.mod/tclirc.c, |
1131 | src/mod/server.mod/cmdsserv.c, src/mod/server.mod/server.c, |
1132 | src/mod/server.mod/servmsg.c, src/mod/server.mod/tclserv.c, |
1133 | src/mod/transfer.mod/transfer.c: |
1134 | |
1135 | here are my cleanup patches ... |
1136 | |
1137 | 2001-06-29 13:58 Jeff Fisher <guppy@techmonkeys.org> |
1138 | |
1139 | * configure, configure.in, doc/UPDATES1.6, scripts/getops.tcl, |
1140 | src/mod/share.mod/share.c: |
1141 | |
1142 | Silly guppy, making bugs that crash the bot <g> .. 1.6.5 is looking |
1143 | nice .. many many many bug fixes and even a few legacy bugs got |
1144 | fixed .. what else can we fix in a week? |
1145 | |
1146 | 2001-06-29 05:09 Jeff Fisher <guppy@techmonkeys.org> |
1147 | |
1148 | * doc/UPDATES1.6, src/dcc.c, src/patch.h: |
1149 | |
1150 | One small patch coming up ... I even created this problem I believe |
1151 | .. silly guppy, mistakes are for lusers |
1152 | |
1153 | 2001-06-28 19:21 Jeff Fisher <guppy@techmonkeys.org> |
1154 | |
1155 | * doc/UPDATES1.6, help/cmds1.help, src/cmds.c, src/net.c, |
1156 | src/patch.h, src/mod/channels.mod/cmdschan.c, |
1157 | src/mod/channels.mod/help/channels.help, |
1158 | src/mod/server.mod/server.c: |
1159 | |
1160 | here is my small fixes patch |
1161 | |
1162 | 2001-06-28 19:10 Jeff Fisher <guppy@techmonkeys.org> |
1163 | |
1164 | * src/patch.h: |
1165 | |
1166 | oops forget addpatch |
1167 | |
1168 | 2001-06-28 19:06 Jeff Fisher <guppy@techmonkeys.org> |
1169 | |
1170 | * aclocal.m4, configure, doc/UPDATES1.6: |
1171 | |
1172 | Kirben's binary patch for Cygwin |
1173 | |
1174 | 2001-06-28 19:04 Jeff Fisher <guppy@techmonkeys.org> |
1175 | |
1176 | * doc/UPDATES1.6, src/patch.h, src/mod/compress.mod/configure, |
1177 | src/mod/compress.mod/configure.in: |
1178 | |
1179 | Kirben's compiler patch (affects both unix and cygwin actually) |
1180 | |
1181 | 2001-06-28 19:01 Jeff Fisher <guppy@techmonkeys.org> |
1182 | |
1183 | * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.6, |
1184 | doc/html/mod-server.html, doc/settings/mod.server, src/patch.h, |
1185 | src/mod/channels.mod/channels.c, src/mod/channels.mod/channels.h: |
1186 | |
1187 | Sup's channels fix patch |
1188 | |
1189 | 2001-06-25 21:32 Jeff Fisher <guppy@techmonkeys.org> |
1190 | |
1191 | * aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: |
1192 | |
1193 | added a fixed up version of Kirben's pthreads patch .. also I forgot |
1194 | an update for his previous cygwin_bind patch |
1195 | |
1196 | 2001-06-25 21:17 Jeff Fisher <guppy@techmonkeys.org> |
1197 | |
1198 | * src/patch.h: |
1199 | |
1200 | Kirben's cygwin bind patch .. I'm redoing his cygwin pthreads one |
1201 | currently |
1202 | |
1203 | 2001-06-25 04:34 Jeff Fisher <guppy@techmonkeys.org> |
1204 | |
1205 | * aclocal.m4, src/patch.h: |
1206 | |
1207 | I knew I had commit'd aclocal.m4 properly ... having two copies of |
1208 | the libsafe fixes in aclocal.m4 was bad .. hehe here I thought it |
1209 | was my bad coding |
1210 | |
1211 | 2001-06-24 20:50 Matthew Hallacy <poptix@techmonkeys.org> |
1212 | |
1213 | * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/server.c: |
1214 | |
1215 | logging fix, extraneous \n's by G`Quann/Florian |
1216 | |
1217 | 2001-06-24 20:49 Matthew Hallacy <poptix@techmonkeys.org> |
1218 | |
1219 | * doc/UPDATES1.6, src/modules.c, src/net.c, src/patch.h, |
1220 | src/proto.h, src/mod/module.h: |
1221 | |
1222 | florian's 'netstuff' patch. |
1223 | |
1224 | 2001-06-24 20:42 Matthew Hallacy <poptix@techmonkeys.org> |
1225 | |
1226 | * src/: patch.h, mod/irc.mod/msgcmds.c: |
1227 | |
1228 | ITE's new patch for msg key invite etc |
1229 | |
1230 | 2001-06-24 20:37 Matthew Hallacy <poptix@techmonkeys.org> |
1231 | |
1232 | * aclocal.m4, src/mod/share.mod/share.c: |
1233 | |
1234 | |
1235 | |
1236 | jeff's tbuf patch |
1237 | |
1238 | 2001-06-24 18:29 Matthew Hallacy <poptix@techmonkeys.org> |
1239 | |
1240 | * src/mod/ctcp.mod/ctcp.c: |
1241 | |
1242 | |
1243 | |
1244 | nuh, my warning re-added =P |
1245 | |
1246 | 2001-06-22 05:52 Jeff Fisher <guppy@techmonkeys.org> |
1247 | |
1248 | * aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: |
1249 | |
1250 | here is that pthreads patch with the changes tothwolf talked about |
1251 | |
1252 | 2001-06-22 05:49 Jeff Fisher <guppy@techmonkeys.org> |
1253 | |
1254 | * acconfig.h, aclocal.m4, config.h.in, configure, configure.in, |
1255 | doc/UPDATES1.6, src/language.c, src/patch.h: |
1256 | |
1257 | I added my libsafe_hacks patch because I want to get a few people to |
1258 | test it tonight also, I have a patch I'm trying to hack into eggdrop |
1259 | |
1260 | 2001-06-21 04:01 Jeff Fisher <guppy@techmonkeys.org> |
1261 | |
1262 | * configure: |
1263 | |
1264 | poptix forgot to run autoconf <g> |
1265 | |
1266 | 2001-06-21 01:21 Matthew Hallacy <poptix@techmonkeys.org> |
1267 | |
1268 | * doc/UPDATES1.6: |
1269 | |
1270 | |
1271 | |
1272 | blech. |
1273 | |
1274 | 2001-06-21 01:15 Matthew Hallacy <poptix@techmonkeys.org> |
1275 | |
1276 | * doc/UPDATES1.6, src/patch.h: |
1277 | |
1278 | Boo hoo, fix my name or i'll cry.. |
1279 | |
1280 | 2001-06-20 15:57 Jeff Fisher <guppy@techmonkeys.org> |
1281 | |
1282 | * doc/UPDATES1.6: |
1283 | |
1284 | fixed |
1285 | |
1286 | 2001-06-20 14:53 Matthew Hallacy <poptix@techmonkeys.org> |
1287 | |
1288 | * doc/UPDATES1.6, src/main.c, src/patch.h: |
1289 | |
1290 | |
1291 | |
1292 | Increase the random-ness of rand() |
1293 | |
1294 | 2001-06-20 14:50 Matthew Hallacy <poptix@techmonkeys.org> |
1295 | |
1296 | * doc/UPDATES1.6, help/cmds2.help, src/cmds.c, src/patch.h: |
1297 | |
1298 | Sup's .whoami patch |
1299 | |
1300 | 2001-06-20 14:48 Matthew Hallacy <poptix@techmonkeys.org> |
1301 | |
1302 | * doc/UPDATES1.6, src/botmsg.c, src/dccutil.c, src/patch.h: |
1303 | |
1304 | stdarg's unicode fixes, along with buffer overflow(s) |
1305 | |
1306 | 2001-06-20 14:44 Matthew Hallacy <poptix@techmonkeys.org> |
1307 | |
1308 | * aclocal.m4, doc/UPDATES1.6, src/main.c, src/patch.h, |
1309 | src/mod/module.h, src/mod/assoc.mod/assoc.c, |
1310 | src/mod/blowfish.mod/blowfish.c, src/mod/channels.mod/channels.c, |
1311 | src/mod/compress.mod/compress.c, src/mod/console.mod/console.c, |
1312 | src/mod/ctcp.mod/ctcp.c, src/mod/filesys.mod/filesys.c, |
1313 | src/mod/irc.mod/irc.c, src/mod/notes.mod/notes.c, |
1314 | src/mod/server.mod/server.c, src/mod/share.mod/share.c, |
1315 | src/mod/transfer.mod/transfer.c, src/mod/uptime.mod/uptime.c, |
1316 | src/mod/woobie.mod/woobie.c: |
1317 | |
1318 | Cygwin32 Fixes |
1319 | |
1320 | 2001-06-17 14:09 Matthew Hallacy <poptix@techmonkeys.org> |
1321 | |
1322 | * doc/UPDATES1.6, src/cmds.c, src/patch.h: |
1323 | |
1324 | cleanup, removal of userfix.patch, yawn.. |
1325 | |
1326 | 2001-06-16 01:36 Matthew Hallacy <poptix@techmonkeys.org> |
1327 | |
1328 | * doc/UPDATES1.6, src/cmds.c, src/patch.h: |
1329 | |
1330 | Noyga's default-flags in .+user fix |
1331 | |
1332 | 2001-06-16 01:33 Matthew Hallacy <poptix@techmonkeys.org> |
1333 | |
1334 | * eggdrop.advanced.conf, eggdrop.complete.conf, |
1335 | eggdrop.simple.conf, doc/UPDATES1.6, src/misc.c, src/patch.h, |
1336 | src/tcl.c: |
1337 | |
1338 | dccdumpfile/dumpfile fixes. |
1339 | |
1340 | 2001-06-15 05:31 tothwolf |
1341 | |
1342 | * scripts/alltools.tcl: |
1343 | |
1344 | [no log message] |
1345 | |
1346 | 2001-06-14 12:52 Matthew Hallacy <poptix@techmonkeys.org> |
1347 | |
1348 | * scripts/alltools.tcl: |
1349 | |
1350 | [no log message] |
1351 | |
1352 | 2001-06-14 12:39 Matthew Hallacy <poptix@techmonkeys.org> |
1353 | |
1354 | * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: |
1355 | |
1356 | [no log message] |
1357 | |
1358 | 2001-06-14 00:19 tothwolf |
1359 | |
1360 | * scripts/alltools.tcl: |
1361 | |
1362 | added a few more explicit returns |
1363 | |
1364 | 2001-06-14 00:15 tothwolf |
1365 | |
1366 | * scripts/alltools.tcl: |
1367 | |
1368 | updated/modified several commands |
1369 | |
1370 | 2001-06-12 19:49 Matthew Hallacy <poptix@techmonkeys.org> |
1371 | |
1372 | * src/mod/uptime.mod/: uptime.c, uptime.c: |
1373 | |
1374 | [no log message] |
1375 | |
1376 | 2001-06-12 17:50 Matthew Hallacy <poptix@techmonkeys.org> |
1377 | |
1378 | * src/mod/uptime.mod/uptime.c: |
1379 | |
1380 | |
1381 | |
1382 | we use botnet-nick now, instead of botname |
1383 | |
1384 | 2001-06-12 17:45 Matthew Hallacy <poptix@techmonkeys.org> |
1385 | |
1386 | * src/mod/uptime.mod/: uptime.c, uptime.h: |
1387 | |
1388 | [no log message] |
1389 | |
1390 | 2001-06-12 17:44 Matthew Hallacy <poptix@techmonkeys.org> |
1391 | |
1392 | * src/mod/uptime.mod/: Makefile, uptime.c, uptime.h: |
1393 | |
1394 | |
1395 | |
1396 | copyright, attempt to get cvs tags working (never used them myself |
1397 | before) |
1398 | |
1399 | 2001-06-11 02:48 Matthew Hallacy <poptix@techmonkeys.org> |
1400 | |
1401 | * src/mod/uptime.mod/: uptime.c, uptime.h: |
1402 | |
1403 | uptime.mod 3 of 3 (license) |
1404 | |
1405 | 2001-06-11 02:45 Matthew Hallacy <poptix@techmonkeys.org> |
1406 | |
1407 | * eggdrop.advanced.conf, eggdrop.complete.conf, |
1408 | eggdrop.simple.conf: |
1409 | |
1410 | |
1411 | |
1412 | uptime.mod commit 2 of 3 |
1413 | |
1414 | 2001-06-11 02:40 Matthew Hallacy <poptix@techmonkeys.org> |
1415 | |
1416 | * src/mod/uptime.mod/: Makefile, modinfo, uptime.c, uptime.h: |
1417 | |
1418 | uptime.mod |
1419 | |
1420 | 2001-06-10 00:11 Matthew Hallacy <poptix@techmonkeys.org> |
1421 | |
1422 | * doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h, |
1423 | src/mod/filesys.mod/tclfiles.c: |
1424 | |
1425 | filesys memleak fixed, setflags allows flags/channel now like it |
1426 | claimed to. |
1427 | |
1428 | 2001-06-08 17:02 Matthew Hallacy <poptix@techmonkeys.org> |
1429 | |
1430 | * doc/tcl-commands.doc, src/patch.h: |
1431 | |
1432 | teeny tiny addition in tcl-commands.doc for the people who cannot |
1433 | figure out the obvious. |
1434 | |
1435 | 2001-06-08 07:00 Matthew Hallacy <poptix@techmonkeys.org> |
1436 | |
1437 | * src/patch.h: |
1438 | |
1439 | Boo! updating patch.h with the addpatch script to show the last |
1440 | patch I applied. |
1441 | |
1442 | 2001-06-06 22:49 tothwolf |
1443 | |
1444 | * doc/tcl-commands.doc: |
1445 | |
1446 | ignorelist entry was slightly wrong |
1447 | |
1448 | 2001-06-06 22:34 tothwolf |
1449 | |
1450 | * src/patch.h: |
1451 | |
1452 | [no log message] |
1453 | |
1454 | 2001-06-06 21:35 Matthew Hallacy <poptix@techmonkeys.org> |
1455 | |
1456 | * doc/UPDATES1.6, src/tcluser.c: |
1457 | |
1458 | Sup's ignorelist patch. |
1459 | |
1460 | 2001-06-06 13:20 Matthew Hallacy <poptix@techmonkeys.org> |
1461 | |
1462 | * doc/UPDATES1.6, help/core.help, src/mod/channels.mod/cmdschan.c, |
1463 | src/mod/channels.mod/help/channels.help: |
1464 | |
1465 | |
1466 | .info locking fix, add .info to .help |
1467 | |
1468 | 2001-06-04 23:41 tothwolf |
1469 | |
1470 | * doc/: UPDATES1.6, tcl-commands.doc: |
1471 | |
1472 | additions/clarifications to tcl-commands.doc |
1473 | |
1474 | 2001-06-01 22:07 Matthew Hallacy <poptix@techmonkeys.org> |
1475 | |
1476 | * doc/UPDATES1.6, scripts/getops.tcl: |
1477 | |
1478 | [no log message] |
1479 | |
1480 | 2001-06-01 22:03 Jeff Fisher <guppy@techmonkeys.org> |
1481 | |
1482 | * doc/UPDATES1.6, src/botnet.c, src/cmds.c, src/patch.h: |
1483 | |
1484 | here is sup's patch to fix .relay and .chaddr |
1485 | |
1486 | 2001-06-01 22:00 Jeff Fisher <guppy@techmonkeys.org> |
1487 | |
1488 | * src/: misc.c, patch.h: |
1489 | |
1490 | small cleanup in misc.c by Eugene |
1491 | |
1492 | 2001-06-01 21:56 Jeff Fisher <guppy@techmonkeys.org> |
1493 | |
1494 | * doc/UPDATES1.6, doc/tcl-commands.doc, src/main.c, src/patch.h, |
1495 | src/mod/modvals.h: |
1496 | |
1497 | new evnt: loaded |
1498 | |
1499 | 2001-05-25 11:09 Matthew Hallacy <poptix@techmonkeys.org> |
1500 | |
1501 | * doc/UPDATES1.6: |
1502 | |
1503 | |
1504 | |
1505 | Update for last 2 patches (mkdir, server var problems) |
1506 | |
1507 | 2001-05-25 11:06 Matthew Hallacy <poptix@techmonkeys.org> |
1508 | |
1509 | * src/mod/: filesys.mod/tclfiles.c, server.mod/servmsg.c: |
1510 | |
1511 | |
1512 | |
1513 | It's been 3 days, guppy said wait 2, no bad comments on these two |
1514 | patches. |
1515 | |
1516 | 2001-05-23 07:00 Matthew Hallacy <poptix@techmonkeys.org> |
1517 | |
1518 | * scripts/getops.tcl: |
1519 | |
1520 | |
1521 | |
1522 | Added my email address, actually testing cvs, guppy says I have |
1523 | write acces CVS says otherwise... |
1524 | |
1525 | 2001-05-20 00:25 Jeff Fisher <guppy@techmonkeys.org> |
1526 | |
1527 | * eggdrop.advanced.conf, eggdrop.complete.conf, |
1528 | eggdrop.simple.conf, doc/BUG-REPORT, doc/UPDATES1.6, |
1529 | doc/eggdrop.doc, doc/html/compiling.html, doc/man1/eggdrop.1, |
1530 | src/cmds.c, src/main.c, src/patch.h: |
1531 | |
1532 | oops, after a few hours I finally remembered to commit this |
1533 | |
1534 | 2001-05-19 22:19 Jeff Fisher <guppy@techmonkeys.org> |
1535 | |
1536 | * doc/UPDATES1.6, doc/tcl-commands.doc, src/main.c, src/patch.h, |
1537 | src/tclmisc.c: |
1538 | |
1539 | here we go ... 1.6.5 any time soon because of that dns.mod |
1540 | problem.... |
1541 | |
1542 | 2001-05-18 22:46 Jeff Fisher <guppy@techmonkeys.org> |
1543 | |
1544 | * README, doc/UPDATES1.6, src/patch.h: |
1545 | |
1546 | ooo dns.mod now too :P~ |
1547 | |
1548 | 2001-05-18 22:35 Jeff Fisher <guppy@techmonkeys.org> |
1549 | |
1550 | * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.6, |
1551 | doc/html/mod-server.html, doc/settings/mod.server, src/patch.h, |
1552 | src/mod/server.mod/server.c, src/mod/server.mod/servmsg.c: |
1553 | |
1554 | ooo legacy code |
1555 | |
1556 | 2001-05-14 16:17 Jeff Fisher <guppy@techmonkeys.org> |
1557 | |
1558 | * doc/UPDATES1.6, src/patch.h, src/tcldcc.c, src/tclmisc.c, |
1559 | src/tcluser.c: |
1560 | |
1561 | Come on september |
1562 | |
1563 | 2001-05-12 20:50 Jeff Fisher <guppy@techmonkeys.org> |
1564 | |
1565 | * doc/UPDATES1.6, src/dcc.c, src/patch.h: |
1566 | |
1567 | TaKeDa's patch is now commited |
1568 | |
1569 | 2001-05-12 20:48 Jeff Fisher <guppy@techmonkeys.org> |
1570 | |
1571 | * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/server.c: |
1572 | |
1573 | small small fix to msgm |
1574 | |
1575 | 2001-04-26 03:41 Jeff Fisher <guppy@techmonkeys.org> |
1576 | |
1577 | * README, doc/UPDATES1.6, doc/html/readme.html, |
1578 | doc/html/chat/efnet_eggheads.chat, |
1579 | doc/html/chat/efnet_egghelp.chat, doc/html/chat/efnet_eggtcl.chat, |
1580 | doc/html/chat/ircnet_bothelp.chat, |
1581 | doc/html/chat/ircnet_egghelp.chat, |
1582 | doc/html/chat/undernet_eggheads.chat, src/patch.h, text/motd: |
1583 | |
1584 | applied Sup's helpchans patch |
1585 | |
1586 | 2001-04-26 03:38 Jeff Fisher <guppy@techmonkeys.org> |
1587 | |
1588 | * doc/UPDATES1.6, src/patch.h, src/mod/modvals.h, |
1589 | src/mod/channels.mod/cmdschan.c, src/mod/irc.mod/chan.c, |
1590 | src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h: |
1591 | |
1592 | applied Eule's patch to save us some cpu |
1593 | |
1594 | 2001-04-19 04:49 Jeff Fisher <guppy@techmonkeys.org> |
1595 | |
1596 | * doc/UPDATES1.6, src/patch.h, |
1597 | src/mod/channels.mod/help/chaninfo.help: |
1598 | |
1599 | added a few more patches... |
1600 | |
1601 | 2001-04-19 04:31 Jeff Fisher <guppy@techmonkeys.org> |
1602 | |
1603 | * aclocal.m4, configure, doc/BUG-REPORT, doc/UPDATES1.6, |
1604 | src/patch.h: |
1605 | |
1606 | updated the OS check for IRIX, thank you Kevin |
1607 | |
1608 | 2001-04-13 22:27 Jeff Fisher <guppy@techmonkeys.org> |
1609 | |
1610 | * doc/UPDATES1.6, src/main.c, src/patch.h: |
1611 | |
1612 | yay, 1.6.5 |
1613 | |
1614 | 2001-04-13 19:26 Jeff Fisher <guppy@techmonkeys.org> |
1615 | |
1616 | * src/: main.c, patch.h: |
1617 | |
1618 | added Sup's write_debug patch |
1619 | |
1620 | 2001-04-13 19:25 Jeff Fisher <guppy@techmonkeys.org> |
1621 | |
1622 | * doc/UPDATES1.6, src/patch.h: |
1623 | |
1624 | more typos and more German translations have been added |
1625 | |
1626 | 2001-04-13 19:19 Jeff Fisher <guppy@techmonkeys.org> |
1627 | |
1628 | * doc/UPDATES1.6, scripts/autobotchk, scripts/weed, src/patch.h: |
1629 | |
1630 | added ITE's weed.patch, also modified weed and autobotchk slighty, |
1631 | sorry for not sending a patch |
1632 | |
1633 | 2001-04-13 06:33 Jeff Fisher <guppy@techmonkeys.org> |
1634 | |
1635 | * doc/UPDATES1.6, src/patch.h, src/users.c, |
1636 | src/mod/assoc.mod/assoc.c: |
1637 | |
1638 | added sup's patch also a small small small fix to assoc.mod .. a |
1639 | NULL NULL NULL NULL line was missing <g> |
1640 | |
1641 | 2001-04-13 06:22 Jeff Fisher <guppy@techmonkeys.org> |
1642 | |
1643 | * doc/UPDATES1.6, src/patch.h: |
1644 | |
1645 | Added some German translations and a German notes language file |
1646 | |
1647 | 2001-04-12 02:44 Jeff Fisher <guppy@techmonkeys.org> |
1648 | |
1649 | * config.h.in, configure, configure.in, doc/UPDATES1.6, |
1650 | src/misc_file.c, src/patch.h, src/mod/notes.mod/cmdsnote.c, |
1651 | src/mod/transfer.mod/transfer.c: |
1652 | |
1653 | yay, how close are we to releasing 1.6.4 now? |
1654 | |
1655 | 2001-04-12 02:41 Jeff Fisher <guppy@techmonkeys.org> |
1656 | |
1657 | * doc/UPDATES1.6, src/patch.h, src/mod/notes.mod/notes.c: |
1658 | |
1659 | here is Krome's .-noteign patch ... yay |
1660 | |
1661 | 2001-04-12 02:39 Jeff Fisher <guppy@techmonkeys.org> |
1662 | |
1663 | * FEATURES, INSTALL, NEWS, README, doc/AUTHORS, doc/UPDATES1.6, |
1664 | doc/html/readme.html, doc/man1/eggdrop.1, misc/modconfig, |
1665 | scripts/ques5.tcl, src/bg.c, src/bg.h, src/botcmd.c, src/botmsg.c, |
1666 | src/botnet.c, src/chan.h, src/chanprog.c, src/cmds.c, src/cmdt.h, |
1667 | src/dcc.c, src/dccutil.c, src/dns.c, src/dns.h, src/eggdrop.h, |
1668 | src/flags.c, src/flags.h, src/lang.h, src/language.c, src/main.c, |
1669 | src/main.h, src/mem.c, src/misc.c, src/misc_file.c, |
1670 | src/misc_file.h, src/modules.h, src/patch.h, src/proto.h, |
1671 | src/stat.h, src/tandem.h, src/tcl.c, src/tcldcc.c, src/tclegg.h, |
1672 | src/tclhash.c, src/tclhash.h, src/tclmisc.c, src/tcluser.c, |
1673 | src/userent.c, src/userrec.c, src/users.c, src/users.h, |
1674 | src/compat/compat.h, src/compat/inet_aton.c, |
1675 | src/compat/inet_aton.h, src/compat/memcpy.c, src/compat/memcpy.h, |
1676 | src/compat/memset.c, src/compat/memset.h, src/compat/snprintf.c, |
1677 | src/compat/snprintf.h, src/compat/strcasecmp.c, |
1678 | src/compat/strcasecmp.h, src/compat/strftime.c, |
1679 | src/mod/eggautoconf, src/mod/module.h, src/mod/modvals.h, |
1680 | src/mod/assoc.mod/assoc.c, src/mod/assoc.mod/assoc.h, |
1681 | src/mod/blowfish.mod/bf_tab.h, src/mod/blowfish.mod/blowfish.c, |
1682 | src/mod/blowfish.mod/blowfish.h, src/mod/channels.mod/channels.c, |
1683 | src/mod/channels.mod/channels.h, src/mod/channels.mod/cmdschan.c, |
1684 | src/mod/channels.mod/tclchan.c, src/mod/channels.mod/udefchan.c, |
1685 | src/mod/channels.mod/userchan.c, src/mod/compress.mod/compress.c, |
1686 | src/mod/compress.mod/compress.h, |
1687 | src/mod/compress.mod/tclcompress.c, src/mod/console.mod/console.c, |
1688 | src/mod/console.mod/console.h, src/mod/ctcp.mod/ctcp.c, |
1689 | src/mod/ctcp.mod/ctcp.h, src/mod/filesys.mod/dbcompat.c, |
1690 | src/mod/filesys.mod/dbcompat.h, src/mod/filesys.mod/filedb3.c, |
1691 | src/mod/filesys.mod/filedb3.h, src/mod/filesys.mod/filelist.c, |
1692 | src/mod/filesys.mod/filelist.h, src/mod/filesys.mod/files.c, |
1693 | src/mod/filesys.mod/files.h, src/mod/filesys.mod/filesys.c, |
1694 | src/mod/filesys.mod/filesys.h, src/mod/filesys.mod/tclfiles.c, |
1695 | src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, |
1696 | src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h, |
1697 | src/mod/irc.mod/mode.c, src/mod/irc.mod/msgcmds.c, |
1698 | src/mod/irc.mod/tclirc.c, src/mod/notes.mod/cmdsnote.c, |
1699 | src/mod/notes.mod/notes.c, src/mod/notes.mod/notes.h, |
1700 | src/mod/server.mod/cmdsserv.c, src/mod/server.mod/server.c, |
1701 | src/mod/server.mod/server.h, src/mod/server.mod/servmsg.c, |
1702 | src/mod/server.mod/tclserv.c, src/mod/share.mod/share.c, |
1703 | src/mod/share.mod/share.h, src/mod/share.mod/uf_features.c, |
1704 | src/mod/transfer.mod/transfer.c, src/mod/transfer.mod/transfer.h, |
1705 | src/mod/woobie.mod/woobie.c, text/banner, text/motd: |
1706 | |
1707 | lets update the copyright info for 2001 k? :P~ |
1708 | |
1709 | 2001-04-07 19:36 Jeff Fisher <guppy@techmonkeys.org> |
1710 | |
1711 | * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/mode.c: |
1712 | |
1713 | fixed Krome's modes per line bug finally, modes-per-line 3 now works |
1714 | |
1715 | 2001-04-06 22:39 Jeff Fisher <guppy@techmonkeys.org> |
1716 | |
1717 | * doc/UPDATES1.6, src/tclhash.c: |
1718 | |
1719 | fixed a channel add bug |
1720 | |
1721 | 2001-04-06 22:31 Jeff Fisher <guppy@techmonkeys.org> |
1722 | |
1723 | * doc/UPDATES1.6, scripts/ques5.tcl, src/patch.h: |
1724 | |
1725 | added a small typo patch |
1726 | |
1727 | 2001-04-06 22:29 Jeff Fisher <guppy@techmonkeys.org> |
1728 | |
1729 | * aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: |
1730 | |
1731 | applied nakee's solaris compile fix |
1732 | |
1733 | 2001-04-06 22:28 Jeff Fisher <guppy@techmonkeys.org> |
1734 | |
1735 | * doc/UPDATES1.6, src/botmsg.c, src/dccutil.c, src/misc.c, |
1736 | src/modules.c, src/patch.h, src/proto.h, src/tcl.c, |
1737 | src/mod/module.h, src/mod/channels.mod/tclchan.c: |
1738 | |
1739 | applied Zart's patch to make the unicode shit handle tcl version > 9 |
1740 | |
1741 | 2001-04-02 22:50 Jeff Fisher <guppy@techmonkeys.org> |
1742 | |
1743 | * doc/UPDATES1.6, scripts/alltools.tcl, src/patch.h: |
1744 | |
1745 | added sup's patch, who thinks 1.6.4 on friday or saturday? I got a |
1746 | few things I'll be sending on wed |
1747 | |
1748 | 2001-04-01 17:42 Jeff Fisher <guppy@techmonkeys.org> |
1749 | |
1750 | * doc/UPDATES1.6, src/main.c, src/patch.h: |
1751 | |
1752 | applied kirben's cygwin patch |
1753 | |
1754 | 2001-04-01 16:02 Jeff Fisher <guppy@techmonkeys.org> |
1755 | |
1756 | * scripts/getops.tcl: |
1757 | |
1758 | gave poptix more credit for getops.tcl |
1759 | |
1760 | 2001-03-18 23:00 Jeff Fisher <guppy@techmonkeys.org> |
1761 | |
1762 | * src/: botmsg.c, dccutil.c, misc.c, modules.c, patch.h, proto.h, |
1763 | mod/module.h, mod/channels.mod/tclchan.c: |
1764 | |
1765 | here is wingman's bug fix, yay |
1766 | |
1767 | 2001-03-17 23:25 Jeff Fisher <guppy@techmonkeys.org> |
1768 | |
1769 | * doc/UPDATES1.6, src/mod/channels.mod/cmdschan.c: |
1770 | |
1771 | per's patch for .stick |
1772 | |
1773 | 2001-03-17 23:20 Jeff Fisher <guppy@techmonkeys.org> |
1774 | |
1775 | * doc/KNOWN-PROBLEMS, scripts/notes2.tcl, scripts/userinfo.tcl, |
1776 | src/patch.h: |
1777 | |
1778 | typos fixed by eugene |
1779 | |
1780 | 2001-03-17 23:19 Jeff Fisher <guppy@techmonkeys.org> |
1781 | |
1782 | * doc/UPDATES1.6, src/patch.h, src/tcldcc.c: |
1783 | |
1784 | abraham's patch for remote boots |
1785 | |
1786 | 2001-03-11 21:00 Jeff Fisher <guppy@techmonkeys.org> |
1787 | |
1788 | * src/: modules.c, patch.h, proto.h, mod/module.h: |
1789 | |
1790 | added a fix to Wingman's unicode patch |
1791 | |
1792 | 2001-03-11 07:02 Jeff Fisher <guppy@techmonkeys.org> |
1793 | |
1794 | * doc/UPDATES1.6, doc/text-substitutions.doc, help/cmds2.help, |
1795 | src/botcmd.c, src/patch.h: |
1796 | |
1797 | Applied ITE's patch to fix a small remote motd bug -- good work ITE. |
1798 | |
1799 | 2001-03-10 22:44 Jeff Fisher <guppy@techmonkeys.org> |
1800 | |
1801 | * doc/UPDATES1.6, src/dns.c, src/patch.h: |
1802 | |
1803 | ITE's dns fix .. yay .. such a simple fix |
1804 | |
1805 | 2001-03-10 22:38 Jeff Fisher <guppy@techmonkeys.org> |
1806 | |
1807 | * doc/UPDATES1.6, src/patch.h, src/tcl.c, src/tclhash.c: |
1808 | |
1809 | added Wingman's patch to remove debug-tcl |
1810 | |
1811 | 2001-03-10 22:32 Jeff Fisher <guppy@techmonkeys.org> |
1812 | |
1813 | * doc/UPDATES1.6, src/patch.h, src/mod/blowfish.mod/blowfish.c: |
1814 | |
1815 | added Wingman's encryption fix patch, this does the same as ITE's |
1816 | but Wingman's was there first, sorry ITE. |
1817 | |
1818 | 2001-03-10 06:36 Jeff Fisher <guppy@techmonkeys.org> |
1819 | |
1820 | * doc/UPDATES1.6, src/botmsg.c, src/dccutil.c, src/misc.c, |
1821 | src/modules.c, src/patch.h, src/proto.h, src/mod/module.h, |
1822 | src/mod/channels.mod/tclchan.c: |
1823 | |
1824 | Wingman's utf8 fix ... please test this alot people :P~ |
1825 | |
1826 | 2001-02-27 21:33 Jeff Fisher <guppy@techmonkeys.org> |
1827 | |
1828 | * doc/UPDATES1.6, src/main.c, src/patch.h: |
1829 | |
1830 | time for 1.6.4, looks like we have bugs already |
1831 | |
1832 | 2001-02-27 17:06 Jeff Fisher <guppy@techmonkeys.org> |
1833 | |
1834 | * Makefile.in, doc/UPDATES1.6, src/dcc.c, src/patch.h: |
1835 | |
1836 | reverted the Makefile patch and the protect-telnet patch before |
1837 | 1.6.3 -- we are ready to release |
1838 | |
1839 | 2001-02-27 03:18 Jeff Fisher <guppy@techmonkeys.org> |
1840 | |
1841 | * doc/UPDATES1.6, src/modules.c, src/patch.h, src/mod/module.h, |
1842 | src/mod/modvals.h, src/mod/blowfish.mod/blowfish.c: |
1843 | |
1844 | lets make blowfish more friendly |
1845 | |
1846 | 2001-02-26 04:17 Jeff Fisher <guppy@techmonkeys.org> |
1847 | |
1848 | * Makefile.in, doc/UPDATES1.6: |
1849 | |
1850 | nakee's makefile fix |
1851 | |
1852 | 2001-02-26 03:56 Jeff Fisher <guppy@techmonkeys.org> |
1853 | |
1854 | * doc/UPDATES1.6, src/patch.h, src/userent.c: |
1855 | |
1856 | this memory leak has existed for a long time, pre 1.6 :P~ |
1857 | |
1858 | 2001-02-25 07:33 Jeff Fisher <guppy@techmonkeys.org> |
1859 | |
1860 | * doc/UPDATES1.6, src/net.c, src/patch.h, src/tcldcc.c: |
1861 | |
1862 | this adds Habeeb's patch which gives the user a more formal answer |
1863 | if their IP is set incorrectly instead of saying it cannot grab a |
1864 | nearby port |
1865 | |
1866 | 2001-02-25 07:05 Jeff Fisher <guppy@techmonkeys.org> |
1867 | |
1868 | * doc/UPDATES1.6, scripts/sentinel.tcl, src/patch.h: |
1869 | |
1870 | new sentinel version |
1871 | |
1872 | 2001-02-24 20:15 Jeff Fisher <guppy@techmonkeys.org> |
1873 | |
1874 | * doc/UPDATES1.6, src/dcc.c, src/patch.h: |
1875 | |
1876 | fireball's protect-telnet patch |
1877 | |
1878 | 2001-02-24 20:11 Jeff Fisher <guppy@techmonkeys.org> |
1879 | |
1880 | * doc/UPDATES1.6, src/patch.h, src/mod/share.mod/share.c: |
1881 | |
1882 | jason's shareexpire patch |
1883 | |
1884 | 2001-02-24 20:08 Jeff Fisher <guppy@techmonkeys.org> |
1885 | |
1886 | * doc/UPDATES1.6, src/chanprog.c, src/lang.h, src/main.c, |
1887 | src/patch.h: |
1888 | |
1889 | added tothwolf's root patch |
1890 | |
1891 | 2001-02-16 03:48 tothwolf |
1892 | |
1893 | * doc/UPDATES1.6: |
1894 | |
1895 | [no log message] |
1896 | |
1897 | 2001-02-15 04:33 tothwolf |
1898 | |
1899 | * doc/tcl-commands.doc, src/mod/irc.mod/tclirc.c: |
1900 | |
1901 | Reversed putkickall patch |
1902 | |
1903 | 2001-02-11 17:57 Jeff Fisher <guppy@techmonkeys.org> |
1904 | |
1905 | * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/msgcmds.c: |
1906 | |
1907 | finally, msg_hello is fixed <g> |
1908 | |
1909 | 2001-02-11 17:55 Jeff Fisher <guppy@techmonkeys.org> |
1910 | |
1911 | * doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h, |
1912 | src/mod/irc.mod/tclirc.c: |
1913 | |
1914 | putkickall, I am for this command since I have written it myself in |
1915 | tcl various times |
1916 | |
1917 | 2001-01-31 05:40 Jeff Fisher <guppy@techmonkeys.org> |
1918 | |
1919 | * doc/UPDATES1.6, src/patch.h, src/mod/notes.mod/notes.c: |
1920 | |
1921 | jason's notes patch ... |
1922 | |
1923 | 2001-01-31 05:38 Jeff Fisher <guppy@techmonkeys.org> |
1924 | |
1925 | * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c: |
1926 | |
1927 | more revengebot crap <g> Thanks fabian, the code is cleaner .. |
1928 | |
1929 | 2001-01-31 05:34 Jeff Fisher <guppy@techmonkeys.org> |
1930 | |
1931 | * eggdrop.complete.conf, doc/UPDATES1.6, src/main.c, src/patch.h: |
1932 | |
1933 | sigterm-default.diff -- I agree wit this, kill -9 <pid> is bad |
1934 | |
1935 | 2001-01-31 05:32 Jeff Fisher <guppy@techmonkeys.org> |
1936 | |
1937 | * doc/UPDATES1.6, src/chanprog.c, src/lang.h, src/main.c, |
1938 | src/main.h, src/patch.h: |
1939 | |
1940 | added tclstuff.diff -- finally, we can see our tcl version in a |
1941 | .status <g> |
1942 | |
1943 | 2001-01-27 06:26 tothwolf |
1944 | |
1945 | * src/dccutil.c: |
1946 | |
1947 | [no log message] |
1948 | |
1949 | 2001-01-26 21:18 Jeff Fisher <guppy@techmonkeys.org> |
1950 | |
1951 | * src/: dccutil.c, misc.c, patch.h, tcl.c, tclegg.h: |
1952 | |
1953 | Tothwolf's lastest i18n fix |
1954 | |
1955 | 2001-01-26 21:06 Jeff Fisher <guppy@techmonkeys.org> |