net.server_event: Add set_send() for compatibility with server_select
[prosody.git] / util /
2009-11-25 Matthew WildMerge with 0.6
2009-11-25 Matthew Wildutil.serialization: Correctly serialize tables with...
2009-11-25 Matthew WildMerge with trunk
2009-11-25 Matthew WildMerge with 0.6
2009-11-25 Florian Zeitzutil.dataforms: Don't require type when parsing form XML
2009-11-25 Tobias MarkmannSASL: Using locally mapped s_gmatch instead of unavaila...
2009-11-25 Matthew WildMerge with trunk
2009-11-25 Matthew WildMerge with Tobias's SASL redesign branch
2009-11-25 Matthew WildMerge with 0.6
2009-11-25 Matthew Wildutil.dependencies: Log an error if the current version...
2009-11-25 Matthew WildMerge with 0.6 on prosody.im
2009-11-23 Matthew WildMerge with trunk
2009-11-23 Matthew WildMerge with 0.6
2009-11-23 Matthew Wildutil.datamanager: Replace popen(mkdir) with lfs.mkdir...
2009-11-23 Matthew Wildutil.dependencies: Missed a Debian/
2009-11-23 Matthew Wildutil.dependencies: Clearer message, add homepages,...
2009-11-23 Matthew Wildutil.dependencies: Add LuaFileSystem as a hard dependency
2009-11-23 Matthew WildMerge with trunk
2009-11-23 Waqas HussainMerged with 0.6.
2009-11-23 Waqas Hussainutil.serialization: Replaced commas with semi-colons...
2009-11-23 Waqas Hussainutil.serialization: Concise output for empty tables.
2009-11-23 Matthew Wildutil.dependencies: Make the commands line up properly...
2009-11-21 Matthew Wildutil.timer: Fix libevent timers (event.base doesn't...
2009-11-21 Matthew Wildutil.timer: Use libevent for lightweight timers if...
2009-11-19 Tobias MarkmannMerge with trunk.
2009-11-19 Tobias MarkmannReduce needed roundtrips during DIGEST-MD5 login.
2009-11-19 Tobias MarkmannAdding some human readable error messages.
2009-11-19 Tobias MarkmannFail if username or password don't pass SASLprep.
2009-11-19 Tobias MarkmannTypo.
2009-11-18 Tobias MarkmannHandle , and = in usernames for SCRAM.
2009-11-18 Tobias MarkmannCleaning up.
2009-11-18 Tobias MarkmannTidying up.
2009-11-18 Tobias MarkmannEnable restriction of supported mechanisms in the SASL...
2009-11-18 Tobias MarkmannSASLprep authentication and password in SASL PLAIN...
2009-11-18 Tobias MarkmannSASLprep usernames and passwords.
2009-11-18 Matthew Wildutil.sasl: Add COMPAT comment
2009-11-18 Waqas Hussainutil.sasl: Added compatibility workaround for jwchat...
2009-11-17 Tobias MarkmannMaking interop with libpurple. (Thanks darkrain).
2009-11-17 Tobias MarkmannAdd check for forbidden char sequences in validate_user...
2009-11-17 Tobias MarkmannCompleted SCRAM-SHA-1 implementation to a ready-to...
2009-11-17 Tobias MarkmannAdded missing require for generate_uuid.
2009-11-16 Tobias MarkmannInitial commit of SCRAM SASL mechanism.
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-11-13 Tobias MarkmannAdding a note for possible round trip savings.
2009-11-13 Tobias MarkmannAdding support for digest-md5 profile in DIGEST-MD5...
2009-11-13 Tobias MarkmannChange of the digest-md5 profile.
2009-11-13 Tobias MarkmannBroken DIGEST-MD5 client support again.
2009-11-13 Tobias MarkmannAdd support for plain profile in digest-md5 implementation.
2009-11-13 Tobias MarkmannGetting PLAIN mechanism work with the new API.
2009-11-13 Waqas Hussainutil.sasl: Improved a log message.
2009-11-13 Waqas Hussainutil.sasl: Allow authzid=username (for compatibility...
2009-11-12 Waqas Hussainutil.sasl: Return proper error when client provides...
2009-11-12 Tobias MarkmannMove each mechanism in an own file.
2009-11-12 Waqas HussainChanged separator between attribute names and prefixes...
2009-11-06 Matthew WildMerge with trunk
2009-11-06 Florian Zeitzutil.dataforms: Support for jid-multi field type
2009-10-30 Florian Zeitzutil.dataforms: Only add value to rendered form if...
2009-10-21 Matthew Wildutil.require: Yes hg, I really did want to remove it...
2009-10-17 Matthew Wildutil.stanza: Don't add xmlns to tags when serializing...
2009-10-17 Matthew Wildutil.require: A replacement for Lua's require/module...
2009-10-17 Matthew Wildutil.helpers: Add copyright header
2009-10-16 Matthew Wildutil.helpers: Add get_upvalue(function, name) helper
2009-10-16 Matthew Wildutil.dataforms: Incorporate slightly modified patch...
2009-10-13 Matthew WildMerge with 0.5
2009-10-13 Waqas HussainMerge with 0.5
2009-10-10 Matthew Wildutil.dataforms: Small fix to allow generating forms...
2009-10-10 Matthew Wildutil.dataforms: Support for jid-single field type espec...
2009-10-08 Matthew Wildutil.stanza: Remove silly dependency on util.logger
2009-10-08 Matthew Wildutil.array: Oh no it isn't!
2009-10-06 Matthew Wildutil.stanza: Soften dependency on util.termcolours
2009-10-06 Matthew Wildutil.stanza: Make xml_escape publicly accessible
2009-10-05 Matthew WildMerge with 0.5
2009-10-05 Matthew Wildutil.array: Small logic fix for array:filter()
2009-10-05 Matthew WildMerge with 0.5
2009-10-05 Matthew Wildutil.array: Fix for array:filter() (in-place filtering)
2009-10-05 Matthew Wildutil.array: Fix for array:filter() (in-place filtering)
2009-10-05 Matthew WildMerge with 0.5
2009-10-05 Matthew Wildutil.array: Per-array methods now always mutate the...
2009-10-05 Matthew Wildutil.array: Per-array methods now always mutate the...
2009-10-04 Matthew Wildutil.stanza: Add __type to metatable
2009-10-03 Matthew Wildutil.timer: Pass current_time to timer callbacks
2009-10-02 Matthew WildMerge with 0.5
2009-10-02 Matthew Wildutil.muc: Fix location of <x> element on error replies
2009-09-20 Matthew WildMerge with 0.5
2009-09-20 Matthew WildMerge with 0.5
2009-09-20 Matthew Wildutil.helpers: It would be a good idea to fire an event...
2009-09-09 Waqas HussainRemoved util.muc (replaced by new MUC plugin library)
2009-09-05 matthew@silverMerge with 0.5
2009-09-05 Waqas Hussaindatamanager: Fixed logging errors on deletion of datast...
2009-08-28 Tobias MarkmannFail if mechanism has already been selected.
2009-08-28 Tobias MarkmannStore stage in SASL object.
2009-08-28 Tobias MarkmannImporting SASL Digest-MD5 code. Now for real.
2009-08-28 Tobias MarkmannImporting SASL Digest-MD5 code.
2009-08-28 Tobias MarkmannList RFC numbers.
2009-08-28 Tobias MarkmannAllow ampersands in passwords for SASL PLAIN mechanism.
2009-08-28 Tobias MarkmannMaking mod_saslauth use the new SASL API.
2009-08-27 Tobias MarkmannAdjust SASL PLAIN mechanism to the new API.
2009-08-20 Matthew WildMerge with 0.5
2009-08-20 Matthew WildUncertain merge with 0.5's SASL
2009-08-20 Matthew Wildutil.sasl: Fix 2 global sets (one a tpyo)
next