Skip to content

Commit fb93dcb

Browse files
committed
v1.2.0
Fix went offline status Update po files PurplePluginInfo remove caption Fix typos fchat_get_connection_codeset() connection.c: fchat_keepalive() info.c: don't set NULL to g_key_file_set_string info.c: fix extract_param fchat.c: add missing fields
1 parent b2ece38 commit fb93dcb

File tree

15 files changed

+394
-340
lines changed

15 files changed

+394
-340
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.12)
22
project (fchat)
33
#add_library(fchat src/fchat.c)
44
set (fchat_VERSION_MAJOR 1)
5-
set (fchat_VERSION_MINOR 0)
5+
set (fchat_VERSION_MINOR 2)
66

77
# Set global compiler-specific flags
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FChat protocol plugin for libpurple (Pidgin)
1+
# Friendly Chat (FChat) protocol plugin for libpurple (Pidgin)
22

33
The [FChat](http://www.kilievich.com/fchat/) is one of the famous in past peer-to-peer (p2p) chat programs for local networks.
44
Original FChat had a support of IRC protocol and itself FChat protocol which is lightweight and based on UDP datagrams.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pidgin-fchat (1.2.0) stable; urgency=low
2+
3+
* Fix went offline status
4+
5+
-- Sergey Ponomarev <[email protected]> Wed, 31 Jul 2024 20:00:00 +0200
6+
17
pidgin-fchat (1.1.0) stable; urgency=low
28

39
* Refresh

i18n/fchat.pot

Lines changed: 59 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3-
# This file is distributed under the same license as the fchat package.
4-
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5-
#
6-
#, fuzzy
71
msgid ""
82
msgstr ""
93
"Project-Id-Version: fchat\n"
104
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-11-19 05:11+0200\n"
5+
"POT-Creation-Date: 2024-08-01 20:14+0300\n"
126
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
137
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
148
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -25,31 +19,31 @@ msgstr ""
2519
msgid "Set message board text"
2620
msgstr ""
2721

28-
#: src/actions.c:18 src/info.c:305
22+
#: src/actions.c:18 src/info.c:342
2923
msgid "Save"
3024
msgstr ""
3125

32-
#: src/actions.c:18 src/buddy.c:154 src/info.c:306
26+
#: src/actions.c:18 src/buddy.c:156 src/info.c:343
3327
msgid "Cancel"
3428
msgstr ""
3529

36-
#: src/actions.c:28
30+
#: src/actions.c:27
3731
msgid "Set user info..."
3832
msgstr ""
3933

40-
#: src/actions.c:31
34+
#: src/actions.c:29
4135
msgid "Set message board..."
4236
msgstr ""
4337

44-
#: src/actions.c:62
38+
#: src/actions.c:60
4539
msgid "Send Beep"
4640
msgstr ""
4741

48-
#: src/actions.c:69
42+
#: src/actions.c:67
4943
msgid "Get board message..."
5044
msgstr ""
5145

52-
#: src/actions.c:76
46+
#: src/actions.c:74
5347
msgid "Get buddies..."
5448
msgstr ""
5549

@@ -67,197 +61,197 @@ msgstr ""
6761
msgid "Nudging %s..."
6862
msgstr ""
6963

70-
#: src/buddy.c:130
64+
#: src/buddy.c:132
7165
msgid "Buddies"
7266
msgstr ""
7367

74-
#: src/buddy.c:151
68+
#: src/buddy.c:153
7569
msgid "Select buddies"
7670
msgstr ""
7771

78-
#: src/buddy.c:152
72+
#: src/buddy.c:154
7973
msgid "Use Ctrl or Shift keys for multiply select"
8074
msgstr ""
8175

82-
#: src/buddy.c:153
76+
#: src/buddy.c:155
8377
msgid "Ok"
8478
msgstr ""
8579

86-
#: src/chat.c:45
80+
#: src/chat.c:44
8781
msgid "Chat _room"
8882
msgstr ""
8983

90-
#: src/chat.c:57
84+
#: src/chat.c:56
9185
msgid "room"
9286
msgstr ""
9387

94-
#: src/connection.c:79
88+
#: src/connection.c:81
9589
msgid "Incorrect address"
9690
msgstr ""
9791

98-
#: src/connection.c:91
92+
#: src/connection.c:93
9993
msgid "Couldn't create UDP socket"
10094
msgstr ""
10195

102-
#: src/connection.c:100
96+
#: src/connection.c:102
10397
msgid "Socket addr is incorrect"
10498
msgstr ""
10599

106-
#: src/connection.c:103
100+
#: src/connection.c:105
107101
msgid "Error bind"
108102
msgstr ""
109103

110-
#: src/fchat.c:119
104+
#: src/fchat.c:129
111105
msgid "Codeset"
112106
msgstr ""
113107

114-
#: src/fchat.c:122
108+
#: src/fchat.c:132
115109
msgid "Port"
116110
msgstr ""
117111

118-
#: src/fchat.c:125
112+
#: src/fchat.c:135
119113
msgid "Use broadcast"
120114
msgstr ""
121115

122-
#: src/fchat.c:128
116+
#: src/fchat.c:138
123117
msgid "Accept unknown protocol version"
124118
msgstr ""
125119

126-
#: src/fchat.c:131
120+
#: src/fchat.c:141
127121
msgid "Keepalive interval"
128122
msgstr ""
129123

130-
#: src/fchat.c:134
124+
#: src/fchat.c:144
131125
msgid "Keepalive periods"
132126
msgstr ""
133127

134-
#: src/fchat.c:137
128+
#: src/fchat.c:147
135129
msgid "Require authorization for new contacts"
136130
msgstr ""
137131

138-
#: src/fchat.c:140
132+
#: src/fchat.c:150
139133
msgid "Confirm private messages"
140134
msgstr ""
141135

142-
#: src/fchat.c:143
136+
#: src/fchat.c:153
143137
msgid "Confirm public messages"
144138
msgstr ""
145139

146-
#: src/fchat.c:146
140+
#: src/fchat.c:156
147141
msgid "Allow beep"
148142
msgstr ""
149143

150-
#: src/fchat.c:152
151-
msgid "Deny"
152-
msgstr ""
153-
154-
#: src/fchat.c:156
144+
#: src/fchat.c:162
155145
msgid "Request"
156146
msgstr ""
157147

158-
#: src/fchat.c:160
148+
#: src/fchat.c:166
159149
msgid "Allow"
160150
msgstr ""
161151

162-
#: src/fchat.c:164
152+
#: src/fchat.c:170
153+
msgid "Deny"
154+
msgstr ""
155+
156+
#: src/fchat.c:174
163157
msgid "Buddy list privacy"
164158
msgstr ""
165159

166-
#: src/info.c:124 src/info.c:245
160+
#: src/info.c:121 src/info.c:282
167161
msgid "Full name"
168162
msgstr ""
169163

170-
#: src/info.c:128 src/info.c:138 src/info.c:251
164+
#: src/info.c:125 src/info.c:135 src/info.c:288
171165
msgid "Male"
172166
msgstr ""
173167

174-
#: src/info.c:131 src/info.c:250
168+
#: src/info.c:128 src/info.c:287
175169
msgid "Female"
176170
msgstr ""
177171

178-
#: src/info.c:143
172+
#: src/info.c:140
179173
msgid "Birthday"
180174
msgstr ""
181175

182-
#: src/info.c:146 src/info.c:285
176+
#: src/info.c:143 src/info.c:322
183177
msgid "Address"
184178
msgstr ""
185179

186-
#: src/info.c:147 src/info.c:288 src/status.c:31
180+
#: src/info.c:144 src/info.c:325 src/status.c:31
187181
msgid "Phone"
188182
msgstr ""
189183

190-
#: src/info.c:148
184+
#: src/info.c:145
191185
msgid "Email"
192186
msgstr ""
193187

194-
#: src/info.c:149 src/info.c:294
188+
#: src/info.c:146 src/info.c:331
195189
msgid "Interest"
196190
msgstr ""
197191

198-
#: src/info.c:150 src/info.c:297
192+
#: src/info.c:147 src/info.c:334
199193
msgid "Additional"
200194
msgstr ""
201195

202-
#: src/info.c:248
196+
#: src/info.c:285
203197
msgid "Sex"
204198
msgstr ""
205199

206-
#: src/info.c:249
200+
#: src/info.c:286
207201
msgid "Not specified"
208202
msgstr ""
209203

210-
#: src/info.c:254
204+
#: src/info.c:291
211205
msgid "Birthday day"
212206
msgstr ""
213207

214-
#: src/info.c:265
208+
#: src/info.c:302
215209
msgid "Birthday month"
216210
msgstr ""
217211

218-
#: src/info.c:274
212+
#: src/info.c:311
219213
msgid "Birthday year"
220214
msgstr ""
221215

222-
#: src/info.c:291
216+
#: src/info.c:328
223217
msgid "E-mail"
224218
msgstr ""
225219

226-
#: src/info.c:300
220+
#: src/info.c:337
227221
msgid "Edit info"
228222
msgstr ""
229223

230-
#: src/info.c:301
224+
#: src/info.c:338
231225
msgid "Edit your personal information"
232226
msgstr ""
233227

234-
#: src/info.c:302
228+
#: src/info.c:339
235229
msgid ""
236230
"All items below are optional. Enter only the information with which you feel "
237231
"comfortable."
238232
msgstr ""
239233

240-
#: src/process_cmds.c:93
234+
#: src/process_cmds.c:94
241235
msgid "Beep received"
242236
msgstr ""
243237

244-
#: src/process_cmds.c:95
238+
#: src/process_cmds.c:96
245239
msgid "Signal from you is denied"
246240
msgstr ""
247241

248-
#: src/process_cmds.c:97
242+
#: src/process_cmds.c:98
249243
msgid "Signals are denied"
250244
msgstr ""
251245

252-
#: src/process_cmds.c:177
246+
#: src/process_cmds.c:179
253247
msgid "Board message"
254248
msgstr ""
255249

256-
#: src/process_cmds.c:217
250+
#: src/process_cmds.c:219
257251
msgid "Buddy list"
258252
msgstr ""
259253

260-
#: src/process_cmds.c:230
254+
#: src/process_cmds.c:232
261255
#, c-format
262256
msgid "%s request your buddy list"
263257
msgstr ""

0 commit comments

Comments
 (0)