mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-09 20:11:00 +00:00
+
This commit is contained in:
parent
0bc9030a26
commit
79eb39f12c
11
CHANGESTODO
11
CHANGESTODO
@ -30,10 +30,6 @@ ________________________________________________________________________
|
|||||||
ERQ could not resolve "symlynX".
|
ERQ could not resolve "symlynX".
|
||||||
(it tries to resolve the irc:nick)
|
(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
|
|
||||||
|
|
||||||
- "invalid context" errors happen where local rooms send _context
|
- "invalid context" errors happen where local rooms send _context
|
||||||
as string uniform while local users expect the object pointer. huh?
|
as string uniform while local users expect the object pointer. huh?
|
||||||
|
|
||||||
@ -3938,3 +3934,10 @@ edit.i now renamed into render.i because it renders psyc packets
|
|||||||
=== 201105 ============================================================
|
=== 201105 ============================================================
|
||||||
net/spyc net/psyc
|
net/spyc net/psyc
|
||||||
tg added support for libpsyc aka PSYC syntax according to spec!
|
tg added support for libpsyc aka PSYC syntax according to spec!
|
||||||
|
=== 2013, 2014 ========================================================
|
||||||
|
various "onion" mods to support Tor hidden services
|
||||||
|
psyc federation over tor would however require further work
|
||||||
|
(and still doesn't address the many problems of federation)
|
||||||
|
=== 201509 ============================================================
|
||||||
|
- fixed autojoin bug for psyc, telnet and webchat users
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#else
|
#else
|
||||||
# define AUTODETECT 0
|
# define AUTODETECT 0
|
||||||
# ifdef SPYC_PATH
|
# ifdef SPYC_PATH
|
||||||
# echo PSYC 1.0 will not work: libpsyc is not enabled in driver.
|
# echo libpsyc is not enabled in driver. Using old protocol parser instead.
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user