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