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