]> jfr.im git - irc/evilnet/x3.git/blame_incremental - ChangeLog.X3
Bunch of toy fixes and updates incluing calc and 8ball.
[irc/evilnet/x3.git] / ChangeLog.X3
... / ...
CommitLineData
1/***********************************************************************
2 X3 ChangeLog
3
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
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
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.
33
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>
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
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
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
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
912005-05-27 Alex Schumann <rubin@afternet.org>
92
93 * src/chanserv.c: Improved usability of register command, fixed
94 unregister reply.
95
96 * src/chanserv.help: Improved usability of register command
97
982005-05-27 Alex Schumann <rubin@afternet.org>
99
100 * src/chanserv.c: Resync working now
101
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
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
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
1252005-05-18 Alex Schumann <rubin@afternet.org>
126
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
131 commands help if none exists. / Display no help for that command on
132 commands (instead of topic)
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.
139 *spelling ++more spelling (thx reed)
140
141 * src/nickserv.help: Removed =---= formatting, fixed a few things.
142 *spelling ++more spelling (thx reed)
143
144 * src/opserv.help: Removed =---= formatting, fixed a few things.
145 ++spelling (thx reed)
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
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
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
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.
181 Fixed email bug with adduser pending
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
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.)
192
193 * src/proto-p10.c: adduser pending cleanup code
194
195 * src/nickserv.help: improved set and register help
196
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
213 * UPGRADE: created file to document upgrading procedures
214
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.
220 Removed special consideration for ircops in protect_user()
221
222 * src/chanserv.help: updated documentation to reflect the new and
223 much simpler topicmask feature, and removed op/voice levels.
224
225 * src/nickserv.c: added tailing 'end of' line for accountinfo
226 for non-opers too.
227
228 * src/modcmd.c: tweaked alias notification for help and breef help.
229
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
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
2532005-04-04 Neil Spierling <sirvulcan@gmail.com>
254
255 * src/proto-p10.c: Reinstated +d usermode.
256
2572005-03-30 Alex Schumann <rubin@afternet.org>
258
259 * src/chanserv.c: Fixed unban.
260
261 * x3.conf.example: added note in snoop config that improper
262 setting for bots nick will cause segfault.
263
2642005-03-22 Alex Schumann <rubin@afternet.org>
265
266 * x3.conf.example: added sethost/fakehost settings to conf
267
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
273 * opserv.c: Changed style of command outputs, removed warn feature
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
2812005-03-18 Alex Schumann <rubin@afternet.org>
282
283 * Changed breef to brief...
284
285 * chanserv.c: Changed to access level names instead of numbers.
286
2872005-03-17 Alex Schumann <rubin@afternet.org>
288
289
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
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
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>
317
318 * src/common.h, src/opserv.h: more SRVX->X3 fixes
319
320 * opserv.c: fixed SRVX defines to X3
321
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
326 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
327 bunch more places.
328
3292005-03-07 Neil Spierling <sirvulcan@gmail.com>
330
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.
339
340***********************************************************************/
341
342#define CVS_VERSION "$Id$"
343