CIA.vc
emote
Real-time open source activity stats
Stats » Projects » Enlightenment » emote
informationsyndicateUTC clock
00:54 on Feb 14, 2012
event counters
The last message was received 0.96 years ago at 16:33 on Feb 28, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
75 messages since the first one, 1.48 years ago, for an average of 1.03 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
16:32 on Feb 28, 2011e
Commit by cedric :: r57428 emote/configure.ac: (link)
emote: still fixing DSO...
#
16:10 on Feb 28, 2011e
Commit by cedric :: r57427 emote/configure.ac: (link)
emote: more DSO fix.
#
15:56 on Feb 28, 2011e
Commit by cedric :: r57423 emote/configure.ac: (link)
emote: more DSO fix.
#
15:41 on Feb 28, 2011e
Commit by cedric :: r57419 emote/configure.ac: (link)
emote: another fix for DSO build.
#
14:54 on Feb 28, 2011e
Commit by cedric :: r57418 emote/configure.ac: (link)
emote: fix DSO build.
#
15:57 on Oct 15, 2010e
Commit by devilhorns :: r53454 emote/src/ (9 files in 3 dirs): (link)
Update emote to build w/ current elm.
Move main toolbar to the top.
Use a 'toolbar' for channels at the bottom.
Change init functions to use Eina_Bool.
Disable lots of debug output in the emote irc protocol.
Fix some formatting.

NB: Still an issue here where the scrolled entry used for text is not
resizing properly .. but I'm too tired to dig any further right now.
#
01:50 on Oct 02, 2010e
Commit by mekius :: r52973 emote/src/lib/protocols/irc/irc_parse.c: (link)
Use eina_strbuf to help with parsing of incoming irc messages and fix a segv.
#
15:56 on Sep 11, 2010e
Commit by devilhorns :: r52154 emote/src/bin/em_gui.c: (link)
Adjust icon size wrt elm_scale.
#
11:03 on Sep 07, 2010e
Commit by maxerba :: r51942 emote/po/POTFILES.in: (link)
let's start translating :)
#
14:26 on Sep 05, 2010e
Commit by devilhorns :: r51904 emote/src/bin/main.c: (link)
Add a newline after the printf.
#
14:25 on Sep 05, 2010e
Commit by devilhorns :: r51903 emote/src/bin/em_gui.c: (link)
Compile again please ;)
#
06:11 on Sep 05, 2010e
Commit by mekius :: r51895 emote/ (5 files in 3 dirs): (link)
Add some strings to Em_Gui* structs to make it easier to adjust the interface later.

Make finger size 4 and adjust some of the widgets to be smaller. There is probably
a better way to achieve this shrinkage, but this works for now.

Also added some items to the TODO to help keep me on track.
#
15:44 on Sep 04, 2010e
Commit by mekius :: r51887 emote/src/ (9 files in 3 dirs): (link)
Lots of updates to essentially make it usable in a very primative fashion.  It is
still limited to one server, but you can now specify the server on the command
line along with your initial nick.

Command line is as follows:
  emote <server> <nick> [user] [pass]

The command line parsing is quite primative, so I wouldn't suggest trying to
confuse it ;)

Suggetions welcome at this point :)
#
04:26 on Sep 01, 2010e
Commit by mekius :: r51794 emote/src/ (7 files in 3 dirs): (link)
Add some extra functionality to the GUI to allow at some rudimentary channel
switching/separation.

Still need to use /join #channel to actually join a channel, but now you
can send messages to the channels you are in. Don't bother using /nick. It
will change your nick, but you won't be able to send messages as that nick so
it's pointless. Given this, I'd ask that noone uses it.

The code is quite ugly, but it's temporary. Mostly needed some GUI constructs
to help test things better so I slapped this together in a hurry.
#
04:34 on Aug 31, 2010e
Commit by mekius :: r51770 emote/src/lib/protocols/irc/irc_parse.c: (link)
Use something safer then strncat. This is temporary anyway as eventually we
will probably parse these messages properly.
#
03:07 on Aug 31, 2010e
Commit by mekius :: r51769 emote/src/ (10 files in 3 dirs): (link)

I can't even begin to explain every change, but in summary I've done the following:

  • Improved IRC message parsing (what a pita!)
  • Included support (or better support) for a few commands. Namely PRIVMSG, JOIN, and PART.
  • Cleaned up a segv on shutdown
  • Some other misc tweaks/fixes I wouldn't recommend it for daily use yet, but it's coming along.
#
15:56 on Aug 27, 2010e
Commit by mekius :: r51680 emote/src/ (10 files in 2 dirs): (link)
Revert back to old em_object system as I figured out the real reason it wasn't working. Seems I need
to do my homework next time. Anyway, this could probably be cleaner by not exposing any of the event
structs and instead give accessor functions to the data.
#
05:30 on Aug 27, 2010e
Commit by mekius :: r51671 emote/src/lib/protocols/irc/irc.c: (link)
Fixed corrupt server strings coming from the IRC protocol and it cleared up all but 1 valgrind error.

Still some leaks left, but it's fairly minor and some of them may not be our fault.
#
18:36 on Aug 26, 2010e
Commit by mekius :: r51663 emote/src/ (7 files in 2 dirs): (link)
Use new em_object in bin code as well. Valgrind output reads like a horror novel, but that will be taken care of next.
#
15:11 on Aug 26, 2010e
Commit by mekius :: r51661 emote/src/ (11 files in 3 dirs): (link)
Finally found the reason for all the seggies and cleaned up a few more things I found after that. Should be at least working in the capacity it was before. There is room for performance improvements in em_object, but it works.
#