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