]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog.X3
Improved usability of the REGISTER command, in preperation to make it usable by users
[irc/evilnet/x3.git] / ChangeLog.X3
CommitLineData
ceafd592 1/***********************************************************************
2 X3 ChangeLog
3
f8f30e75
AS
42005-05-27 Alex Schumann <rubin@afternet.org>
5
6 * src/chanserv.c: Improved usability of register command
7
8 * src/chanserv.help: Improved usability of register command
9
56269744
AS
102005-05-27 Alex Schumann <rubin@afternet.org>
11
12 * src/chanserv.c: Resync working now
13
1bcd5f19 142005-05-27 Reed Loden <reed@reedloden.com>
15
16 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
17 grammar issues in the message send to pending users. Fixed a
18 problem with some of the resync code.
19
5ca901c3
AS
202005-05-27 Alex Schumann <rubin@afternet.org>
21
22 * src/chanserv.c: make pending add check if the person is already on
23 the userlist before re-adding them (thx exec & reed for noticing this)
24 Fix capitalisation of I in pending notice.
25
ed05669c
AS
262005-05-18 Alex Schumann <rubin@afternet.org>
27
28 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
29 working, and pointed me to the opserv helpfiles command, which shows
30 what services search what help files. This fixes the help command to
31 search that list as it should. Still need to modify the 'default'
32 helpfile search bindigs because I dont think chanserv should respond
33 to help from opserv's db, etc. See opserv's 'helpfiles' command.
34
35 * src/modcmd.help: clarified 'helpfiles' help.
36
b1bf690d
AS
372005-05-18 Alex Schumann <rubin@afternet.org>
38
1d957482
AS
39 * src/helpfile.c: make send_help() return true/false and not send
40 errors so svccmd_send_help can 'take control' of things.
41
42 * src/modcmd.c: Fixed up the help system (again) / find aliased
ed05669c
AS
43 commands help if none exists. / Display no help for that command on
44 commands (instead of topic)
b1bf690d
AS
45
46 * src/modcmd.h: Fixed up the help system (again)
47
48 * src/global.c: Fixed syntax display
49
50 * src/chanserv.help: Removed =---= formatting, fixed a few things.
1d957482 51 *spelling ++more spelling (thx reed)
b1bf690d
AS
52
53 * src/nickserv.help: Removed =---= formatting, fixed a few things.
1d957482 54 *spelling ++more spelling (thx reed)
b1bf690d
AS
55
56 * src/opserv.help: Removed =---= formatting, fixed a few things.
1d957482 57 ++spelling (thx reed)
b1bf690d
AS
58
59 * src/global.help: simplified index
60
61 * src/nickserv.c: Changed message users get when their email is
62 already used for an account, fixed syntax help
63
64 * src/opserv.c: fixed syntax help
65
95a73185
AS
662005-05-16 Alex Schumann <rubin@afternet.org>
67
68 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
69 the help file.
70
c8273589
AS
712005-05-04 Alex Schumann <rubin@afternet.org>
72
73 * src/modcmd.c: added a 'rebindall' command to assist with
74 upgrades and changes which change command bindings.
75
76 * src/modcmd.help: modified help to reflect above
77
78 * src/opserv.help: modified help to reflect above
79
80 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
81 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
82 between channel bans (+b) and x3 remembered bans (lamers)
83
84 * src/chanserv.help: modified help to reflect above
85
86 * UPGRADE: added use of rebindall to upgrade instructions
87
ac3bdc8d
AS
882005-05-04 Alex Schumann <rubin@afternet.org>
89
90 * src/chanserv.c: added an 'adduser pending' feature, where if
91 someone isn't authed x3 will ask them to /auth or register, and then
92 automatically finish adding them to the channel when they do.
a03d6c77 93 Fixed email bug with adduser pending
ac3bdc8d
AS
94
95 * src/chanserv.h: adduser pending
96
97 * src/hash.c: adduser pending
98
99 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
100
02c37249
AS
101 * src/nickserv.c: adduser pending cleanup and activation code,
102 Arch sync (Avoid losing channel information when
103 replacing an account using the mergedb command.)
ac3bdc8d
AS
104
105 * src/proto-p10.c: adduser pending cleanup code
106
b5885247
AS
107 * src/nickserv.help: improved set and register help
108
c8ca69a0
AS
1092005-05-04 Alex Schumann <rubin@afternet.org>
110
111 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
112 negitive). Added set voice to provide control over use of voice.
113 Implimented a basic chanserv db version control system for upgrading
114 seamlessly.
115
116 * src/chanserv.help: adjusted help to reflect voice and uset autoop
117 changes.
118
119 * src/hash.h: updated ssz comment from z to Z
120
121 * src/modcmd.help: rewrote BIND help
122
123 * src/proto-p10.c: Added Z (sslonly) support back in
124
ac3bdc8d 125 * UPGRADE: created file to document upgrading procedures
c8ca69a0 126
b75e24a3
AS
1272005-04-23 Alex Schumann <rubin@afternet.org>
128 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
129 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
130 topicmask to be an on or off setting, uninfluenced by enftopic.
131 Added feature to use mask on /topic in addition to ,topic sets.
4cf6e271 132 Removed special consideration for ircops in protect_user()
b75e24a3
AS
133
134 * src/chanserv.help: updated documentation to reflect the new and
135 much simpler topicmask feature, and removed op/voice levels.
136
684e2f02
AS
137 * src/nickserv.c: added tailing 'end of' line for accountinfo
138 for non-opers too.
139
4cf6e271
AS
140 * src/modcmd.c: tweaked alias notification for help and breef help.
141
180e0971
AS
1422005-04-20 Alex Schumann <rubin@afternet.org>
143
144 * src/proto-common.c: removing +d. needs to be a config option
145 or something.
146
147 * src/nickserv.help: modified main help reply of authserv
148
149 * src/nickserv.c: added title, epithet, and fakehost to oset listing
150
151 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
152 totally redesigned though.
153
4bffb7bd
AS
1542005-04-15 Alex Schumann <rubin@afternet.org>
155
156 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
157 at the same time. The whole block needs to be if/else instead of
158 switch though, to be cleaner.
159
160 * src/nickserv.help: added fakehost and title options to help oset.
161
162 * src/nickserv.c: removed 'style' setting. (was not being used in
163 code anyway)
164
66bb2c5b 1652005-04-04 Neil Spierling <sirvulcan@gmail.com>
166
167 * src/proto-p10.c: Reinstated +d usermode.
168
aa222db2
AS
1692005-03-30 Alex Schumann <rubin@afternet.org>
170
171 * src/chanserv.c: Fixed unban.
172
4c1f98d9
AS
173 * x3.conf.example: added note in snoop config that improper
174 setting for bots nick will cause segfault.
175
04009ebf
AS
1762005-03-22 Alex Schumann <rubin@afternet.org>
177
178 * x3.conf.example: added sethost/fakehost settings to conf
179
de9510bc
AS
1802005-03-19 Alex Schumann <rubin@afternet.org>
181
182 * chanserv.c: Changed style of command outputs, added userlevel back
183 to users list.
184
c52666c6 185 * opserv.c: Changed style of command outputs, removed warn feature
de9510bc
AS
186
187 * tools.c: shortened duration string lengths
188
189 * main.c: shortened duration string lengths
190
191 * sendmail.c: Changed style of stats email
192
567a5f26
AS
1932005-03-18 Alex Schumann <rubin@afternet.org>
194
195 * Changed breef to brief...
196
a915f7d4
AS
197 * chanserv.c: Changed to access level names instead of numbers.
198
e6892204
AS
1992005-03-17 Alex Schumann <rubin@afternet.org>
200
567a5f26 201
e6892204
AS
202 * src/opserv.c: Improved readability of trace print output
203
204 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
205 a little.
206
207 * src/helpfile.c: Improved table_send readability (used in lots
208 of listings including users and stats network etc)
209
4b5782a4
AS
2102005-03-15 Alex Schumann <rubin@afternet.org>
211
212 * src/chanserv.c: Improved some syntax error reporting for commands
213
214 * src/helpfile.c: Added a 'breef' help function
215
216 * src/helpfile.h: Added a 'breef' help function
217
218 * src/main.c: Improved some syntax error reporting for commands
219
220 * src/modcmd.c: Improved some syntax error reporting for commands
221
222 * src/modcmd.h: Improved some syntax error reporting for commands
223
47777b9b 2242005-03-15 Reed Loden <reed@reedloden.com>
225
226 * Synchronization with srvx--devo--1.3--patch-19.
227
2282005-03-12 Alex Schumann <rubin@afternet.org>
f14e4f83 229
921592dd
AS
230 * src/common.h, src/opserv.h: more SRVX->X3 fixes
231
f14e4f83 232 * opserv.c: fixed SRVX defines to X3
5885cc06 233
51db18e0
AS
234 * src/nickserv.c: Applied patch to bring up to date with
235 local uncommitted changes on afternets srvx2 tree. improved
236 cookie gen code and removed /play from cookie messages.
237
ee20ba5b 238 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
5885cc06
AS
239 bunch more places.
240
34938510 2412005-03-07 Neil Spierling <sirvulcan@gmail.com>
ceafd592 242
34938510 243 * nickserv.help: Added odelcookie section.
244
245 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
246 cookies.
247
248 * src/md5.c: Cleaned up compile warnings.
249
250 * src/nickserv.help: Added odelcookie section.
ceafd592 251
252***********************************************************************/
253
254#define CVS_VERSION "$Revision$"
255