summaryrefslogtreecommitdiffstats
path: root/src/jabber_whiteboard (follow)
Commit message (Collapse)AuthorAgeFilesLines
* work on whiteboarddaleharvey2006-09-042-8/+12
| | | (bzr r1689)
* ignore transform messagesdaleharvey2006-09-044-9/+26
| | | (bzr r1684)
* quick bug fix to whiteboarddaleharvey2006-09-042-13/+15
| | | (bzr r1677)
* whiteboard working prototypedaleharvey2006-09-0410-52/+212
| | | (bzr r1676)
* Update to inkboarddaleharvey2006-08-315-16/+91
| | | (bzr r1663)
* inkboard-session now sends all changes to the documentdaleharvey2006-08-158-128/+99
| | | (bzr r1602)
* Changes to the document are registered through inkboard-session, ↵daleharvey2006-08-1313-73/+266
| | | | | inkboard-node extends simplenode and allows us to store whiteboard specific information for each node (bzr r1593)
* initial keynodetable workdaleharvey2006-08-068-58/+89
| | | (bzr r1570)
* finalising session establishmentdaleharvey2006-08-045-69/+55
| | | (bzr r1559)
* empty messages are passed onto all listeners in pedro, gui ignores such messagesdaleharvey2006-08-034-17/+20
| | | (bzr r1553)
* work on jabber_whiteboarddaleharvey2006-08-033-77/+98
| | | (bzr r1550)
* added StateHandling to whiteboarddaleharvey2006-08-035-65/+166
| | | (bzr r1545)
* refactored session establishmentdaleharvey2006-08-0211-668/+275
| | | (bzr r1541)
* restructuring whiteboarddaleharvey2006-07-312-4/+1
| | | (bzr r1534)
* handling recieved messagesdaleharvey2006-07-314-40/+97
| | | (bzr r1521)
* restructuring session-managerdaleharvey2006-07-304-87/+4
| | | (bzr r1520)
* more session establishmentdaleharvey2006-07-305-25/+23
| | | (bzr r1517)
* merged with definesdaleharvey2006-07-301-157/+0
| | | (bzr r1516)
* working on session establishmentdaleharvey2006-07-309-58/+56
| | | (bzr r1515)
* update to whiteboard, merged typedefs / defines and constantsdaleharvey2006-07-2916-324/+325
| | | (bzr r1512)
* Refactoring Session Establishmentdaleharvey2006-07-266-24/+102
| | | (bzr r1481)
* added sendProtocoldaleharvey2006-07-252-0/+35
| | | (bzr r1478)
* session can be initlialised with a current document which is copied into the ↵daleharvey2006-07-251-17/+45
| | | | | inkboard document (bzr r1475)
* added choose desktop dialog during intialising a whiteboard sessiondaleharvey2006-07-204-8/+205
| | | (bzr r1439)
* added gui code for whiteboarddaleharvey2006-07-082-2/+80
| | | (bzr r1376)
* added a copy of pedrogui to jabber_whiteboard for custom developmentdaleharvey2006-07-074-1/+3668
| | | (bzr r1374)
* removed string localisationdaleharvey2006-07-022-2/+2
| | | (bzr r1338)
* minor change to svgtoepsdaleharvey2006-06-251-0/+1
| | | (bzr r1291)
* added protocol documents to jabber_whiteboarddaleharvey2006-06-2514-0/+2833
| | | (bzr r1290)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-2369-14077/+2130
| | | (bzr r1268)
* applied JID patch by Alexander Darovsky David Yip2006-05-292-4/+16
| | | | | (see https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1495414&group_id=93438) (bzr r1056)
* whiteboard now works on jep compliant servers only, aka wildfiredaleharvey2006-05-241-9/+12
| | | (bzr r1001)
* added functionality to for users to register jabber accounts within the ↵daleharvey2006-05-182-20/+151
| | | | | whiteboard->connect dialog (bzr r884)
* Users Jid is now stored in session data, which is used in from attributes. ↵daleharvey2006-05-106-13/+19
| | | | | lm_connection_set_jid is now not called, which allows authentication against jabber.org (bzr r805)
* removed resource name from self's jid, allowing authentication against ↵daleharvey2006-05-081-1/+1
| | | | | jabber.org (bzr r777)
* removed Pedro build linesDavid Yip2006-05-081-4/+0
| | | (bzr r774)
* Persist User / Server / ChatServer name across succesful sessions (Given By ↵daleharvey2006-05-083-0/+20
| | | | | Botty) (bzr r773)
* Short term change to allow inkboard to participate in muc at least on ↵daleharvey2006-05-051-1/+1
| | | | | gristle.org (bzr r742)
* * src/jabber_whiteboard/pedrodom.cpp: Compile fix for Mac OS.mjwybrow2006-05-041-1/+3
| | | (bzr r722)
* Newer filesBob Jamison2006-05-044-80/+186
| | | (bzr r720)
* removed lm_initialize calls and supporting infrastructure; loudmouth 1.1.1 ↵David Yip2006-05-031-5/+10
| | | | | does not require it for Win32 operation (bzr r712)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-175-10/+10
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* SP_DT_DOCUMENT -> sp_desktop_documentDavid Yip2006-04-172-4/+4
| | | (bzr r531)
* from Dale Harvey and Aaron Spike: fixes to overly-general "mouse down" David Yip2006-04-021-2/+2
| | | | | detection logic in connect request receive code (bzr r398)
* shared_ptr -> ptr_sharedMenTaLguY2006-03-156-18/+18
| | | (bzr r240)
* closed up denial-of-service attack vector (ironically located in an David Yip2006-02-131-2/+6
| | | | | | input verification routine). This could have been used to trivially terminate Inkboard users' sessions (bzr r133)
* Fix for bug #1352522 (Inkboard: problem when invited person invites you ↵David Yip2006-02-103-2/+43
| | | | | | | back). I'm not marking it as CLOSED because there's still some testing left to do, but I think this should nail it. (bzr r113)
* share_static -> share_static_stringMenTaLguY2006-02-081-4/+4
| | | (bzr r104)
* * src/jabber_whiteboard/message-utilities.h,mjwybrow2006-02-074-17/+18
| | | | | | | | | | | src/jabber_whiteboard/serializer.cpp, src/jabber_whiteboard/deserializer.cpp, src/jabber_whiteboard/message-utilities.cpp, src/ui/dialog/whiteboard-connect.cpp: Some fixes to allow the codebase to compile with Inkboard support after the recent Util::shared_ptr<> and Dialog::present() changes. (bzr r100)
* replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY2006-02-067-31/+31
| | | (bzr r87)