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