]> jfr.im git - irc/freenode/web-7.0.git/blame - content/news/2008-05-29-services-migration.md
Mention #ircpuzzles
[irc/freenode/web-7.0.git] / content / news / 2008-05-29-services-migration.md
CommitLineData
849bdd6f
SB
1author: Martinp23
2date: 2008-05-29 15:06:27+00:00
3slug: services-migration
4title: Services Migration
c5191f36
EK
5category: freenode
6category: projects
7category: technical
849bdd6f 8---
849bdd6f
SB
9The time has come for freenode to migrate from our old, legacy services package to a much newer, actively maintained package known as [Atheme](http://www.atheme.net/), developed by the [Atheme Project](http://www.atheme.org/). Although we, with the help of the Atheme developers, have tried to make the migration process as painless as possible, there are still a few interface differences that you will need to be aware of. This guide, prepared by tomaw, will attempt to walk you through the main changes, grouped by service.
10
11
12## NickServ
13
14
15
16
17
18
19 * NickServ will now require a valid, verified email address to register new nicks. Because of this the registration command has changed to
20
21
22 /msg NickServ REGISTER <password> <email address>
23
24
25You will the receive a confirmation email with instructions on how to confirm your account registration. Accounts that have been migrated from theia that did not have an email address set will find that their address is set to 'nomail'. **These users should set an email address as soon as possible.**
26
27
28 * New NickServ accounts that are registered but not confirmed will be **automatically** dropped after 24 hours.
29
30
31 * What was Nick Linking has now been replaced with Nick Grouping. This means that you have just one account (including one password, one email address etc.) but potentially multiple Nicks associated with that account. For more information please issue the following command:
32
33
34 /msg NickServ HELP GROUP
35
36
37Migrated accounts will have the password associated to the master nick, but will have the first valid email address found when searching all linked nicks.
38
39
40 * SET UNFILTERED has been removed and the global block on messages from users that have not identified to NickServ has been removed. This was only ever intended to be a temporary measure to combat spam and we're hopeful that we can deal with those events in different, less intrusive ways. UMODE +E remains an alternative for any users who wish to block such messages.
41
42
43 * SET GSM, PHONE, and the like have been removed and replaced with a SET PROPERTY feature. For more information, see:
44
45
46 /msg NickServ HELP SET PROPERTY
47
48
49
50
51
52 * INFO will no long return a list of channels where you have access. Instead use:
53
54
55 /msg NickServ LISTCHANS
56
57
58
59
60
61 * A new SET ENFORCE feature replaces the un-used SET KILL feature. For details, see
62
63
64 /msg NickServ HELP SET ENFORCE
65
66
67
68
69
70
71
72## ChanServ
73
74
75
76
77
78
79 * Channel access is now controlled by a series of flags, rather than levels. This will allow channel owners and Group Contacts to better control the access they grant users, and to see more clearly what access those users will have. Channel Access now also includes a powerful templating system, making it easier to manage large and complicated access lists. For more information on these features, please see:
80
81
82 /msg ChanServ HELP FLAGS
83
84
85
86
87 /msg ChanServ HELP TEMPLATE
88
89
90
91
92 /msg ChanServ HELP ACCESS
93
94
95
96
97
98 * Channel access can now be manipulated using two different commands.
99
100
101 /msg ChanServ ACCESS #channel
102
103
104behaves similarly to our previous services, but the standard Atheme command is to use
105
106
107 /msg ChanServ FLAGS
108
109
110Note that viewing FLAGS requires you to have flag +A on the channel in question, but ACCESS does not. This can be useful if you're trying to locate channel operators.
111
112
113 * ChanServ can no longer be used to OP or VOICE multiple users, though it is still possibly to OP/VOICE individual users:
114
115
116 /msg ChanServ OP #channel nick
117
118
119
120
121
122 * A new RECOVER command is now available, which can be used by the founder to regain control of a channel which has been "taken over".
123
124
125 * Channel passwords are no longer used for registration as all channel access is control by the access flags.
126
127
128 * LIST *pattern* has been replaced by a new service called ALIS. See below for details.
129
130
131
132
133## ALIS
134
135
136
137
138
139
140 * ALIS provides a more useful channel list facility than what was previously available. It will list matching channels, but will filter out channels that are not currently in use. Its use is similar to the functionality that was previously built into ChanServ:
141
142
143 /msg ALIS LIST #freenode-*
144
145
146
147
148
149
150
151## MemoServ
152
153
154
155
156
157
158 * Memos can now be replied to and forwarded to other users
159
160
161 * Optional email forwarding to your registered email address. To enable this feature, issue the following command:
162
163
164 /msg NickServ SET EMAILMEMOS ON
165
166
167
168
169
170Hopefully that covers most of the differences that you will come across during day to day life on freenode. Of course, if you have any questions, suggestions or comments, please feel free to drop by [#freenode](irc://irc.freenode.net/freenode), email support (at) freenode (dot) net or message a member of staff.