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