diff --git a/CHANGESTODO b/CHANGESTODO index cf904f2..dcd7a1d 100644 --- a/CHANGESTODO +++ b/CHANGESTODO @@ -6,9 +6,22 @@ vim:nosmarttab:syntax=diff ________________________________________________________________________ == SERIOUS!!! ========================================================== ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ -- large submissions into scratchpad can crash the driver +- /m freenode:symlynx hey + Sorry, _message_private is not supported by the IRC gateway. + huh? wasn't that once the point to make them? debug... +- msg from irc to remote psyc user doesn't work: + ERQ could not resolve "symlynX". + (it tries to resolve the irc:nick) + +- psyced's memory of places joined is weird -- and neither the default + place from psyced.ini, nor the autojoin rooms in the irc client seem + to make a difference + +LPC +- large submissions into scratchpad can crash the driver - configure script fails on libidn now being in glibc +- buffer stuff in erq ________________________________________________________________________ == NEXT RELEASE ======================================================== ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ @@ -1493,14 +1506,6 @@ mapping rvars msg(source, mc, data, vars, rvars); ________________________________________________________________________ > GATEBOT / IRCGATE / etc ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ -- /m freenode:symlynx hey - Sorry, _message_private is not supported by the IRC gateway. - huh? wasn't that once the point to make them? debug... - -- msg from irc to remote psyc user doesn't work: - ERQ could not resolve "symlynX". - (it tries to resolve the irc:nick) - - MAUR: psyc dont send jid disconnect on nickchange and/or quit? - reconnect? - MAUR: I set a crontab to HUP ldmud diff --git a/bin/todo2csv b/utility/todo2csv similarity index 100% rename from bin/todo2csv rename to utility/todo2csv diff --git a/world/net/http/library.i b/world/net/http/library.i index b3888ed..37c022c 100644 --- a/world/net/http/library.i +++ b/world/net/http/library.i @@ -216,7 +216,7 @@ varargs string make_query_string(mapping params, int sort) { return q; } -checkToken(mapping query) { +object checkToken(mapping query) { string nick; object user; if (nick = query["user"]) user = find_person(nick);