date | project | content | link |
|---|
| 12:02 on Apr 16 | SpikeLite | Commit by Greg on master :: r e32d704 / (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 16 | SpikeLite | Commit by Greg on master :: r 41deae3 / (3 files in 3 dirs): ( link) | # |
| 11:38 on Apr 12 | SpikeLite | Commit by Greg on master :: r 98167be / (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 12 | SpikeLite | Commit by Greg on master :: r 7baf725 / (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 10 | SpikeLite | Commit by Greg on master :: r f6bb7b1 / (5 files in 4 dirs): ( link) | # |
| 12:18 on Apr 09 | SpikeLite | Commit by Greg on master :: r 609fdb0 / SpikeLite.Domain/Persistence/People/PeopleDao.cs : ( link) | # |
| 11:39 on Apr 09 | SpikeLite | Commit by Greg on master :: r 55f35b5 / SpikeLite.IPC.WebHost/Services/MessagingService.cs : ( link) | # |
| 11:34 on Apr 09 | SpikeLite | Commit by Greg on master :: r ae57783 / (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 09 | SpikeLite | Commit by Greg on master :: r c67bf6e / (4 files in 3 dirs): ( link) | # |
| 09:55 on Apr 09 | SpikeLite | Commit by Greg on master :: r 12e41cd / (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 29 | SpikeLite | Commit by Andy Jump on CommunicationsFix :: r 06e20b1 / 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 26 | SpikeLite | Commit by Andy Jump on master :: r dc45eba / 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 26 | SpikeLite | Commit by Andy Jump on master :: r 1da7d2f / 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, 2011 | SpikeLite | Commit by Greg on master :: r e96536d / 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, 2011 | SpikeLite | Commit by Greg on master :: r 719867e / (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, 2011 | SpikeLite | Commit by Greg on master :: r 593b9b5 / (3 files): ( link) | # |
| 10:33 on Nov 30, 2011 | SpikeLite | Commit by Greg on master :: r a0f4fcd / README.md : ( link) | # |
| 10:26 on Nov 30, 2011 | SpikeLite | Commit by Greg on master :: r 7587423 / (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, 2011 | SpikeLite | Commit by Greg on master :: r c7e0e2a / (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, 2011 | SpikeLite | Commit by Greg on master :: r ee2f97f / SpikeLite.IPC.WebHost/Services/FlagCheckService.cs : ( link) | # |