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