| age |
author |
description |
| Mon, 12 Jan 2009 03:22:16 +0000 |
Jon Neal |
Missed the expat -dev package |
| Mon, 12 Jan 2009 03:19:03 +0000 |
Arc Riley |
alphabetical order |
| Mon, 12 Jan 2009 03:17:53 +0000 |
Jon Neal |
More INSTALL file touchups |
| Mon, 12 Jan 2009 02:49:37 +0000 |
Jon Neal |
Added INSTALL file, still needs final touches. |
| Sun, 11 Jan 2009 23:46:06 +0000 |
Arc Riley |
move conChannel to utils.h for now |
| Sun, 11 Jan 2009 23:12:04 +0000 |
Arc Riley |
renamed utility functions corcord* |
| Sat, 10 Jan 2009 06:36:23 +0000 |
Arc Riley |
switch to cElementTree, why isn't this the standard? |
| Sat, 10 Jan 2009 04:55:02 +0000 |
Arc Riley |
* fixed conSearchAttributes function to return NULL when attribute not found |
| Sat, 10 Jan 2009 04:02:10 +0000 |
Arc Riley |
now typechecks callback returns to do the right thing (ie, not segfault) |
| Fri, 09 Jan 2009 23:04:06 +0000 |
Arc Riley |
a partial example of in-band registration |
| Fri, 09 Jan 2009 17:07:34 +0000 |
Arc Riley |
changed conCore_queueSourceFuncs to static |
| Fri, 09 Jan 2009 17:01:35 +0000 |
Arc Riley |
Signifigantly cleaned up and streamlined the queueSend source creation |
| Fri, 09 Jan 2009 10:19:52 +0000 |
Arc Riley |
callback can now respond |
| Fri, 09 Jan 2009 09:33:57 +0000 |
Arc Riley |
added conPyUnicodeToUTF8 to convert either UCS2 or UCS4 to UTF8 |
| Fri, 09 Jan 2009 04:44:30 +0000 |
Arc Riley |
finished the work DavidCzech just did on signal handling, added comments |
| Fri, 09 Jan 2009 04:27:36 +0000 |
David Czech |
Loop stuff |
| Fri, 09 Jan 2009 03:50:28 +0000 |
Arc Riley |
added simple example with a callback |
| Fri, 09 Jan 2009 03:47:57 +0000 |
Arc Riley |
now supports callback for received data (no sending from callback yet) |
| Thu, 08 Jan 2009 20:16:43 +0000 |
Arc Riley |
* now recompiles <iq/> <message/> & <presence/> tags for routing or callback |
| Thu, 08 Jan 2009 20:14:53 +0000 |
Arc Riley |
* consolidated CON_E_IQ CON_E_MESSAGE and CON_E_PRESENCE to CON_E_CLIENT |
| Thu, 08 Jan 2009 06:59:24 +0000 |
Arc Riley |
* added element chardata storage to new session String (ebuff) |
| Thu, 08 Jan 2009 06:57:15 +0000 |
Arc Riley |
* added ebuff (element chardata buffer) |
| Thu, 08 Jan 2009 06:11:56 +0000 |
Arc Riley |
* start of element parsing framework |
| Thu, 08 Jan 2009 06:09:29 +0000 |
Arc Riley |
added conSearchAttributes function |
| Thu, 08 Jan 2009 02:33:49 +0000 |
Arc Riley |
splits element from namespace, starting work on sasl session |
| Wed, 07 Jan 2009 21:01:48 +0000 |
Arc Riley |
added libgsasl to libraries list |
| Wed, 07 Jan 2009 20:25:42 +0000 |
Arc Riley |
gsasl context init and free |
| Wed, 07 Jan 2009 19:29:58 +0000 |
Arc Riley |
switched to full namespace parser (XML_ParserCreateNS) |
| Wed, 07 Jan 2009 19:14:02 +0000 |
Arc Riley |
removed trailing spaces |
| Wed, 07 Jan 2009 18:51:33 +0000 |
Arc Riley |
added gsasl, minor cleanup and added comments |
| Wed, 07 Jan 2009 16:34:37 +0000 |
Arc Riley |
* replaced asprintf with g_string_printf for windows compatibility |
| Wed, 07 Jan 2009 05:08:25 +0000 |
Arc Riley |
added comments and formatting |
| Wed, 07 Jan 2009 05:07:27 +0000 |
Arc Riley |
* added new buffered channel send functionality (via conCore_sessionSend) |
| Wed, 07 Jan 2009 05:04:56 +0000 |
Arc Riley |
split conAddWatch() from conAddSocket() so new IO watches can be added |
| Tue, 06 Jan 2009 19:01:34 +0000 |
Arc Riley |
Added character data callback for username processing |
| Tue, 06 Jan 2009 18:42:49 +0000 |
Arc Riley |
Responds to xmpp-client stream start |
| Tue, 06 Jan 2009 05:46:26 +0000 |
Arc Riley |
very basic XML steam processing now using expat |
| Tue, 06 Jan 2009 05:45:53 +0000 |
Arc Riley |
minor cleanup, added expat as library |
| Tue, 06 Jan 2009 01:26:19 +0000 |
Arc Riley |
creates Session hashtable, reads data from sockets to screen |
| Tue, 06 Jan 2009 01:25:35 +0000 |
Arc Riley |
new conAddSocket function made from Core socket/channel creation code |
| Sun, 04 Jan 2009 18:59:25 +0000 |
Arc Riley |
Attempted fix for windows |
| Sun, 04 Jan 2009 08:28:38 +0000 |
Arc Riley |
Fixing compiler warning |
| Sun, 04 Jan 2009 07:11:17 +0000 |
Arc Riley |
New connections are now resolved |
| Sun, 04 Jan 2009 06:24:02 +0000 |
David Czech |
Another Windows Specific Fix |
| Sun, 04 Jan 2009 05:47:44 +0000 |
Arc Riley |
Wrapping get/set functions to workaround windows build errors |
| Sun, 04 Jan 2009 05:40:57 +0000 |
David Czech |
Adjustments for building on windows |
| Sun, 04 Jan 2009 05:03:50 +0000 |
Arc Riley |
Added basic GMainLoop functionality |
| Sun, 04 Jan 2009 00:09:52 +0000 |
Arc Riley |
Initialize glib threading, link the glib libraries |
| Sat, 03 Jan 2009 23:49:31 +0000 |
Arc Riley |
Commented module init function |
| Sat, 03 Jan 2009 22:39:36 +0000 |
Arc Riley |
Added comments for tuple parsing and opensocket |
| Sat, 03 Jan 2009 22:18:55 +0000 |
Arc Riley |
Further network code cleanup and comments |
| Sat, 03 Jan 2009 21:50:34 +0000 |
Arc Riley |
More network code cleanup, no longer leaks resinfo on bind/listen failure |
| Sat, 03 Jan 2009 21:21:10 +0000 |
Arc Riley |
Cleaned up network code, added many comments |
| Sat, 03 Jan 2009 06:09:20 +0000 |
Arc Riley |
Now opens listening sockets with full ipv4/ipv6 address resolution |
| Fri, 02 Jan 2009 16:23:47 +0000 |
Arc Riley |
* replaced depreciated conCore_setattr with conCore_setattro |
| Fri, 02 Jan 2009 15:34:30 +0000 |
Arc Riley |
Core type creation now handled mostly proper, dir() no longer segfaults |
| Fri, 02 Jan 2009 07:44:26 +0000 |
Arc Riley |
concordance.Core is now available, though segfaults on dir() |
| Fri, 02 Jan 2009 04:41:03 +0000 |
Arc Riley |
Basic module initialization |
| Thu, 01 Jan 2009 17:50:48 +0000 |
Arc Riley |
Basic setup script and directory structure |
| Thu, 01 Jan 2009 17:04:51 +0000 |
Arc Riley |
Creating new project, a XMPP/Jingle server |