You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(19) |
Dec
(41) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(41) |
Feb
(44) |
Mar
(50) |
Apr
(36) |
May
(29) |
Jun
(50) |
Jul
(10) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2005-04-25 03:47:21
|
Plugins item #1111036, was opened at 2005-01-27 14:20 Message generated for change (Comment added) made by tresni You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1111036&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Richard Laager (rlaager) Assigned to: Nobody/Anonymous (nobody) Summary: IRC Helper Initial Comment: This plugin automates/hides things like NickServ, MemoServ, ChanServ, etc. It has currently been tested on FreeNode, QuakeNet (which uses a different bot for user authentication). ---------------------------------------------------------------------- Comment By: Brian Hartvigsen (tresni) Date: 2005-04-24 21:46 Message: Logged In: YES user_id=384360 No longer seems to be working for the latest version of GAIM on Freenode ---------------------------------------------------------------------- Comment By: Daniel Beardsmore (uilleann) Date: 2005-02-28 13:37 Message: Logged In: YES user_id=473078 Yeah, works perfectly now =) (You might want to update the Summary field to include SlashNET and Undernet now they're supported?) I do wonder, though... to have you recompile the plugin for every new network seems daft. It would seem sensible at some point in the future to make the plugin user-configurable, but then, to what extent would that then make it a duplicate of other plugins that can filter messages out? I guess this plugin would be considered a sort of pre-configured version of one of those as far as that bit goes? Although it does also do nickserv in a more intelligent way than buddy pounces... (fwiw, I've looked at the source but don't hold your breath me working out what on earth it does ;) ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-02-28 08:47 Message: Logged In: YES user_id=156487 Releasing version 0.7. This is the same as version 0.6, except it should actually work on Windows. Sorry about the last release being broken. ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-02-27 20:45 Message: Logged In: YES user_id=156487 Releasing version 0.6. This version fixes the last of the messages that uillean reported to me. It also eliminates the requirement of having the Gaim source code for building (except on Windows). Windows users should appreciate the greatly improved packaging (i.e. the zip file now contains everything, not just the .dll). I also added support (in the source code) for 2.0.0cvs, but nobody should be running that yet. As a side note, I should point out that version 0.5, which I said was to address uilleann's concerns, does not deal with /whois as uilleann requested. I've submitted a patch (which was accepted and should be in Gaim 1.1.4 -- I didn't check.) which allows for /whois server nick. With this patch, users can choose to use the hack (/whois nick nick) if you like, but my patch did not change Gaim to use that hack for the Info boxes users request via the GUI. The reasoning for this should be obvious: It's a hack and hacks should not be used by default. For future reference, I consider the scope of this plugin to be features that make IRC usage in Gaim better but don't belong in Gaim itself. Most of the existing code in this plugin is specific to popular IRC servers. If this code was in Gaim, users would expect it to work everywhere, which it won't. Also, if the servers ever changed their responses (even by a single character), it would break things. In my opinion, things in Gaim should be more stable than that, which is why this code best exists as a third-party plugin. ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-02-24 23:15 Message: Logged In: YES user_id=156487 Released version 0.5 to address uilleann's concerns. ---------------------------------------------------------------------- Comment By: Daniel Beardsmore (uilleann) Date: 2005-02-24 13:30 Message: Logged In: YES user_id=473078 oh, here's two more, during Undernet log-in: (20:15:13) Surrey.UK.EU.Undernet.Org: (notice) Highest connection count: 7528 (7527 clients) (20:15:15) Surrey.UK.EU.Undernet.Org: (notice) on 1 ca 2(4) ft 10(10) tr ---------------------------------------------------------------------- Comment By: Daniel Beardsmore (uilleann) Date: 2005-02-17 12:34 Message: Logged In: YES user_id=473078 That's interesting. The basic idea is that WHOIS takes two arguments - username and server. Specifying the server that a person is on as the second arg causes the whois information to include their idle time, presumably because a person's identity is held globally across the network but the idle time is only known by the specific server to which they are connected. If the other user is on the same server as you, the idle time is returned automatically, because your client is talking to the machine that knows. As a bizarre workaround, passing in the nickname (and, who knows, maybe your girlfriend's or cat's name too?) as the server name causes the network to seek out the user's server and go ask it for the idle time. You're right, gaim CAN parse the idle time line, but what I suspect is happening is that the second argument to /whois is just being dropped, it does not get forwarded to the server at all. Thus, the idle line is never received at all. Two possibilities are to a) patch the /whois command to accept the second argument (be it server name or nickname), and/or b) patch the Info command to pass the nickname twice to get the idle time to be returned. It's a crazy (but widely known) hack; the down side is that if a person is offline, the reported error is "No such server", which is a bit odd. I suppose in the case of gaim, a plugin could fix the error message display too (especially if the error message is returned as an IRC numeric, which means no need to deal with specific error strings). Course, this would be out of scope of the summary of the plugin, but I wonder if it is nevertheless in scope of the /name/ of the plugin, which suggests it just makes IRC in general nicer in gaim... ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-02-17 11:37 Message: Logged In: YES user_id=156487 I don't know what you're talking about. I see a line that says "Idle for: TIME" in the IRC info window. ---------------------------------------------------------------------- Comment By: Daniel Beardsmore (uilleann) Date: 2005-02-17 11:06 Message: Logged In: YES user_id=473078 Oh, one other little thing :) gaim prohibits you from seeing user idle time, e.g. from /whois nick nick. Is it possible for IRC Helper to be able to add that piece of information (maybe always?) to the IRC info window? It's useful sometimes to attempt to determine whether someone is actually around... ---------------------------------------------------------------------- Comment By: Daniel Beardsmore (uilleann) Date: 2005-02-14 01:39 Message: Logged In: YES user_id=473078 Ah, yes, works perfectly, thanks =) (Even with auto-join back on for #cyvos) ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-02-13 19:35 Message: Logged In: YES user_id=156487 I saw that one coming a mile away. Give the new version a try and let me know if it takes care of everything. I didn't test it myself. ---------------------------------------------------------------------- Comment By: Daniel Beardsmore (uilleann) Date: 2005-02-13 19:21 Message: Logged In: YES user_id=473078 *waves hand in air* meee I run Windows :P (I know, I'm terrible... after all that time running Mac OS 9.1 I never thought I'd return to Windows (from 3.11) but I did...). On the other hand, I'm not desperate for the new plugin, it does a good job already, kills most of the stupido tabs (thanks!), and I don't reload gaim that much (nor do I reboot Win2k or Mac OS 9 if I can help it). I had to reload gaim the other day though because it fell to bits ;) So I'll wait patiently for the DLL =) ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-02-13 18:54 Message: Logged In: YES user_id=156487 Uploading version 0.4 to address the concerns posted by uilleann. I'll post a Windows DLL the next time I boot into Windows. If anyone needs a 0.4 Windows DLL built, let me know and I'll get right on it. Otherwise, I don't boot into Windows very frequently. ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-02-13 16:14 Message: Logged In: YES user_id=156487 Ah, yes, I remember those lines. I was getting those for my internal IRC server, before we turned off ident lookups. I'll add those to the list of things to suppress. I'll also suppress that ChanServ notice. As for blocking, that belongs in the core. I will only consider implementing that after the privacy rewrite that's underway is completed if it's still unimplemented. I will only implement it as a plugin if it's refused for acceptance in the core. If that happens, it may or may not be implemented in *this* plugin depending on how specific to IRC my implementation is. ---------------------------------------------------------------------- Comment By: Daniel Beardsmore (uilleann) Date: 2005-02-13 16:00 Message: Logged In: YES user_id=473078 Not bad, not bad at all... (this is an issue that really bugs me, endless garbage tabs on load). The ones still left to kill are: SlashNET garbage: (22:49:06) area51.slashnet.org: (notice) *** Looking up your hostname... (22:49:07) area51.slashnet.org: (notice) *** Found your hostname (cached) (22:49:07) area51.slashnet.org: (notice) *** Checking ident... (22:49:08) area51.slashnet.org: (notice) *** No ident response; username prefixed with ~ (no other network has to use bloody notices to tell me this!) FreeNode ChanServ: (22:49:08) ChanServ: (notice) You do not have channel operator access to [#cyvos] The latter appears because #cyvos is generally empty when I join, but I don't own the channel. That said, I've just turned off auto-join =) Stupid dead channel.) I have this urge to Block all these stupid tabs, but block is not implemented for IRC to begin with. That would be a nice direction for your plugin to go in - permit blocking in IRC. For example, Tools > Privacy does not include any IRC accounts in the list of accounts for which blocks can be created. But blocking is just as relevant for IRC as for any protocol (usually implemented in clients as the /ignore command). I recall having several wildcard blocks set up for ShadowIRC on my Mac to ward off messages from a certain IRC worm that kept messaging everyone. Wildcard blocks would probably be wise for any IRC block implementation, although on ShadowIRC I used the Friends program for that, to go beyond the limits of plain /ignore. For gaim, it'd probably be in the form of a regex :) ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-01-30 01:57 Message: Logged In: YES user_id=156487 Due to SourceForge's file size restrictions, I had to zip the Windows DLL. Simply unzip it to get the .dll file and then copy this to C:\Program Files\Gaim\plugins to install. Then, open Gaim, go to Tools -> Preferences -> Plugins and activate this plugin. Finally, you can see the new options by going to Tools -> Accounts, highlighting one of your IRC accounts, clicking Modify, and clicking See more options. ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-01-30 01:52 Message: Logged In: YES user_id=156487 Releasing version 0.3 of this plugin. The only significant change here is that this plugin will now build on Windows. I've also uploaded a Windows DLL. It should work with all Gaim versions in the 1.x.x series (past, present, and future releases). I know it works on XP with Gaim 1.1.2. ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-01-27 20:38 Message: Logged In: YES user_id=156487 Uploading version 0.2 of this patch. Thank you Mathias for the QuakeNet L bot code. Among various other changes, this one no longer depends on my account options patch. When that is accepted into Gaim, I'll change this plugin to use it when available. In other words, if you have a newer version of Gaim that includes that patch, your passwords will be masked. If you're using an older version of Gaim, they won't be. This seems like the best approach. ---------------------------------------------------------------------- Comment By: Mathias Hasselmann (massel) Date: 2005-01-27 16:05 Message: Logged In: YES user_id=7017 Great plugin! Exactly the stuff I had in mind, when hacking this one: http://sourceforge.net/tracker/index.php?func=detail&aid=1009645&group_id=235&atid=300235, but much better! Guess my Quakenet plugin is obsolete now. Voting for inclusion of this plugin into Gaim's default distribution! ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-01-27 14:37 Message: Logged In: YES user_id=156487 I should point out that this plugin currently depends on having the following patch applied to Gaim: http://sourceforge.net/support/tracker.php?aid=1108846 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1111036&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-25 03:41:44
|
Plugins item #1178974, was opened at 2005-04-08 03:05 Message generated for change (Comment added) made by filthy_mcnasty You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1178974&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Jeremy Latt (jlatt) Assigned to: Nobody/Anonymous (nobody) Summary: place away message box in buddy list Initial Comment: Reparent the vbox in the imaway window when you go away to the buddy list. Nice for those of us who hate having that extra window just for away messages. ---------------------------------------------------------------------- Comment By: filthy_mcnasty (filthy_mcnasty) Date: 2005-04-25 03:41 Message: Logged In: YES user_id=1018189 my only gripe against gaim for the longest time has been the away message not being removed from the taskbar. not anymore. thanks a bunch, it's great. ---------------------------------------------------------------------- Comment By: Jeremy Latt (jlatt) Date: 2005-04-10 18:27 Message: Logged In: YES user_id=527561 Win32 version graciously built by Lee Roach. ---------------------------------------------------------------------- Comment By: Jeremy Latt (jlatt) Date: 2005-04-09 03:27 Message: Logged In: YES user_id=527561 If someone who builds gaim on win32 would like to submit a DLL, I'd appreciate it. ---------------------------------------------------------------------- Comment By: christian kündig (kreegee) Date: 2005-04-08 16:40 Message: Logged In: YES user_id=356324 any chance to get a .dll of this plugin? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1178974&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-24 04:24:11
|
Plugins item #1175935, was opened at 2005-04-03 14:11 Message generated for change (Comment added) made by dodongo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1175935&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Chuck Smith (dodongo) Assigned to: Nobody/Anonymous (nobody) Summary: Dynamic IP Plugin Initial Comment: For those of us with a dynamically allocated WAN IP, this plugin allows Gaim to automatically determine your WAN IP address on startup. I've volunteered to maintain this plugin to take it off the original author's hands. For now, I've just posted the source, which needs to be compiled against the Gaim source to get a usable plugin. As requests come in and / or as time allows, I'll post the compiled binaries. ---------------------------------------------------------------------- >Comment By: Chuck Smith (dodongo) Date: 2005-04-23 23:24 Message: Logged In: YES user_id=915796 Emily has come through for anyone waiting for a Win32 DLL of this plugin. See the downloads section for the file. New source code has been updated. E. describes it as follows: "i did a drastic rewrite of the way my plugin fetches data from the server and interprets it (which is vastly more portable and superior, it basically uses gaim to do the job, my network code sucked)" So there you go! New source code, new DLL, new .so (linux) for the project, all available below. ---------------------------------------------------------------------- Comment By: Chuck Smith (dodongo) Date: 2005-04-21 13:49 Message: Logged In: YES user_id=915796 Guys, I'm totally sorry for the delay on this. I've just entered end-of-semester panic mode. I have not forgotten about you, but need to ask / beg / request your patience as I tear through presentations and colloquia! I've not forgotten your requests, and will work on this ASAP! ---------------------------------------------------------------------- Comment By: Chuck Smith (dodongo) Date: 2005-04-11 09:34 Message: Logged In: YES user_id=915796 Check back here during the week (or just monitor the project). I think I'm all set and ready to compile that on my laptop. There may also be problems with it... but I'll do my best to get a Windows binary up here this week. ---------------------------------------------------------------------- Comment By: Evan Barter (evandb) Date: 2005-04-11 03:50 Message: Logged In: YES user_id=1166467 Requesting the plugin to be compiled for Windows. Thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1175935&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-23 10:20:47
|
Plugins item #1103652, was opened at 2005-01-17 04:26 Message generated for change (Comment added) made by soldado You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1103652&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Drew (m0se5) Assigned to: Nobody/Anonymous (nobody) Summary: Random nick generator Initial Comment: A way to change your nickname (alias) at regular intervals read from a text file. The text file would consist of a nickname on each line. ---------------------------------------------------------------------- Comment By: soldado (soldado) Date: 2005-04-23 10:20 Message: Logged In: YES user_id=1265064 Yes upload please ---------------------------------------------------------------------- Comment By: Raccoon (Eric) (agvulpine) Date: 2005-03-14 23:08 Message: Logged In: YES user_id=1239238 Please upload this plugin. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1103652&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-21 18:50:00
|
Plugins item #1175935, was opened at 2005-04-03 14:11 Message generated for change (Comment added) made by dodongo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1175935&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Chuck Smith (dodongo) Assigned to: Nobody/Anonymous (nobody) Summary: Dynamic IP Plugin Initial Comment: For those of us with a dynamically allocated WAN IP, this plugin allows Gaim to automatically determine your WAN IP address on startup. I've volunteered to maintain this plugin to take it off the original author's hands. For now, I've just posted the source, which needs to be compiled against the Gaim source to get a usable plugin. As requests come in and / or as time allows, I'll post the compiled binaries. ---------------------------------------------------------------------- >Comment By: Chuck Smith (dodongo) Date: 2005-04-21 13:49 Message: Logged In: YES user_id=915796 Guys, I'm totally sorry for the delay on this. I've just entered end-of-semester panic mode. I have not forgotten about you, but need to ask / beg / request your patience as I tear through presentations and colloquia! I've not forgotten your requests, and will work on this ASAP! ---------------------------------------------------------------------- Comment By: Chuck Smith (dodongo) Date: 2005-04-11 09:34 Message: Logged In: YES user_id=915796 Check back here during the week (or just monitor the project). I think I'm all set and ready to compile that on my laptop. There may also be problems with it... but I'll do my best to get a Windows binary up here this week. ---------------------------------------------------------------------- Comment By: Evan Barter (evandb) Date: 2005-04-11 03:50 Message: Logged In: YES user_id=1166467 Requesting the plugin to be compiled for Windows. Thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1175935&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-21 12:54:49
|
Plugins item #1122747, was opened at 2005-02-14 17:41 Message generated for change (Comment added) made by tak_tak You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1122747&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Levi Bard (tak_tak) Assigned to: Nobody/Anonymous (nobody) Summary: Ignorance filter Initial Comment: Allows you to flexibly filter content, currently including chat, IMs, invitations, and enter/leave messages, using user-definable groups and rules. Most recent version is always available at http://bard.sytes.net/ignorance/ ---------------------------------------------------------------------- >Comment By: Levi Bard (tak_tak) Date: 2005-04-21 08:54 Message: Logged In: YES user_id=644705 Version 1.3.0 Released. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1122747&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-20 21:53:52
|
Plugins item #943957, was opened at 2004-04-28 15:46 Message generated for change (Comment added) made by tak_tak You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=943957&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Levi Bard (tak_tak) Assigned to: Nobody/Anonymous (nobody) Summary: Bangexec - an exec plugin using !command, ala gyach Initial Comment: Bangexec is an exec plugin using !command for public output display or !!command for private display. Maximum output length is configurable (currently hardcoded to 512 chars), and launched commands time out after a configurable period (currently 10s) so they don't tie up your client if they hang. ---------------------------------------------------------------------- >Comment By: Levi Bard (tak_tak) Date: 2005-04-20 17:53 Message: Logged In: YES user_id=644705 1.3.0 released - http://bard.sytes.net/bangexec/ ---------------------------------------------------------------------- Comment By: Levi Bard (tak_tak) Date: 2005-03-04 09:46 Message: Logged In: YES user_id=644705 It would probably build/work in a cygwin environment. I highly doubt it would build on a stock win32 system, and I have a difficult time imagining what kind of commands a user of such would want to run. ---------------------------------------------------------------------- Comment By: testic (testic) Date: 2005-03-03 13:12 Message: Logged In: YES user_id=730414 Is it possible to use this plugin in a win32 environment? ---------------------------------------------------------------------- Comment By: Levi Bard (tak_tak) Date: 2004-09-19 14:46 Message: Logged In: YES user_id=644705 Updated for GAIM 1.0.0 - get the latest at http://bard.sytes.net/bangexec/ ---------------------------------------------------------------------- Comment By: Levi Bard (tak_tak) Date: 2004-06-28 14:40 Message: Logged In: YES user_id=644705 Fixed - good catch! ---------------------------------------------------------------------- Comment By: Stu Tomlinson (nosnilmot) Date: 2004-06-28 12:08 Message: Logged In: YES user_id=309779 fyi, this plugin will not build with gcc 2.9x, this patch fixes it (patch may not apply as it's in a SF comment, but it should let you know what needs to be done) : --- bangexec.c.orig 2004-06-28 16:43:26.000000000 +0100 +++ bangexec.c 2004-06-28 16:43:45.000000000 +0100 @@ -234,9 +234,10 @@ return -1; }else if (pid){ //Parent int rv; + int flags; close (p[1]); - int flags = fcntl (p[0], F_GETFL, 0); + flags = fcntl (p[0], F_GETFL, 0); fcntl (p[0], F_SETFL, flags | O_NONBLOCK); rv=read_nonblock(p[0],strtoul(BANGEXEC_MAXLEN,NULL,10)-chrs,strtoul(BANGEXEC_TIMEOUT,NULL,10),inp); ---------------------------------------------------------------------- Comment By: Levi Bard (tak_tak) Date: 2004-06-27 20:59 Message: Logged In: YES user_id=644705 Existing plugin works fine with current CVS. ---------------------------------------------------------------------- Comment By: Luke Schierer (lschiere) Date: 2004-06-27 14:37 Message: Logged In: YES user_id=28833 A new version of gaim has been released. It is likely that your plugin will crash in the new gaim. As per our standard policy, we are only including plugins that we write, being unable to maintain hundreds of plugins as we develop gaim, if you want to continue making your plugin available, please update your plugin and reopen it. If not updated, this will close in 14 days. ---------------------------------------------------------------------- Comment By: Jeff (jeff_sadowski) Date: 2004-06-26 12:02 Message: Logged In: YES user_id=1071563 Has this been submitted to gaim? I really like it. If the author has not, why not? here are the steps I went through to install it. 1. copy bangexec.c gaim's plugins directory 2. added entries to Makefile.am file in plugins directory a. add the line [bangexec_la_LDFLAGS = -module -avoid-version] before the line [autorecon_la_LDFLAGS = -module -avoid-version] b. add the line [bangexec.la \] before the line [autorecon.la \] c. add the line [bangexec_la_SOURCES = bangexec.c] before the line [autorecon_la_SOURCES = autorecon.c] 3. run automake utilities a. change to the gaim base directory b. run [aclocal] c. run [automake] d. run [autoconfig] 4. run ./configure make make install a. run the [./configure] with options you might want b. run [make] c. run [su -c "make install"] ---------------------------------------------------------------------- Comment By: Levi Bard (tak_tak) Date: 2004-06-20 23:18 Message: Logged In: YES user_id=644705 i386 binary tarball available at http://bard.sytes.net/bangexec.tar.bz2 for those of you who are having trouble compiling. Just drop bangexec.so and bangexec.la into your gaim plugins directory and (re)start gaim. ---------------------------------------------------------------------- Comment By: Levi Bard (tak_tak) Date: 2004-05-25 13:42 Message: Logged In: YES user_id=644705 Looks like your file got corrupted when you downloaded it. `gcharBANGEXEC_ MAXLEN` should be `gchar BANGEXEC_MAXLEN` , `gbooleanrv` should be `gboolean rv` , and so on... Please try again, and remember: right-click, save as... ---------------------------------------------------------------------- Comment By: maelopr (maelopr) Date: 2004-05-25 03:51 Message: Logged In: YES user_id=1049168 bangexec.c:28: warning: type defaults to `int' in declaration of `gcharBANGEXEC_ MAXLEN' bangexec.c:29: warning: type defaults to `int' in declaration of `BANGEXEC_TIMEO UT' bangexec.c:50: warning: type defaults to `int' in declaration of `intlookup_ampc ode' bangexec.c: In function `get_config_frame': bangexec.c:93: error: `BANGEXEC_MAXLEN' undeclared (first use in this function) bangexec.c:93: error: (Each undeclared identifier is reported only once bangexec.c:93: error: for each function it appears in.) bangexec.c:100: warning: passing arg 2 of `gtk_entry_set_text' from incompatible pointer type bangexec.c: In function `init_plugin': bangexec.c:141: error: `BANGEXEC_MAXLEN' undeclared (first use in this function) bangexec.c:142: warning: passing arg 1 of `strcpy' from incompatible pointer typ e bangexec.c: In function `substitute': bangexec.c:171: error: `gbooleanrv' undeclared (first use in this function) bangexec.c:197: error: `rv' undeclared (first use in this function) bangexec.c: In function `handle_exec_command': bangexec.c:242: error: `BANGEXEC_MAXLEN' undeclared (first use in this function) bangexec.c:242: warning: passing arg 1 of `strtoul' from incompatible pointer type bangexec.c: In function `strip_markup': bangexec.c:286: error: `gchartmpc' undeclared (first use in this function) bangexec.c:309: error: `tmpc' undeclared (first use in this function) bangexec.c:312: warning: implicit declaration of function `lookup_ampcode' bangexec.c: At top level: bangexec.c:333: warning: return type defaults to `int' bangexec.c: In function `update_conf': bangexec.c:404: error: `BANGEXEC_MAXLEN' undeclared (first use in this function) bangexec.c:408: warning: passing arg 1 of `strcpy' from incompatible pointer type bangexec.c: In function `load_conf': bangexec.c:462: error: `BANGEXEC_MAXLEN' undeclared (first use in this function) bangexec.c:465: warning: passing arg 1 of `strcpy' from incompatible pointer type bangexec.c: In function `save_conf': bangexec.c:497: error: `BANGEXEC_MAXLEN' undeclared (first use in this function) bangexec.c:498: warning: char format, different type arg (arg 4) /usr/include/bits/socket.h: At top level: bangexec.c:28: warning: `gcharBANGEXEC_MAXLEN' defined but not used bangexec.c:333: warning: `intlookup_ampcode' defined but not used make: *** [bangexec.so] Error 1 ---------------------------------------------------------------------- Comment By: Levi Bard (tak_tak) Date: 2004-04-29 16:25 Message: Logged In: YES user_id=644705 Output length and command timeout are no longer hardcoded, and are persistent between sessions. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=943957&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-20 14:19:00
|
Plugins item #1186690, was opened at 2005-04-20 17:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1186690&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: wroot (wroot) Assigned to: Nobody/Anonymous (nobody) Summary: purpose of ExPlacement plugin Initial Comment: Gaim 1.2.1 for win32 w/o GTK+ standalone GTK+ 2.6.4 WinXP SP2 server: Jive Messenger 2.1.2 *ExPlacement plugin seems to be not working, how to set not tabbed conversation style when? Only one tab per window as default? And what is the purpose of this plugin if i'm wrong? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1186690&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-18 15:48:48
|
Plugins item #1044367, was opened at 2004-10-11 12:12 Message generated for change (Comment added) made by siddheshp You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1044367&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Bleeter Yaluser (bleeter) Assigned to: Nobody/Anonymous (nobody) Summary: Yahoo IM Buzz for chats (button and slash command) Initial Comment: Based on grim's gxr, here comes a button and / command for all you Yahoo users. This simply sends the *BUZZ* to your IM contact. It does not play a noise. Nor does it make the IM window jump around like a vegetarian in a butcher's cull room (ie, YIM5|6 behaviour). Let your Yahoo friends know you care today. Buzz them with YIB!!!! Bleets. INSTRUCTIONS: cp yahoo_im_buzz.c <gaim_source_tree>/plugins/. cd <gaim_source_tree>/plugins/. make yahoo_im_buzz.so cp yahoo_im_buzz.so <gaim_lib_path>/. cp stock_bell.png <gaim_data_path>/pixmaps/gaim/yib where... <gaim_source_tree> is where you've unpacked your gaim tarball <gaim_lib_path> is where you're gaim installs it libraries (typically /usr, or /usr/local) <gaim_data_path> is where you're gaim installs it data (typically /usr/share, or /usr/local/share) Erm, that's it. I'll autoconf it sooner or later, so the above won't be necessary. ---------------------------------------------------------------------- Comment By: Siddhesh Poyarekar (siddheshp) Date: 2005-04-18 21:18 Message: Logged In: YES user_id=925451 Hi, I guess nobody's responding here. Anyways this is how I managed to get the plugins compiled without the gaim sources (I installed gaim from a debian package): 1) Got dev files for the following packages: gaim, glib-2.0, gtk-2.0, pango-1.0, atk-1.0 2) Modified the #include lines.Changed #include <gaim.h> to #include <gaim/gaim.h>. Same goes for all the other gaim includes (eg. conversation.h, core.h, etc). 3) compiled as a library, including required headers above with the -I flag. I'm not sure if many people need this but I posted it just in case. Regards, Siddhesh. ---------------------------------------------------------------------- Comment By: Siddhesh Poyarekar (siddheshp) Date: 2005-04-13 11:19 Message: Logged In: YES user_id=925451 Hi, I have installed gaim as a binary package on my debian box. Could you please tell me compile flags to build the plugin? ---------------------------------------------------------------------- Comment By: vijay (vijay80) Date: 2005-03-28 13:04 Message: Logged In: YES user_id=1247827 Hey, Did someone come up with a windoze version for this...would be great if you could ---------------------------------------------------------------------- Comment By: Bleeter Yaluser (bleeter) Date: 2005-03-07 13:12 Message: Logged In: YES user_id=407708 Fix with further tidies compliments of Rigel Freden. Still todo: CTRL+G Convert all 'Bell' references to 'Buzz' for consistency with gaim. ---------------------------------------------------------------------- Comment By: Bleeter Yaluser (bleeter) Date: 2005-03-07 07:27 Message: Logged In: YES user_id=407708 Updated for fix with chat windows (doesn't display anymore) Fix to compile time warning (iirc) Still to do, CTRL+G Patch provided by Nosnilmot (thanks). Sorry for the delay, I lost the patch and forgot where it came from until today. ---------------------------------------------------------------------- Comment By: Rigel Freden (rigelf) Date: 2005-03-06 09:51 Message: Logged In: YES user_id=76866 oopz, didn't realize you had to be the owner to post files, i guess email me for my revision ---------------------------------------------------------------------- Comment By: Rigel Freden (rigelf) Date: 2005-03-06 09:49 Message: Logged In: YES user_id=76866 modified so the button says "Buzz" (fancy that) and hopefully only shows up in yahoo im windows. todo: custom buzz noise make it jump around like said vegetarian on my system there is an issue with DATADIR in 1.1.4, causing incorrect path lookup for the button icon--hopefully it's a fluke to my gaim configuration/autotools/whatever ---------------------------------------------------------------------- Comment By: Bleeter Yaluser (bleeter) Date: 2005-02-10 04:24 Message: Logged In: YES user_id=407708 Two things.... 1) I don't think I ever got around to releasing the 'next' version as mentioned below. I'll look into what happened.... soon 2) Several email requests made me notice that my instructions above assume one's already ./configure'd gaim in the src directory. You'll need to follow gaim build instructions for that kind of stuff. I had just 'assumed' users already had. My apologies for any confusion. 3).... Three things. 3) I'll see about building a windows .dll sometime soon, and maybe an FC2 and FC3 .so. I'll post d/l links here once I've done. ---------------------------------------------------------------------- Comment By: Bleeter Yaluser (bleeter) Date: 2004-10-12 03:58 Message: Logged In: YES user_id=407708 New to next release: Proper unloading of plugin with removal of Bell button Fix to known bug CTRL+G key capture to send buzz I hope to have this out within the next 24 hours ---------------------------------------------------------------------- Comment By: Bleeter Yaluser (bleeter) Date: 2004-10-11 12:41 Message: Logged In: YES user_id=407708 KNOWN BUG: Displays in chats, not just IM's, however nothing is sent ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1044367&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-14 22:25:42
|
Plugins item #1183096, was opened at 2005-04-14 11:44 Message generated for change (Comment added) made by soeke You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1183096&group_id=235 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Marcelo (soeke) Assigned to: Nobody/Anonymous (nobody) Summary: Trillian's Meta-Contacts Initial Comment: Hello everybody. I'm a new user of Gaim and I have an quick suggestion to the Gaim's developers. In Trillian we have a feature called Meta-Contacts which works as a Group of different accounts a common contact. You probably known this stuff. I think it could be a good add-on to the future Gaim releases, helping to auto-shrink large contact lists. =) Thank you. Great work! Marcelo. ---------------------------------------------------------------------- >Comment By: Marcelo (soeke) Date: 2005-04-14 19:25 Message: Logged In: YES user_id=1259417 Thank you for the tip man!! ---------------------------------------------------------------------- Comment By: Kevin Duffus (static_earth) Date: 2005-04-14 18:28 Message: Logged In: YES user_id=789094 This feature is already available without a plugin. Right-click a buddy and select expand. just drag the rest of that buddy's screen names to the exapanded node. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1183096&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-14 21:28:11
|
Plugins item #1183096, was opened at 2005-04-14 10:44 Message generated for change (Comment added) made by static_earth You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1183096&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Marcelo (soeke) Assigned to: Nobody/Anonymous (nobody) Summary: Trillian's Meta-Contacts Initial Comment: Hello everybody. I'm a new user of Gaim and I have an quick suggestion to the Gaim's developers. In Trillian we have a feature called Meta-Contacts which works as a Group of different accounts a common contact. You probably known this stuff. I think it could be a good add-on to the future Gaim releases, helping to auto-shrink large contact lists. =) Thank you. Great work! Marcelo. ---------------------------------------------------------------------- Comment By: Kevin Duffus (static_earth) Date: 2005-04-14 17:28 Message: Logged In: YES user_id=789094 This feature is already available without a plugin. Right-click a buddy and select expand. just drag the rest of that buddy's screen names to the exapanded node. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1183096&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-14 14:44:40
|
Plugins item #1183096, was opened at 2005-04-14 11:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1183096&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Marcelo (soeke) Assigned to: Nobody/Anonymous (nobody) Summary: Trillian's Meta-Contacts Initial Comment: Hello everybody. I'm a new user of Gaim and I have an quick suggestion to the Gaim's developers. In Trillian we have a feature called Meta-Contacts which works as a Group of different accounts a common contact. You probably known this stuff. I think it could be a good add-on to the future Gaim releases, helping to auto-shrink large contact lists. =) Thank you. Great work! Marcelo. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1183096&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-13 05:49:08
|
Plugins item #1044367, was opened at 2004-10-11 12:12 Message generated for change (Comment added) made by siddheshp You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1044367&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Bleeter Yaluser (bleeter) Assigned to: Nobody/Anonymous (nobody) Summary: Yahoo IM Buzz for chats (button and slash command) Initial Comment: Based on grim's gxr, here comes a button and / command for all you Yahoo users. This simply sends the *BUZZ* to your IM contact. It does not play a noise. Nor does it make the IM window jump around like a vegetarian in a butcher's cull room (ie, YIM5|6 behaviour). Let your Yahoo friends know you care today. Buzz them with YIB!!!! Bleets. INSTRUCTIONS: cp yahoo_im_buzz.c <gaim_source_tree>/plugins/. cd <gaim_source_tree>/plugins/. make yahoo_im_buzz.so cp yahoo_im_buzz.so <gaim_lib_path>/. cp stock_bell.png <gaim_data_path>/pixmaps/gaim/yib where... <gaim_source_tree> is where you've unpacked your gaim tarball <gaim_lib_path> is where you're gaim installs it libraries (typically /usr, or /usr/local) <gaim_data_path> is where you're gaim installs it data (typically /usr/share, or /usr/local/share) Erm, that's it. I'll autoconf it sooner or later, so the above won't be necessary. ---------------------------------------------------------------------- Comment By: Siddhesh Poyarekar (siddheshp) Date: 2005-04-13 11:19 Message: Logged In: YES user_id=925451 Hi, I have installed gaim as a binary package on my debian box. Could you please tell me compile flags to build the plugin? ---------------------------------------------------------------------- Comment By: vijay (vijay80) Date: 2005-03-28 13:04 Message: Logged In: YES user_id=1247827 Hey, Did someone come up with a windoze version for this...would be great if you could ---------------------------------------------------------------------- Comment By: Bleeter Yaluser (bleeter) Date: 2005-03-07 13:12 Message: Logged In: YES user_id=407708 Fix with further tidies compliments of Rigel Freden. Still todo: CTRL+G Convert all 'Bell' references to 'Buzz' for consistency with gaim. ---------------------------------------------------------------------- Comment By: Bleeter Yaluser (bleeter) Date: 2005-03-07 07:27 Message: Logged In: YES user_id=407708 Updated for fix with chat windows (doesn't display anymore) Fix to compile time warning (iirc) Still to do, CTRL+G Patch provided by Nosnilmot (thanks). Sorry for the delay, I lost the patch and forgot where it came from until today. ---------------------------------------------------------------------- Comment By: Rigel Freden (rigelf) Date: 2005-03-06 09:51 Message: Logged In: YES user_id=76866 oopz, didn't realize you had to be the owner to post files, i guess email me for my revision ---------------------------------------------------------------------- Comment By: Rigel Freden (rigelf) Date: 2005-03-06 09:49 Message: Logged In: YES user_id=76866 modified so the button says "Buzz" (fancy that) and hopefully only shows up in yahoo im windows. todo: custom buzz noise make it jump around like said vegetarian on my system there is an issue with DATADIR in 1.1.4, causing incorrect path lookup for the button icon--hopefully it's a fluke to my gaim configuration/autotools/whatever ---------------------------------------------------------------------- Comment By: Bleeter Yaluser (bleeter) Date: 2005-02-10 04:24 Message: Logged In: YES user_id=407708 Two things.... 1) I don't think I ever got around to releasing the 'next' version as mentioned below. I'll look into what happened.... soon 2) Several email requests made me notice that my instructions above assume one's already ./configure'd gaim in the src directory. You'll need to follow gaim build instructions for that kind of stuff. I had just 'assumed' users already had. My apologies for any confusion. 3).... Three things. 3) I'll see about building a windows .dll sometime soon, and maybe an FC2 and FC3 .so. I'll post d/l links here once I've done. ---------------------------------------------------------------------- Comment By: Bleeter Yaluser (bleeter) Date: 2004-10-12 03:58 Message: Logged In: YES user_id=407708 New to next release: Proper unloading of plugin with removal of Bell button Fix to known bug CTRL+G key capture to send buzz I hope to have this out within the next 24 hours ---------------------------------------------------------------------- Comment By: Bleeter Yaluser (bleeter) Date: 2004-10-11 12:41 Message: Logged In: YES user_id=407708 KNOWN BUG: Displays in chats, not just IM's, however nothing is sent ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1044367&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-11 14:35:01
|
Plugins item #1175935, was opened at 2005-04-03 14:11 Message generated for change (Comment added) made by dodongo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1175935&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Chuck Smith (dodongo) Assigned to: Nobody/Anonymous (nobody) Summary: Dynamic IP Plugin Initial Comment: For those of us with a dynamically allocated WAN IP, this plugin allows Gaim to automatically determine your WAN IP address on startup. I've volunteered to maintain this plugin to take it off the original author's hands. For now, I've just posted the source, which needs to be compiled against the Gaim source to get a usable plugin. As requests come in and / or as time allows, I'll post the compiled binaries. ---------------------------------------------------------------------- >Comment By: Chuck Smith (dodongo) Date: 2005-04-11 09:34 Message: Logged In: YES user_id=915796 Check back here during the week (or just monitor the project). I think I'm all set and ready to compile that on my laptop. There may also be problems with it... but I'll do my best to get a Windows binary up here this week. ---------------------------------------------------------------------- Comment By: Evan Barter (evandb) Date: 2005-04-11 03:50 Message: Logged In: YES user_id=1166467 Requesting the plugin to be compiled for Windows. Thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1175935&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-11 08:50:53
|
Plugins item #1162318, was opened at 2005-03-13 15:33 Message generated for change (Comment added) made by evandb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1162318&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Evan Luine (isoflux) Assigned to: Nobody/Anonymous (nobody) Summary: Random Away Initial Comment: A very simple plugin that allows the user to put up a random away message (chosen from the account's entire away message list). ---------------------------------------------------------------------- Comment By: Evan Barter (evandb) Date: 2005-04-11 16:50 Message: Logged In: YES user_id=1166467 Could you (or someone) please compile this plugin for Windows? Thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1162318&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-11 08:50:15
|
Plugins item #1175935, was opened at 2005-04-04 03:11 Message generated for change (Comment added) made by evandb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1175935&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Chuck Smith (dodongo) Assigned to: Nobody/Anonymous (nobody) Summary: Dynamic IP Plugin Initial Comment: For those of us with a dynamically allocated WAN IP, this plugin allows Gaim to automatically determine your WAN IP address on startup. I've volunteered to maintain this plugin to take it off the original author's hands. For now, I've just posted the source, which needs to be compiled against the Gaim source to get a usable plugin. As requests come in and / or as time allows, I'll post the compiled binaries. ---------------------------------------------------------------------- Comment By: Evan Barter (evandb) Date: 2005-04-11 16:50 Message: Logged In: YES user_id=1166467 Requesting the plugin to be compiled for Windows. Thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1175935&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-10 18:27:23
|
Plugins item #1178974, was opened at 2005-04-07 22:05 Message generated for change (Comment added) made by jlatt You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1178974&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Jeremy Latt (jlatt) Assigned to: Nobody/Anonymous (nobody) Summary: place away message box in buddy list Initial Comment: Reparent the vbox in the imaway window when you go away to the buddy list. Nice for those of us who hate having that extra window just for away messages. ---------------------------------------------------------------------- >Comment By: Jeremy Latt (jlatt) Date: 2005-04-10 13:27 Message: Logged In: YES user_id=527561 Win32 version graciously built by Lee Roach. ---------------------------------------------------------------------- Comment By: Jeremy Latt (jlatt) Date: 2005-04-08 22:27 Message: Logged In: YES user_id=527561 If someone who builds gaim on win32 would like to submit a DLL, I'd appreciate it. ---------------------------------------------------------------------- Comment By: christian kündig (kreegee) Date: 2005-04-08 11:40 Message: Logged In: YES user_id=356324 any chance to get a .dll of this plugin? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1178974&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-10 12:08:41
|
Plugins item #1144659, was opened at 2005-02-20 07:04 Message generated for change (Comment added) made by yonatanm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1144659&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Will Gorman (willgorman) Assigned to: Nobody/Anonymous (nobody) Summary: ImageIM Plugin Initial Comment: I've just released a plugin for Gaim called ImageIM. It allows you to send screenshots via HTTP to your Buddies. When you send an image, only the URL gets sent to your buddy IM client, so anyone can receive the image. http://imageim.sourceforge.net ImageIM is still being tested (0.9 beta), so if you run into any problems please let me know. Enjoy, Will Gorman wil...@ho... ---------------------------------------------------------------------- Comment By: yonatan (yonatanm) Date: 2005-04-10 15:08 Message: Logged In: YES user_id=1256475 Hi, gaim has a problem loading the plugin (.so). here is the line that displayed when running gaim with debug flag (-d) : plugins: /opt/gaim/lib/gaim/imageim.so is unloadable: /opt/gaim/lib/gaim/imageim.so: undefined symbol: gdk_pixbuf_save_to_buffer when I try to compile the plugin I get "warning: implicit declaration of function `gdk_pixbuf_save_to_buffer'" although the so is being generated. I'm using Linux redhat 9.0 gaim 1.2.0. maybe it could be gtk version mismatch - how can I know what is the version installed on my machine ? 10x Yonatan ---------------------------------------------------------------------- Comment By: loire (lagnua) Date: 2005-03-26 07:06 Message: Logged In: YES user_id=1246876 thx ---------------------------------------------------------------------- Comment By: Ben (bean62) Date: 2005-03-10 22:25 Message: Logged In: YES user_id=1235009 Thanks for your reply. After a reboot, it no longer caused any crashing. I can use the plugin, and I registered an account at the site provided, but the image is being displayed as an "X" to the receiving person. I can see the screen capture OK from my side (sender). I am guessing that there is an issue with the (presumed) upload of the image to the server on the web. I am behind a firewall. Would that have this effect? Hopefully this feedback is useful. I'd like to be able to use this plugin, seems like it would be useful for me in my daily life/work. Thanks, -ben ---------------------------------------------------------------------- Comment By: Will Gorman (willgorman) Date: 2005-03-09 07:06 Message: Logged In: YES user_id=160824 b, the compiled dll works with gaim 1.1.4. Feel free to email me the gaim -d dump, and I'll take a look at your particular problem. - Will ---------------------------------------------------------------------- Comment By: Ben (bean62) Date: 2005-03-08 17:33 Message: Logged In: YES user_id=1235009 Neat idea. Using windows gaim 1.14, Gaim crashed the first time i clicked "send" on a screen capture. On your website, looked like the dll was compiled for gaim 1.13. Any chance that's why this crashed, and any plans to update for gaim 1.14? Thanks, -b ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1144659&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-09 03:27:56
|
Plugins item #1178974, was opened at 2005-04-07 22:05 Message generated for change (Comment added) made by jlatt You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1178974&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Jeremy Latt (jlatt) Assigned to: Nobody/Anonymous (nobody) Summary: place away message box in buddy list Initial Comment: Reparent the vbox in the imaway window when you go away to the buddy list. Nice for those of us who hate having that extra window just for away messages. ---------------------------------------------------------------------- >Comment By: Jeremy Latt (jlatt) Date: 2005-04-08 22:27 Message: Logged In: YES user_id=527561 If someone who builds gaim on win32 would like to submit a DLL, I'd appreciate it. ---------------------------------------------------------------------- Comment By: christian kündig (kreegee) Date: 2005-04-08 11:40 Message: Logged In: YES user_id=356324 any chance to get a .dll of this plugin? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1178974&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-08 16:40:54
|
Plugins item #1178974, was opened at 2005-04-08 05:05 Message generated for change (Comment added) made by kreegee You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1178974&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Jeremy Latt (jlatt) Assigned to: Nobody/Anonymous (nobody) Summary: place away message box in buddy list Initial Comment: Reparent the vbox in the imaway window when you go away to the buddy list. Nice for those of us who hate having that extra window just for away messages. ---------------------------------------------------------------------- Comment By: christian kündig (kreegee) Date: 2005-04-08 18:40 Message: Logged In: YES user_id=356324 any chance to get a .dll of this plugin? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1178974&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-08 14:58:25
|
Plugins item #694229, was opened at 2003-02-27 08:16 Message generated for change (Comment added) made by nop7 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=694229&group_id=235 Category: None Group: None Status: Closed Priority: 5 Submitted By: Herbert Jones (chivapet) Assigned to: Nobody/Anonymous (nobody) Summary: TypeRight - capitalize, punctuation, misspells Initial Comment: Makes first letter a capital letter, adds punctuation if its not there already, fixes commonly misspelled words. Works on the windows .60 alpha 5 build. Haven't tested it on any others yet. If you have a word you want to add its easy in the perl script. Just open the .pl file up and put it in there where it's marked. ---------------------------------------------------------------------- Comment By: nop7 (nop7) Date: 2005-04-08 14:58 Message: Logged In: YES user_id=1255565 where do windows users put the typerite file i think you plugin sounds grate im terrible at typing ---------------------------------------------------------------------- Comment By: Luke Schierer (lschiere) Date: 2004-06-27 18:37 Message: Logged In: YES user_id=28833 A new version of gaim has been released. It is likely that your plugin will crash in the new gaim. As per our standard policy, we are only including plugins that we write, being unable to maintain hundreds of plugins as we develop gaim, if you want to continue making your plugin available, please update your plugin and reopen it. If not updated, this will close in 14 days. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-24 07:00 Message: Logged In: NO Does TypeRight.pl works for build .74 and what directory it suppostobe in windows environment ---------------------------------------------------------------------- Comment By: Nicholas Brekhus (superfarstucker) Date: 2003-07-08 21:00 Message: Logged In: YES user_id=818642 this doesn't work on build .64, it says " GAIM::register not called with proper arguments. Consult PERL-HOWTO."..... ---------------------------------------------------------------------- Comment By: Herbert Jones (chivapet) Date: 2003-04-08 23:16 Message: Logged In: YES user_id=722040 Well it only looks like its broken but the actual link stays intact. However... just so it looks better it wont add the period to the link now. Updated to version 2003-04-08. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-04-08 09:38 Message: Logged In: NO This is great, could you fix it so it leaves URLS intact as adding a dot at the end breaks links ---------------------------------------------------------------------- Comment By: Herbert Jones (chivapet) Date: 2003-03-26 10:01 Message: Logged In: YES user_id=722040 Version 2003-03-26 No longer places period on smilies or "lol" or "brb". ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-03-25 08:36 Message: Logged In: NO Given it a try... its great... keep up the good work...nb ---------------------------------------------------------------------- Comment By: Herbert Jones (chivapet) Date: 2003-03-15 21:02 Message: Logged In: YES user_id=722040 Updated(version for Saturday March 15th)... can't remember everything I added. placing a _ at the beginning of the line will now make that line be sent without any changes except for removing the _. It will split up any message longer than 700 characters and send those out seperately without modifing them. Useful for copying parts of web pages and sending them to your friends. ---------------------------------------------------------------------- Comment By: Chris Cunningham (thumperward) Date: 2003-03-09 18:55 Message: Logged In: YES user_id=398261 Actually I've just discovered this and love it already. Are you actually planning to add anything to it? - Chris ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-03-07 04:45 Message: Logged In: NO Ha I guess none of you tried it and therefore realized it doesn't work... Makes me wonder if I should even post one that does. Yea yea I have the only working version or maybe I should post another sub-par one? Yea I want to see some comments... ...chivapet logged in as anonymous ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=694229&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-08 03:06:02
|
Plugins item #1178974, was opened at 2005-04-07 22:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1178974&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Jeremy Latt (jlatt) Assigned to: Nobody/Anonymous (nobody) Summary: place away message box in buddy list Initial Comment: Reparent the vbox in the imaway window when you go away to the buddy list. Nice for those of us who hate having that extra window just for away messages. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1178974&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-03 19:21:45
|
Plugins item #1054262, was opened at 2004-10-25 21:04 Message generated for change (Settings changed) made by lschiere You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1054262&group_id=235 Category: None Group: None >Status: Closed Priority: 5 Submitted By: emily (emdash) Assigned to: Nobody/Anonymous (nobody) Summary: Dynamic IP Initial Comment: this is a simple plugin that, if you turn off autodetected IP, sets your public IP by looking it up from a web service (ipdetect.dnspark.com) it's good if you're behind a router or gateway and your local computer is incapable of reporting your IP correctly I'm not so hot with networking (or programming in general), so this plugin could maybe use some work, but I know that it works properly at least ---------------------------------------------------------------------- Comment By: Chuck Smith (dodongo) Date: 2005-04-03 15:14 Message: Logged In: YES user_id=915796 Hi all! By arrangement from like months ago, I finally got around to re-posting this so I'm technically responsible for mantainership goodness. The new tracker is at: http://sourceforge.net/tracker/?func=detail&aid=1175935&group_id=235&atid=390395 ---------------------------------------------------------------------- Comment By: emily (emdash) Date: 2005-02-21 23:36 Message: Logged In: YES user_id=1136818 i love this plugin very dearly !! i do. and i would so compile it for windows, but that means having windows, and do you know what a hassle it is to set up a build environment in Windows for Gaim ? you have to get mingw, cygwin, gtk, gtkspell, etc etc etc. on dial up, it's near impossible. i cannot maintain this plugin. i'm actually about to request that sourceforge terminate my account because of a Terms of Service issue. i would really love it if anybody would take this over, maintain it, it belongs to anybody that wants it ! the linux version too. you don't even have to credit me, i don't care. i just hope anybody likes this and wants to use it and might keep it up because i just can't. it's ridiculous cause it's tiny. if you wanna ask about it or something, email kon...@gm... (cause i'm getting rid of my sf.net account) ---------------------------------------------------------------------- Comment By: Brian Doogan (jimmyd00gan) Date: 2005-02-21 22:21 Message: Logged In: YES user_id=785149 is it possible for someone to compile this to a dll for a poor windows user? ---------------------------------------------------------------------- Comment By: Keith Constable (kccricket) Date: 2005-01-30 22:50 Message: Logged In: YES user_id=109156 This plugin no longer works correctly, probably due to the fact that ipdetect.dnspark.com changed how they formatted the output. ---------------------------------------------------------------------- Comment By: emily (emdash) Date: 2004-12-20 21:34 Message: Logged In: YES user_id=1136818 way ahead of ya pal. :D i uploaded the newest thing. (i did this for myself not long ago, just didn't upload yet) ---------------------------------------------------------------------- Comment By: David Perry (perryda) Date: 2004-12-20 21:08 Message: Logged In: YES user_id=77962 This is quite handy! With it I've had much better luck with direct IM and the like. One thing I've noticed: It seems to get called every time you connect, so for people like me who have seven IM accounts, it gets called seven times. It might speed things up if you were able to make it only check the IP once at startup. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1054262&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-03 19:15:00
|
Plugins item #1054262, was opened at 2004-10-25 20:04 Message generated for change (Comment added) made by dodongo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1054262&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: emily (emdash) Assigned to: Nobody/Anonymous (nobody) Summary: Dynamic IP Initial Comment: this is a simple plugin that, if you turn off autodetected IP, sets your public IP by looking it up from a web service (ipdetect.dnspark.com) it's good if you're behind a router or gateway and your local computer is incapable of reporting your IP correctly I'm not so hot with networking (or programming in general), so this plugin could maybe use some work, but I know that it works properly at least ---------------------------------------------------------------------- Comment By: Chuck Smith (dodongo) Date: 2005-04-03 14:14 Message: Logged In: YES user_id=915796 Hi all! By arrangement from like months ago, I finally got around to re-posting this so I'm technically responsible for mantainership goodness. The new tracker is at: http://sourceforge.net/tracker/?func=detail&aid=1175935&group_id=235&atid=390395 ---------------------------------------------------------------------- Comment By: emily (emdash) Date: 2005-02-21 23:36 Message: Logged In: YES user_id=1136818 i love this plugin very dearly !! i do. and i would so compile it for windows, but that means having windows, and do you know what a hassle it is to set up a build environment in Windows for Gaim ? you have to get mingw, cygwin, gtk, gtkspell, etc etc etc. on dial up, it's near impossible. i cannot maintain this plugin. i'm actually about to request that sourceforge terminate my account because of a Terms of Service issue. i would really love it if anybody would take this over, maintain it, it belongs to anybody that wants it ! the linux version too. you don't even have to credit me, i don't care. i just hope anybody likes this and wants to use it and might keep it up because i just can't. it's ridiculous cause it's tiny. if you wanna ask about it or something, email kon...@gm... (cause i'm getting rid of my sf.net account) ---------------------------------------------------------------------- Comment By: Brian Doogan (jimmyd00gan) Date: 2005-02-21 22:21 Message: Logged In: YES user_id=785149 is it possible for someone to compile this to a dll for a poor windows user? ---------------------------------------------------------------------- Comment By: Keith Constable (kccricket) Date: 2005-01-30 22:50 Message: Logged In: YES user_id=109156 This plugin no longer works correctly, probably due to the fact that ipdetect.dnspark.com changed how they formatted the output. ---------------------------------------------------------------------- Comment By: emily (emdash) Date: 2004-12-20 21:34 Message: Logged In: YES user_id=1136818 way ahead of ya pal. :D i uploaded the newest thing. (i did this for myself not long ago, just didn't upload yet) ---------------------------------------------------------------------- Comment By: David Perry (perryda) Date: 2004-12-20 21:08 Message: Logged In: YES user_id=77962 This is quite handy! With it I've had much better luck with direct IM and the like. One thing I've noticed: It seems to get called every time you connect, so for people like me who have seven IM accounts, it gets called seven times. It might speed things up if you were able to make it only check the IP once at startup. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1054262&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-04-03 19:11:53
|
Plugins item #1175935, was opened at 2005-04-03 14:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1175935&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Chuck Smith (dodongo) Assigned to: Nobody/Anonymous (nobody) Summary: Dynamic IP Plugin Initial Comment: For those of us with a dynamically allocated WAN IP, this plugin allows Gaim to automatically determine your WAN IP address on startup. I've volunteered to maintain this plugin to take it off the original author's hands. For now, I've just posted the source, which needs to be compiled against the Gaim source to get a usable plugin. As requests come in and / or as time allows, I'll post the compiled binaries. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1175935&group_id=235 |