Config
Log for #openttdcoop.devzone on 28th April 2010:
Times are UTC Toggle Colours
00:00:23  *** OwenS has quit IRC
02:58:20  *** Doorslammer has quit IRC
06:05:43  *** ODM has joined #openttdcoop.devzone
10:57:57  *** KenjiE20 has joined #openttdcoop.devzone
15:16:38  *** OwenS has joined #openttdcoop.devzone
17:00:15  *** frosch123 has joined #openttdcoop.devzone
18:20:25  <Webster> Latest update from devactivity: Redmine - Revision 3536: Add "Check/Unckeck all" buttons to rows and columns on workflow edit scr... <http://dev.openttdcoop.org/projects/redmine/repository/revisions/3536> || Redmine - Revision 3535: Adds an assertion on issues deletion when deleting a project (#5381). <http://dev.openttdcoop.org/projects/redmine/repository/revisions/3535> || Redmine - Revision 3534: Fixed: private subprojects names may be revealed on issue summary report... <http://dev.openttdcoop.org/projects/redmine/repository/revisions/3534> || Redmine - Revision 3533: Refactor: move method to helper. <http://dev.openttdcoop.org/projects/redmine/repository/revisions/3533>
18:40:05  *** Seberoth has joined #openttdcoop.devzone
19:17:53  *** Seberoth has quit IRC
19:20:11  *** Seberoth has joined #openttdcoop.devzone
20:07:57  <Webster> Latest update from devactivity: Autopilot - Feature #907 (New): custom command: banip <http://dev.openttdcoop.org/issues/907>
20:09:23  <PeterT> Ammler: on it.
20:09:32  <Ammler> :-D
20:09:55  <PeterT> Ammler: the second part assumes that ap+ has operator privs
20:17:36  *** frosch123 has quit IRC
20:18:10  <Ammler> PeterT: you could use the bot, check how we change topic on ps
20:18:26  <PeterT> how?
20:18:35  <PeterT> ask KenjiE20
20:19:11  <Ammler> http://ps.openttdcoop.org/public/scripts/callback/on_irc_connect.tcl
20:19:16  <Ammler> why should I ask Kenj?
20:20:18  <Ammler> the genkey script might have easier commands to send private messages
20:21:25  <Ammler> if that doesn't work, we can of course make the server op, shouldn't matter...
20:21:35  <PeterT> ok :-)
20:28:05  <PeterT> Ammler: is PublicServer registered with Webster as a #channel,op?
20:28:44  <planetmaker> with chanserv as member
20:28:52  <PeterT> ok, that's not enough
20:28:52  <Ammler> PeterT: does that matter?
20:28:55  <PeterT> yes
20:29:02  <PeterT> if you want him to ban IPs
20:29:13  <PeterT> he needs to be channel op, or registered with Webster
20:29:16  <planetmaker> PeterT: member == voice ;-)
20:29:29  <Ammler> well, assume something
20:29:31  <PeterT> Yes, but people with voice cannot ban
20:29:47  <Ammler> or do both, one with bot and one ap as op
20:29:57  <PeterT> Ok
20:30:31  <Ammler> I am wondering more about your solution to convert ip to hexip :-)
20:30:42  <PeterT> I've no idea what hexip is :-)
20:31:04  <Ammler> join with http://irc.openttdcoop.org and you know
20:31:18  <PeterT> oh right :-)
20:31:24  <PeterT> I don't know how to convert that
20:31:24  <Ammler> hmm, that adds an idea
20:31:47  <Ammler> it should also be possible to give a hexip as argument
20:32:10  <PeterT> I can add that ;-)
20:32:23  <Ammler> yes, please do.
20:36:03  <PeterT> Ammler: we would need http://tcllib.sourceforge.net/doc/tcllib_ip.html
20:36:04  <Webster> Title: TCLLIB - Tcl Standard Library: tcllib_ip (at tcllib.sourceforge.net)
20:37:18  <Ammler> and what is the issue with tcllib?
20:37:27  <PeterT> To convert to hexip
20:37:29  <Ammler> that is a requirement of ap
20:38:14  <V453000> PeterT lies, dont believe him
20:38:23  <V453000> did you need me too? :P
20:38:28  <PeterT> oh, it
20:38:45  <PeterT> it has ::ip::toHex
20:53:13  <PeterT> Ammler: IP to Hexip requires extra libs
20:53:19  <PeterT> I'll just leave that out
20:55:24  <PeterT> I have a clevar solutoin >:-)
20:55:24  <Ammler> he, the command is useless without :-P
20:55:34  <PeterT> well, you can always install the libs :-P
20:55:57  <Ammler> I am sure, tcl can convert dec to hex and opposite
20:56:04  <PeterT> I have !banip t8gh838f hex
20:56:11  <PeterT> will ban t8gh838f as hx
20:56:16  *** ODM has quit IRC
20:56:34  <Ammler> yes, but openttd doesn't work with it
20:56:52  <PeterT> yes, if you say "hex" after it, it will only ban in IRC
20:57:08  <Ammler> as said, useless
21:26:57  <PeterT> Ammler: ok, it's not possible without that lib
21:27:32  <Ammler> of course it is, but again, we use that lib alredy
21:28:10  <PeterT> irclib_IP?
21:28:27  <PeterT> http://tcllib.sourceforge.net/doc/tcllib_ip.html
21:28:28  <PeterT> ^
21:28:29  <Webster> Title: TCLLIB - Tcl Standard Library: tcllib_ip (at tcllib.sourceforge.net)
21:41:04  <Ammler> [23:39] <Ammler> !ip2hex 127.1.1.0
21:41:05  <Ammler> [23:39] <PublicServer> 0x7f010100
21:41:21  <PeterT> Ammler: shit
21:41:26  <Ammler> :-P
21:41:27  <PeterT> I just did it without that D:
21:41:35  <Ammler> yes, that is good
21:41:36  <PeterT> http://peter.tarkoy.com/ap+/
21:41:37  <Webster> Title: Index of /ap+ (at peter.tarkoy.com)
21:42:01  <Ammler> as you need to other way too
21:44:43  <Ammler> ah good start, will you finish it?
21:45:29  <PeterT> it's not finished?
21:45:34  <PeterT> what does it still need?
21:46:43  <Ammler> does it all from the ticket?
21:46:56  <Ammler> and the 2nd idea we discussed here
21:47:22  <Ammler> and you don't need to make diffs of custom commands
21:48:05  <PeterT> how do I differentiate versions?
21:48:36  <Ammler> you also should be able to detect a hex or dec ip
21:48:46  <Ammler> hint: dots
21:49:49  <Ammler> PeterT: if you prefer diffs, It is fine
21:49:57  <PeterT> ok :-)
21:50:08  <PeterT> I (personally) think it's more organized
21:51:00  <Ammler> well, custom commands don't belong to the vcs, that is why I think, diffs are silly
21:52:23  <PeterT> that's true
21:55:03  *** Yexo has joined #openttdcoop.devzone
22:02:46  <PeterT> Ammler: I'm going to write an essay now
22:02:49  <PeterT> see you tommorow :-)
22:45:51  *** Seberoth has quit IRC
23:40:38  *** KenjiE20 has quit IRC

Powered by YARRSTE version: svn-trunk