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