CIA.vc
SpikeLite
##CSharp IRC Bot
Stats » Projects » SpikeLite
informationsyndicateUTC clock
06:14 on May 27, 2012
event counters
The last message was received 1.35 months ago at 16:05 on Apr 16, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 10 messages last month
75 messages since the first one, 0.94 years ago, for an average of 4.59 days between messages
recent messages
dateReversed sort columnprojectcontentlink
12:02 on Apr 16SpikeLite
Commit by Greg on master :: re32d704 / (4 files in 3 dirs): (link)
Fix bug introduced when CreateOrFind no longer actually persists. Need to overhaul the whole thing, but must sleep first. - http://git.io/qoSOlw
#
11:44 on Apr 16SpikeLite
Commit by Greg on master :: r41deae3 / (3 files in 3 dirs): (link)
Add known host creation/deletion. Needs modification still. - http://git.io/7vAjbg
#
11:38 on Apr 12SpikeLite
Commit by Greg on master :: r98167be / (4 files): (link)
Add the ServiceBehavior attributes, apparently Mono requires these to be here (whereas the MS CLR on Windows seems to be ok with the inheritence) - http://git.io/sxIbxg
#
11:29 on Apr 12SpikeLite
Commit by Greg on master :: r7baf725 / (6 files in 3 dirs): (link)

  • Move the singleton service behavior attribute to AbstractUserContextAwareService
  • Add a couple new finders for hosts.
  • Add access flag management WCF endpoints. - http://git.io/3kDK4g
#
12:12 on Apr 10SpikeLite
Commit by Greg on master :: rf6bb7b1 / (5 files in 4 dirs): (link)
Add some user management: finders, token revocation - http://git.io/wJN9Yg
#
12:18 on Apr 09SpikeLite
Commit by Greg on master :: r609fdb0 / SpikeLite.Domain/Persistence/People/PeopleDao.cs : (link)
Fix create or find - shouldn't persist on creation. - http://git.io/oRLSIg
#
11:39 on Apr 09SpikeLite
Commit by Greg on master :: r55f35b5 / SpikeLite.IPC.WebHost/Services/MessagingService.cs : (link)
Add an access flag for sending messages. Probably a good idea... - http://git.io/az0iCw
#
11:34 on Apr 09SpikeLite
Commit by Greg on master :: rae57783 / (2 files in 2 dirs): (link)
Add root level short circuit for SecuredOperation attributes - now people that are root can execute regardless of flags. Add flag requirements for factoid modifications. - http://git.io/u_8atg
#
11:25 on Apr 09SpikeLite
Commit by Greg on master :: rc67bf6e / (4 files in 3 dirs): (link)
Add fine-grained factoid services. Tell NH's advice to propagate on deletes. - http://git.io/HYgl1g
#
09:55 on Apr 09SpikeLite
Commit by Greg on master :: r12e41cd / (19 files in 8 dirs): (link)
Add AutoMapper as a dependency, add the concept of IConfigurableServiceHost to allow one time configuration of WCF hosts (mainly for AutoMapper). Add an account service with some preliminary functionality regarding tokens; this class supersedes FlagCheckService. Add FactoidService for preliminary factoid support. Introduce a couple quick transport models to deal with WCF quirks. - http://git.io/QlatPg
#
23:49 on Mar 29SpikeLite
Commit by Andy Jump on CommunicationsFix :: r06e20b1 / SpikeLite.Irc.ThresherIrc/IrcClient.cs : (link)
Swap reset events for thread.join. Hopefully this should fix the issues we're having with running the bot on linux. - http://git.io/U0J-Ew
#
23:18 on Jan 26SpikeLite
Commit by Andy Jump on master :: rdc45eba / SpikeLite.Irc.ThresherIrc/IrcClient.cs : (link)
The threasher irc library has a listener thread that handles incoming data, this thread is then used to execute any events this data triggers. We were then handling these events and calling disconnect. Disconnect aborts the listener thread and the whole thing implodes. I've now changed the event handlers so they start up new threads to isolate the listener thread. - http://git.io/WdKJvg
#
23:16 on Jan 26SpikeLite
Commit by Andy Jump on master :: r1da7d2f / SpikeLite.UI.Cli/ConsoleRunner.cs : (link)
We were calling the shutdown method after receiving an event to say the bot had disconnected. The shutdown method then called quit on the irc lib which caused an exception as it wasn't connect. I've removed that call.

We were spinning up a new thread for the bot to run in. The start method starts it's own threads internally and then returns so this thread was superfluous. I've now removed it. - http://git.io/1EJK4Q
#
19:17 on Dec 20, 2011SpikeLite
Commit by Greg on master :: re96536d / SpikeLite.Modules.Say/SayModule.cs : (link)
Check the edge case where a reg sends a public message that consists soley of whitespace - http://git.io/DNCaKg
#
11:09 on Nov 30, 2011SpikeLite
Commit by Greg on master :: r719867e / (26 files in 9 dirs): (link)
Refactor the FrontEnd_Console assembly to be something more consistent with the standard assembly nomenclature. - http://git.io/WbZgyQ
#
10:47 on Nov 30, 2011SpikeLite
Commit by Greg on master :: r593b9b5 / (3 files): (link)
Remove documentation directory - this is now sitting in the github wiki - http://git.io/mByXFg
#
10:33 on Nov 30, 2011SpikeLite
Commit by Greg on master :: ra0f4fcd / README.md : (link)
Update readme to remove references to old wiki (deprecated) - http://git.io/VfwH0Q
#
10:26 on Nov 30, 2011SpikeLite
Commit by Greg on master :: r7587423 / (3 files): (link)
Update bundled license text to be markdown, renamed to reflect this.
Modified the open source licenses to point to our new Github page. - http://git.io/XUJB_Q
#
09:38 on Nov 30, 2011SpikeLite
Commit by Greg on master :: rc7e0e2a / (9 files in 8 dirs): (link)
Update the README to reflect the license of the project, update a few copyright headers, update the open source licenses list distributed with the source. - http://git.io/ZxxRcg
#
12:14 on Nov 29, 2011SpikeLite
Commit by Greg on master :: ree2f97f / SpikeLite.IPC.WebHost/Services/FlagCheckService.cs : (link)
https://github.com/Freenode-Csharp/SpikeLite/issues/2 - temporarily move from IEnum<T> to T[] to aid serialization in Mono. Need to do a small repro testcase and hopefully we can get a patch for the IEnum case. - http://git.io/-dBmNw
#