| 00:18:30 | | <-- Gus has quit stating (Quit: Client Exiting) |
| 00:26:50 | | --> Rookee has joined #webapps |
| 00:49:47 | | <-- Rookee has left #webapps stating () |
| 02:57:26 | | <-- Hal has quit stating (Quit: <Console>) |
| 02:59:47 | | --> Hal has joined #webapps |
| 04:58:03 | | <-- roentgen has quit stating (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) |
| 04:59:33 | | <-- Remco has quit stating (Ping timeout) |
| 05:03:18 | | --> roentgen has joined #webapps |
| 05:03:42 | | <-- derenth has quit stating (Quit: ) |
| 05:07:02 | | --> derenth has joined #webapps |
| 06:01:22 | | <-- roentgen has quit stating (Ping timeout) |
| 06:41:54 | | --> roentgen has joined #webapps |
| 07:29:21 | | --> ISMAYIL-18 has joined #webapps |
| 07:29:31 | | <-- ISMAYIL-18 has left #webapps stating () |
| 07:43:49 | | --> r3dho has joined #webapps |
| 07:47:18 | | <-- r3dho has quit stating (Quit: r3dho) |
| 08:03:24 | | --> nsfw has joined #webapps |
| 08:05:32 | | --> aleks|t2i has joined #webapps |
| 08:05:39 | aleks|t2i | nsfw \o/ |
| 08:06:15 | nsfw | juhu :-D |
| 08:06:20 | nsfw | Morning :-) |
| 08:06:44 | zomg | t2i? :P |
| 08:07:06 | nsfw | Uh...sorry, I don't speak zomgish ;-) |
| 08:07:08 | aleks|t2i | ya |
| 08:07:24 | nsfw | Oh, sry...*working a bit to straighten my head* |
| 08:07:33 | aleks|t2i | heh |
| 08:07:37 | aleks|t2i | how's ya nsfw? |
| 08:07:56 | * | aleks|t2i is too lazy to identify {;)} |
| 08:08:42 | zomg | I was wondering what the t2i is |
| 08:08:43 | zomg | :P |
| 08:09:02 | aleks|t2i | i renamed my irc client to "t2i", tkirc was taken :) |
| 08:09:17 | zomg | Right |
| 08:09:36 | zomg | Uh oh, forgot to rename the version reply! |
| 08:09:36 | zomg | ;) |
| 08:09:47 | aleks|t2i | well this is an old build :) |
| 08:09:53 | zomg | Oh |
| 08:10:00 | aleks|t2i | i renamed everything with a couple of seds :P |
| 08:10:09 | zomg | hot |
| 08:10:22 | aleks|t2i | it does it, but i forgot to update the build on my usb stick |
| 08:10:54 | zomg | btw what was that thing you mentioned about some regex not working? |
| 08:10:58 | zomg | regarding the client |
| 08:11:09 | aleks|t2i | yeah, it's a nasty problem |
| 08:11:16 | zomg | oh? |
| 08:12:10 | aleks|t2i | luckily it doesn't appear on this build lol |
| 08:13:30 | aleks|t2i | maybe i should release this instead of the new one rofl |
| 08:14:02 | zomg | Or maybe you shouldn't use regex to parse simple strings |
| 08:14:03 | zomg | :P |
| 08:14:06 | aleks|t2i | haha |
| 08:15:18 | aleks|t2i | or maybe i should rewrite the regexp |
| 08:15:41 | zomg | What was it about anyway? |
| 08:15:42 | zomg | I forgot |
| 08:15:43 | zomg | :P |
| 08:15:50 | zomg | but I remember I was wondering why you were using regex for that |
| 08:15:51 | zomg | =) |
| 08:16:03 | | --> Paranoidfox has joined #webapps |
| 08:16:04 | aleks|t2i | well, it's a regexp that parsed a raw message on join |
| 08:16:13 | Paranoidfox | kek |
| 08:16:24 | aleks|t2i | hmm and the userlist also needs a sorting script. |
| 08:16:28 | zomg | Yeah, so why on earth do you need a regex for that :P |
| 08:16:45 | zomg | I mean it's like <code> <stuff> :<stuff> or something along those lines |
| 08:16:54 | aleks|t2i | well, ":nick!bla@bla JOIN :#channel" is quite hard to parse without using regexp :) |
| 08:17:03 | Paranoidfox | Well aleks you DO nEED A SORTING SCRIPT :d |
| 08:17:13 | Paranoidfox | Fuck this keyboard |
| 08:17:30 | zomg | aleks|t2i: uh, not necessarily. You just need to get to the basics :P |
| 08:17:44 | zomg | first you separate the main parts: the user, command and target |
| 08:17:59 | zomg | simple enough, split string by " " to max 3 parts |
| 08:18:02 | aleks|t2i | so i should use lindex first and then use regexp to parse the nick? |
| 08:18:10 | aleks|t2i | hmmm, might work |
| 08:18:16 | zomg | after that you can split user by ! |
| 08:18:23 | zomg | and you get the nick part and the hostmask part |
| 08:18:45 | zomg | if you look at the big picture |
| 08:18:51 | zomg | ie. most of the messages |
| 08:18:56 | zomg | they can all be parsed in this manner |
| 08:19:15 | aleks|t2i | hmm.. i'll look into it when i get home |
| 08:19:17 | zomg | so you just need to parse the basic parts and then call the handler for the action |
| 08:19:47 | aleks|t2i | right |
| 08:19:51 | Paranoidfox | yeah and add a page up & down-support :d |
| 08:20:02 | aleks|t2i | and tab support.. |
| 08:20:13 | zomg | and perl scripting |
| 08:20:16 | aleks|t2i | lol |
| 08:20:17 | zomg | multi server support |
| 08:20:18 | zomg | colors |
| 08:20:25 | aleks|t2i | i have multi server support |
| 08:20:26 | zomg | ...oh wait, then you get a crippled irssi |
| 08:20:31 | zomg | ;> |
| 08:20:33 | Paranoidfox | ;p |
| 08:20:41 | Paranoidfox | irssi>* |
| 08:20:53 | Paranoidfox | aleks, let's go to eat |
| 08:20:55 | zomg | see aleks|t2i, even your buddy agrees with that. |
| 08:20:58 | aleks|t2i | Paranoidfox: yeah |
| 08:21:12 | aleks|t2i | zomg: maybe, but it's just a matter of taste |
| 08:21:26 | zomg | Yeah, matter of having a taste and not having a taste |
| 08:21:27 | zomg | =) |
| 08:21:28 | * | aleks|t2i goes for lunch |
| 08:21:31 | Paranoidfox | i'm using irssi from my phone<3 |
| 08:21:55 | aleks|t2i | well i don't need irssi anyway, since i don't have ssh support in my phone |
| 08:21:59 | Paranoidfox | putty+qwerty+phone = superior |
| 08:22:06 | aleks|t2i | i tried to use irssiproxy once but that resulted in a lot of lag |
| 08:22:09 | aleks|t2i | cya |
| 08:22:10 | | <-- aleks|t2i has quit stating (Quit: ) |
| 08:22:54 | Paranoidfox | yeah |
| 08:23:00 | * | Paranoidfox goes too |
| 09:29:26 | | --> ROBOd has joined #webapps |
| 10:05:49 | | --> Remco has joined #webapps |
| 11:29:52 | | --> ali2000 has joined #webapps |
| 11:30:15 | | <-- ali2000 has left #webapps stating () |
| 12:05:41 | | --> Gus has joined #webapps |
| 12:14:49 | | --> Dantesis has joined #webapps |
| 12:15:08 | | <-- Dantesis has left #webapps stating () |
| 12:37:40 | | <-- Orca has quit stating (Connection reset by peer) |
| 12:38:05 | | --> Orca has joined #webapps |
| 12:43:57 | | --> LarsKL has joined #webapps |
| 12:59:08 | | --> agger has joined #webapps |
| 12:59:30 | | <-- agger has left #webapps stating () |
| 13:22:54 | | --> frank has joined #webapps |
| 13:23:23 | frank | hi |
| 13:23:33 | frank | Any body here? |
| 13:24:50 | | <-- frank has left #webapps stating () |
| 13:27:57 | | --> dante2_ has joined #webapps |
| 13:55:00 | | --> MarcellusMcCh has joined #webapps |
| 14:14:12 | | --> MaKaS has joined #webapps |
| 14:14:25 | | <-- MaKaS has left #webapps stating () |
| 14:19:31 | | <-- MarcellusMcCh has quit stating (Ping timeout) |
| 14:22:09 | | --> Orcinus has joined #webapps |
| 14:33:51 | | --> Irishka has joined #webapps |
| 14:34:08 | | <-- Irishka has left #webapps stating () |
| 15:38:02 | | --> MarcellusMcCh has joined #webapps |
| 16:07:31 | | --> andrews has joined #webapps |
| 16:07:37 | andrews | z |
| 16:10:30 | | <-- andrews has quit stating (Client exited) |
| 16:10:46 | | <-- Hal has quit stating (Quit: <Console>) |
| 16:11:39 | | --> aleksanteri has joined #webapps |
| 16:12:22 | | --> Hal has joined #webapps |
| 16:21:15 | | <-- roentgen has quit stating (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) |
| 16:22:37 | | <-- nsfw has quit stating (Quit: Ex-Chat) |
| 16:26:56 | aleksanteri | DAMMIT |
| 16:27:11 | aleksanteri | finally noticed what was wrong with the join procedure.. |
| 16:27:31 | aleksanteri | i had two arguments in the wrong order >_< |
| 16:32:16 | dante2_ | http://my.opera.com/community/blog/2007/11/22/widget-developers-competition-time |
| 16:32:38 | | --> Danni has joined #webapps |
| 16:32:55 | | -!- Danni is now known as Melissa |
| 16:34:39 | | <-- Melissa has left #webapps stating () |
| 16:41:15 | | <-- MarcellusMcCh has quit stating (Ping timeout) |
| 16:51:53 | | --> MarcellusMcCh has joined #webapps |
| 17:13:07 | | <-- MarcellusMcCh has quit stating (Ping timeout) |
| 17:22:23 | | --> molpp1 has joined #webapps |
| 17:23:34 | molpp1 | ello |
| 17:24:46 | | <-- molpp1 has left #webapps stating () |
| 17:29:10 | | --> MarcellusMcCh has joined #webapps |
| 17:51:35 | | --> DrLaunch has joined #webapps |
| 18:07:08 | | --> roentgen has joined #webapps |
| 18:10:33 | | --> sam has joined #webapps |
| 18:11:17 | | <-- sam has left #webapps stating () |
| 18:22:28 | | --> sam has joined #webapps |
| 18:43:04 | | <-- dante2_ has quit stating (Quit: dante2_) |
| 18:50:43 | | --> lidi20 has joined #webapps |
| 18:53:01 | | <-- lidi20 has quit stating (Quit: ) |
| 19:00:46 | | <-- aleksanteri has quit stating (Ping timeout) |
| 19:08:49 | | <-- DrLaunch has left #webapps stating () |
| 19:12:23 | | --> Ramunas has joined #webapps |
| 19:15:44 | | --> aleksanteri has joined #webapps |
| 19:21:06 | | <-- sam has left #webapps stating () |
| 19:22:18 | | --> sam has joined #webapps |
| 19:22:55 | | --> DrLaunch has joined #webapps |
| 19:23:04 | | <-- DrLaunch has quit stating (Connection reset by peer) |
| 19:39:46 | | <-- sam has quit stating (Ping timeout) |
| 19:40:05 | | --> Ramunas_ has joined #webapps |
| 19:41:08 | | <-- Ramunas has quit stating (Ping timeout) |
| 19:41:31 | | --> adekar has joined #webapps |
| 19:44:09 | | <-- Ramunas_ has quit stating (Ping timeout) |
| 19:44:52 | | <-- adekar has left #webapps stating () |
| 20:22:45 | | <-- Gus has quit stating (Quit: Client Exiting) |
| 20:38:16 | | <-- ROBOd has quit stating (Quit: http://www.robodesign.ro ) |
| 21:55:37 | | <-- MarcellusMcCh has left #webapps stating () |
| 21:57:36 | | <-- aleksanteri has quit stating (Quit: ) |
| 21:57:42 | | --> ali2000 has joined #webapps |
| 22:04:15 | | -!- ali2000 is now known as norman1 |
| 22:04:43 | | --> MarcellusMcCh has joined #webapps |
| 22:15:50 | | <-- MarcellusMcCh has quit stating (Ping timeout) |
| 22:16:00 | | --> MarcellusMcCh has joined #webapps |
| 22:16:06 | | <-- MarcellusMcCh has quit stating (Quit: MarcellusMcCh) |
| 22:16:11 | | --> MarcellusMcCh has joined #webapps |
| 22:19:28 | | <-- MarcellusMcCh has left #webapps stating () |
| 22:32:26 | | <-- norman1 has left #webapps stating () |
| 22:35:48 | | --> MarcellusMcCh has joined #webapps |
| 22:36:13 | | <-- MarcellusMcCh has left #webapps stating () |
| 22:39:34 | | --> DrLaunch has joined #webapps |
| 22:55:29 | | --> tamer9992 has joined #webapps |
| 23:07:11 | | <-- Orcinus has left #webapps stating () |
| 23:13:15 | | <-- tamer9992 has quit stating (Client exited) |
| 23:14:43 | | <-- DrLaunch has quit stating (Quit: Leaving.) |
| | |