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