Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-10-20 | Pushing todo closer to sql support. Recurrances and custom entries still ↵ | eilers | 7 | -132/+260 |
missing. But before I add this, I have to do some cleanup.. | ||||
2003-10-11 | add scanning skeleton (wip) | mickeyl | 3 | -23/+131 |
2003-10-11 | we now start to maintain our own copy of wireless.h. | mickeyl | 3 | -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-10 | Question: What's wrong in select(1, [], NULL, NULL, {100, 0} = 0 (timeout) ? | mickeyl | 2 | -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 mode | mickeyl | 2 | -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* drivers | mickeyl | 3 | -6/+38 |
- new API: OPacketCapturer::next( int time ) | ||||
2003-10-07 | individually package libopie2 parts and make libopie2 a virtual package | mickeyl | 7 | -2/+68 |
2003-10-06 | add client mac address decoding to DHCP | mickeyl | 2 | -0/+9 |
2003-10-05 | * start with preparations for scanning wired networks | mickeyl | 4 | -2/+38 |
* dhcp recognition now works nicely | ||||
2003-10-04 | Although not yet complete, the DHCP decoding is now usable | mickeyl | 2 | -0/+92 |
2003-10-03 | add defines for UDP-based protocols | mickeyl | 2 | -10/+112 |
detect DHCP and link it into the packet chain | ||||
2003-10-02 | prepare dhcp decoding | mickeyl | 4 | -2/+309 |
2003-10-02 | add note to self to look about automatic channel switching with wlan-ng devices | mickeyl | 1 | -0/+1 |
2003-09-29 | Fixing umlaut problem. | eilers | 2 | -7/+18 |
2003-09-29 | Improvement of PIM-SQL Databases, but search queries are still limited. | eilers | 3 | -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-25 | fix wrong include | mickeyl | 1 | -1/+1 |
2003-09-25 | fix tille's infinite recursion ;-) | mickeyl | 1 | -1/+1 |
2003-09-25 | Fixed inconsistencies between Description and NoteFixed inconsistencies ↵ | eilers | 1 | -1/+1 |
between Description and Notess | ||||
2003-09-22 | Added first experimental incarnation of sql-backend for addressbook. | eilers | 10 | -24/+1373 |
Some modifications to be able to compile the todo sql-backend. A lot of changes fill follow... | ||||
2003-09-16 | remove unneccessary #include | mickeyl | 1 | -1/+0 |
2003-09-08 | Fixing bug #1161: No space between jobtitle and organization | eilers | 1 | -8/+4 |
2003-09-03 | more compatibility stuff | tille | 14 | -1/+476 |
2003-09-02 | this should make oapplication compile (and run) for qt3/x11 | tille | 15 | -20/+306 |
2003-08-30 | Removed some unimportant debug output which causes slow down.. | eilers | 2 | -4/+7 |
2003-08-27 | add a channel example | mickeyl | 1 | -0/+8 |
2003-08-25 | remoce this stupid bug once again... | tille | 3 | -23/+8 |
2003-08-25 | libopie2 compiles for qt3/x11 now | tille | 13 | -14/+105 |
run: qmake "platform=x11" libopie2.pro | ||||
2003-08-10 | merge zeckes libsql into libopie2 | mickeyl | 35 | -9/+1541 |
2003-08-06 | Cardview update: It is more compressed. Pending: Add pricture for work- and ↵ | eilers | 1 | -9/+9 |
home address.. | ||||
2003-08-01 | Merging changes from BRANCH_1_0 to HEAD | eilers | 22 | -122/+327 |
2003-07-07 | Fixing serious bug in hasQuerySettings() | eilers | 1 | -0/+22 |
2003-07-01 | add monitor mode handling for recent kernels (WE>14) | mickeyl | 2 | -7/+29 |
2003-06-28 | support OListViewItem specific overload of expand to give those the chance | mickeyl | 2 | -0/+17 |
to compute stuff "just in time" - this is also known as lazy computation patch by tille | ||||
2003-06-27 | added obj directory | schurig | 1 | -1/+1 |
2003-06-26 | first bunch of fixes for Qt 3.x compilation | mickeyl | 1 | -0/+2 |
2003-06-20 | toExtraMap is no more virtual | zecke | 8 | -26/+47 |
we save custom entries now setExtraMap added as well | ||||
2003-06-15 | just a check-in before i lose that because of my fscking harddrive... | mickeyl | 16 | -6/+638 |
this is work-in-progress... | ||||
2003-06-06 | ignore obj directory | schurig | 5 | -0/+5 |
2003-06-04 | enable compilation | schurig | 1 | -7/+8 |
2003-06-02 | some .cvsignore fixes | schurig | 5 | -3/+7 |
2003-05-18 | Updates to ocontact, oevent & otodo's toRichText() implementations | drw | 3 | -35/+106 |
2003-05-15 | how did this compile last time...? ;) | tille | 1 | -5/+5 |
2003-05-14 | lastHitField impl | tille | 2 | -9/+23 |
2003-05-14 | Guard against self assignment | zecke | 1 | -0/+2 |
2003-05-14 | move lastHitField stuff into OPIMRecord | zecke | 4 | -6/+22 |
2003-05-14 | get the field where the hit was | tille | 2 | -1/+5 |
2003-05-14 | zecke: better? | tille | 1 | -2/+2 |
2003-05-12 | Hospital Hacking Session | zecke | 1 | -6/+65 |
kill warnings implement storing of reminders and alarms... Nach viel Eiter und Gestank... | ||||
2003-05-12 | Add a comment | zecke | 1 | -0/+2 |
2003-05-12 | Add handling of alarm() message | zecke | 2 | -5/+49 |
play and killAlarm... added as well |