Mercurial > pidgin
annotate gaim.desktop @ 9740:2bb5e2cd64bd
[gaim-migrate @ 10605]
" A few days back, someone on #gaim was wondering how to
block IM's from IRC, which isn't supported by gaim, as
this isn't supported at a protocol level. I decided to
implement gaim's privacy options (permit lists, deny
lists, block all users, and permit people on buddy
list) at a local level for IRC and
Zephyr. Jabber, SILC, and Trepia don't seem to support
deny or permit lists in Gaim, but I don't use the
latter two protocols and wasn't sure about how to
implemnt in in Jabber.
When implementing it, I noticed that changes in privacy
settings didn't automatically cause blist.xml to get
scheduled
for writing (even on exit). To fix this, I needed to
make schedule_blist_save in blist.c non-static and call
it from serv_set_permit_deny() in server.c, and
gaim_privacy_{permit,deny}_{add,remove} in privacy.c ." --Arun A Tharuvai
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 11 Aug 2004 23:52:48 +0000 |
| parents | 78f9641ad4e5 |
| children | 595a2fb511b9 |
| rev | line source |
|---|---|
| 325 | 1 [Desktop Entry] |
| 3726 | 2 Encoding=UTF-8 |
| 9338 | 3 Name=Gaim Internet Messenger |
| 9349 | 4 Name[de]=Gaim Internet Messenger |
| 9298 | 5 Name[dk]=Gaim - kvikbeskeder |
| 9344 | 6 Name[fr]=Gaim Messagerie Instantanée |
| 9361 | 7 Name[it]=Gaim Internet Messenger |
| 9355 | 8 Name[pl]=Komunikator Internetowy Gaim |
| 9345 | 9 Name[pt]=Mensageiro Instantâneo Gaim |
| 9338 | 10 GenericName=Internet Messenger |
| 9344 | 11 GenericName[fr]=Messagerie instantanée |
| 9361 | 12 GenericName[it]=Internet Messenger |
| 9355 | 13 GenericName[pl]=Komunikator Internetowy |
| 9345 | 14 GenericName[pt]=Mensageiro Instantâneo |
| 9357 | 15 GenericName[pt_BR]=Mensageiro da Internet Gaim |
| 9338 | 16 Comment=Multi-protocol Messaging Client |
| 9270 | 17 Comment[da]=Multiprotokolsklient til at sende og modtage beskeder |
| 9361 | 18 Comment[it]=Client multiprotocollo per messaggi immediati |
| 4305 | 19 Comment[es]=Cliente de mensajería instantánea multiprotocolo |
| 4472 | 20 Comment[fr]=Client de messagerie instantanée multiprotocole |
| 4589 | 21 Comment[de]=Multi-Protokoll Instant Messenger Client |
| 7360 | 22 Comment[ko]=다중 프로토콜 메신저 |
| 9367 | 23 Comment[pl]=Komunikator internetowy obsługujący kilka protokołów |
| 8795 | 24 Comment[pt]=Cliente de mensagens instantâneas multi-protocolo |
| 9530 | 25 Comment[pt_BR]=Cliente multi-protocolo de mensagens |
| 3726 | 26 Exec=gaim |
| 3364 | 27 Icon=gaim.png |
| 3726 | 28 Terminal=false |
| 325 | 29 Type=Application |
| 3726 | 30 Categories=Application;Network; |
|
7168
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
4663
diff
changeset
|
31 StartupNotify=true |
