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