Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | util.timer: More small fixes I forgot to commit | Matthew Wild | 2009-02-26 | 1 | -4/+2 | |
| | | ||||||
| * | util.timer: Fix crash when loaded but no tasks set, fix skipping some tasks ↵ | Matthew Wild | 2009-02-26 | 1 | -7/+13 | |
| | | | | | | | | when multiple set, and one removed | |||||
| * | util.multitable: Add mt:search(), use nil for wildcard keys | Matthew Wild | 2009-02-26 | 1 | -0/+49 | |
| | | ||||||
| * | Better handling of found, but unloadable, core libraries (eg. undefined symbols) | Matthew Wild | 2009-02-26 | 1 | -6/+24 | |
| | | ||||||
| * | core.xmlhandlers: Optimise completed stanza logic | Matthew Wild | 2009-02-26 | 1 | -11/+13 | |
| | | ||||||
| * | net/xmppclient_listener: Add some logging and handle unestablished sessions ↵ | Matthew Wild | 2009-02-26 | 1 | -2/+3 | |
| | | | | | | | | error'ing | |||||
| * | mod_register: Fixed an error happening during account deletion | Waqas Hussain | 2009-02-23 | 1 | -1/+1 | |
| | | ||||||
| * | MUC: Added copyright notice | Waqas Hussain | 2009-02-21 | 1 | -0/+7 | |
| | | ||||||
| * | MUC: Replaced some duplicate code | Waqas Hussain | 2009-02-21 | 1 | -19/+4 | |
| | | ||||||
| * | MUC: Removed commented and unused code | Waqas Hussain | 2009-02-21 | 1 | -68/+1 | |
| | | ||||||
| * | Added util/timer.lua - a timer API | Waqas Hussain | 2009-02-21 | 1 | -0/+47 | |
| | | ||||||
| * | MUC: Workaround for a Gajim bug (it includes <x ↵ | Waqas Hussain | 2009-02-20 | 1 | -1/+1 | |
| | | | | | | | | xmlns='http://jabber.org/protocol/muc'/> in nick change presences) | |||||
| * | MUC: Use util.stanza.clone instead of pre/deserialize for cloning stanzas | Waqas Hussain | 2009-02-20 | 1 | -5/+5 | |
| | | ||||||
| * | util/stanza: Added clone function | Waqas Hussain | 2009-02-20 | 1 | -1/+20 | |
| | | ||||||
| * | MUC: Syntax error in last commit - this is lua :) | Waqas Hussain | 2009-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | MUC: Throw an error if we try talking to ourselves | Waqas Hussain | 2009-02-20 | 1 | -0/+1 | |
| | | ||||||
| * | core.presencemanager: Set 'from' attribute on outgoing unavailable directed ↵ | Matthew Wild | 2009-02-19 | 1 | -7/+10 | |
| | | | | | | | | presences | |||||
| * | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-02-19 | 2 | -7/+17 | |
| |\ | ||||||
| | * | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-02-19 | 2 | -7/+17 | |
| | |\ | ||||||
| | | * | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-02-18 | 2 | -7/+17 | |
| | | |\ | ||||||
| | | | * | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-02-18 | 2 | -7/+17 | |
| | | | |\ | ||||||
| | | | | * | mod_bosh: Possible fix for invalid key to next crash | Matthew Wild | 2009-02-18 | 1 | -5/+13 | |
| | | | | | | ||||||
| | | | | * | net.server: Fix some more potential nil handler accesses | Matthew Wild | 2009-02-18 | 1 | -2/+4 | |
| | | | | | | ||||||
| * | | | | | MUC: Bug fixes and workarounds | Waqas Hussain | 2009-02-19 | 1 | -30/+40 | |
| |/ / / / | ||||||
| * / / / | MUC: Logging - logger doesn't like nils | Waqas Hussain | 2009-02-19 | 1 | -1/+1 | |
| |/ / / | ||||||
| * / / | MUC: Added logging | Waqas Hussain | 2009-02-19 | 1 | -0/+11 | |
| |/ / | ||||||
| * | | MUC: Various fixes | Waqas Hussain | 2009-02-18 | 1 | -11/+16 | |
| | | | ||||||
| * | | MUC: Fixed: Presence for user joining the roomi was sent twice to the user | Waqas Hussain | 2009-02-17 | 1 | -1/+1 | |
| |/ | ||||||
* | | Make the code actually build. | Tobias Markmann | 2009-02-22 | 1 | -13/+13 | |
| | | ||||||
* | | Added missing code. | Tobias Markmann | 2009-02-22 | 1 | -1/+28 | |
| | | ||||||
* | | Adding setrlimits() binding. | Tobias Markmann | 2009-02-22 | 1 | -0/+82 | |
|/ | ||||||
* | Merge from waqas | Matthew Wild | 2009-02-16 | 3 | -30/+174 | |
|\ | ||||||
| * | MUC: Made vCards work by redirecting vCard requests to bare JIDs | Waqas Hussain | 2009-02-16 | 1 | -1/+3 | |
| | | ||||||
| * | MUC: Kick participants sending error messages to other participants | Waqas Hussain | 2009-02-16 | 1 | -2/+12 | |
| | | ||||||
| * | MUC: Private stanzas (private messages, IQs, etc) | Waqas Hussain | 2009-02-16 | 1 | -2/+10 | |
| | | ||||||
| * | MUC: Presence and message stanzas now fully work (status messages, xhtml-im, ↵ | Waqas Hussain | 2009-02-16 | 1 | -24/+133 | |
| | | | | | | | | etc) | |||||
| * | Added tests/run_tests.bat for running tests on Windows | Waqas Hussain | 2009-02-13 | 1 | -0/+10 | |
| | | ||||||
| * | Fixed tests/test.lua to work on Windows | Waqas Hussain | 2009-02-13 | 1 | -2/+7 | |
| | | ||||||
| * | Logging format improvement | Waqas Hussain | 2009-02-13 | 1 | -6/+1 | |
| | | ||||||
* | | Merge waqas with waqas | Matthew Wild | 2009-02-16 | 1 | -6/+1 | |
|\ \ | ||||||
| * | | Logging format improvement | Waqas Hussain | 2009-02-13 | 1 | -6/+1 | |
| | | | ||||||
* | | | util.pposix: Add getuid/setuid (we don't use them yet) | Matthew Wild | 2009-02-15 | 1 | -1/+80 | |
| | | | ||||||
* | | | mod_version: Operating system detection. Disable with hide_os_type = true in ↵ | Matthew Wild | 2009-02-15 | 1 | -1/+18 | |
| | | | | | | | | | | | | config | |||||
* | | | Add -Wall to default CFLAGS | Matthew Wild | 2009-02-15 | 1 | -2/+2 | |
| | | | ||||||
* | | | Adding TODO notice on UUIDs for usage with SASL ANONYMOUS. | Tobias Markmann | 2009-02-14 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merging with tip. | Tobias Markmann | 2009-02-14 | 2 | -7/+24 | |
|\ \ \ | ||||||
| * | | | Use $CC, $LD in Makefile. Add --c-compiler, --linker flags to ./configure ↵ | Matthew Wild | 2009-02-14 | 2 | -7/+24 | |
| | |/ | |/| | | | | | | | script. Add --lflags to ./configure script. Thanks to Lorenzo for the initial patch! | |||||
* / | | Adding inital support for ANONYMOUS mechanism in SASL. | Tobias Markmann | 2009-02-14 | 2 | -1/+13 | |
|/ / | ||||||
* | | Add tests for util.multitable | Matthew Wild | 2009-02-13 | 1 | -0/+62 | |
| | | ||||||
* | | util.pposix: Fix incompatible pointer type compiler warnings | Matthew Wild | 2009-02-13 | 1 | -5/+6 | |
| | |