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