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