Skip to content

Commit 17fbc85

Browse files
committed
Generate ChangeLog/Changes files for 1.10.0
1 parent a243eb4 commit 17fbc85

File tree

2 files changed

+314
-0
lines changed

2 files changed

+314
-0
lines changed

ChangeLog.gz

318 KB
Binary file not shown.

doc/Changes1.10

+314
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,314 @@
1+
2+
Eggdrop Changes (Last Updated 2024-10-13):
3+
__________________________________________
4+
5+
Eggdrop v1.10.0:
6+
7+
2024-10-13 * Update FEATURES
8+
* Update Github-actions Tcl9.0 to release
9+
* Problem matcher for compiler warnings (#1694)
10+
* Update missed python var type for Tcl9
11+
* Update python docs
12+
* Remove reference to non-user-configurable use_354
13+
14+
Eggdrop v1.10.0rc2 (2024-09-08):
15+
16+
2024-09-08 * Fix user/chanrecord checking on join (#1678)
17+
* Add additional MacOS Tcl search path
18+
* Fix get_user_from_member return value
19+
[Found by: mortmann]
20+
* Update version info in tcl-commands.doc
21+
* Typo fixes
22+
* Fix .channel formatting
23+
[Found by: Geo / Patch by: Geo]
24+
* fix broken doc links, small tweaks
25+
* Update docs for rc2
26+
* Fix python version check
27+
[Found by: phuzion]
28+
* Eggdrop v1.10.0 Release Candidate 2
29+
30+
Eggdrop v1.10.0rc1 (2024-08-08):
31+
32+
2024-08-08 * Revert strerror_r to strerror for now
33+
* Fix compiler warning
34+
* Match misc/newversion to handle #1507 string change
35+
* Update patchlevel to 1.10.0 alpha
36+
* Eggdrop v1.10.0 Release Candidate 1
37+
2024-08-07 * Add Tcl 9 compatibility - Tcl_Size in python module
38+
[Found by: michaelortmann / Patch by: michaelortmann]
39+
* Revert adding -fsanitize=address
40+
* Update Tcl MacOS search paths
41+
* python.mod: add dir(eggdrop.tcl) (#1596)
42+
* Update NEWS
43+
* Update docs
44+
2024-08-06 * Update README source
45+
2024-08-01 * Add IP to listen error message
46+
[Patch by: michaelortmann]
47+
2024-07-31 * Update doc URLs, etc
48+
[Patch by: michaelortmann]
49+
2024-07-30 * Convert language file encoding to UTF-8
50+
2024-07-29 * Add github action to perform autoconf
51+
* Add more compile flags for debug builds
52+
[Patch by: michaelortmann]
53+
* Use the clock_gettime() instead of obsolescent gettimeofday()
54+
[Patch by: michaelortmann]
55+
* Run autotools
56+
* Make autobotchk Tcl9 compatible
57+
[Found by: DasBrain / Patch by: TehPeGaSuS]
58+
* Fix french lang typos/readability
59+
[Patch by: ZarTek-Creole]
60+
2024-07-28 * Update tcl-commands example
61+
* Fix prototypes
62+
[Patch by: michaelortmann]
63+
* Fix locking/race for tdns error logging
64+
[Patch by: michaelortmann]
65+
* Fix file descriptor leak in compress.mod
66+
[Patch by: michaelortmann]
67+
* Properly set chanjoin time for Eggdrop
68+
[Found by: Empus / Patch by: michaelortmann]
69+
2024-07-24 * Update Tcl doc with need-* guidance
70+
[Found by: Koragg]
71+
2024-07-20 * Fix python reference counting for binds
72+
* Add Tcl9 Tcl_Size to dns module
73+
[Found by: DasBrain / Patch by: DasBrain]
74+
* Convert some tabs to whitespace
75+
* Document minimum library versions
76+
* Cleanup python.mod includes
77+
* Fix utimer name duplication check
78+
[Found by: ZarTek / Patch by: thommey]
79+
* Update sys/resource.h includes
80+
[Patch by: michaelortmann]
81+
* Typo fixes
82+
[Patch by: michaelortmann]
83+
2024-07-16 * Add unbind capability for python mod
84+
[Patch by: thommey]
85+
2024-07-14 * Github actions: use cache for Tcl/SSL compilations (#1652)
86+
* Github actions: actually check if SSL support is enabled (#1653)
87+
2024-07-12 * Forbid reloading of python mod (it would crash the bot)
88+
* later
89+
* Forbid unload
90+
* Update src/mod/python.mod/python.c
91+
* Python venv support added
92+
[Found by: simple / Patch by: thommey]
93+
2024-07-11 * Swap lookup_user_record args
94+
[Found by: DasBrain]
95+
2024-07-10 * Fix accidentally removed hostmask from #1585
96+
2024-07-09 * Github Actions: Test OpenSSL 0.9.8 (#1642)
97+
2024-07-07 * Remove old Contexts
98+
* Remove isacii from configure.ac
99+
* Add python configure search paths
100+
[Patch by: michaelortmann]
101+
* run autotools/makedepend
102+
* Add tcl pbkdf2 function
103+
[Patch by: michaelortmann]
104+
* Fix --disable-tls breakage from pbkdf2 tcl
105+
2024-07-06 * Enhance ssl log
106+
* Restore exported functions for module back-compat
107+
* Remove runtime python version check artifact
108+
* Change strncpyz define to strlcpy
109+
* Only configure modules containing code
110+
* Add error reporting, increase path limits for module loads
111+
* Update switch logic
112+
[Patch by: @crazycatdevs]
113+
* Remove strcats
114+
* Fix copyrights
115+
[Patch by: michaelortmann]
116+
* Fix for sh-compatibility in 085583e80f64314ef08360fd66531f23c84654b8
117+
2024-06-30 * Fix module export for get_user_from_member (#1633)
118+
[Found by: Mystery-X / Patch by: thommey]
119+
2024-06-29 * add lookup_user_record() (#1618)
120+
[Found by: Mystery-X / Patch by: Geo, thommey]
121+
* Fix python configure
122+
[Found by: Csibesz` / Patch by: Geo]
123+
* Allow python threads and async io
124+
[Patch by: thommey]
125+
2024-06-16 * Github CI with matrix tests (#1620)
126+
* Fix include sys/time.h and time.h. Both are POSIX 2001.
127+
[Found by: thommey / Patch by: michaelortmann]
128+
* Run autotools
129+
* CI: Dependency check cannot depend on other workflow
130+
2024-06-05 * Reintroduce user lookup cache
131+
[Found by: mortmann / Patch by: thommey]
132+
2024-06-04 * Add Tcl 9 compatibility
133+
2024-06-02 * Fix memory leak in egg_string_unicodesup_desurrogate()
134+
[Patch by: michaelortmann]
135+
* Fix leak
136+
[Patch by: michaelortmann]
137+
2024-05-25 * Full account tacking (#1585)
138+
[Patch by: Geo, thommey]
139+
2024-05-09 * Add IRCv3 standard-replies
140+
2024-05-06 * run autotools, makedepend
141+
2024-05-05 * Update core.portuguese.lang
142+
[Patch by: @TehPeGaSuS]
143+
* Un-hardcode buffer size
144+
* Fix timer drift log (#1556)
145+
[Found by: SergioR / Patch by: michaelortmann]
146+
* Fix autoconf of tls action-if-not-given
147+
[Found by: ZarTek-Creole / Patch by: michaelortmann]
148+
* strncpy() -> strlcpy()
149+
[Patch by: michaelortmann]
150+
* Cleanup console.mod
151+
[Patch by: michaelortmann]
152+
* Tcl_AppendResult() -> Tcl_SetResult() (#1571)
153+
[Patch by: michaelortmann]
154+
* Add logging of user/sys times for evaluated .tcl
155+
* Do not call modules restart() function if null pointer
156+
[Patch by: michaelortmann]
157+
* Enhance module status report for zlib and python (#1563)
158+
[Patch by: michaelortmann]
159+
* Enhance auto detection of python-config
160+
[Patch by: michaelortmann]
161+
* Fix possible memleak from dns threads to main
162+
[Patch by: michaelortmann]
163+
* Enhance verification of userfile perm
164+
[Patch by: michaelortmann]
165+
* Fix SERVER_NICKLEN off-by-one error
166+
[Patch by: michaelortmann]
167+
* Fix strcpy-param-overlap
168+
[Patch by: michaelortmann]
169+
* Cleanup includes
170+
* Cleanup get_user_by_handle()
171+
[Patch by: michaelortmann]
172+
* Fix strcmp handle
173+
[Patch by: michaelortmann]
174+
* TCL_INTERP_DESTROYED -> Tcl_InterpDeleted()
175+
[Patch by: michaelortmann]
176+
* Cleanup includes
177+
[Patch by: michaelortmann]
178+
* Fix pbkdf2 bot linking
179+
[Found by: @michaelortmann / Patch by: @michaelortmann]
180+
2024-04-14 * Fix typo
181+
[Patch by: ZarTek-Creole]
182+
2024-03-03 * Update releaseprep for 1.10
183+
2024-03-02 * Add userfile sharing tutorial
184+
* Check python version at compile
185+
2024-03-01 * uniqueify console procname
186+
[Found by: DasBrain]
187+
2024-02-25 * fix autoscript requires logic
188+
* hide autoscript manifest entry
189+
2024-02-18 * Update FILT bind doc
190+
* Fix b64_ntop -lresolv detection for -fsanitize=address
191+
[Found by: michaelortmann / Patch by: michaelortmann]
192+
* Fix format string
193+
[Found by: michaelortmann / Patch by: michaelortmann]
194+
* refix format string
195+
[Found by: michaelortmann / Patch by: michaelortmann]
196+
* Join threads instead of detach
197+
[Found by: michaelortmann / Patch by: michaelortmann]
198+
2024-02-11 * add check for isidentified
199+
[Found by: @crazycatdevs / Patch by: Geo]
200+
2024-02-05 * fix autoscript filt bind
201+
2024-02-03 * allow python.mod static builds
202+
* fix sasl-mechanism name
203+
* Don't load autoscripts if packages missing
204+
* update UPGRADING
205+
2024-01-28 * any user can use .-account
206+
* Update core.help with current commands
207+
* update gendocs to create mod.python file
208+
* initialize vars
209+
* doc typos
210+
2024-01-21 * Fix SSL_get_server_tmp_key not available
211+
[Found by: Jobe]
212+
2024-01-20 * Add internal bind values to docs
213+
* Properly report channel bans in .bans
214+
[Found by: @wilkowy / Patch by: Geo]
215+
* Add userhost-in-names capability (#1374)
216+
[Patch by: Geo]
217+
* Additional internals doc tweaks
218+
2024-01-18 * Switch autoscripts to GitHub
219+
2024-01-15 * change py init from Isolated to Python
220+
2024-01-14 * Add Python intpreter to Eggdrop
221+
[Patch by: Geo, thommey]
222+
* Update docs
223+
* Update copyright
224+
* remove quick-logs option
225+
[Found by: michaelortmann / Patch by: michaelortmann]
226+
2024-01-07 * Remove copy-to-tmp option
227+
[Found by: Geo / Patch by: michaelortmann]
228+
* Enhance crash reporting
229+
[Patch by: michaelortmann]
230+
2024-01-05 * Allow overwriting misc/runautotools version check
231+
2024-01-03 * Properly queue/log QUIT message
232+
[Patch by: michaelortmann]
233+
2024-01-02 * Fix hangs on some SSL connections
234+
[Found by: pym67, @PeGaSuS-Coder / Patch by: michaelortmann]
235+
2024-01-01 * Replace hard-coded docs version with variable
236+
[Patch by: Geo]
237+
2023-12-31 * Add grammar to channel status
238+
[Found by: jackal / Patch by: jackal]
239+
* Typo fixes
240+
* Enhance restricted port error msgs
241+
[Patch by: michaelortmann]
242+
2023-12-30 * Call threaddata() once before loop
243+
[Patch by: michaelortmann]
244+
* Call time() only once
245+
* Add homepage to configure.ac
246+
* Cleanup stringify
247+
* Various small doc updates
248+
* Add log for TLS DH ephemeral key info
249+
2023-12-02 * Update manpage
250+
[Patch by: michaelortmann]
251+
* Add got-chanlist event bind type
252+
[Found by: Many / Patch by: Geo, thommey]
253+
* Update legacy botnet command
254+
[Found by: Cizzle / Patch by: michaelortmann]
255+
2023-12-01 * Change logging for got900/901
256+
[Found by: Geo / Patch by: michaelortmann]
257+
2023-10-09 * Update autoconf to 2.71
258+
[Found by: Geo / Patch by: Geo, thommey]
259+
* text cleanup
260+
* Add logging during relay
261+
[Found by: michaelortmann / Patch by: michaelortmann]
262+
* Fix maskname() buffer size
263+
[Found by: jack3 / Patch by: michaelortmann]
264+
2023-10-08 * Require TLS by default
265+
[Patch by: michaelortmann]
266+
2023-10-07 * Fix function declarations
267+
* POSIX functions cleanup
268+
2023-10-01 * Cleanup alloc()
269+
[Found by: michaelortmann / Patch by: michaelortmann]
270+
* Fix prototypes
271+
[Found by: michaelortmann / Patch by: michaelortmann]
272+
* Update explicit_bzero.c for win32 support, add C23 memset_explicit() support
273+
[Found by: michaelortmann / Patch by: michaelortmann]
274+
* Update misc/config.guess, misc/config.sub
275+
[Found by: michaelortmann / Patch by: michaelortmann]
276+
* Fix connection refused detection under Cygwin
277+
[Found by: michaelortmann / Patch by: michaelortmann]
278+
* Use POSIX PATH_MAX (#1439)
279+
[Found by: michaelortmann / Patch by: michaelortmann]
280+
* Fix strcpy-param-overlap
281+
[Found by: michaelortmann / Patch by: michaelortmann]
282+
2023-09-08 * Fix egg_set if logic
283+
2023-08-28 * Add linewraps to autoscript config function
284+
2023-08-27 * Update autpscript doc with code tips
285+
2023-08-15 * Modifications for autoscripts (#1459)
286+
[Patch by: CrazyCat, thommy, Geo]
287+
2023-07-09 * Updates/fixes for autoscript
288+
2023-07-08 * Remove stale MODULES file
289+
[Found by: @jHackenthal]
290+
* Lots of docs fixes (#1457)
291+
[Found by: Various / Patch by: Geo]
292+
* Fix egggdrop typo
293+
[Found by: @iamnimnul / Patch by: @iamnimnul]
294+
* reformat channel doc
295+
* Add Autoscript feature
296+
2023-05-20 * Fix openssl3 md5 deprecation warning
297+
[Patch by: michaelortmann]
298+
2023-05-17 * Bug/monitorwildcard (#1448)
299+
[Found by: CrazyCat / Patch by: Geo]
300+
2023-04-11 * Add CHGHOST bind
301+
[Found by: thommey / Patch by: Geo]
302+
* Fix more openssl3 deprecation (#1385)
303+
[Found by: michaelortmann / Patch by: michaelortmann]
304+
* Roll patch level to chghost run autoconf
305+
* Update jquery
306+
2023-04-04 * Fix date in autobotchk comments
307+
[Found by: @docgonzo2015]
308+
2023-03-11 * Adjust motd alignment
309+
* Typo fixes
310+
* Update THANKS
311+
* Fix localtime() returning NULL
312+
[Found by: michaelortmann / Patch by: michaelortmann]
313+
* update docs
314+
* Update patchlevel

0 commit comments

Comments
 (0)