summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2003-10-28- remove deprecated setMonitorMode() API. Use setMode( "monitor" ) now.mickeyl4-55/+107
- monitor mode now tries to use the standard IW_MODE_MONITOR first. If that doesn't work, it falls back to using proprietary iwpriv commands
2003-10-23misc changesmickeyl7-66/+115
2003-10-21- more work on scanningmickeyl4-3/+164
- start OStation class representing a network node
2003-10-21add clear text debug output for ioctlsmickeyl5-9/+470
2003-10-20Pushing todo closer to sql support. Recurrances and custom entries still ↵eilers7-132/+260
missing. But before I add this, I have to do some cleanup..
2003-10-11add scanning skeleton (wip)mickeyl3-23/+131
2003-10-11we now start to maintain our own copy of wireless.h.mickeyl3-18/+708
this has several advantages, one of the major ones is that we no longer have to compile different libopienet2 for different kernel (read wireless extension) versions.
2003-10-10Question: What's wrong in select(1, [], NULL, NULL, {100, 0} = 0 (timeout) ?mickeyl2-2/+2
Answer: It would help to give select the correct filedescriptor... /me hugs strace
2003-10-09- fix monitor mode on orinoco. Although WE > 14 define the standard modemickeyl2-2/+12
"MONITOR", the orinoco monitor patch for 0.13e still does not use that... - add documentation, a warning, and a runtime check for setChannel(0)
2003-10-09- catch up with changed sniffing behaviour in newer wlan-ng *puke* driversmickeyl3-6/+38
- new API: OPacketCapturer::next( int time )
2003-10-07individually package libopie2 parts and make libopie2 a virtual packagemickeyl7-2/+68
2003-10-06add client mac address decoding to DHCPmickeyl2-0/+9
2003-10-05* start with preparations for scanning wired networksmickeyl4-2/+38
* dhcp recognition now works nicely
2003-10-04Although not yet complete, the DHCP decoding is now usablemickeyl2-0/+92
2003-10-03add defines for UDP-based protocolsmickeyl2-10/+112
detect DHCP and link it into the packet chain
2003-10-02prepare dhcp decodingmickeyl4-2/+309
2003-10-02add note to self to look about automatic channel switching with wlan-ng devicesmickeyl1-0/+1
2003-09-29Fixing umlaut problem.eilers2-7/+18
2003-09-29Improvement of PIM-SQL Databases, but search queries are still limited.eilers3-45/+370
Addressbook: Changed table layout. Now, we just need 1/3 of disk-space. Todo: Started to add new attributes. Some type conversions missing.
2003-09-25fix wrong includemickeyl1-1/+1
2003-09-25fix tille's infinite recursion ;-)mickeyl1-1/+1
2003-09-25Fixed inconsistencies between Description and NoteFixed inconsistencies ↵eilers1-1/+1
between Description and Notess
2003-09-22Added first experimental incarnation of sql-backend for addressbook.eilers10-24/+1373
Some modifications to be able to compile the todo sql-backend. A lot of changes fill follow...
2003-09-16remove unneccessary #includemickeyl1-1/+0
2003-09-08Fixing bug #1161: No space between jobtitle and organizationeilers1-8/+4
2003-09-03more compatibility stufftille14-1/+476
2003-09-02this should make oapplication compile (and run) for qt3/x11tille15-20/+306
2003-08-30Removed some unimportant debug output which causes slow down..eilers2-4/+7
2003-08-27add a channel examplemickeyl1-0/+8
2003-08-25remoce this stupid bug once again...tille3-23/+8
2003-08-25libopie2 compiles for qt3/x11 nowtille13-14/+105
run: qmake "platform=x11" libopie2.pro
2003-08-10merge zeckes libsql into libopie2mickeyl35-9/+1541
2003-08-06Cardview update: It is more compressed. Pending: Add pricture for work- and ↵eilers1-9/+9
home address..
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers22-122/+327
2003-07-07Fixing serious bug in hasQuerySettings()eilers1-0/+22
2003-07-01add monitor mode handling for recent kernels (WE>14)mickeyl2-7/+29
2003-06-28support OListViewItem specific overload of expand to give those the chancemickeyl2-0/+17
to compute stuff "just in time" - this is also known as lazy computation patch by tille
2003-06-27added obj directoryschurig1-1/+1
2003-06-26first bunch of fixes for Qt 3.x compilationmickeyl1-0/+2
2003-06-20toExtraMap is no more virtualzecke8-26/+47
we save custom entries now setExtraMap added as well
2003-06-15just a check-in before i lose that because of my fscking harddrive...mickeyl16-6/+638
this is work-in-progress...
2003-06-06ignore obj directoryschurig5-0/+5
2003-06-04enable compilationschurig1-7/+8
2003-06-02some .cvsignore fixesschurig5-3/+7
2003-05-18Updates to ocontact, oevent & otodo's toRichText() implementationsdrw3-35/+106
2003-05-15how did this compile last time...? ;)tille1-5/+5
2003-05-14lastHitField impltille2-9/+23
2003-05-14Guard against self assignmentzecke1-0/+2
2003-05-14move lastHitField stuff into OPIMRecordzecke4-6/+22
2003-05-14get the field where the hit wastille2-1/+5