This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 37 matches

by Kappa007
Wed Mar 05, 2008 2:42 pm
Forum: Shell & Bouncer Help
Topic: psybnc ssl between irc client and bouncer
Replies: 5
Views: 14007

PSYBNC.SYSTEM.HOST1=S=<ip-of-interface-to-listen-to>
by Kappa007
Wed Mar 05, 2008 7:20 am
Forum: Modules & Programming
Topic: Sample
Replies: 5
Views: 12096

Hah! Nice my old sample code...
Ofloo wrote:and that bind !hello is wrapped with a class ..
Just unwrap it then. What you get is the woobie module except that you use "!hello"
For C modules just check the other eggdrop modules - it's really not that hard...
by Kappa007
Thu Feb 28, 2008 1:36 am
Forum: Modules & Programming
Topic: Sample
Replies: 5
Views: 12096

Did you check the woobie module?
by Kappa007
Fri Jan 18, 2008 6:50 pm
Forum: Modules & Programming
Topic: Expand eggdrop using C++?
Replies: 7
Views: 18017

@sKy: i did a sample module in C++ a while back just search the forum...
by Kappa007
Thu Jul 13, 2006 2:28 pm
Forum: Modules & Programming
Topic: gseen module...
Replies: 17
Views: 35189

No idea about gseen but maybe checking if there's a chan trigger bound to !seen by using the bind commmand might not hurt...
by Kappa007
Fri Jun 09, 2006 9:59 pm
Forum: Modules & Programming
Topic: Discussion about an enhanced network module
Replies: 9
Views: 15854

Actually it has nothing to do with "worst case" scenario. Think about it like that: The core already is a distinct thread. You want to have a second thread access its data. You can neither read nor write its data without lock/guard. Reading might result in reading incomplete data. Writing ...
by Kappa007
Fri Jun 09, 2006 7:42 am
Forum: Modules & Programming
Topic: Discussion about an enhanced network module
Replies: 9
Views: 15854

Uhm honestly I can't see any benefit in trying to do some "new network module". @De Kus: Could you try to explain a bit more in detail what you want and what is not working as expected? Did you mix C/POSIX Sockets & Tcl "buzzwords" in your first post? Anyway if you want to us...
by Kappa007
Sun May 21, 2006 9:58 am
Forum: Modules & Programming
Topic: Example: Module in C++
Replies: 11
Views: 22213

Edited the code (removed the __stdcall). Should work now.
by Kappa007
Thu May 18, 2006 5:57 pm
Forum: Modules & Programming
Topic: Example: Module in C++
Replies: 11
Views: 22213

Yes cut the __stdcall, it's not needed.
__stdcall is the calling-convention of the Win32 API it's usually not used on *nix/g++

Only appeared there cause I used cygwin...
by Kappa007
Tue May 09, 2006 7:26 am
Forum: Other Topics
Topic: wondering
Replies: 13
Views: 5840

Just an idea but maybe using tclperl with XML::XPath works?
by Kappa007
Mon May 08, 2006 8:19 am
Forum: Modules & Programming
Topic: windrop & mysql
Replies: 10
Views: 18478

Just for info on mysql/windrop module:

I think it could be difficult as windrop is built with Cygwin/GCC.
You'd need a Cygwin/GCC version of the client library of mysql.
The library that ships with mysql for windows is not build with GCC and thus does not work.
by Kappa007
Sat Apr 15, 2006 11:41 am
Forum: Modules & Programming
Topic: modules and multi-threading
Replies: 26
Views: 41856

No hurry, i'll put my stuff under public domain once i got time to cleanup the code...
by Kappa007
Mon Apr 10, 2006 2:54 am
Forum: Modules & Programming
Topic: modules and multi-threading
Replies: 26
Views: 41856

See, i'm not the only one :D

Nevertheless, I think I might change to the "use-tcl-sockets-for-IPC" approach De Kus mentioned.
Just "feels" better than polling some queue once a second.
by Kappa007
Sat Apr 01, 2006 7:08 pm
Forum: Modules & Programming
Topic: modules and multi-threading
Replies: 26
Views: 41856

Actually that's the purpose i'm using it already for.
Using MySQL++ in a separate thread...
by Kappa007
Fri Mar 31, 2006 2:32 pm
Forum: Modules & Programming
Topic: modules and multi-threading
Replies: 26
Views: 41856

Ehhh yes I read it, i even replied in case you didn't notice...
Kappa007 wrote: Yeah, that's also a nice idea to handle that topic.
Didn't even think about that :)