|
1 | 1 |
|
2 | | -Eggdrop Changes (Last Updated 2024-10-13): |
| 2 | +Eggdrop Changes (Last Updated 2025-06-28): |
3 | 3 | __________________________________________ |
4 | 4 |
|
5 | | -Eggdrop v1.10.0: |
| 5 | +Eggdrop v1.10.1rc1: |
6 | 6 |
|
| 7 | + 2025-06-28 * Fix python.mod make error |
| 8 | + [Found by: ek / Patch by: michaelortmann] |
| 9 | + * Update version strings to 1.10.1 |
| 10 | + * Generate docs with 1.10.1 version |
| 11 | + 2025-06-16 * Delete orphaned html files |
| 12 | + 2025-06-15 * Do not add channels with invalid options |
| 13 | + [Found by: fred0r / Patch by: michaelortmann] |
| 14 | + * Cleanup #includes |
| 15 | + 2025-06-14 * Remove case sensitivity in bind replacement |
| 16 | + [Found by: Jinx / Patch by: Geo] |
| 17 | + * Update NEWS for 1.10.1 |
| 18 | + * Fix trailing whitespaces |
| 19 | + [Patch by: michaelortmann] |
| 20 | + * Fix uptime mod status report indention |
| 21 | + [Patch by: michaelortmann] |
| 22 | + * Fix .tcl server add/remove arg parsing |
| 23 | + [Found by: DasBrain / Patch by: michaelortmann] |
| 24 | + * Fix telnet mode / esc codes for stdout |
| 25 | + [Patch by: michaelortmann] |
| 26 | + 2025-06-10 * Update copyright |
| 27 | + 2025-06-04 * Fix read_lang() when encountering malformed lang files |
| 28 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 29 | + * Check return value for bot_away() |
| 30 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 31 | + 2025-06-03 * Add python script tutorial |
| 32 | + * Add SSL 3.4, 3.5 to compile actions |
| 33 | + * Add Tcl 9.0.1 to actions |
| 34 | + 2025-05-27 * Fix gotnotice bad termination |
| 35 | + [Found by: skydrome / Patch by: @michaelmortmann] |
| 36 | + * Fix use after free in tcl_call_stringproc_cd |
| 37 | + [Found by: @kkwpsi / Patch by: @michaelortmann] |
| 38 | + * Corrects utimers bug |
| 39 | + [Found by: TehPeGaSuS / Patch by: CrazyCat] |
| 40 | + * Add chanset bind |
| 41 | + [Patch by: Geo] |
| 42 | + * Warn user of expired TLS cert |
| 43 | + [Patch by: michaelortmann] |
| 44 | + * Keep var const |
| 45 | + [Patch by: michaelortmann] |
| 46 | + 2025-05-26 * Fix strcpy-param-overlap |
| 47 | + [Found by: crazycatdevs / Patch by: michaelortmann] |
| 48 | + 2025-05-25 * Corrected utimers doc |
| 49 | + [Found by: CrazyCat / Patch by: CrazyCat] |
| 50 | + * fix lang file commenting |
| 51 | + [Found by: @Lord255] |
| 52 | + * Update formatting errors in docs |
| 53 | + [Found by: @michaelortmann / Patch by: Geo] |
| 54 | + * Require owner perms for python (#1798) |
| 55 | + [Found by: thommey / Patch by: Geo] |
| 56 | + * strncpy() -> strlcpy() |
| 57 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 58 | + 2025-03-26 * Add "Writing channel file..." to lang file |
| 59 | + [Patch by: MeNearly] |
| 60 | + 2025-03-23 * Log account changes as join, not mode |
| 61 | + [Found by: DasBrain / Patch by: DasBrain] |
| 62 | + * remove colon from accounts, modes (#1786) |
| 63 | + [Found by: @Robby-, tydel / Patch by: Geo] |
| 64 | + * Limit buffer to 512 bytes |
| 65 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 66 | + * Fix leak for openssl > 3.0, openssl deprecations |
| 67 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 68 | + 2025-03-15 * Update char encoding for core.french.lang |
| 69 | + [Found by: MeNearly / Patch by: MeNearly] |
| 70 | + 2025-03-08 * Update userfile tutorial formatting and implement venv |
| 71 | + * Documentation clarification, typos |
| 72 | + 2025-02-24 * Change localtime() -> localtime_r() |
| 73 | + [Found by: Arno / Patch by: michaelortmann] |
| 74 | + 2025-02-23 * Add SASL SCRAM option |
| 75 | + [Patch by: michaelortmann] |
| 76 | + * Fix server name/pass len handling on jump |
| 77 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 78 | + * Fix format specifiers for time_t / difftime |
| 79 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 80 | + * Wait for ssl handshake to finish before writing to socket |
| 81 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 82 | + * Select non-blocking sock for write instead of read |
| 83 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 84 | + * Update Cygwin INSTALL Requirements |
| 85 | + 2025-02-19 * Fix mem leak |
| 86 | + [Found by: @Robby-, Mystery-X / Patch by: thommey, and, michaelortmann] |
| 87 | + 2025-02-02 * Fix "echo off" issues |
| 88 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 89 | + * Add -std=gnu99, if available, to CFLAGS |
| 90 | + [Found by: robert-scheck / Patch by: michaelortmann] |
| 91 | + 2025-01-20 * Fix pbkdf2 mod make error |
| 92 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 93 | + * Fix unload crash of irc mod |
| 94 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 95 | + * Fix function types |
| 96 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 97 | + * Fix ident.mod corner case |
| 98 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 99 | + * Fix heap-use-after-free |
| 100 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 101 | + * Fix u_int8_t -> uint8_t |
| 102 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 103 | + * Fix memory leak |
| 104 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 105 | + * Fix got353() for userhost-in-names |
| 106 | + [Found by: Robby, and, michaelortmann / Patch by: michaelortmann] |
| 107 | + 2024-12-01 * Fix crash looking up departed channel member |
| 108 | + [Found by: BigBadWouf / Patch by: michaelortmann] |
| 109 | + * Fix bind log interpreter results |
| 110 | + [Found by: DasBrain / Patch by: DasBrain] |
| 111 | + * Fix crash when restarting with python.mod loaded |
| 112 | + [Found by: aleksandrov89 / Patch by: michaelortmann] |
| 113 | + * Fix compiler warning for make static |
| 114 | + [Found by: michaelortmann / Patch by: michaelortmann] |
| 115 | + * Correct mod-path variable |
| 116 | + [Found by: CrazyCat / Patch by: CrazyCat] |
| 117 | + * Fix python thread |
| 118 | + [Found by: Empus / Patch by: thommey, and, michaelortmann] |
| 119 | + * Add .clangd to .gitignore |
| 120 | + * Fix format-truncation warning |
| 121 | + [Found by: Geo / Patch by: michaelortmann] |
| 122 | + 2024-10-14 * Update docs |
| 123 | + 2024-10-13 * Fix sphinx formatting error in python doc |
| 124 | + * Update Version release date |
| 125 | + * Fix release version grep |
| 126 | + 2024-10-10 * Create FUNDING.yml |
| 127 | + * Update FUNDING.yml |
| 128 | + * Update FUNDING.yml |
| 129 | + |
| 130 | +Eggdrop v1.10.0 (2024-10-14): |
| 131 | + |
| 132 | + 2024-10-14 * Update docs |
| 133 | + * Fix release version grep |
| 134 | + * Update patchlevel in docs |
7 | 135 | 2024-10-13 * Update FEATURES |
8 | 136 | * Update Github-actions Tcl9.0 to release |
9 | 137 | * Problem matcher for compiler warnings (#1694) |
|
0 commit comments