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