]> jfr.im git - irc/evilnet/x3.git/blame_incremental - ChangeLog.X3
Improved usability of the REGISTER command, in preperation to make it usable by users
[irc/evilnet/x3.git] / ChangeLog.X3
... / ...
CommitLineData
1/***********************************************************************
2 X3 ChangeLog
3
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
102005-05-27 Alex Schumann <rubin@afternet.org>
11
12 * src/chanserv.c: Resync working now
13
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
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
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
372005-05-18 Alex Schumann <rubin@afternet.org>
38
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
43 commands help if none exists. / Display no help for that command on
44 commands (instead of topic)
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.
51 *spelling ++more spelling (thx reed)
52
53 * src/nickserv.help: Removed =---= formatting, fixed a few things.
54 *spelling ++more spelling (thx reed)
55
56 * src/opserv.help: Removed =---= formatting, fixed a few things.
57 ++spelling (thx reed)
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
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
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
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.
93 Fixed email bug with adduser pending
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
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.)
104
105 * src/proto-p10.c: adduser pending cleanup code
106
107 * src/nickserv.help: improved set and register help
108
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
125 * UPGRADE: created file to document upgrading procedures
126
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.
132 Removed special consideration for ircops in protect_user()
133
134 * src/chanserv.help: updated documentation to reflect the new and
135 much simpler topicmask feature, and removed op/voice levels.
136
137 * src/nickserv.c: added tailing 'end of' line for accountinfo
138 for non-opers too.
139
140 * src/modcmd.c: tweaked alias notification for help and breef help.
141
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
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
1652005-04-04 Neil Spierling <sirvulcan@gmail.com>
166
167 * src/proto-p10.c: Reinstated +d usermode.
168
1692005-03-30 Alex Schumann <rubin@afternet.org>
170
171 * src/chanserv.c: Fixed unban.
172
173 * x3.conf.example: added note in snoop config that improper
174 setting for bots nick will cause segfault.
175
1762005-03-22 Alex Schumann <rubin@afternet.org>
177
178 * x3.conf.example: added sethost/fakehost settings to conf
179
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
185 * opserv.c: Changed style of command outputs, removed warn feature
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
1932005-03-18 Alex Schumann <rubin@afternet.org>
194
195 * Changed breef to brief...
196
197 * chanserv.c: Changed to access level names instead of numbers.
198
1992005-03-17 Alex Schumann <rubin@afternet.org>
200
201
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
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
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>
229
230 * src/common.h, src/opserv.h: more SRVX->X3 fixes
231
232 * opserv.c: fixed SRVX defines to X3
233
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
238 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
239 bunch more places.
240
2412005-03-07 Neil Spierling <sirvulcan@gmail.com>
242
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.
251
252***********************************************************************/
253
254#define CVS_VERSION "$Revision$"
255