Alexander D Brown
03e608ffb1
Added in a feature to remove underscores ('_') from the ends of nicks.
...
The aim of this feature is display the same messages for users logged in more that once under the same nick (it's common to see 'nick' and 'nick_', etc. for those with bad connections).
Of course there are users that won't conform to this, but short of messing around with hostnames it's the best I've got so far (perhaps ~qalias nick=alt_nick could be a future addition to this).
2011-11-10 19:36:01 +00:00
Alexander D Brown
0784e2c5be
Derp. Had 'tirm' instead of 'trim'.
2011-11-10 19:05:19 +00:00
Alexander D Brown
35679ac19e
Forgot the widly used ~keyname syntax in run.js
2011-11-10 18:59:25 +00:00
Alexander D Brown
4d53a481bd
Updated the case sensativity a bit.
...
My ultimate aim of having the database entries cased and then the code that gets them work out insensibly seems a little unrealistic as it's easier to lowercase the input rather than the keys in the DB. Maybe at a later date when I've looked at the database code.
Shouldn't affect any other modules as it's standalone (and no port issues this time).
2011-11-10 18:29:06 +00:00
Luke Slater
005523bc91
glee protection
2011-11-10 13:20:47 +00:00
Luke Slater
47ddeb8b50
glee protection
2011-11-10 13:17:44 +00:00
Luke Slater
9e3bbb31c9
Merge branch 'master' of github.com:reality/depressionbot
2011-11-10 13:15:05 +00:00
Luke Slater
5b1fce5767
glee protection
2011-11-10 13:14:50 +00:00
Luke Slater
7e5c5d3ca1
Merge pull request #8 from dafrancis/master
...
Image links are now images
2011-11-09 16:31:30 -08:00
Dafydd Francis
6d00638f00
Whoops too many ='s
2011-11-10 00:31:05 +00:00
Dafydd Francis
b742e82f56
Images. In *my* quote page? More likely than you think!
2011-11-10 00:25:19 +00:00
Luke Slater
d60038a852
Move listen port back to 443
2011-11-10 00:06:05 +00:00
Luke Slater
802279edca
Merge pull request #7 from SoftlySplinter/master
...
Web Module URL encoding.
2011-11-09 16:04:02 -08:00
Alexander D Brown
3e3de9bc00
Merge branch 'master' of github.com:SoftlySplinter/depressionbot
2011-11-09 23:59:28 +00:00
Alexander D Brown
52cdddf3f7
Added in URL support for the web interface.
...
The Jade templating code in `views/quotes.jade` will now check against the Regular Expression which has been added to `snippets.js` and is delivered to the template by `modules/web.js`.
The reguar expression used should be able to handle any URL and ensure no non-URL elements are made into URLs. It may be worth adding checking for 4XX error codes at a later date.
This shouldn't affect any of the other modules; features have only been added, not modified.
2011-11-09 23:51:01 +00:00
Luke Slater
5e039c814a
different join
2011-11-09 22:06:22 +00:00
Luke Slater
a057dbf85c
Merge branch 'master' of github.com:reality/depressionbot
2011-11-09 21:54:40 +00:00
Luke Slater
372c03f6af
Now uses an external configuration file.
2011-11-09 21:54:16 +00:00
Samuel Clements
cb6568d27d
CSS!
2011-11-08 20:51:34 +00:00
Samuel Clements
d917edf0ca
Even moar better.
...
<These commit messages are getting silly>
2011-11-08 20:49:31 +00:00
Samuel Clements
82c023c055
Better css
2011-11-08 20:45:35 +00:00
Samuel Clements
d8cac5fe95
Better list pages
2011-11-08 20:43:52 +00:00
Samuel Clements
cb8541ccb0
Fixes.
2011-11-08 20:32:35 +00:00
Samuel Clements
fd27c8a010
woot, a little bit more worky.
2011-11-08 20:28:46 +00:00
Samuel Clements
1b9fbdd894
Hopefully not another dumb error (TM).
2011-11-08 20:16:35 +00:00
Samuel Clements
885b56f09a
Fixed id instead of class bug.
2011-11-08 20:12:49 +00:00
Samuel Clements
9f2f343bdb
Cloudy quotelist page!
2011-11-08 20:10:55 +00:00
Samuel Clements
8107b72a1b
Should fix jade throwing silly errors at me.
2011-11-08 19:34:27 +00:00
Samuel Clements
6ebedfd451
Finished adding the stuff from afals userscript.
2011-11-08 19:07:30 +00:00
Luke Slater
851f510973
Should have fixed public folder path
2011-11-08 18:59:29 +00:00
Samuel Clements
e0dd59ac7d
Css should work easy now.
2011-11-08 18:52:59 +00:00
Samuel Clements
68a450edb4
Use plain css, should work better.
2011-11-08 18:45:40 +00:00
Samuel Clements
d3a4200ad9
Merge pull request #6 from ziaix/web
...
Should fixed /css error
2011-11-08 10:24:33 -08:00
Luke Slater
b02ad7f7a7
Fix npcs thingy whatever
2011-11-08 16:22:40 +00:00
Samuel Clements
d7bdbc7a52
Should fixed /css error
2011-11-08 15:48:52 +00:00
Luke Slater
3068d6120d
Merge pull request #5 from ziaix/web
...
Started improving the web interface.
2011-11-08 07:39:54 -08:00
Samuel Clements
87d2409574
Started improving the web interface.
2011-11-08 15:36:18 +00:00
Luke Slater
f49c947ef2
Merge pull request #4 from ziaix/patch-links
...
Added ~link command. Links to the quote list page for that category.
2011-11-08 05:55:06 -08:00
Samuel Clements
bb0af1951e
Added ~link command. Links to the quote list page for that category.
2011-11-08 13:42:22 +00:00
Luke Slater
23653665c2
valmatch correction
2011-11-04 16:37:21 +00:00
Luke Slater
119d0b306e
correct other peoples spelling
2011-11-04 16:34:36 +00:00
Luke Slater
f995564dbe
more kicks
2011-11-03 01:48:47 +00:00
Luke Slater
e60465cfc1
spelling correct chaining
2011-11-01 17:48:13 +00:00
Luke Slater
8f48ce5289
modehate kick
2011-11-01 16:26:16 +00:00
Luke Slater
a4a8471ab5
**
2011-10-31 17:13:41 +00:00
Luke Slater
130363c991
**
2011-10-31 17:11:40 +00:00
Luke Slater
fd9366e4f9
**
2011-10-31 17:10:25 +00:00
Luke Slater
b9d7ff19ed
herp fix
2011-10-31 17:09:41 +00:00
Luke Slater
e0dee27658
**
2011-10-31 17:07:14 +00:00
Luke Slater
8a959a62b8
meant
2011-10-26 20:56:52 +01:00