Software Freedom Law Center

root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @209 [209] 09/09/08 10:53:59 landon Added ISC license to files
(edit) @208 [208] 09/09/08 10:51:19 landon Deleted testing plugin
(edit) @207 [207] 08/12/08 03:31:47 landon Fixed up the !lt-del command so it shows the record the user is deleting …
(edit) @206 [206] 08/12/08 03:23:41 landon Concealed passwords from channels ;) Full blown password authentication …
(edit) @205 [205] 08/10/08 05:18:49 landon Fixed a mysterious password checking error
(edit) @204 [204] 08/10/08 04:56:53 landon Started a good portion of work on a password authentication system
(edit) @203 [203] 08/07/08 05:14:09 landon Fixed an error where unregistered users weren't getting deauthed properly …
(edit) @202 [202] 08/07/08 04:58:55 landon Fixed !lt-pop to show the correct category being passed and !lt-stop to …
(edit) @201 [201] 08/07/08 04:48:37 landon !lt-pop has been added to pop pushed entries
(edit) @200 [200] 08/07/08 04:09:12 landon Changed how some of the basic command replies are worded
(edit) @199 [199] 08/07/08 04:02:36 landon !lt-push now exists, to slip an entry inbetween your regularly scheduled …
(edit) @198 [198] 08/07/08 03:44:50 landon "Fixed" a minor bug involving hours upon hours being reported for a few …
(edit) @197 [197] 08/06/08 22:16:43 landon Changed the User class to support the upcoming !lt-pop, !lt-push
(edit) @196 [196] 08/04/08 15:34:04 landon Added !lt-start and !lt-stop -- also fixed a bug with how I sent entries …
(edit) @195 [195] 07/31/08 02:05:52 landon Started work on start-stop functions
(edit) @194 [194] 07/25/08 15:23:47 landon Tweaked !lt-del so it would give a proper response
(edit) @193 [193] 07/22/08 02:02:31 landon Started to add the !lt-del command, still some error with the # of …
(edit) @192 [192] 07/22/08 01:42:04 landon Made the entries API send the complete result so you can do error/data …
(edit) @191 [191] 07/22/08 01:37:11 landon Realized I could do a plain entry call on a number instead of some kludgy …
(edit) @190 [190] 07/18/08 23:42:56 landon Beefed up !lt-entries to show specific records and a summary of all …
(edit) @189 [189] 07/18/08 23:09:52 landon Added delete to the entry API
(edit) @188 [188] 07/18/08 00:44:06 landon Fixed a horrible little bug involving how the today() method works in …
(edit) @187 [187] 07/17/08 18:42:47 landon Pretty printing user entries output
(edit) @186 [186] 07/16/08 16:10:18 landon Fixed an issue where the message was getting parsed twice for being a …
(edit) @185 [185] 07/16/08 13:56:38 bkuhn r229@hughes: bkuhn | 2008-07-16 13:56:13 -0400 * Started with XML …
(edit) @184 [184] 07/16/08 13:56:34 bkuhn r228@hughes: bkuhn | 2008-07-16 13:55:38 -0400 * A few changes pushing …
(edit) @183 [183] 07/16/08 13:56:31 bkuhn r227@hughes: bkuhn | 2008-07-14 14:42:09 -0400 * Renamed file.
(edit) @182 [182] 07/16/08 13:56:22 bkuhn r226@hughes: bkuhn | 2008-07-14 14:41:40 -0400 * Wrote initial stub …
(edit) @181 [181] 07/16/08 13:13:16 landon Can now pull your entries by username with !lt-entries
(edit) @180 [180] 07/15/08 21:01:00 landon Fixed a bug in my previous rolling auth fix that automagically unauthed …
(edit) @179 [179] 07/15/08 20:21:28 landon Changed authentication to have a rolling timeout
(edit) @178 [178] 07/15/08 20:21:10 landon Fixed the regex for parsing entries without an On $date: statement (Really …
(edit) @177 [177] 07/13/08 17:09:13 landon Updated entry.py to use gozerbot's new REST server
(edit) @176 [176] 07/11/08 20:01:29 landon Further cleaned parser so that it now has seperate handlers for seperate …
(edit) @175 [175] 07/09/08 16:17:13 landon Entry API now connects correctly to the REST server and sends the proper …
(edit) @174 [174] 07/09/08 00:40:00 landon Entry API now connets to the REST interface dunk_ made, still needs some …
(edit) @173 [173] 07/08/08 14:18:08 bkuhn r221@hughes: bkuhn | 2008-07-08 14:17:27 -0400 * Directories now the …
(edit) @172 [172] 07/08/08 14:18:06 bkuhn r220@hughes: bkuhn | 2008-07-08 14:17:03 -0400 * Moving directory …
(edit) @171 [171] 07/08/08 14:18:03 bkuhn r219@hughes: bkuhn | 2008-07-08 14:15:40 -0400 * Renamed directory to …
(edit) @170 [170] 07/08/08 14:17:57 bkuhn r218@hughes: bkuhn | 2008-07-08 14:14:49 -0400 * Added basic Imported …
(edit) @169 [169] 07/02/08 23:29:05 landon Starting work on an entry API
(edit) @168 [168] 07/02/08 13:59:39 landon Moved the TimeAdjustment? class to it's own module to clean up …
(edit) @167 [167] 07/02/08 13:58:33 landon Changed the user class to work better with the entry API that will be …
(edit) @166 [166] 07/02/08 00:22:40 landon Bot can now handle messages of the form: On Friday: 3:30 am to 4:30 pm
(edit) @165 [165] 06/26/08 17:00:08 landon The parser will now accept lines of the form On X: where X is either a …
(edit) @164 [164] 06/25/08 21:21:44 landon Removing parts of the bot unrelated to the libtracker plugin from SVN
(edit) @163 [163] 06/25/08 20:24:19 landon Upgraded to r2187 of gozerbot, which fixed some module/plugin related …
(edit) @162 [162] 06/25/08 15:07:59 landon Fixed an error due to gozerbot expecting tracker.py's init() to return 1
(edit) @161 [161] 06/25/08 14:21:27 landon Added minor date parsing, will parse commands in the format "On DAY:" and …
(edit) @160 [160] 06/23/08 20:36:02 landon Spreading out some functions dealing with parsing messages
(edit) @159 [159] 06/18/08 15:55:21 landon Fixed some small bugs with the new unauth command, added some response to …
(edit) @158 [158] 06/18/08 15:49:24 landon Added the !unauth command allowing users to unauthenticate
(edit) @157 [157] 06/18/08 14:22:20 landon There is now very basic time parsing, actual interpretation of the data …
(edit) @156 [156] 06/15/08 16:32:55 landon There is now a plugin config file
(edit) @155 [155] 06/14/08 21:18:08 landon Added a skeleton TimeAdjustment? class
(edit) @154 [154] 06/14/08 19:20:03 landon Adding main config file
(edit) @153 [153] 06/11/08 19:44:36 landon Moved user storage over to gozerbot's Persist system
(edit) @152 [152] 06/11/08 19:13:51 landon Deleted unnecessary contents of gozerdata, upgraded to latest version …
(edit) @151 [151] 06/11/08 19:12:21 landon Inserted a callback so users could stay authenticated for periods of time …
(edit) @150 [150] 06/11/08 16:58:24 landon Minor bugfixes
(edit) @149 [149] 06/11/08 16:40:30 landon Forgot to return anything on check_auth
(edit) @148 [148] 06/11/08 16:38:51 landon Filled out more authentication functions
(edit) @147 [147] 06/11/08 15:48:26 landon Beefing up the authentication module
(edit) @146 [146] 06/11/08 14:53:49 landon Setting up an authenticate once, stay authenticated all day system
(edit) @145 [145] 06/09/08 17:10:02 landon Added a user class to return from authentication methods
(edit) @144 [144] 06/08/08 17:27:18 landon Ignoring gozerdata directory
(edit) @143 [143] 06/08/08 17:00:52 landon Upgraded bot for improved waitforuser() functionality
(edit) @142 [142] 06/08/08 17:00:06 landon Fixed a problem where I was using the incorrect variable to get the nick …
(edit) @141 [141] 06/07/08 16:46:01 landon Replaced some testing code with the correct code
(edit) @140 [140] 06/07/08 16:41:37 landon Moved None checking to tracker.py and added a retry mechanism to …
(edit) @139 [139] 06/07/08 15:23:57 landon Added a check for a NoneType? being given instead of an IRCEvent
(edit) @138 [138] 06/07/08 14:59:49 landon Bot upgraded to correctly reload modules in nested directories
(edit) @137 [137] 06/06/08 21:02:22 landon Restructuring plugin layout as per dunk_'s suggestion
(edit) @136 [136] 06/06/08 20:32:10 landon Fixed auth.py, which gave waitforuser() the wrong amount of arguments
(edit) @135 [135] 06/06/08 20:11:59 landon Two plugins had the same command
(edit) @134 [134] 06/06/08 20:10:37 landon More folder shuffling, to find the bug
(edit) @133 [133] 06/06/08 20:07:01 landon Removed tracker directory, possibly messing with gozerbots plugin …
(edit) @132 [132] 06/06/08 20:04:28 landon Added basic auth mechanism
(edit) @131 [131] 06/05/08 09:40:30 landon Ignoring mercurial specific files in the main directory and automatically …
(edit) @130 [130] 06/05/08 01:32:01 landon Updated to using the bot from the mercurial repos
(edit) @129 [129] 06/05/08 01:15:46 landon Cleaning up directory to get gozerbot set up from mercurial repos
(edit) @128 [128] 06/04/08 19:43:17 landon Revising tracker.py again
(edit) @127 [127] 06/04/08 18:19:38 landon Pruned some more off of tracker.py
(edit) @126 [126] 06/04/08 18:17:02 landon KISS, no need to do anything other than \!commands for now
(edit) @125 [125] 06/04/08 13:01:56 landon Added some basic structure to tracker.py
(edit) @124 [124] 06/04/08 00:17:32 landon Started barebones tracker script
(edit) @123 [123] 06/03/08 23:56:31 landon Added an eval script for debuggery
(edit) @122 [122] 06/02/08 14:25:55 bkuhn r165@hughes: bkuhn | 2008-06-02 14:25:39 -0400 * Added note about the …
(edit) @121 [121] 06/02/08 13:39:02 bkuhn r163@hughes: bkuhn | 2008-06-02 13:38:50 -0400 * Created README that …
(edit) @120 [120] 06/02/08 13:31:02 bkuhn r161@hughes: bkuhn | 2008-06-02 13:30:50 -0400 * Various minor changes …
(edit) @119 [119] 06/02/08 13:25:41 bkuhn r158@hughes: bkuhn | 2008-06-02 13:25:16 -0400 * I realized that there …
(edit) @118 [118] 05/31/08 16:39:51 landon Basic conversation script added
(edit) @117 [117] 05/30/08 18:18:24 bkuhn r156@hughes: bkuhn | 2008-05-30 18:18:19 -0400 # stray close brace in …
(edit) @116 [116] 05/30/08 18:17:28 bkuhn r154@hughes: bkuhn | 2008-05-30 18:17:11 -0400 * Minro changes to …
(edit) @115 [115] 05/30/08 00:27:28 landon Added luke.sh to easily start the bot
(edit) @114 [114] 05/29/08 17:35:14 landon Filling in the empty directory
(edit) @113 [113] 05/29/08 17:31:00 landon First commit of Luke, the gozerbot skeleton
(edit) @112 [112] 05/26/08 11:23:05 bkuhn r145@hughes: bkuhn | 2008-05-26 11:22:33 -0400 * Moved version 7002 to …
(edit) @111 [111] 05/26/08 11:22:57 bkuhn r144@hughes: bkuhn | 2008-05-26 11:10:10 -0400 * Will be importing …
(edit) @110 [110] 05/26/08 11:22:53 bkuhn r143@hughes: bkuhn | 2008-05-26 11:09:37 -0400 * Will be importing …
Note: See TracRevisionLog for help on using the revision log.

SFLC Main Page

[frdm] Support SFLC