]> jfr.im git - irc/evilnet/x3.git/blame_incremental - ChangeLog.X3
Missed a couple helf file changes
[irc/evilnet/x3.git] / ChangeLog.X3
... / ...
CommitLineData
1/***********************************************************************
2 X3 ChangeLog
3
42005-05-16 Alex Schumann <rubin@afternet.org>
5
6 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
7 the help file.
8
92005-05-04 Alex Schumann <rubin@afternet.org>
10
11 * src/modcmd.c: added a 'rebindall' command to assist with
12 upgrades and changes which change command bindings.
13
14 * src/modcmd.help: modified help to reflect above
15
16 * src/opserv.help: modified help to reflect above
17
18 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
19 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
20 between channel bans (+b) and x3 remembered bans (lamers)
21
22 * src/chanserv.help: modified help to reflect above
23
24 * UPGRADE: added use of rebindall to upgrade instructions
25
262005-05-04 Alex Schumann <rubin@afternet.org>
27
28 * src/chanserv.c: added an 'adduser pending' feature, where if
29 someone isn't authed x3 will ask them to /auth or register, and then
30 automatically finish adding them to the channel when they do.
31 Fixed email bug with adduser pending
32
33 * src/chanserv.h: adduser pending
34
35 * src/hash.c: adduser pending
36
37 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
38
39 * src/nickserv.c: adduser pending cleanup and activation code,
40 Arch sync (Avoid losing channel information when
41 replacing an account using the mergedb command.)
42
43 * src/proto-p10.c: adduser pending cleanup code
44
45 * src/nickserv.help: improved set and register help
46
472005-05-04 Alex Schumann <rubin@afternet.org>
48
49 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
50 negitive). Added set voice to provide control over use of voice.
51 Implimented a basic chanserv db version control system for upgrading
52 seamlessly.
53
54 * src/chanserv.help: adjusted help to reflect voice and uset autoop
55 changes.
56
57 * src/hash.h: updated ssz comment from z to Z
58
59 * src/modcmd.help: rewrote BIND help
60
61 * src/proto-p10.c: Added Z (sslonly) support back in
62
63 * UPGRADE: created file to document upgrading procedures
64
652005-04-23 Alex Schumann <rubin@afternet.org>
66 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
67 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
68 topicmask to be an on or off setting, uninfluenced by enftopic.
69 Added feature to use mask on /topic in addition to ,topic sets.
70 Removed special consideration for ircops in protect_user()
71
72 * src/chanserv.help: updated documentation to reflect the new and
73 much simpler topicmask feature, and removed op/voice levels.
74
75 * src/nickserv.c: added tailing 'end of' line for accountinfo
76 for non-opers too.
77
78 * src/modcmd.c: tweaked alias notification for help and breef help.
79
802005-04-20 Alex Schumann <rubin@afternet.org>
81
82 * src/proto-common.c: removing +d. needs to be a config option
83 or something.
84
85 * src/nickserv.help: modified main help reply of authserv
86
87 * src/nickserv.c: added title, epithet, and fakehost to oset listing
88
89 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
90 totally redesigned though.
91
922005-04-15 Alex Schumann <rubin@afternet.org>
93
94 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
95 at the same time. The whole block needs to be if/else instead of
96 switch though, to be cleaner.
97
98 * src/nickserv.help: added fakehost and title options to help oset.
99
100 * src/nickserv.c: removed 'style' setting. (was not being used in
101 code anyway)
102
1032005-04-04 Neil Spierling <sirvulcan@gmail.com>
104
105 * src/proto-p10.c: Reinstated +d usermode.
106
1072005-03-30 Alex Schumann <rubin@afternet.org>
108
109 * src/chanserv.c: Fixed unban.
110
111 * x3.conf.example: added note in snoop config that improper
112 setting for bots nick will cause segfault.
113
1142005-03-22 Alex Schumann <rubin@afternet.org>
115
116 * x3.conf.example: added sethost/fakehost settings to conf
117
1182005-03-19 Alex Schumann <rubin@afternet.org>
119
120 * chanserv.c: Changed style of command outputs, added userlevel back
121 to users list.
122
123 * opserv.c: Changed style of command outputs, removed warn feature
124
125 * tools.c: shortened duration string lengths
126
127 * main.c: shortened duration string lengths
128
129 * sendmail.c: Changed style of stats email
130
1312005-03-18 Alex Schumann <rubin@afternet.org>
132
133 * Changed breef to brief...
134
135 * chanserv.c: Changed to access level names instead of numbers.
136
1372005-03-17 Alex Schumann <rubin@afternet.org>
138
139
140 * src/opserv.c: Improved readability of trace print output
141
142 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
143 a little.
144
145 * src/helpfile.c: Improved table_send readability (used in lots
146 of listings including users and stats network etc)
147
1482005-03-15 Alex Schumann <rubin@afternet.org>
149
150 * src/chanserv.c: Improved some syntax error reporting for commands
151
152 * src/helpfile.c: Added a 'breef' help function
153
154 * src/helpfile.h: Added a 'breef' help function
155
156 * src/main.c: Improved some syntax error reporting for commands
157
158 * src/modcmd.c: Improved some syntax error reporting for commands
159
160 * src/modcmd.h: Improved some syntax error reporting for commands
161
1622005-03-15 Reed Loden <reed@reedloden.com>
163
164 * Synchronization with srvx--devo--1.3--patch-19.
165
1662005-03-12 Alex Schumann <rubin@afternet.org>
167
168 * src/common.h, src/opserv.h: more SRVX->X3 fixes
169
170 * opserv.c: fixed SRVX defines to X3
171
172 * src/nickserv.c: Applied patch to bring up to date with
173 local uncommitted changes on afternets srvx2 tree. improved
174 cookie gen code and removed /play from cookie messages.
175
176 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
177 bunch more places.
178
1792005-03-07 Neil Spierling <sirvulcan@gmail.com>
180
181 * nickserv.help: Added odelcookie section.
182
183 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
184 cookies.
185
186 * src/md5.c: Cleaned up compile warnings.
187
188 * src/nickserv.help: Added odelcookie section.
189
190***********************************************************************/
191
192#define CVS_VERSION "$Revision$"
193