]> jfr.im git - irc/evilnet/x3.git/blame_incremental - ChangeLog.X3
arch sync
[irc/evilnet/x3.git] / ChangeLog.X3
... / ...
CommitLineData
1/***********************************************************************
2 X3 ChangeLog
3
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 Fixed email bug with adduser pending
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
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.)
20
21 * src/proto-p10.c: adduser pending cleanup code
22
23 * src/nickserv.help: improved set and register help
24
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
41 * UPGRADE: created file to document upgrading procedures
42
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.
48 Removed special consideration for ircops in protect_user()
49
50 * src/chanserv.help: updated documentation to reflect the new and
51 much simpler topicmask feature, and removed op/voice levels.
52
53 * src/nickserv.c: added tailing 'end of' line for accountinfo
54 for non-opers too.
55
56 * src/modcmd.c: tweaked alias notification for help and breef help.
57
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
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
812005-04-04 Neil Spierling <sirvulcan@gmail.com>
82
83 * src/proto-p10.c: Reinstated +d usermode.
84
852005-03-30 Alex Schumann <rubin@afternet.org>
86
87 * src/chanserv.c: Fixed unban.
88
89 * x3.conf.example: added note in snoop config that improper
90 setting for bots nick will cause segfault.
91
922005-03-22 Alex Schumann <rubin@afternet.org>
93
94 * x3.conf.example: added sethost/fakehost settings to conf
95
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
101 * opserv.c: Changed style of command outputs, removed warn feature
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
1092005-03-18 Alex Schumann <rubin@afternet.org>
110
111 * Changed breef to brief...
112
113 * chanserv.c: Changed to access level names instead of numbers.
114
1152005-03-17 Alex Schumann <rubin@afternet.org>
116
117
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
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
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>
145
146 * src/common.h, src/opserv.h: more SRVX->X3 fixes
147
148 * opserv.c: fixed SRVX defines to X3
149
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
154 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
155 bunch more places.
156
1572005-03-07 Neil Spierling <sirvulcan@gmail.com>
158
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.
167
168***********************************************************************/
169
170#define CVS_VERSION "$Revision$"
171