forked from RISCfuture/autumn
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
591 lines (296 loc) · 18 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
[b873cbf | Mon May 04 18:42:00 UTC 2009] TJ Vanderpoel <bougyman@zero.(none)>
* got the specs working without the gem installed
[07fcbbb | Mon May 04 18:11:53 UTC 2009] TJ Vanderpoel <bougyman@zero.(none)>
* added gitignore ignoring RIDE files
[65f3eef | Mon May 04 18:11:06 UTC 2009] TJ Vanderpoel <bougyman@zero.(none)>
* forgot to add the important changes for 3.1.10, adding now
[09a4209 | Mon May 04 18:05:49 UTC 2009] TJ Vanderpoel <bougyman@zero.(none)>
* Version 3.1.10 sets NICK_REGEX back to allowing leading special chars. Also added spec for Stem#receive, which was where the problem showed itself
[6fa0854 | Sun May 03 20:04:59 UTC 2009] TJ Vanderpoel <[email protected]>
* Version 3.1.9 Separated skel/ rake tasks, got rake setup to install all deps for running initial app
[b3bb82c | Sun May 03 20:03:35 UTC 2009] TJ Vanderpoel <[email protected]>
* refactored skel/ specs for better separation. got rake setup to install all deps needed to run skel/ application
[17403cc | Sun May 03 17:01:31 UTC 2009] TJ Vanderpoel <[email protected]>
* added AUTHORS as std release file
[6e3ec5c | Sun May 03 17:01:11 UTC 2009] TJ Vanderpoel <[email protected]>
* Version 3.1.8 fixes nag warning about resetting Autumn::ROOT
[dd5f58e | Sun May 03 16:32:34 UTC 2009] TJ Vanderpoel <[email protected]>
* Version 3.1.7
[c9ca0ce | Sun May 03 16:31:13 UTC 2009] TJ Vanderpoel <[email protected]>
* clarified autumn command documentation
[31deab9 | Sun May 03 16:27:06 UTC 2009] TJ Vanderpoel <[email protected]>
* fixed look of READMEs
[305c00a | Sun May 03 16:21:31 UTC 2009] TJ Vanderpoel <[email protected]>
* Version 3.1.6
[5d61bfc | Sun May 03 16:20:42 UTC 2009] TJ Vanderpoel <[email protected]>
* updated readme to show autumn binary usage
[dc4e6a8 | Sun May 03 15:58:06 UTC 2009] TJ Vanderpoel <[email protected]>
* 3.1.5 adds working specs
[333d984 | Sun May 03 15:57:09 UTC 2009] TJ Vanderpoel <[email protected]>
* got specs working, added spec task as default in Rakefile
[be2662e | Sun May 03 15:32:10 UTC 2009] TJ Vanderpoel <[email protected]>
* Version 3.1.4
[d099756 | Sun May 03 15:31:30 UTC 2009] TJ Vanderpoel <[email protected]>
* added more complete release task and added authors generation to gemspec. Pulled Rakefile in from the http://github.com/riscfuture/autumn specs branch
[908c032 | Sun May 03 14:57:53 UTC 2009] TJ Vanderpoel <[email protected]>
* fixed usage typos and deprecated info
[50769ee | Sun May 03 14:47:53 UTC 2009] TJ Vanderpoel <[email protected]>
* moved main rdoc task to root Rakefile, changed requires in authentication_spec. TODO: how are these spec run?
[35f95df | Sun May 03 14:39:44 UTC 2009] TJ Vanderpoel <[email protected]>
* changed to normal versioning, updated misc files
[dc6b8e5 | Sun May 03 14:30:23 UTC 2009] TJ Vanderpoel <[email protected]>
* updated AUTHORS
[6b83411 | Sun May 03 14:18:08 UTC 2009] TJ Vanderpoel <[email protected]>
* updated gemspec, changelog, manifest, authors
[16bf894 | Sun May 03 14:16:23 UTC 2009] TJ Vanderpoel <[email protected]>
* moved start/stop/restart/status into the autumn bin, cleaning out script/
[322c058 | Sun May 03 12:53:54 UTC 2009] TJ Vanderpoel <[email protected]>
* added start|stop|restart|status to bin.rb
[8b907c2 | Sun May 03 12:29:08 UTC 2009] TJ Vanderpoel <[email protected]>
* activated post_process on project creation
[f31139f | Sun May 03 12:22:00 UTC 2009] TJ Vanderpoel <[email protected]>
* fixed load paths in ./script/server
[53fd98c | Sun May 03 12:19:54 UTC 2009] TJ Vanderpoel <[email protected]>
* added readme in directories so then will not be empty
[fb72063 | Sun May 03 12:13:39 UTC 2009] TJ Vanderpoel <[email protected]>
* fixed creator, defaulting to sqlite for testing season, and freenode/#autumn
[aaa40bb | Sun May 03 11:23:41 UTC 2009] TJ Vanderpoel <[email protected]>
* moved version.rb into its own file (for easy reversioning)
[a67bccd | Sun May 03 11:21:09 UTC 2009] TJ Vanderpoel <[email protected]>
* added CHANGELOG, MANIFEST, gemspec, and AUTHORS file (gem builds now)
[6bbfa4f | Sun May 03 10:37:07 UTC 2009] TJ Vanderpoel <[email protected]>
* added autumn binary and tools for creating new project
[ad03663 | Sun May 03 10:07:23 UTC 2009] TJ Vanderpoel <[email protected]>
* moved prototype to lib/skel and pulled in specs from specs branch
[4292982 | Sat May 02 16:33:29 UTC 2009] Kevin Berry <[email protected]>
* Add gem tasks (from ramaze tree), and move Rakefile into the proto (since it is more appropriate to a deployed application)
[977ad7b | Fri May 01 01:29:53 UTC 2009] TJ Vanderpoel <[email protected]>
* reworked lib to get ready for gemming. changed paths to get correct library loading
[52e18a5 | Sun Mar 29 00:38:18 UTC 2009] Tim Morgan <[email protected]>
* Convert yaml string to regex
[9d588fc | Sun Mar 29 00:33:51 UTC 2009] Tim Morgan <[email protected]>
* Custom nick regexes
[e3bb5c3 | Sun Mar 29 00:23:57 UTC 2009] Mark Coates <[email protected]>
* Taking out hard-coded '!'; replacing with options[:command_prefix]
[9526cd3 | Wed Jan 21 20:55:52 UTC 2009] Tim Morgan <[email protected]>
* Whoops, bugfix
[ccae5af | Tue Jan 20 19:59:17 UTC 2009] Tim Morgan <[email protected]>
* Optimized DB query a bit
[0298fce | Tue Jan 20 03:25:27 UTC 2009] root <[email protected]>
* All directories referenced from AL_ROOT
[70d9116 | Thu Jan 15 05:10:01 UTC 2009] Tim Morgan <[email protected]>
* Bugfix for d26328bfb38f0f849f293cfa359e51dc2989f106
[39b6cd8 | Thu Jan 15 04:57:52 UTC 2009] Tim Morgan <[email protected]>
* Now parses more server messages
[af71808 | Thu Jan 15 04:57:18 UTC 2009] Tim Morgan <[email protected]>
* Bugfix for authentication on unprotected methods
[6a294b8 | Thu Jan 15 04:56:39 UTC 2009] Tim Morgan <[email protected]>
* Facets and gems updates
[ce4d1d0 | Mon Jan 12 10:36:33 UTC 2009] comboy <[email protected]>
* "$: <<" insteoad of "Dir.chdir"
Changing current working directory may be very confusing, especially when
working with some other libs.
Signed-off-by: Tim Morgan <[email protected]>
[d26328b | Sat Sep 20 12:10:42 UTC 2008] bterlson <[email protected]>
* Fix crash bug caused by a command with only a semi-colon for its parameters (eg: ":[email protected] QUIT :").
Signed-off-by: Tim Morgan <[email protected]>
[cd59f55 | Fri Dec 12 03:23:02 UTC 2008] Tim Morgan <[email protected]>
* Bugfix and improvement for Anise support
[0d20430 | Fri Dec 12 03:22:41 UTC 2008] Tim Morgan <[email protected]>
* script/console documentation
[49fe9a4 | Fri Dec 12 02:15:28 UTC 2008] Tim Morgan <[email protected]>
* Facets 2.5, DataMapper 0.9.8
[d5ef219 | Wed Nov 19 19:23:03 UTC 2008] Tim Morgan <[email protected]>
* For some reason I needed to do this to get it to work?
[18cb672 | Thu Oct 16 01:26:42 UTC 2008] Tim Morgan <[email protected]>
* DataMapper 0.9.6
[d71a23e | Wed Sep 03 17:16:58 UTC 2008] Tim Morgan <[email protected]>
* Finished DataMapper hacks spec
[770dc2c | Mon Oct 06 16:34:18 UTC 2008] Tim Morgan <[email protected]>
* Facets 2.4.5
[331c618 | Mon Sep 08 21:45:26 UTC 2008] Tim Morgan <[email protected]>
* Added throttling support (preliminary)
[fe4e65f | Mon Sep 08 20:27:49 UTC 2008] Tim Morgan <[email protected]>
* Bugfix for new facets with script/*
[793ddc4 | Fri Sep 05 20:06:17 UTC 2008] Tim Morgan <[email protected]>
* Facets 2.4.4 compatibility
[a50d402 | Sat Aug 30 06:10:36 UTC 2008] Tim Morgan <[email protected]>
* Using DataMapper 0.9.5
[a4f3d7d | Fri Aug 22 18:53:45 UTC 2008] Tim Morgan <[email protected]>
* Suppressing unnecessary docs
[1e58f99 | Fri Aug 22 02:23:36 UTC 2008] Tim Morgan <[email protected]>
* DataMapper 0.9.4 compatibility
[f338aab | Wed Aug 20 20:15:39 UTC 2008] Tim Morgan <[email protected]>
* Bugfix for new Facets
[fa46a07 | Wed Aug 20 20:15:23 UTC 2008] Tim Morgan <[email protected]>
* Bugfix for AL_ROOT in script/console
[edd8050 | Mon Aug 11 19:07:13 UTC 2008] Tim Morgan <[email protected]>
* Sends channel password on startup join (mgbp's fix) and also on rejoin after kick
[856b156 | Tue Jul 29 18:56:30 UTC 2008] Tim Morgan <[email protected]>
* Requiring DataMapper 0.9.2 support until I can find out why 0.9.3 doesn't work
[151b42e | Sun Jul 27 02:31:29 UTC 2008] Tim Morgan <[email protected]>
* Improvements for DataMapper migration rake task
[388292b | Sun Jul 27 01:58:42 UTC 2008] Tim Morgan <[email protected]>
* Added script/console
[e4c68c5 | Sun Jul 27 01:04:17 UTC 2008] Tim Morgan <[email protected]>
* Improvements to leaf hot-reloading: Now reloads all leaves by default; and you can name a specific leaf to reload
[a2e1d7a | Sun Jul 27 00:43:47 UTC 2008] Tim Morgan <[email protected]>
* Scorekeeper has open scoring by default now
[20764d0 | Fri Jul 25 17:48:35 UTC 2008] Tim Morgan <[email protected]>
* No longer requiring *_command methods to return responses
[b99d832 | Wed Jul 23 21:29:03 UTC 2008] Tim Morgan <[email protected]>
* Fixes for default daemon and daemon choosing
[e28fece | Wed Jul 23 21:19:33 UTC 2008] Tim Morgan <[email protected]>
* Bugfix for !commands and !quit
[761b1dc | Tue Jul 22 21:15:47 UTC 2008] Tim Morgan <[email protected]>
* Indentation fixes
[879b397 | Tue Jul 22 20:52:46 UTC 2008] Tim Morgan <[email protected]>
* mailto: is redundant in textile
[e5437ff | Mon Jul 21 21:42:05 UTC 2008] Tim Morgan <[email protected]>
* Possible bugfix for when render is called at the end of a method
[3072462 | Wed Jul 16 20:01:45 UTC 2008] Tim Morgan <[email protected]>
* Now chooses the correct view for aliased commands that return strings
[0c8fee9 | Wed Jul 16 04:09:17 UTC 2008] Tim Morgan <[email protected]>
* Tweaked ops auth docs
[0815f08 | Wed Jul 16 03:49:23 UTC 2008] Tim Morgan <[email protected]>
* Bugfixes for ForgetfulQueue
[f42b2ba | Wed Jul 16 02:35:10 UTC 2008] Tim Morgan <[email protected]>
* Added Leaf#alias_command method
[9b5e3cc | Wed Jul 16 02:31:43 UTC 2008] Tim Morgan <[email protected]>
* Bugfix for encoding/decoding CTCP messages
[0bde0a2 | Wed Jul 16 00:32:39 UTC 2008] Tim Morgan <[email protected]>
* Fixed intro to include info on setting up the DB schema
[74c31b4 | Tue Jul 15 21:36:51 UTC 2008] Tim Morgan <[email protected]>
* Doc updates for new auth module
[ea12698 | Tue Jul 15 21:10:50 UTC 2008] Tim Morgan <[email protected]>
* Fixed hostname-based authentication
[3735bc0 | Tue Jul 15 21:03:10 UTC 2008] Tim Morgan <[email protected]>
* Bugfix for sets in Ruby 1.8.6
[5d4924b | Tue Jul 15 20:59:26 UTC 2008] Tim Morgan <[email protected]>
* Script/generate updates for new auth module
[2ff6d71 | Fri Jul 11 08:19:36 UTC 2008] Tim Morgan <[email protected]>
* Authentication module mostly finished
[84df8a9 | Thu Jul 10 22:38:48 UTC 2008] Tim Morgan <[email protected]>
* Coder now rejects empty variable names
[0403b40 | Wed Jul 09 23:42:59 UTC 2008] Tim Morgan <[email protected]>
* ChannelLeaf now listens for invites to channels its stem is not a part of
[108f0d9 | Wed Jul 09 23:28:50 UTC 2008] Tim Morgan <[email protected]>
* Yet another bugfix in normalized_channel_name
[69b1adc | Wed Jul 09 20:12:00 UTC 2008] Tim Morgan <[email protected]>
* Empty doc directory
[01dba80 | Tue Jul 08 23:52:42 UTC 2008] Tim Morgan <[email protected]>
* More bugfixes for case-insensitive channels
[e691cd3 | Tue Jul 08 23:18:56 UTC 2008] Tim Morgan <[email protected]>
* Bugfix for switch from Arrays to Sets
[65f6c47 | Tue Jul 08 22:44:33 UTC 2008] Tim Morgan <[email protected]>
* Using Sets instead of Arrays where appropriate
[f215f4f | Tue Jul 08 20:59:22 UTC 2008] Tim Morgan <[email protected]>
* Just discovered an important consideration; documenting it
[a558bd4 | Tue Jul 08 08:07:55 UTC 2008] Tim Morgan <[email protected]>
* Added empty directories the correct way
[bc49540 | Sun Jul 06 16:57:35 UTC 2008] Tim Morgan <[email protected]>
* More doc updates, filename changes
[0d2d62f | Sat Jul 05 06:41:02 UTC 2008] Tim Morgan <[email protected]>
* More documentation updates for Autumn 3
[1bf60b4 | Sat Jul 05 06:03:57 UTC 2008] Tim Morgan <[email protected]>
* Documentation updates
[1b8a9f3 | Sat Jul 05 04:14:18 UTC 2008] Tim Morgan <[email protected]>
* Removed default DM database since it seems to be no longer necessary; small Scorekeeper change
[1555539 | Sat Jul 05 03:20:51 UTC 2008] Tim Morgan <[email protected]>
* Added leaf-level :root option; scorekeeper fix
[46ef8f7 | Sat Jul 05 01:54:48 UTC 2008] Tim Morgan <[email protected]>
* Forcing a shared directory by including a README
[e4247a3 | Sat Jul 05 01:38:18 UTC 2008] Tim Morgan <[email protected]>
* Added README to auto-generated leaves
[3ef38e5 | Sat Jul 05 01:26:03 UTC 2008] Tim Morgan <[email protected]>
* Incremented version to 2.0.4
[d1777ac | Sat Jul 05 01:23:40 UTC 2008] Tim Morgan <[email protected]>
* Rakefile updates; better leaf documentation
[30d84bd | Sat Jul 05 00:58:25 UTC 2008] Tim Morgan <[email protected]>
* Documentation updates
[1d4193d | Fri Jul 04 23:37:13 UTC 2008] Tim Morgan <[email protected]>
* Supports hot-reloading
[519e377 | Fri Jul 04 09:07:02 UTC 2008] Tim Morgan <[email protected]>
* Bugfix for render views and reloading
[6fd30be | Fri Jul 04 09:00:36 UTC 2008] Tim Morgan <[email protected]>
* Added \!commands command
[06bded0 | Fri Jul 04 08:55:52 UTC 2008] Tim Morgan <[email protected]>
* Made leaves.yml file optiona
[f185a31 | Fri Jul 04 08:40:08 UTC 2008] Tim Morgan <[email protected]>
* Doc updates for Autumn 3.0
[51d14eb | Fri Jul 04 07:13:36 UTC 2008] Tim Morgan <[email protected]>
* Added backwards compatibility for commands w/o views
[a2ff42d | Fri Jul 04 06:52:24 UTC 2008] Tim Morgan <[email protected]>
* More Ruby 1.9/1.8 fixes
[e6dbfd8 | Fri Jul 04 06:43:39 UTC 2008] Tim Morgan <[email protected]>
* Added non-complicated example bot
[c2948bd | Fri Jul 04 06:42:37 UTC 2008] Tim Morgan <[email protected]>
* More Ruby 1.9 fixes
[4e50e1f | Fri Jul 04 06:41:58 UTC 2008] Tim Morgan <[email protected]>
* Ruby 1.9 compat fixes; added
[6fb9401 | Fri Jul 04 06:32:56 UTC 2008] Tim Morgan <[email protected]>
* Bugfix for script/generator leaf controller class names
[04853d5 | Fri Jul 04 06:30:54 UTC 2008] Tim Morgan <[email protected]>
* Bugfix for load_shared_code
[c48352c | Fri Jul 04 06:02:50 UTC 2008] Tim Morgan <[email protected]>
* Added git support to scripts, updated for 3.0 dir layout
[c8ca929 | Fri Jul 04 05:29:43 UTC 2008] Tim Morgan <[email protected]>
* Added support for shared code
[e33f921 | Fri Jul 04 05:25:48 UTC 2008] Tim Morgan <[email protected]>
* Added leaf-global config.yml file
[e881418 | Fri Jul 04 03:52:32 UTC 2008] Tim Morgan <[email protected]>
* Using arbitrary log levels in season.yml
[f138a42 | Fri Jul 04 03:31:57 UTC 2008] Tim Morgan <[email protected]>
* Bugfix for Facets 2.4; logging of errors in synced stem methods
[e172d8a | Fri Jul 04 02:58:57 UTC 2008] Tim Morgan <[email protected]>
* Got Scorekeeper all nice and working now
[9414ede | Fri Jul 04 00:29:55 UTC 2008] Tim Morgan <[email protected]>
* Got Scorekeeper basics working + task improvements
[3228a68 | Thu Jul 03 23:53:00 UTC 2008] Tim Morgan <[email protected]>
* Got rake db:migrate working with current DataMapper
[b038f3e | Thu Jul 03 22:59:52 UTC 2008] Tim Morgan <[email protected]>
* Support database config strings
[03e390c | Thu Jul 03 22:55:08 UTC 2008] Tim Morgan <[email protected]>
* Bugfix in generator
[b3dfbf4 | Thu Jul 03 22:54:06 UTC 2008] Tim Morgan <[email protected]>
* Facets 2.4.1 updates
[e94b3fb | Thu Jul 03 22:41:34 UTC 2008] Tim Morgan <[email protected]>
* Bugfix in Leaf#database method
[2dc6c82 | Thu Jul 03 22:41:15 UTC 2008] Tim Morgan <[email protected]>
* Bugfixes for newer DataMapper and Facets
[a0e1e32 | Thu Jul 03 22:23:41 UTC 2008] Tim Morgan <[email protected]>
* Updated Rakefile for new file layout
[d5069e2 | Thu Jul 03 18:46:49 UTC 2008] Tim Morgan <[email protected]>
* Textile fixes
[c6d61e5 | Thu Jul 03 18:35:09 UTC 2008] Tim Morgan <[email protected]>
* Doc updates for Github and in general
[171ac47 | Mon Jun 30 01:41:38 UTC 2008] Tim Morgan <[email protected]>
* Bugfix for case-insenstive servers, and some inspect methods
[5ff327a | Mon Jun 30 01:06:59 UTC 2008] Tim Morgan <[email protected]>
* Bugfixes to make sample task work
[1230610 | Sun Jun 29 17:29:50 UTC 2008] Tim Morgan <[email protected]>
* Working example Rake task
[a4ac37d | Sun Jun 29 17:25:10 UTC 2008] Tim Morgan <[email protected]>
* Small improvements to shorten up Oshuma's code
[7c1d4ae | Sun Jun 29 05:50:17 UTC 2008] Dale Campbell <[email protected]>
* Small comment update.
[6d750e1 | Sun Jun 29 00:06:43 UTC 2008] Dale Campbell <[email protected]>
* Custom bot Rake tasks.
[ae1786e | Sat Jun 28 23:08:08 UTC 2008] Dale Campbell <[email protected]>
* Adding placeholder directories.
[a9448d5 | Sat Jun 28 02:45:50 UTC 2008] Tim Morgan <[email protected]>
* Removed testing bot
[826547c | Sat Jun 28 02:43:09 UTC 2008] Tim Morgan <[email protected]>
* Added gitignore file
[cc31830 | Sat Jun 28 02:42:18 UTC 2008] Tim Morgan <[email protected]>
* Removing log file
[e6a58d8 | Sat Jun 28 02:40:40 UTC 2008] Tim Morgan <[email protected]>
* Checking in what I have so far for autumn3
[859127a | Sat Jun 28 02:20:22 UTC 2008] Tim Morgan <[email protected]>
* Fix for command prefixes that are special regex characters
[2f14448 | Sat Jun 28 02:18:23 UTC 2008] Tim Morgan <[email protected]>
* Doc fix
[c516201 | Sat Jun 28 02:00:06 UTC 2008] Tim Morgan <[email protected]>
* Added vhost feature
[e10fae9 | Fri Jun 27 23:30:04 UTC 2008] Tim Morgan <[email protected]>
* Copy from SVN repo