]> jfr.im git - irc/evilnet/x3.git/blob - ChangeLog.X3
This makes channels more flexable as far as what modes are applied to what users...
[irc/evilnet/x3.git] / ChangeLog.X3
1 /***********************************************************************
2 X3 ChangeLog
3
4 2005-08-12 Alex Schumann <rubin@afternet.org>
5
6 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
7 of 'voice' setting.
8
9 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
10 of 'voice' setting.
11
12 * src/chanserv.help: Added help for automode.
13
14 2005-08-11 Alex Schumann <rubin@afternet.org>
15
16 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
17
18 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
19
20 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
21
22 * src/nickserv.c: Added option to have authserv oper/admin people with
23 opserv access. (Life4Christ)
24
25 * src/opserv.c: Added admin_level config option
26
27 * src/opserv.h: Added admin_level config option
28
29 2005-08-11 Alex Schumann <rubin@afternet.org>
30
31 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
32 command) when nef* bug sends the +o twice. ++fix bug in patch
33
34 2005-08-09 Alex Schumann <rubin@afternet.org>
35
36 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
37
38 2005-08-08 Alex Schumann <rubin@afternet.org>
39
40 * src/chanserv.c: Added banTimeout feature to .set
41
42 * src/chanserv.h: added banTimeout feature to .set
43
44 * src/recdb.c: Added some better error catching in database_get_data()
45
46 * src/proto-common.h: tabs
47
48 * x3.conf.example: added bantimeout to default set list, and ban
49 timeout frequency config setting.
50
51 2005-08-04 Alex Schumann <rubin@afternet.org>
52
53 * src/chanserv.c: Changed kick protected message to one without %s or
54 $b because the kick function doesnt support replacements.
55
56 * src/tools.c: fixed spelling error in comment.
57
58 2005-07-28 Alex Schumann <rubin@afternet.org>
59
60 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
61 one)
62
63 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
64 whining.
65
66 2005-07-26 Alex Schumann <rubin@afternet.org>
67
68 * x3.conf.example: Updated from live afternet file and improved help
69 and layout. Added vim directive to set syntax type.
70
71 * src/chanserv.c: ported x2's 8ball in, and improved it.
72
73 * src/math.c: Added osiris' hack to do_math for supporting
74 2(10) and 2pi etc. Improved it to handle pi2 also.
75
76 * src/chanserv.help: updated 8ball help and added 'myaccess' to
77 information help index.
78
79 2005-07-18 Alex Schumann <rubin@afternet.org>
80
81 * src/proto-p10.c: added +L awareness
82
83 * src/hash.h: added +L awareness
84
85 * src/chanserv.help: changed set ctcpreaction help
86
87 2005-07-18 Neil Spierling <sirvulcan@gmail.com>
88
89 * src/modcmd.h: Lets make some functions global.
90
91 * src/modcmd.c: Log hostmasks no matter what.
92
93 * src/log.c: Lookup commands if they are from OpServ in the log.
94 If they match channel specific commands like OP, DEOP, etc then
95 we will display them in a LAST command (assuming the person doing
96 the LAST is an oper). Normal clients wont see commands that have
97 been performed by OpServ.
98
99 2005-07-15 Alex Schumann <rubin@afternet.org>
100
101 * src/chanserv.c: Changed around ctcpreaction setting so it:
102 a) doesnt crash.
103 b) doesnt kick userlist members ever
104 c) has only 1 setting needed to control it
105 * src/chanserv.h: removed some old oplevel stuff.
106
107 2005-07-14 Alex Schumann <rubin@afternet.org>
108
109 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
110 remove errors from log. Fixed problem with missing break; in
111 channel mode c parsing (reed).
112
113 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
114
115 * src/log.c: Changed channel log target to send PRIVMSG instead of
116 NOTICE. (Ghozer)
117
118 2005-05-07 Neil Spierling <sirvulcan@gmail.com>
119
120 * configure: Regenerated.
121
122 * configure.in: Added checks for tgmath.h.
123
124 * src/chanserv.c: Added new command LAST, from X2. Similar to
125 EVENTS except its file based. Bear in mind you dont have to use
126 both. You can bind what you want to use. Commented out zoot_list
127 as its not in use, just a warning fix.
128
129 * src/hash.c: Warning fix.
130
131 * src/log.h: Misc defines.
132
133 * src/log.c: Logging functions from X2.
134
135 * src/math.c: If tgmath.h doesnt exist then include some other
136 files that contain the functions we require.
137
138 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
139
140 * src/proto-p10.c: Added chanserv.h #include to squash a small
141 compile error. Made X3 understand MARK's to a small point. Fixed
142 a small parsing bug with exempts.
143
144 2005-07-06 Alex Schumann <rubin@afternet.org>
145
146 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
147
148 * src/opserv.c: Fixed an awkward output of trace count etc.
149
150 2005-06-22 Alex Schumann <rubin@afternet.org>
151 * src/chanserv.help: Improved DURATION help
152
153 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
154 a better average.
155
156 2005-05-27 Alex Schumann <rubin@afternet.org>
157
158 * src/chanserv.c: Improved usability of register command, fixed
159 unregister reply.
160
161 * src/chanserv.help: Improved usability of register command
162
163 2005-05-27 Alex Schumann <rubin@afternet.org>
164
165 * src/chanserv.c: Resync working now
166
167 2005-05-27 Reed Loden <reed@reedloden.com>
168
169 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
170 grammar issues in the message send to pending users. Fixed a
171 problem with some of the resync code.
172
173 2005-05-27 Alex Schumann <rubin@afternet.org>
174
175 * src/chanserv.c: make pending add check if the person is already on
176 the userlist before re-adding them (thx exec & reed for noticing this)
177 Fix capitalisation of I in pending notice.
178
179 2005-05-18 Alex Schumann <rubin@afternet.org>
180
181 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
182 working, and pointed me to the opserv helpfiles command, which shows
183 what services search what help files. This fixes the help command to
184 search that list as it should. Still need to modify the 'default'
185 helpfile search bindigs because I dont think chanserv should respond
186 to help from opserv's db, etc. See opserv's 'helpfiles' command.
187
188 * src/modcmd.help: clarified 'helpfiles' help.
189
190 2005-05-18 Alex Schumann <rubin@afternet.org>
191
192 * src/helpfile.c: make send_help() return true/false and not send
193 errors so svccmd_send_help can 'take control' of things.
194
195 * src/modcmd.c: Fixed up the help system (again) / find aliased
196 commands help if none exists. / Display no help for that command on
197 commands (instead of topic)
198
199 * src/modcmd.h: Fixed up the help system (again)
200
201 * src/global.c: Fixed syntax display
202
203 * src/chanserv.help: Removed =---= formatting, fixed a few things.
204 *spelling ++more spelling (thx reed)
205
206 * src/nickserv.help: Removed =---= formatting, fixed a few things.
207 *spelling ++more spelling (thx reed)
208
209 * src/opserv.help: Removed =---= formatting, fixed a few things.
210 ++spelling (thx reed)
211
212 * src/global.help: simplified index
213
214 * src/nickserv.c: Changed message users get when their email is
215 already used for an account, fixed syntax help
216
217 * src/opserv.c: fixed syntax help
218
219 2005-05-16 Alex Schumann <rubin@afternet.org>
220
221 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
222 the help file.
223
224 2005-05-04 Alex Schumann <rubin@afternet.org>
225
226 * src/modcmd.c: added a 'rebindall' command to assist with
227 upgrades and changes which change command bindings.
228
229 * src/modcmd.help: modified help to reflect above
230
231 * src/opserv.help: modified help to reflect above
232
233 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
234 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
235 between channel bans (+b) and x3 remembered bans (lamers)
236
237 * src/chanserv.help: modified help to reflect above
238
239 * UPGRADE: added use of rebindall to upgrade instructions
240
241 2005-05-04 Alex Schumann <rubin@afternet.org>
242
243 * src/chanserv.c: added an 'adduser pending' feature, where if
244 someone isn't authed x3 will ask them to /auth or register, and then
245 automatically finish adding them to the channel when they do.
246 Fixed email bug with adduser pending
247
248 * src/chanserv.h: adduser pending
249
250 * src/hash.c: adduser pending
251
252 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
253
254 * src/nickserv.c: adduser pending cleanup and activation code,
255 Arch sync (Avoid losing channel information when
256 replacing an account using the mergedb command.)
257
258 * src/proto-p10.c: adduser pending cleanup code
259
260 * src/nickserv.help: improved set and register help
261
262 2005-05-04 Alex Schumann <rubin@afternet.org>
263
264 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
265 negitive). Added set voice to provide control over use of voice.
266 Implimented a basic chanserv db version control system for upgrading
267 seamlessly.
268
269 * src/chanserv.help: adjusted help to reflect voice and uset autoop
270 changes.
271
272 * src/hash.h: updated ssz comment from z to Z
273
274 * src/modcmd.help: rewrote BIND help
275
276 * src/proto-p10.c: Added Z (sslonly) support back in
277
278 * UPGRADE: created file to document upgrading procedures
279
280 2005-04-23 Alex Schumann <rubin@afternet.org>
281 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
282 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
283 topicmask to be an on or off setting, uninfluenced by enftopic.
284 Added feature to use mask on /topic in addition to ,topic sets.
285 Removed special consideration for ircops in protect_user()
286
287 * src/chanserv.help: updated documentation to reflect the new and
288 much simpler topicmask feature, and removed op/voice levels.
289
290 * src/nickserv.c: added tailing 'end of' line for accountinfo
291 for non-opers too.
292
293 * src/modcmd.c: tweaked alias notification for help and breef help.
294
295 2005-04-20 Alex Schumann <rubin@afternet.org>
296
297 * src/proto-common.c: removing +d. needs to be a config option
298 or something.
299
300 * src/nickserv.help: modified main help reply of authserv
301
302 * src/nickserv.c: added title, epithet, and fakehost to oset listing
303
304 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
305 totally redesigned though.
306
307 2005-04-15 Alex Schumann <rubin@afternet.org>
308
309 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
310 at the same time. The whole block needs to be if/else instead of
311 switch though, to be cleaner.
312
313 * src/nickserv.help: added fakehost and title options to help oset.
314
315 * src/nickserv.c: removed 'style' setting. (was not being used in
316 code anyway)
317
318 2005-04-04 Neil Spierling <sirvulcan@gmail.com>
319
320 * src/proto-p10.c: Reinstated +d usermode.
321
322 2005-03-30 Alex Schumann <rubin@afternet.org>
323
324 * src/chanserv.c: Fixed unban.
325
326 * x3.conf.example: added note in snoop config that improper
327 setting for bots nick will cause segfault.
328
329 2005-03-22 Alex Schumann <rubin@afternet.org>
330
331 * x3.conf.example: added sethost/fakehost settings to conf
332
333 2005-03-19 Alex Schumann <rubin@afternet.org>
334
335 * chanserv.c: Changed style of command outputs, added userlevel back
336 to users list.
337
338 * opserv.c: Changed style of command outputs, removed warn feature
339
340 * tools.c: shortened duration string lengths
341
342 * main.c: shortened duration string lengths
343
344 * sendmail.c: Changed style of stats email
345
346 2005-03-18 Alex Schumann <rubin@afternet.org>
347
348 * Changed breef to brief...
349
350 * chanserv.c: Changed to access level names instead of numbers.
351
352 2005-03-17 Alex Schumann <rubin@afternet.org>
353
354
355 * src/opserv.c: Improved readability of trace print output
356
357 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
358 a little.
359
360 * src/helpfile.c: Improved table_send readability (used in lots
361 of listings including users and stats network etc)
362
363 2005-03-15 Alex Schumann <rubin@afternet.org>
364
365 * src/chanserv.c: Improved some syntax error reporting for commands
366
367 * src/helpfile.c: Added a 'breef' help function
368
369 * src/helpfile.h: Added a 'breef' help function
370
371 * src/main.c: Improved some syntax error reporting for commands
372
373 * src/modcmd.c: Improved some syntax error reporting for commands
374
375 * src/modcmd.h: Improved some syntax error reporting for commands
376
377 2005-03-15 Reed Loden <reed@reedloden.com>
378
379 * Synchronization with srvx--devo--1.3--patch-19.
380
381 2005-03-12 Alex Schumann <rubin@afternet.org>
382
383 * src/common.h, src/opserv.h: more SRVX->X3 fixes
384
385 * opserv.c: fixed SRVX defines to X3
386
387 * src/nickserv.c: Applied patch to bring up to date with
388 local uncommitted changes on afternets srvx2 tree. improved
389 cookie gen code and removed /play from cookie messages.
390
391 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
392 bunch more places.
393
394 2005-03-07 Neil Spierling <sirvulcan@gmail.com>
395
396 * nickserv.help: Added odelcookie section.
397
398 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
399 cookies.
400
401 * src/md5.c: Cleaned up compile warnings.
402
403 * src/nickserv.help: Added odelcookie section.
404
405 ***********************************************************************/
406
407 #define CVS_VERSION "$Id$"
408