]> jfr.im git - irc/evilnet/x3.git/blob - ChangeLog.X3
last command, plus a few fixes n tweaks
[irc/evilnet/x3.git] / ChangeLog.X3
1 /***********************************************************************
2 X3 ChangeLog
3
4 2005-05-07 Neil Spierling <sirvulcan@gmail.com>
5
6 * configure: Regenerated.
7
8 * configure.in: Added checks for tgmath.h.
9
10 * src/chanserv.c: Added new command LAST, from X2. Similar to
11 EVENTS except its file based. Bear in mind you dont have to use
12 both. You can bind what you want to use. Commented out zoot_list
13 as its not in use, just a warning fix.
14
15 * src/hash.c: Warning fix.
16
17 * src/log.h: Misc defines.
18
19 * src/log.c: Logging functions from X2.
20
21 * src/math.c: If tgmath.h doesnt exist then include some other
22 files that contain the functions we require.
23
24 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
25
26 * src/proto-p10.c: Added chanserv.h #include to squash a small
27 compile error. Made X3 understand MARK's to a small point. Fixed
28 a small parsing bug with exempts.
29
30 2005-07-06 Alex Schumann <rubin@afternet.org>
31
32 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
33
34 * src/opserv.c: Fixed an awkward output of trace count etc.
35
36 2005-06-22 Alex Schumann <rubin@afternet.org>
37 * src/chanserv.help: Improved DURATION help
38
39 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
40 a better average.
41
42 2005-05-27 Alex Schumann <rubin@afternet.org>
43
44 * src/chanserv.c: Improved usability of register command, fixed
45 unregister reply.
46
47 * src/chanserv.help: Improved usability of register command
48
49 2005-05-27 Alex Schumann <rubin@afternet.org>
50
51 * src/chanserv.c: Resync working now
52
53 2005-05-27 Reed Loden <reed@reedloden.com>
54
55 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
56 grammar issues in the message send to pending users. Fixed a
57 problem with some of the resync code.
58
59 2005-05-27 Alex Schumann <rubin@afternet.org>
60
61 * src/chanserv.c: make pending add check if the person is already on
62 the userlist before re-adding them (thx exec & reed for noticing this)
63 Fix capitalisation of I in pending notice.
64
65 2005-05-18 Alex Schumann <rubin@afternet.org>
66
67 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
68 working, and pointed me to the opserv helpfiles command, which shows
69 what services search what help files. This fixes the help command to
70 search that list as it should. Still need to modify the 'default'
71 helpfile search bindigs because I dont think chanserv should respond
72 to help from opserv's db, etc. See opserv's 'helpfiles' command.
73
74 * src/modcmd.help: clarified 'helpfiles' help.
75
76 2005-05-18 Alex Schumann <rubin@afternet.org>
77
78 * src/helpfile.c: make send_help() return true/false and not send
79 errors so svccmd_send_help can 'take control' of things.
80
81 * src/modcmd.c: Fixed up the help system (again) / find aliased
82 commands help if none exists. / Display no help for that command on
83 commands (instead of topic)
84
85 * src/modcmd.h: Fixed up the help system (again)
86
87 * src/global.c: Fixed syntax display
88
89 * src/chanserv.help: Removed =---= formatting, fixed a few things.
90 *spelling ++more spelling (thx reed)
91
92 * src/nickserv.help: Removed =---= formatting, fixed a few things.
93 *spelling ++more spelling (thx reed)
94
95 * src/opserv.help: Removed =---= formatting, fixed a few things.
96 ++spelling (thx reed)
97
98 * src/global.help: simplified index
99
100 * src/nickserv.c: Changed message users get when their email is
101 already used for an account, fixed syntax help
102
103 * src/opserv.c: fixed syntax help
104
105 2005-05-16 Alex Schumann <rubin@afternet.org>
106
107 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
108 the help file.
109
110 2005-05-04 Alex Schumann <rubin@afternet.org>
111
112 * src/modcmd.c: added a 'rebindall' command to assist with
113 upgrades and changes which change command bindings.
114
115 * src/modcmd.help: modified help to reflect above
116
117 * src/opserv.help: modified help to reflect above
118
119 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
120 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
121 between channel bans (+b) and x3 remembered bans (lamers)
122
123 * src/chanserv.help: modified help to reflect above
124
125 * UPGRADE: added use of rebindall to upgrade instructions
126
127 2005-05-04 Alex Schumann <rubin@afternet.org>
128
129 * src/chanserv.c: added an 'adduser pending' feature, where if
130 someone isn't authed x3 will ask them to /auth or register, and then
131 automatically finish adding them to the channel when they do.
132 Fixed email bug with adduser pending
133
134 * src/chanserv.h: adduser pending
135
136 * src/hash.c: adduser pending
137
138 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
139
140 * src/nickserv.c: adduser pending cleanup and activation code,
141 Arch sync (Avoid losing channel information when
142 replacing an account using the mergedb command.)
143
144 * src/proto-p10.c: adduser pending cleanup code
145
146 * src/nickserv.help: improved set and register help
147
148 2005-05-04 Alex Schumann <rubin@afternet.org>
149
150 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
151 negitive). Added set voice to provide control over use of voice.
152 Implimented a basic chanserv db version control system for upgrading
153 seamlessly.
154
155 * src/chanserv.help: adjusted help to reflect voice and uset autoop
156 changes.
157
158 * src/hash.h: updated ssz comment from z to Z
159
160 * src/modcmd.help: rewrote BIND help
161
162 * src/proto-p10.c: Added Z (sslonly) support back in
163
164 * UPGRADE: created file to document upgrading procedures
165
166 2005-04-23 Alex Schumann <rubin@afternet.org>
167 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
168 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
169 topicmask to be an on or off setting, uninfluenced by enftopic.
170 Added feature to use mask on /topic in addition to ,topic sets.
171 Removed special consideration for ircops in protect_user()
172
173 * src/chanserv.help: updated documentation to reflect the new and
174 much simpler topicmask feature, and removed op/voice levels.
175
176 * src/nickserv.c: added tailing 'end of' line for accountinfo
177 for non-opers too.
178
179 * src/modcmd.c: tweaked alias notification for help and breef help.
180
181 2005-04-20 Alex Schumann <rubin@afternet.org>
182
183 * src/proto-common.c: removing +d. needs to be a config option
184 or something.
185
186 * src/nickserv.help: modified main help reply of authserv
187
188 * src/nickserv.c: added title, epithet, and fakehost to oset listing
189
190 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
191 totally redesigned though.
192
193 2005-04-15 Alex Schumann <rubin@afternet.org>
194
195 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
196 at the same time. The whole block needs to be if/else instead of
197 switch though, to be cleaner.
198
199 * src/nickserv.help: added fakehost and title options to help oset.
200
201 * src/nickserv.c: removed 'style' setting. (was not being used in
202 code anyway)
203
204 2005-04-04 Neil Spierling <sirvulcan@gmail.com>
205
206 * src/proto-p10.c: Reinstated +d usermode.
207
208 2005-03-30 Alex Schumann <rubin@afternet.org>
209
210 * src/chanserv.c: Fixed unban.
211
212 * x3.conf.example: added note in snoop config that improper
213 setting for bots nick will cause segfault.
214
215 2005-03-22 Alex Schumann <rubin@afternet.org>
216
217 * x3.conf.example: added sethost/fakehost settings to conf
218
219 2005-03-19 Alex Schumann <rubin@afternet.org>
220
221 * chanserv.c: Changed style of command outputs, added userlevel back
222 to users list.
223
224 * opserv.c: Changed style of command outputs, removed warn feature
225
226 * tools.c: shortened duration string lengths
227
228 * main.c: shortened duration string lengths
229
230 * sendmail.c: Changed style of stats email
231
232 2005-03-18 Alex Schumann <rubin@afternet.org>
233
234 * Changed breef to brief...
235
236 * chanserv.c: Changed to access level names instead of numbers.
237
238 2005-03-17 Alex Schumann <rubin@afternet.org>
239
240
241 * src/opserv.c: Improved readability of trace print output
242
243 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
244 a little.
245
246 * src/helpfile.c: Improved table_send readability (used in lots
247 of listings including users and stats network etc)
248
249 2005-03-15 Alex Schumann <rubin@afternet.org>
250
251 * src/chanserv.c: Improved some syntax error reporting for commands
252
253 * src/helpfile.c: Added a 'breef' help function
254
255 * src/helpfile.h: Added a 'breef' help function
256
257 * src/main.c: Improved some syntax error reporting for commands
258
259 * src/modcmd.c: Improved some syntax error reporting for commands
260
261 * src/modcmd.h: Improved some syntax error reporting for commands
262
263 2005-03-15 Reed Loden <reed@reedloden.com>
264
265 * Synchronization with srvx--devo--1.3--patch-19.
266
267 2005-03-12 Alex Schumann <rubin@afternet.org>
268
269 * src/common.h, src/opserv.h: more SRVX->X3 fixes
270
271 * opserv.c: fixed SRVX defines to X3
272
273 * src/nickserv.c: Applied patch to bring up to date with
274 local uncommitted changes on afternets srvx2 tree. improved
275 cookie gen code and removed /play from cookie messages.
276
277 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
278 bunch more places.
279
280 2005-03-07 Neil Spierling <sirvulcan@gmail.com>
281
282 * nickserv.help: Added odelcookie section.
283
284 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
285 cookies.
286
287 * src/md5.c: Cleaned up compile warnings.
288
289 * src/nickserv.help: Added odelcookie section.
290
291 ***********************************************************************/
292
293 #define CVS_VERSION "$Id$"
294