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